/* Override the browser stylesheet which adds implicit margin to h tags */
h1, h2, h3, h5, h5, h6 {
    margin: 0;
}

.display-none {
    display: none !important;;
}

.visibility-none {
    visibility: hidden;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.center-adjust {
    justify-content: center;
    align-items: center;
}

.proxima-nova-bold {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 2px;
}

.proxima-nova-normal {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
}

.proxima-nova-light {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 2px;
}

body {
    font-family: 'proxima-nova', sans-serif;
    font-size: 13px;
    color: rgb(36, 36, 36);
}

body.no-scroll {
    overflow: hidden;
}

.micro-title-medium {
    font-family: 'pulpo';
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

.extra-small-title-regular-tight {
    font-family: 'pulpo';
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.small-title-bold {
    font-family: 'pulpo';
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 38px;
}

.medium-title-medium {
    font-family: 'pulpo';
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 38px;
}

.large-title-regular {
    font-family: 'pulpo';
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 38px;
}

.large-title-medium {
    font-family: 'pulpo';
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 38px;
}

.large-title-bold {
    font-family: 'pulpo';
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 38px;
}

.extra-large-title-medium {
    font-family: 'pulpo';
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 50px;
}

.extra-large-title-bold {
    font-family: 'pulpo';
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 50px;
}

.mega-title-bold {
    font-family: 'pulpo';
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 2px;
}

.callout-subtitle {
    font-size: 20px;
    color: rgb(36, 36, 36);
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}

.callout-subtitle a {
    color: rgb(36, 36, 36);
    text-decoration: underline;
}

.article-title {
    line-height: 1.20;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-family: 'pulpo', sans-serif;
    margin-bottom: 0px;
}

.article-description {
    line-height: 1.2;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'proxima-nova';
    letter-spacing: 1px;
}

html,
body {
    margin:0;
    padding:0;
    height:100%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

p {
    margin-bottom: 0px;
    margin-top: 0px;
}

blockquote {
    padding: 0px 20px 5px 20px;
    margin: 10px 0px 10px 0px;
    font-size: 17.5px;
    border-left: 5px solid #a9a8a8;
}

input, textarea {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-family: inherit;
}

#mainContainer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(to bottom,
        #dfdac4 0px,
        #dfdac4 300px, /* Solid color for the first 200px */
        #f3f0e8 500px, /* Start fading after 200px */
        #f3f0e8 100% /* Fade fully by 500px */
    );
}

#mainWrapper {
    flex: 1;
}

/* --------------------------------------
 * Remove blue highlight on click
 * was originally done to remove blue highlight from text area click
 * but found this answer on S/O https://stackoverflow.com/questions/8622686/how-come-i-cant-remove-the-blue-textarea-border-in-twitter-bootstrap
 *------------------------------------------*/
 textarea:hover,
 input:hover,
 textarea:active,
 input:active,
 textarea:focus,
 input:focus,
 button:focus,
 button:active,
 button:hover,
 label:focus,
 .btn:active,
 .btn.active
 {
     outline:0px !important;
     -webkit-appearance:none;
     box-shadow: none !important;
 }

* {
    -webkit-tap-highlight-color: transparent;
}
/* --------------------------------------
 * Shared
 *------------------------------------------*/

.round-btn-red {
    color: #ffffff;
    background-color: #ae1818;
    align-self: center;
    padding: 6px 15px;
    border-radius: 19px;
    font-size: 16px;
    border: 1px solid #ae1818;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    cursor: pointer;
}

.round-btn-red:hover {
    background: #dfdac4;
    color: #ae1818 !important;
}

.round-btn-black {
    color: #ffffff;
    background-color: #000000;
    align-self: center;
    padding: 6px 15px;
    border-radius: 19px;
    font-size: 16px;
    border: 1px solid black;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-btn-black .shop-btn-text {
    margin-right: 5px;
}

.round-btn-black:hover {
    background: #dfdac4;
    color: #000000;
}

.round-btn-black:hover img {
    filter: invert(100%) sepia(24%) saturate(7%) hue-rotate(350deg) brightness(80%) contrast(100%);
}

/* --------------------------------------
 * Our Cause
 *------------------------------------------*/

 .our-cause-title {
    background: #dfdac4;
    border-radius: 5px;
    padding: 5px 25px;
    color: #121211;
    text-transform: uppercase;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
}

.our-cause {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.our-cause-image {
    bottom: 0;
    z-index: 0;
    opacity: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.not-found-image {
    bottom: 0;
    z-index: 0;
    opacity: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100;
    object-fit: cover;
}

.our-cause-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(to top,
        #00000000 0%,
        #F3F0E880 50%,
        #F3F0E8 90%,
        #F3F0E8 100%
    );
    z-index: 1;  /* Ensure the overlay is above the image but behind the content */
}

.our-cause .our-cause-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    z-index: 2;
}

.our-cause-upper-title {
    margin-bottom: 20px;
    text-align: center;
}

.our-cause-lower-title {
    text-align: center;
}

/* --------------------------------------
 * Our Cause Tip Section
 *------------------------------------------*/

.our-cause-tip-card-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    z-index: 2;
}

.our-cause-tip-card-outer {
    max-width: 850px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-cause-tip-card-inner {
    width: 100%;
    max-width: 800px;
    background-color: rgba(101, 101, 100, .3);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-cause-tip-card-body {
    margin: 80px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.white-text {
    color: #FFFFFF;
}

.white-text a {
    color: #FFFFFF;
    text-decoration: underline;
}

.white-text a:hover {
    color: #AE1818;
}

.contact-icon-list {
    display: flex;
    justify-content: center;
}

.contact-icon-list img {
    height: 40px;
    margin-right: 30px;
    margin-bottom: 5px;
}

/* --------------------------------------
 * Footer section
 *------------------------------------------*/

.footer {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
}

#footer a, #footer p {
    color: #ffffff;
}

#footer {
    position: relative;
    background-color: #2F3336;
}

#desktopFooterContainer {
    position: relative;
    z-index: 3;
}

#desktopFooterContainer .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 75px;
}

#desktopFooterContainer .top-left {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}

#desktopFooterContainer .top-left p {
    margin-bottom: 5px;
}

#desktopFooterContainer .top-center {
    display: flex;
    justify-content: center;
    align-self: center;
    height: 100%;
}

#desktopFooterContainer .top-center img {
    height: auto;
    width: 375px;
    object-fit: cover;
}

#desktopFooterContainer .top-right {
    display: flex;
    align-items: end;
    flex-direction: column;
}

#desktopFooterContainer .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 20px;
    margin-right: 75px;
    margin-left: 75px;
    align-items: center;
    gap: 20px;
}

#desktopFooterContainer .bottom-center p {
    font-size: 14px;
    font-family: 'proxima-nova';
    text-align: center;
    color: #939393 !important;
}

#desktopFooterContainer .bottom-left,
#desktopFooterContainer .bottom-center,
#desktopFooterContainer .bottom-right {
    flex: 1;
}

#desktopFooterContainer .bottom-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer-list-element {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-list-element:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(43%) saturate(4476%) hue-rotate(350deg) brightness(95%) contrast(94%);
}

footer a:hover {
    color: #ae1818 !important;
}

/* Footer Mobile Section */

.footer-mobile {
    display: none;
    flex-direction: column;
    padding-top: 25px;
    font-size: 16px;
    width: fit-content;
    gap: 15px;
    z-index: 3;
    position: relative;
    justify-content: center;
    width: 100%;
}

.logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.footer-mobile-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 0 16px;
}

.footer-mobile-links-right {
    justify-content: space-between;
}

.footer-mobile-tip {
    margin-top: auto;
    align-self: stretch;
    align-self: flex-end;
}

.footer-mobile .social {
    margin-top: 25px;
}

.footer-mobile .social .social-a-tag img {
    margin-bottom: 15px;
}

.footer-mobile-social-icons {
    padding: 0 16px;
    width: 80%;
    align-self: center;
}

.footer-mobile-social-icons .social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-mobile .social img {
    height: 25px;
}

.footer-gray-line {
    width: 100%;
    height: 0;
    border: none;
    border-top: 0.5px solid #939393 !important;
    opacity: 1 !important;
    margin: 0;
    z-index: 3 !important;
    margin-bottom: 15px;
}

.footer-mobile-address p {
    color: #939393 !important;
    font-size: 13px !important;
    text-align: center;
    margin: 0;
    font-weight: 400 !important;
}

.footer-mobile-address {
    margin-bottom: 15px;
    padding: 0 16px;
}

.footer-mobile-address p:first-child {
    margin-bottom: 5px;
}

.footer-policy {
    padding: 20px;
    background-color: #93939340;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #B0A8A7 !important;
}

.footer-policy a {
    color: #B0A8A7 !important;
    font-size: 13px;
    font-weight: 400;
}

.footer-policy a:not(:last-child)::after {
    content: '|';
    margin-left: 10px;
    color: #B0A8A7;
}

/* --------------------------------------
 * Header section
 *------------------------------------------*/

/* Search Container */
.desktop-search-bar {
    display: flex;
    align-items: center;
    margin: 20px 0;
    justify-content: center;
    border-radius: 19px;
    height: 38px;
    background-color: #ffffff;
    width: 250px;
}

.popup-search-bar-container {
    position: relative;
}

.popup-search-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 90%;
    max-width: 800px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    top: 21px;
    border-radius: 10px 10px 0 0;
}

.popup-search-bar {
    display: flex;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

/* Search Icon */
.search-icon {
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 0 0 25px;
    background-color: white;
}

.search-icon i {
    font-size: 16px;
    color: #939393;
}

/* Search Input */
.search-input {
    padding: 7px;
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%; /* Takes up remaining space */
    border-radius: 0 19px 19px 0; /* Rounded corners on right side */
    height: 38px;
}

.popup-search-bar .search-input {
    border-radius: 0 10px 10px 0;
}

.popup-search-bar .search-icon {
    border-radius: 10px 0px 0px 10px;
}

.mobile-search-input {
    border: none;
    outline: none;
    font-size: 16px;
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    padding-left: 7px;
}

/* --------------------------------------
 * Header section
 *------------------------------------------*/

header {
    display: flex;
    justify-content: space-between;
    height: 90px;
    color:black;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 10;
    outline: none;
    border-bottom: 0.5px solid #939393;
}

.header-logo {
    height: 75px;
}

.header-right {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: -90px;
    align-self: center;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky ~ #mainWrapper {
    padding-top: 90px !important;
}

#stickyHeaderMobile {
    display: none;
}

.sticky-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background: #dfdac4;
    height: 90px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-up {
    top: -90px;
}

.header-down {
    top: 0px;
}

.header-down,
.header-up {
  transition: top 0.2s ease-out;
}

/* Necessary to avoid extra 5px margin that is added to the bottom of a tag */
.header-logo-wrapper {
    line-height: 0px;
}

.mobile-logo {
    max-height: 60px;
    max-width: 100%;
    height: auto;
}

.mobile-menu-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-menu-search i {
    font-size: 24px;
    color: #121211;
}

.mobile-menu-search {
    visibility: visible; /* Make it interactable */
    transition: opacity 0.3s ease-out, visibility 0s 0s; /* Instant visibility change */
}

/* Initial state of the element */
.mobile-menu-search.invisible {
    opacity: 0;
    visibility: hidden; /* Initially hidden */
    transition: opacity 0.3s ease-out, visibility 0s 0.3s; /* Delayed visibility change */
}

/* When the element is shown */
.element.visible {
    opacity: 1; /* Fade in */
    
}

.mobile-menu-toggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

.mobile-nav-overlay {
    position: fixed;
    top: 75px;
    width: 100%;
    height: 100vh;
    background: #dfdac4;
    z-index: 900;
    transition: transform 0.3s ease;
    overflow-y: auto;
    border-top: 1px solid #939393;
    transform: translateX(-100%);
}

.mobile-nav-overlay.open {
    transform: translateX(0);
}

.mobile-nav-search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
    height: 38px;
    padding-right: 10px;
}

.mobile-nav-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.mobile-nav-footer-copy-right, .mobile-nav-footer-policy-element {
    font-size: 10px;
    font-weight: 600;
    color: #939393;
    margin-bottom: 0px !important;
    letter-spacing: 2px;
}

.mobile-nav-footer-policy-element:first-child::after {
    content: '|';
    margin-left: 5px;
    color: #333;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    border-top: 1px solid #939393;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #939393;
}

.mobile-nav-links-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mobile-nav-links-left {
    flex: 1;
    width: 100%;
    font-weight: 700;
}

.scrollable-header-desktop  li {
    z-index: 2;
    cursor: pointer;
}

.mobile-nav-buttons a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.mobile-nav-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #939393;
    padding-right: 20px;
    padding-left: 20px;
}

.mobile-nav-link {
    padding: 20px 20px 20px 20px;
}

.mobile-nav-link-border:not(:last-child) {
    border-bottom: 1px solid #939393;
}

.mobile-nav-link-border {
    border-right: 1px solid #939393;
}

.mobile-nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.ipad-search-icon {
    display: none;
    font-size: 24px;
    color: #121211;
}

.side-articles {
    gap: 30px;
    margin-bottom: 30px;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

.general-page-icon {
    margin-bottom: 50px;
}

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/

a.white {
    color              : #fff;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
}

a {
    color              : #010101;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
}

a:hover {
    color: #ae1818;
}

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ---------------------------------------------- /*
 * Common article styling
/* ---------------------------------------------- */

.large-article-preview {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.large-article-preview:hover {
    cursor: pointer;
    opacity: 0.7;
}

.ad-modal-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.ad-modal-container.appear {
    opacity: 1;
    pointer-events: all;
}

.ad-modal-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ad-modal-img {
    width: 95%;
    max-width: 600px;
    height: auto;
    border-radius: 5px;
}

.ad-modal-img:hover {
    cursor: pointer;
}

.ad-modal-inner {
    position: relative;
    z-index: 100;
    padding: 20px;
    background-color: #D9D3B9;
    border-radius: 15px;
    margin: 20px;
}

.ad-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.ad-body-logo img {
    max-width: 400px;
    width: 60vw;
}

.ad-modal-inner-container {
    position: relative;
    z-index: 22;
    padding: 50px;
    background: linear-gradient(to bottom, #dfdac4, #f3f0e8);
    height: 100%;
}

.ad-modal-header {
    text-transform: uppercase;
    text-align: center;
}

.ad-modal-close {
    border: none;
    position: absolute;
    font-size: 45px;
    line-height: 19px;
    padding: 0;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 21;
    color: #ffffff;
    opacity: 1;
}

.ad-modal-close:hover {
    color: #ae1818;
    opacity: 1;
}

/* ---------------------------------------------- /*
 * Single article section
/* ---------------------------------------------- */

.single-article-title-container {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.category-social-link-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.category-social-link-container-right {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.category-social-link-container-left {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.article-author {
    font-size: 16px;
}

.article-data {
    font-size: 15px;
}

.wagtail-body {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(36, 36, 36);;
    word-wrap: break-word;
    margin-top: 25px;
}

.wagtail-body p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
}

.wagtail-body a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #ae1818;
}

.wagtail-body ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-top: 10px;
}

.wagtail-body ol {
    list-style-type: decimal;
    padding-left: 40px;
    margin: 0;
}

.wagtail-body li {
    margin-bottom: 10px;
}

.single-article-image {
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 10px;
}

.album-article-image {
    width: 100%;
    height: 100%;
}

.inline-article-image-container {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

.attribution {
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px!important;
}

.attribution a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #ae1818;
}

.attribution-dotted-line {
    border: none;
    border-top: 1px dotted #000;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wagtail-attribution {
    padding-bottom: 0px!important;
    padding-top: 3px;
}

.wagtail-attribution p {
    margin-top: 0px;
    font-size: 16px;
}

.wagtail-attribution a {
    font-weight: 500;
    text-decoration: underline;
}

.single-article-img-modal-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 20;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.single-article-img-modal-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.single-aricle-modal-img {
    width: 80%;
    max-width: 1000px;
    height: auto;
}

.close {
    border: none;
    position: absolute;
    font-size: 45px;
    line-height: 19px;
    padding: 0;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 21;
    color: #7d7d7d;
    opacity: 1;
}

.close:hover {
    color: #ae1818;
    opacity: 1;
}

.single-article-img-modal-container.appear {
    opacity: 1;
    pointer-events: all;
}

@keyframes zoom {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
}

.single-article-buy-membership {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

/* ---------------------------------------------- /*
 * Premium Tags
/* ---------------------------------------------- */

.premium-tag {
    background-color: #facc00;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    border-radius: 5px;
}

.premium-tag i {
    padding-right: 6px;
}

/* ---------------------------------------------- /*
 * Large Vertical thumbnail article
/* ---------------------------------------------- */

.large-vertical-thumbnail-article .article-thumbnail .premium-tag {
    position: absolute;
    top: 10px;
    left: 10px;
}

/* Text content */
.large-vertical-thumbnail-article-text-area {
    margin-top: 20px;
    color: #333;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    gap: 15px;
}

.large-vertical-thumbnail-article-text-area .read-more {
    display: flex;
    z-index: 20;
    font-size: 14px;
    color: rgb(36, 36, 36);;
    border-left: 5px solid #ae1818;
    padding-left: 10px;
    width: 100%;
    align-items: center;
}

.large-vertical-thumbnail-article-text-area .read-more img {
    height: 12px;
    width: 7px;
    margin-left: 10px;
    filter: invert(100%);
}

.category-page-articles {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ---------------------------------------------- /*
 * Mega Thumbnail Article
/* ---------------------------------------------- */

.hero-section {
    margin-bottom: 20px;
}

.mega-thumbnail-wrapper {
    display: flex;
    height: 500px;
    width: 100%;
    margin-top: 25px;
    position: relative
}

.mega-thumbnail-text-panel {
    width: calc(35% + 100px);
    color: #ffffff;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    z-index: 2;
}

.mega-thumbnail-background-img {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) calc(100% - 100px),
        rgba(0, 0, 0, 0) 100%
    );
}

.mega-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2F3336;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(47, 51, 54, 1) calc(100% - 100px),
        rgba(0, 0, 0, 0) 100%
    );
}

.mega-thumbnail-image-wrapper {
    width: 65%;
    overflow: hidden;
    border-radius: 0 15px 15px 0;
    position: absolute;
    height: 100%;
    right: 0;
}

/* Image inside the image container */
.mega-thumbnail-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-thumbnail-text-container {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    padding-left: 40px;
    z-index: 3;
    width: calc(100% - 140px);
}

.mega-thumbnail-author {
    font-size: 15px;
    color: #b2b0b0;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    align-self: flex-start;
}

.mega-thumbnail-title {
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mega-thumbnail-subtitle {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mega-thumbnail-read-more {
    font-size: 14px;
    color: #ffffff;
    border-left: 5px solid #ae1818;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-thumbnail-read-more img {
    height: 12px;
    width: 7px;
    margin-left: 10px;
}

.horizontal-thumbnail-article {
    display: flex;
    gap: 25px;
}

.horizontal-thumbnail-article .image-wrapper {
    flex: 0 0 45%;
    width: 45%;
    position: relative;
}

.horizontal-thumbnail-article .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.horizontal-thumbnail-article .image-wrapper .premium-tag {
    position: absolute;
    top: 10px;
    left: 10px;
}

.horizontal-thumbnail-article .article-description {
    -webkit-line-clamp: 3;
}

.horizontal-thumbnail-article .text-container {
    gap: 15px;
    justify-content: center;
}

.horizontal-thumbnail-article-title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---------------------------------------------- /*
 * Scroll Top Wrapper
/* ---------------------------------------------- */

.social {
    position: relative;
    display: inline-block;
}

.social img:hover {
    filter: brightness(0) saturate(100%) invert(19%) sepia(43%) saturate(4476%) hue-rotate(350deg) brightness(95%) contrast(94%);
    cursor: pointer;
}

.social img{
    height: 20px;
}

  /* Necessary to prevent weird bug where there is a dash next to the highlighted social media icon */
.social-a-tag {
    color: transparent;
    cursor: pointer;
}

.social-a-tag a {
    cursor: pointer;
}

.social-a-tag:not(:last-child) {
    margin-right: 5px;
}

/* The right most icon, we don't want it to have right margin */
.social-img-final {
    margin-right: 0px !important;
}

/* The left most icon, we don't want it to have left margin */
.social-img-initial {
    margin-left: 0px !important;
}

.social a:hover {
    color: transparent;
}

.tag-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tag-container li a {
    background-color: #D9D3B9;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.tag-container ul li {
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.comment-form textarea::placeholder {
    text-transform: uppercase;
    font-weight: 400;
    color: #939393;
    letter-spacing: 2px;
    font-family: 'proxima-nova';
    font-size: 14px;
}

.form-error-text {
    color: #AF172A !important;
    text-align: left;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    font-family: 'proxima-nova';
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

.form-btn-container {
    display: flex;
    justify-content: center;
}

.input-group-addon {
    background: #f7ba5b !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input-group {
    margin-bottom: 10px;
}

.input-group .fas {
    width: 30px;
    padding-left: 9px;
    padding-top: 12px
}

/* ---------------------------------------------- /*
 * Comment Area
/* ---------------------------------------------- */

.comment-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-draft {
    width: 100%;
    height: 200px;
    color: rgb(36, 36, 36);;
    font-size: large;
    padding-top: 20px;
    border-radius: 5px;
}

.comment-box {
    width: 100%;
    height: auto;
    padding: 10px 10px 6px 10px;
    margin-bottom: 5px;
    border-top: 1px solid #ddd;
}

.comment-time {
    font-weight: normal;
    margin-left: 5px;
    font-size: 14px;
}

p.comment-txt {
    font-size: 18px;
    margin-bottom: 0px;
    word-wrap: break-word;
    white-space: pre-line;
}

.commenter-name {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: medium;
    font-family: 'pulpo';
    color: rgb(36, 36, 36);
}

.character-count {
    font-size: small;
    max-width: fit-content;
    color: rgb(36, 36, 36);;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-comment-button-container {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.text-area-spinner {
    margin-right: 2px;
    margin-left: auto;
}

.text-area-button {
    font-family: 'proxima-nova';
    max-width: fit-content;
    margin-left: auto;
    font-size: large;
    background: #ae1818 !important;
    color: #ffffff !important;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
}

.see-more-comments-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #ddd;
}

.see-more-comments-button {
    font-family: 'proxima-nova';
    max-width: fit-content;
    font-size: large;
    background: #ae1818 !important;
    color: #ffffff !important;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 20px;
}

.dashboard-data-wrapper {
    display: flex;
    margin-top: 15px;
    align-items: flex-start;
    justify-content: space-between;
}

.dashboard-data {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    gap: 5px;
}

.dashboard-action {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
}

.dashboard-social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-social-links .google-auth {
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard-form {
    font-family: 'proxima-nova';
}

.dashboard-form .form-input-group {
    margin-top: 25px;
}

.dashboard-layout {
    margin-top: 100px;
}

.dashboard-form-btn-container {
    display: flex;
    justify-content: left;
}

.dashboard-choose-membership {
    justify-content: center;
    align-items: center;
}

.dashboard-membership-table-item {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dashboard-menu {
    width: 25%;
}

.dashboard-wrapper {
    display: flex;
    gap: 50px;
}

.dashboard-data-section {
    width: 100%;
}

.dashboard-membership-table-item-detail {
    float: right;
    position: absolute;
    align-self: flex-end;
}

.list-group-item {
    padding: 10px;
    color: #000;
}

.list-group-item.active {
    background-color: #ae1818;
    border-color: #ae1818;
    color: #fff;
}

.list-group-item.active:hover:hover {
    color: #fff !important;
}

.list-group-item i  {
    margin-right: 10px;
}

.list-group-item:hover {
    color: #ae1818 !important;
}

.toggle-wrapper {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfdac4;
    transition: .4s;
    border-radius: 19px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    transition: .4s;
    border-radius: 50%;
}

.toggle-input:checked + .toggle-slider {
    background-color: #ae1818;
}

.toggle-input:focus + .toggle-slider {
    box-shadow: 0 0 1px #ae1818;
}

.toggle-input:checked + .toggle-slider:before {
    transform: translateX(26px);
}

.dispatch-email-send-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'proxima-nova';
}

.dispatch-email-container {
    height: 300px; /* Fixed height for each container */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds height */
    border: 1px solid #ddd; /* Optional: Add a border for better visualization */
    padding: 15px;
    margin-bottom: 15px;
    box-sizing: border-box; /* Ensure padding is included in the height/width */
    position: relative;
    cursor: pointer;
}

/* ---------------------------------------------- /*
 * Tip line
/* ---------------------------------------------- */

.tip-method-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.tip-method {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    gap: 20px;
    align-items: center;
    flex: 1;
}

.tip-line-title {
    font-size: 20px;
    font-family: 'proxima-nova';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tip-line-body {
    font-size: 16px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.tip-line-image {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D3B9;
    overflow: hidden;
    border-radius: 10px;
}

.tip-line-image img {
    height: 45px;
    width: 40px;
}

/* ---------------------------------------------- /*
 * Contact Us
/* ---------------------------------------------- */

.message-draft {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    color: rgb(36, 36, 36);;
    font-size: large;
    padding-top: 20px;
}

.popup-search-bar-container .search-results {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    background: #f3f0e8;
    border-top: none;
    z-index: 1000;
    display: none;
    border-radius: 0 0 10px 10px;
}

.popup-search-bar-container .search-results li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #a0a0a0;
    display: flex;
}

.popup-search-bar-container .search-results li:last-child {
    border-bottom: none;
}

.popup-search-bar-container .search-results li img {
    width: 100px;
    height: 70px;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: cover;
}

.popup-search-bar-container .search-results li:hover {
    background: #f8f8f8;
}

.popup-search-bar-container .search-results .result-info {
    flex: 1;
}

.result-info .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 50px;
}

.pagination-number,
.pagination-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    text-decoration: none;
    color: #4a4a4a;
    transition: all 0.2s ease;
}

.pagination-number:hover,
.pagination-arrow:hover {
    background-color: #ae1818;
    color: #fff;
    border-radius: 50%;
}

.pagination-number.active {
    background-color: #ae1818;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
}

.pagination-ellipsis {
    color: #4a4a4a;
    padding: 0 0.5rem;
}

.dotted-title-wrapper {
    position: relative;
    max-width: 700px;
    text-align: center;
}

.dotted-title {
    margin: 0;
    padding: 0;
    display: inline;
    background-image: linear-gradient(to right, #ae1818 1px, transparent 1px);
    background-position: 0 1.05em;
    background-repeat: repeat-x;
    background-size: 3px 1px;
    padding-bottom: 3px;
}

.form-input-container {
    margin-top: 50px;
    max-width: 500px;
    width: 100%;
}

.full-width-form-input-container {
    margin-top: 50px;
    width: 100%;
}

.form-input-group {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.form-icon-input-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 25px;
}

.form-input-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D3B9;
    height: 40px;
    width: 40px;
}

.form-input-group .custom-form-control {
    height: 40px;
}

.custom-form-control {
    display: block;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 2px;
}

.custom-form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.custom-form-control input::placeholder {
    text-transform: uppercase !important;
}

.form-input-group input::placeholder {
    color: #939393;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 600;
    line-height: 17.05px;
    font-family: 'proxima-nova', sans-serif;
    text-transform: uppercase !important;
}

.form-input-group textarea::placeholder {
    color: #939393;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.05px;
    font-family: 'proxima-nova', sans-serif;
}

.form-input-group textarea{
    min-height: 200px !important;
    height: 100%;
}

.form-btn-wrapper {
    margin-top: 25px;
}

.form-btn-wrapper  .form-btn-container {
    margin-bottom: 25px;
}

.nav-search-container {
    padding: 20px 20px 0 20px;
}

.form-red-button {
    color: #ffffff;
    background-color: #ae1818;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    border: 1px solid #ae1818;
    border-radius: 5px;
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
    letter-spacing: 5px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
}

.form-red-button:hover {
    background: #dfdac4;
    color: #ae1818 !important;
}

.form-black-button {
    color: #ffffff;
    background-color: black;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
    letter-spacing: 5px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
}

.form-black-button:hover {
    background: #ffffff;
    color: black !important;
}

.form-white-button {
    background-color: #fff;
    color: #000;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
    letter-spacing: 5px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
}

.form-white-button:hover {
    color: #ae1818;
    border: 1px solid #ae1818;
}

.google-auth {
    background-color: #ffffff;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    font-family: 'proxima-nova', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
}

/* A wrapper used on screens that have long body text
so that the text doesn't go edge to edge and look
ridiculous. */
.longtext-body-wrapper {
    max-width: 600px;
    text-align: center;
}

.general-page-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'proxima-nova', sans-serif;
}

.general-page-disclaimer {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.05px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.typewriter-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.5)
    );
}

.typewriter-bg {
    position: relative;
    height: 100vh;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.typewriter-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/typewriter_compressed.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 0;
}

.not-found-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
        #00000000 0%,
        #F3F0E880 50%,
        #F3F0E8 90%,
        #F3F0E8 100%
    );
    z-index: 1;
}

.error-wrapper {
    z-index: 2;
}

.error-wrapper .have-questions {
    margin-bottom: 20px;
}

.secondary-form-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700 !important;
    margin-bottom: 25px;
}

.donate-page-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.donate-logo {
    height: 65px;
    width: auto;
    object-fit: contain;
}

.donate-page-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin-bottom: 50px;
}

.donate-page-mini-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.donate-page-text p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-col-2 {
    display: flex;
    flex-direction: row;
    gap: 25px;
    width: 100%;
}

.form-col-1 {
    width: 100%;
}

.col-element {
    width: 100%;
}

.col-element .form-input-group {
    display: flex;
    flex-direction: column;
}

.col-element .form-input-group input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #939393;
    text-transform: uppercase !important;
}

.col-element .form-input-group textarea::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #939393;
}

.top-margin-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.premium-title {
    height: 35px;
    color: #000;
    background: #f1f1f1;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 44px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    letter-spacing: 2px;
}

.premium-list-text {
    font-weight: 600;
    font-size: 18px;
    color: #121211;
    line-height: 26px;
}

.or-label {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'proxima-nova', sans-serif;
    margin: 25px 0;
}

.premium-subtitle {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 2px;
}

.premium-body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-direction: column;
}

.premium-list {
    max-width: 500px;
    margin-bottom: 35px;
}

.premium-list-element {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    text-align: left !important;
}

.scrollable-header {
    height: 45px;
    background-color: #2F3336;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 75px;
}

.scrollable-header-background {
    height: 45px !important;
}

.scrollable-header-social-icons {
    z-index: 2;
    margin-top: 4px;
}

.scrollable-header ul::-webkit-scrollbar {
    display: none;
    width: 0!important;
}

.scrollable-header-authentication {
    z-index: 2;
}

.scrollable-header-link {
    font-size: 13px;
    font-weight: 600;
    color: #F1F1F1;
    line-height: 15px;
    text-transform: uppercase;
    cursor: pointer !important;
    z-index: 2;
}

.scrollable-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.scrollable-header li {
    display: inline-block;
}

.scrollable-header li:not(:last-child)::after {
    content: " | ";
    color: #F1F1F1;
    margin: 0 8px;
}

.scrollable-header .scrollable-header-authentication li:not(:last-child)::after {
    content: " | ";
    color: #F1F1F1;
    margin: 0 8px;
}

.social img {
    filter: brightness(0);
}

.social a:last-child {
    margin-left: 2px;
}


.social.social-white img {
    filter: brightness(0) invert(1);
}

.social-a-tag:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(43%) saturate(4476%) hue-rotate(350deg) brightness(95%) contrast(94%);
    cursor: pointer;
}

.scrollable-articles-see-all {
    display: none;
}

.latest-articles-column {
    flex: 1;
}

.scrollable-articles-section {
    margin-bottom: 50px;
}

.scrollable-articles-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.featured-article-column {
    flex: 1;
}

.category-articles {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    column-gap: 20px;
    row-gap: 3rem;
    max-width: 100%;
    box-sizing: border-box;
}

.see-all-stories-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dotted-line {
    position: absolute;
    top: 50%;
    width: calc(50% - 145px);
    border-top: .5px solid #939393;
}

.dotted-line-left {
    left: 0;
    margin-top: 24px;
}

.dotted-line-right {
    right: 0;
    margin-top: 24px;
}

.category-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 75px;
    gap: 15px;
    position: relative;
    margin-bottom: 75px;
}

.category-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 16px;
    font-family: 'pulpo', sans-serif;
}

.title-line {
    flex-grow: 1;
    border-top: 0.5px solid #939393;
}

.category-page-articles-layout {
    display: flex;
    gap: 50px;
    justify-content: end;
}

.single-article-layout {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
    margin-top: 25px;
}

.single-article-body {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.article-display-right-section {
    width: 25%;
}

.article-display-right-section .dotted-title-wrapper {
    margin-bottom: 20px;
}

/* Fade */
.single-article-buy-gradient {
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0px;
    bottom: 100%;
    background: linear-gradient(180deg, rgba(243, 240, 232, 0) 0%, rgba(243, 240, 232, 0.75) 45.5%, #F3F0E8 83.5%);
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;
}

#infoPageSection ul li:last-child {
    margin-bottom: 1rem;
}

#infoPageSection h3 {
    margin-bottom: 1rem;
}

.latest-articles-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.article {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.featured-articles-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.featured-articles-grid::-webkit-scrollbar {
    display: none;
}

.scrollable-article {
    flex: 0 0 calc(100% / 4);
    scroll-snap-align: start;
    position: relative;
}

.article-thumbnail .premium-tag {
    position: absolute;
    top: 10px;
    left: 10px;
}

.scrolling-articles-control-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    gap: 10px;
}

.scrolling-articles-control {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #dfdac4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolling-articles-control:hover {
    opacity: .6;
    cursor: pointer;
}

.article-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.article-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-thumbnail:hover img {
    transform: scale(1.1);
}

.article-content {
    margin-top: 16px;
    gap: 12px;
}

.article-category {
    background: #ae1818;
    border-radius: 5px;
    padding: 3px 7px 3px 7px;
    color: #ffffff;
    text-transform: uppercase;
    width: fit-content;
    font-size: 12px;
    letter-spacing: 2px;
}

/*************************************/
/******** Call to action card *********/
/*************************************/

.standard-paint-overlay {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.cta-card-container {
    display: flex;
    margin-bottom: 50px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(47, 51, 54, 0.15);
    max-width: 650px;
    justify-self: center;
    align-self: center;
}

.cta-card-wrapper {
    padding: 15px;
    z-index: 3;
    width: 100%;
}

.cta-card-title {
    text-transform: uppercase;
    font-family: 'pulpo';
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.5em;
    line-height: 1.5;
}

.cta-card-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-card-logo img {
    width: auto;
    object-fit: cover;
    width: 230px;
    height: auto;
}

.cta-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.cta-card-image  {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-card-image img {
    width: 250px;
    max-width: 90%;
    height: auto;
    object-fit: cover;
}

.cta-card-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #dfdac4, #f3f0e8);
    padding: 15px;
}

.cta-card-inner-container ul li {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

.cta-card-container .premium-title {
    margin-top: 30px;
}

.category-articles-body-container {
    width: 100%;
}

.category-articles-body-mobile {
    display: none;
    gap: 25px;
}

.category-articles-body-desktop {
    gap: 30px;
    margin-bottom: 30px;
}

.custom-container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1320px) {
    .container {
      max-width: 1320px !important;
    }

    .custom-container {
        max-width: 1320px !important;
      }
}

@media (max-width: 1200px) {
    .horizontal-thumbnail-article .article-author {
        display: none;
    }

    .single-article-layout, .category-page-articles-layout {
        gap: 16px;
    }

    .single-article-body {
        width: 70%;
    }

    .article-display-right-section {
        width: 30%;
    }

    .category-page-articles {
        width: 70%;
    }
}

/*
The width when the screen does the initial collapse
stacking feature articles
*/
@media screen and (max-width: 992px) {

    .container {
        max-width: unset;
        padding-left: 16px;
        padding-right: 16px;
    }

    .desktop-search-bar {
        display: none;
    }

    .ipad-search-icon {
        display: flex;
    }

    .cta-card-inner-container img {
        width: 190px;
    }

    .cta-card-logo img {
        width: min(190px, 90%);
    }

    .horizontal-thumbnail-article .article-description {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 768px) {

    .top-margin-layout {
        margin-top: 50px;
    }

    .scrolling-articles-control-container {
        display: none;
    }

    .mega-thumbnail-wrapper {
        display: flex;
        flex-direction: column-reverse;
        height: initial;
        width: initial;
        margin-top: initial;
        position: initial;
    }

    .mega-thumbnail-image-wrapper {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        height: auto;
        border-radius: 0;
    }

    .mega-thumbnail-image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mega-thumbnail-overlay {
        background: #2F3336;
    }

    .mega-thumbnail-text-container {
        padding: 25px;
        align-items: center;
        width: 100%;
    }

    .mega-thumbnail-title {
        text-align: center;
    }

    .mega-thumbnail-text-container {
        padding: 20px !important;
        align-items: center;
    }

    .mega-thumbnail-read-more {
        margin-bottom: 10px;
        align-self: flex-start;
    }

    .mega-thumbnail-text-panel {
        position: relative;
        padding-top: 10px;
        z-index: 2;
        width: initial;
        border-radius: 0;
    }

    .mega-thumbnail-background-img {
        mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 30%
        );
    }

    .article-display-right-section, .category-articles-body-container {
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        width: unset;
    }

    .article-display-right-section .dotted-title-wrapper {
        margin-bottom: 0px;
    }

    .large-vertical-thumbnail-article .article-thumbnail {
        border-radius: 0;
    }

    .large-vertical-thumbnail-article-text-area {
        margin-left: 20px;
        margin-right: 20px;
    }

    .category-articles-body-mobile {
        display: flex;
    }

    .category-articles-body-desktop {
        display: none;
    }

    .scrollable-header-desktop,
    #stickyHeaderDesktop {
        display: none;
    }

    #stickyHeaderMobile {
        display: flex;
    }

    .sticky-header, header {
        height: 75px;
    }

    .form-input-container {
        padding-left: 0;
        padding-right: 0;
    }

    .latest-articles-wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .article-display-right-section {
        width: 100%;
    }

    .single-article-layout .article-display-right-section {
        padding: 0 !important;
    }

    .single-article-body {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .single-article-layout {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-bottom: 0px;
        margin-top: 16px;
    }

    .category-page-articles-layout {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .horizontal-thumbnail-article {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: unset;
    }

    .horizontal-thumbnail-article .image-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .category-page-latest-articles {
        display: none;
    }

    .articles-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: unset;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        &::-webkit-scrollbar {
            display: none;
        }
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hero-section {
        margin-bottom: 25px;
        padding: 0;
    }

    .scrollable-articles-see-all {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        text-transform: uppercase;
    }

    .scrollable-articles-see-all a {
        color: #6E6D6D;
    }

    .featured-articles-grid {
        display: flex;
        gap: unset;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;

        &::-webkit-scrollbar {
            display: none;
        }
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .featured-article-column {
        flex: 0 0 auto;
        width: 80%;          /* Mobile width - shows peek of next article */
        max-width: 250px;
    }

    .category-articles {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 25px;
    }

    .our-cause-text-container {
        display: none !important;
    }

    .our-cause-tip-card-container {
        padding-top: 0px;
    }

    .our-cause-tip-card-outer {
        padding: 15px;
    }

    .our-cause-tip-card-body .extra-large-title-bold {
        font-size: 35px;
        line-height: 45px;
    }

    .our-cause-tip-card-body {
        margin: 20px;
    }

    .contact-icon-list img{
        height: 30px;
    }

    .category-page-articles {
        width: 100%;
    }

    .comment-form textarea::placeholder {
        font-size: 12px;
    }

    .comment-form-wrapper {
        margin: 0;
        padding: 0;
    }

    .comment-form {
        margin-top: 0;
    }

    .mobile-menu-toggle {
        -webkit-tap-highlight-color: transparent; /* Removes the blue highlight */
    }

    .bar {
        width: 20px;
        margin-bottom: 3px;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .mobile-menu-toggle.open .bar-1 {
        transform: translateY(6px) rotate(45deg);
    }

    .mobile-menu-toggle.open .bar-2 {
        opacity: 0;
    }

    .mobile-menu-toggle.open .bar-3 {
        transform: translateY(-8px) rotate(-45deg);
    }

    .popup-search-bar-wrapper {
        width: calc(100% - 40px);
    }

    .category-title-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    section {
        margin-top: 0px;
    }

    .footer-mobile-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .donate-logo {
        height: 55px;
    }

    .sticky ~ #mainWrapper {
        padding-top: 75px !important;
    }

    .tip-method-container {
        flex-direction: column;
        gap: 0px;
    }

    .general-page-subtitle, .general-page-disclaimer  {
        margin: 25px 0;
    }

    .ad-modal-inner {
        width: unset;
    }

    .custom-form-control  {
        padding-left: 10px;
    }

    .message-draft {
        padding-top: 10px;
    }

    .dashboard-form .form-input-group {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .dashboard-menu {
        width: 100%;
    }

    .dashboard-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .dashboard-data label {
        padding-right: 0px;
    }

    .or-label {
        margin: 15px 0;
    }

    .latest-articles-grid {
        flex-direction: column;
    }

    .scrollable-article {
        flex: 0 0 calc(100% / 1.4);
        scroll-snap-align: start;
        position: relative;
        padding-left: 20px;
    }

    /**
     * On the scrollable article we want the articles to go edge to edge so we unset the flexbox gap
     * Ensure the article has a padding of 20px and then give the first and last child padding equal to the container
    **/
    .scrollable-article:first-child {
        padding-left: 16px;
    }

    .scrollable-article:last-child {
        padding-right: 16px;
    }

    .scrollable-articles-header {
        padding: 0px 16px;
    }

    .article-thumbnail:hover img {
        transform: unset;
    }

    .custom-container {
        padding: 0;
    }

    .footer-mobile {
        display: flex;
    }

    #desktopFooterContainer {
        display: none;
    }

    .footer-mobile-tip .round-btn-red {
        padding: 1px 6px;
    }
}

@media (max-width: 500px) {
    .extra-large-title-medium {
        font-size: 35px;
        line-height: 45px;
    }

    .extra-large-title-bold {
        font-size: 35px;
        line-height: 45px;
    }

    .mega-title-bold {
        font-size: 45px;
        line-height: 55px;
    }

    .ad-modal-inner-container {
        padding: 15px;
    }

    .contact-icon-list {
        flex-wrap: wrap;
    }

    .contact-icon-list img {
        margin-right: 15px;
    }

    .footer-mobile-social-icons {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .contact-icon-list img {
        height: 25px;
    }

    .dashboard-column {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }

    .google-auth, .form-red-button, .form-black-button, .form-white-button {
        padding-left: 25px;
        padding-right: 25px;
    }

    .google-auth, .form-red-button, .form-black-button, .form-white-button {
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    .footer-mobile-social-icons {
        width: 100%;
    }

    .footer-mobile .social img {
        height: 20px;
    }

    .mega-title-bold {
        font-size: 35px;
        line-height: 45px;
    }

    .extra-large-title-bold {
        font-size: 30px;
        line-height: 40px;
    }

    .google-auth, .form-red-button, .form-black-button, .form-white-button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .google-auth, .form-red-button, .form-black-button, .form-white-button {
        font-size: 12px;
    }
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.spinner-border {
    border: 4px solid #ae1818;
    border-top: 4px solid #f3f3f3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.spinner-search-bar {
    border: 4px solid #ae1818;
    border-top: 4px solid #f3f3f3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    right: 5px;
    top: 4px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
