/*
Theme Name: prostatecancerresources
Theme URI: https://codeberg.org/scaldra/prostatecancerresources
Author: Rolf Strathewerd
Author URI: https://scaldra.net/
Description: Wordpress Theme for Blogging
Version: 1.0.5
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: prostatecancerresources
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, right-sidebar, editor-style, sticky-post, blog, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fork of Noto Simple https://wordpress.org/themes/noto-simple/ (C) 2021 Hitomi Seki
Noto Simple is distributed under the terms of the GNU GPL v2 or later.

prostatecancerresources is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Layout
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Responsive
--------------------------------------------------------------*/

:root {
    --theme-accent: #86be00;
    --theme-accent-dark: #65890f;
    --theme-accent-light: #9ed618;
}

/*
D6F393

BBE264
9bc53d

7EA820
5E8508
 */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@font-face {
  font-family: 'Just Sans Variable';
  src: url('/wp-content/themes/prostatecancerresources/fonts/just-sans-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
    margin: 0;
}
body {
  font-family: 'Just Sans', sans-serif !important;
}

article,
aside,
status,
details,
figcaption,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

figcaption {
    text-align: center;
}


audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
    opacity: 0.7;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

article {
    font-size: 100%
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1rem;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0.5em 1em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #ccc;
}

thead {
    background: #f0f0f0;
}

thead tr {
    border: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    /* font-size: calc(13px + 0.390625vw);*/
    font-size: 100%;
}

@font-face {
    font-family: Hyperlegible;
    src: url(Atkinson-Hyperlegible-Regular-102a.woff2);
    font-display: swap;
}

@font-face {
    font-family: Hyperlegible;
    src: url(Atkinson-Hyperlegible-Bold-102a.woff2);
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: Hyperlegible;
    src: url(Atkinson-Hyperlegible-Italic-102a.woff2);
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Hyperlegible;
    src: url(Atkinson-Hyperlegible-BoldItalic-102a.woff2);
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: Hyperlegible, sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    /* margin-top: 3em;*/
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    font-size: 110%;
    width: 100%;
    margin: 5px auto;
    font-style: italic;
    color: #555555;
    padding: 0.2em 10px 0.2em 40px;
    border-left: 0px;
    line-height: 1.6;
    position: relative;
    background: #ffffff;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f0f0f0;
    font-family: 'Courier New', monospace !important;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 1.5em 0;
    max-width: 100%;
    overflow: auto;
    padding: 1em 2em;
}

code,
kbd,
tt,
var {
    font-family: 'Courier', monospace !important;
    font-size: 1.1rem;
    background: #f0f0f0;
    padding: 0.3em 0.8em;
}

abbr,
acronym {
    border-bottom: 1px dotted #777;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
    padding: 0.3em 0.8em;
    margin: 0 0.3em;
}

big {
    font-size: 125%;
}

b,
strong {
    font-weight: bold;
}

.material-icons {
    vertical-align: middle;
}

/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}


blockquote,
q {
    quotes: "" "";
    padding: 0.5em 1em;
    border-left: 3px solid #9bc53d;
}

blockquote cite {
    display: block;
    color: #333333;
    font-style: normal;
    font-size: 80%;
    margin-top: 1em;
    text-align: right;
}


q {
    quotes: "" "";
    padding: 1em 2em;
    border-left: 2px solid var(--theme-accent);

}

q {
    line-height: 3em;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 1.5em 0;
    padding-left: 2em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-bottom: 0.5em;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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


table {
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.nav-links a,
.page-links a,
.edit-link a,
.reply a {
    display: inline-block;
    border: 1px solid #404040;
    padding: 0.3em 1em;
    margin: 5px 0;
    text-decoration: none;
    color: #404040;
    background: #fff;
    font-size: 1.1rem;
}

/* button:not(.menu-toggle):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.nav-links a:hover,
.edit-link a:hover,
.reply a:hover,
button:not(.menu-toggle):focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.btn:focus,
.nav-links a:focus,
.page-links a:focus,
.edit-link a:focus,
.reply a:focus,
button:not(.menu-toggle):active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.btn:active,
.nav-links a:active,
.page-links a:active,
.edit-link a:active,
.reply a:active {
    opacity: 1;
    background: #404040;
    color: #fff;
} */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #777;
    border: 1px solid #ccc;
    padding: 3.5px 10px;
    margin: 5px 0;
    width: 100%;
    max-width: 30em;
}

select {
    border: 1px solid #ccc;
    min-width: 10em;
    background: #fff;
    height: 2.5em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #000;
}

textarea {
    width: 100%;
    max-width: 30em;
}

div.wpcf7-response-output {
    margin: 2em 0 0;
    padding: 1em 2em;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    padding: 20px 0 30px;
    position: relative;
}

.site-branding {
    text-align: center;
}

.site-title {
    font-size: 2.4rem;
    font-weight: normal;
    margin: 0;
}

.site-title a,
.site-title a:visited,
.site-title a:focus {
    text-decoration: none;
    color: inherit;
}

.site-description {
    margin: 5px 0 25px;
    font-size: 1.1rem;
    color: #404040;
}

.header-image {
    text-align: center;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: underline var(--theme-accent) 3px;
    text-underline-offset: 6px;
    color: #404040;
}

a:hover {
    /* text-decoration: underline var(--theme-accent-light) 3px;
   # text-underline-offset: 6px;
    color: #000;*/

}





/* , .entry-footer a:hover 
.entry-content a:hover, .entry-summary a:hover, .entry-header a:hover, .site-title a:hover {
    text-decoration: underline var(--theme-accent-light) 3px;
    text-underline-offset: 6px;
    color: #000;
}
*/



.comments-link a {
    float: right;
    font-size: 90%;
    text-decoration-thickness: 2px;
    vertical-align: top;
    text-decoration: none;
}



h1.entry-title {
    padding-top: 10px;
}



a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/




.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 50px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0.7em 1.5em;
    color: inherit;
}

.main-navigation ul ul {
    box-shadow: 1px 1px 8px #ccc;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #fff;
}

.main-navigation ul ul ul {
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

/* .main-navigation li:hover>a,
.main-navigation li.focus>a,
.main-navigation li.current_page_item>a {
    background: #f0f0f0;
    opacity: 1;
} */

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    display: block;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    border: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
}

.menu-toggle .material-icons {
    font-size: 4rem;
}

.menu-toggle[aria-expanded="false"] .material-icons.close,
.menu-toggle[aria-expanded="true"] .material-icons.open {
    display: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
    background: inherit;
    color: inherit;
}

.main-navigation.toggled {
    box-shadow: 0 2px 6px #eee;
}

.main-navigation.toggled ul li:hover>ul,
.main-navigation.toggled ul li.focus>ul {
    width: 100%;
    position: unset;
    box-shadow: none;
    padding-left: 2em;
    font-size: 0.9em;
    float: none;
}

.main-navigation.toggled ul li:hover>ul a,
.main-navigation.toggled ul li.focus>ul a {
    padding-left: 0;
}

.main-navigation.toggled ul li:hover>ul li:last-child,
.main-navigation.toggled ul li.focus>ul li:last-child {
    border: none;
}

.main-navigation.toggled li {
    border-bottom: 1px dashed #ccc;
}

.main-navigation a {
    width: 100% !important;
}

.main-navigation {
    position: static;
    margin: 0;
}

.main-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}



@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }




}

@media (max-width: 767px) {
    .main-navigation {
        display: block;
    }

    .main-navigation.toggled {
        display: block;
    }

    .main-navigation ul {
        display: flex;
        flex-direction: column;
    }

    .main-navigation li {
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    overflow: hidden;
    font-size: 1.1rem;
    margin: 30px 0 50px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    text-decoration: none;
    color: inherit;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    text-decoration: none;
    color: inherit;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    font-size: 1.1rem;
    padding: 20px 0;
    margin-top: 50px;
    text-align: center;
}

#back-to-top {
    background: rgba(255, 255, 255, 0.7);
    color: inherit;
    border-radius: 50%;
    position: fixed;
    bottom: 5vh;
    right: 5vw;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

#back-to-top.shown {
    opacity: 0.8;
    visibility: visible;
    transition-delay: 0s;
}

#back-to-top .material-icons {
    font-size: 6rem;
}

@media (min-width: 1330px) {
    #back-to-top {
        right: calc(50vw - 600px);
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 568px) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*
.entry-content a, .entry-summary a {
  text-decoration: underline var(--theme-accent);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  color: #404040;
}


.entry-content a:hover , .entry-summary a:hover {
  text-decoration: underline #fc0;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  color: #000;
}
*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.widget {
    margin: 0 0 50px;
    font-size: 1.1rem;
    flex: 0 1 31%;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget input,
.widget select {
    max-width: 10em !important;
}

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

.widget li {
    margin: 0;
    padding: 0.5em 0;
    border-top: 1px dashed #ccc;
}

.widget li>ul {
    padding: 1em 0 0 1em;
}

.widget li:last-child {}

.widget li>ul li:last-child {
    border-bottom: none;
}

.widget li:first-child {
    border-top: none;
}

.widget li>ul li:first-child {
    border-top: 1px dashed #ccc;
}

.widget-title {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 0;
}

.widget a {
    text-decoration: none;
    color: inherit;
}

.search-form {
    display: flex;
}

.search-submit {
    margin-left: 5px !important;
}

@media (max-width: 567px) {
    .widget {
        width: 100%;
        flex: none;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .widget {
        flex: 0 1 48%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .widget {
        flex: 0 1 31%;
    }
}

@media (min-width: 1024px) {
    .widget {
        width: 100%;
        flex: none;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home.blog .page-title {
    display: none;
}

.page-title,
h1.entry-title {
    margin: 0;
    padding: 0.5em 0 0.5em 0;
}

h2.entry-title {
    margin: 0;

    /*   padding: 0.5em 0 0.5em 0;
     border-bottom: 1px solid #ccc; */
}

.entry-title a {
    color: inherit;
    text-decoration: none;
}

.entry-meta

/*,
.entry-footer*/
    {
    font-size: 1.1rem;
}

/*
.entry-footer {
    border-bottom: 1px solid #ccc;
    padding-top: 0em;
    padding-bottom: 1em;
}
*/

.entry-meta {
    font-size: 90%;
}


.entry-meta a {
    text-decoration: none 2px;
}



.blog .post,
.archive .post,
.search .post,
.search .page {
    margin-bottom: 50px;
}

.sticky {
    display: block;
    position: relative;
}

.post:not(.sticky) .sticky-icon {
    display: none;
}

.sticky .sticky-icon {
    float: right;
    font-size: 4rem;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.featured-image {
    margin: 1.5em 0 0;
    text-align: center;
}


.page-content,
.entry-content,
.entry-summary {
    /*  margin: 1.5em 0 0;*/
    margin: 0;
    line-height: 1.4;
    font-size: 1.1rem;
}

.page-links {
    clear: both;
    padding: 1em 0;
}

.page-links a {
    margin: 0 0.7em;
}

.posted-on:not(:last-child),
.byline:not(:last-child),
.cat-links:not(:last-child) {
    margin-right: 1em;
    border-right: 1px solid #ccc;
    padding-right: 1em;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*
.comments-area,
.comment-respond {
    border-top: 1px solid #ccc;
}
*/
.comments-title {
    text-align: center;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.comment-list .children {
    list-style: none;
    margin-top: 1.5em;
}

.comment,
.pingback {
    padding: 1.5em 0;
    border-top: 1px dashed #ccc;
    margin-bottom: 0;
}

.comment-list .children .comment:last-child {
    padding-bottom: 0;
}

.comment-list>.comment:first-child,
.comment-list>.pingback:first-child {
    border: none;
}

.comment-metadata {
    font-size: 1.1rem;
}

.comment-author a {
    color: inherit;
}

.comment-author .avatar {
    margin-right: 0.5em;
    vertical-align: middle;
}

.comment-author .says {
    display: none;
}

.comment .edit-link {
    margin-left: 1em;
}

.comment.bypostauthor>.comment-body {
    border: 5px solid #f0f0f0;
    padding: 1em;
}

.no-comments {
    text-align: center;
    background: #404040;
    color: #fff;
    padding: 0.5em;
    margin: 50px 0;
}

[class*=comment-form-] input,
[class*=comment-form-] textarea {
    display: block;
}

.comment-notes {
    font-size: 1.1rem;
}

@media (max-width: 676px) {
    .comment-list .children .children {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 1.1rem;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 50%;
}

@media (min-width: 568px) {

    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 33.33333%;
    }
}

@media (min-width: 768px) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66667%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28571%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11111%;
    }
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-caption {
    display: block;
    font-size: 1.1rem;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 567px) {

    .hidden-sm,
    .visible-md:not(.visible-sm),
    .visible-lg:not(.visible-sm),
    .visible-xl:not(.visible-sm) {
        display: none !important;
    }
}

@media (min-width: 568px) and (max-width: 767px) {

    .hidden-md,
    .visible-sm:not(.visible-md),
    .visible-lg:not(.visible-md),
    .visible-xl:not(.visible-md) {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .hidden-lg,
    .visible-sm:not(.visible-lg),
    .visible-md:not(.visible-lg),
    .visible-xl:not(.visible-lg) {
        display: none !important;
    }
}

@media (min-width: 1024px) {

    .hidden-xl,
    .visible-sm:not(.visible-xl),
    .visible-md:not(.visible-xl),
    .visible-lg:not(.visible-xl) {
        display: none !important;
    }


}


/* a:hover {
    text-decoration: underline var(--theme-accent-light) 3px;
    text-underline-offset: 6px;
    color: #000;
} */

h1,
.site-title {
    line-height: 1.2em;
}

.prostatecancerresources-excerpt a {
    text-decoration: none;

}

.prostatecancerresources-excerpt a:hover {
    text-decoration: none;
}

.prostatecancerresources-more {
    font-weight: bold;
    color: var(--theme-accent-dark);
}

@media (max-width: 567px) {
    h1.entry-title {
        text-align: center;
        font-size: 1.8em;
    }
}


.entry-meta .dashicons {
    vertical-align: middle;
    margin-right: 1em;
}

.comments-link .dashicons {
    vertical-align: middle;
    ;
}



h1.entry-title {
    padding: 0.3em 0 0.3em 0;
}

p {
    margin-top: 0;
    margin-bottom: 0.7em;
}


.tags-links {
    font-size: 90%;
}

.tags-links a {
    text-decoration: none;

}

/* .tags-links a:hover {
    text-decoration: underline var(--theme-accent-light) 3px;
    text-underline-offset: 6px;
    color: #000;
} */

/* Buttons */

.wp-block-button .wp-block-button__link {
    box-shadow: none;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 1.3125em 0.78125em;
    text-decoration: none;
    color: #FFFFFF;
}

.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
.wp-block-button[style*="text-transform"] .wp-block-button__link {
    text-transform: inherit;
}

.wp-block-button__link {
    background: #1a1a1a;
    color: #fff;
}


.is-style-outline .wp-block-button__link:not(.has-background) {
    background: transparent;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #1a1a1a;
}

.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:not(.has-background):active,
.is-style-outline .wp-block-button__link:not(.has-background):hover,
.is-style-outline .wp-block-button__link:not(.has-background):focus,
.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
    background: var(--theme-accent-light);
    color: #000000;
    text-decoration: none;
}

.wp-block-button .wp-block-button__link:focus {
    outline: thin dotted;
    outline-offset: -4px;
    text-decoration: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: var(--theme-accent-dark);
    color: #1a1a1a;
    outline: 0;
}

/* Custom Style */
@media(min-width: 1024px){
.grid.about-partner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid.action-zones{
/*grid-template-columns:1fr 1fr 1fr 2fr !important; */
	 grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-top: -8rem;
} 
	.home-content{
		padding-bottom: 0rem !important;
	}
	.glossary-card{
		margin-bottom: 1.5rem !important;
	}
}
.action-zone-card-bottom a.btn-link:after {
    content: unset;
}
.about-card.action-zone-card {
    padding: 1rem 15px;
}
.grid.action-zones .about-card.action-zone-card:last-child video{
    height: 100% !important;
}
.grid.action-zones .about-card.action-zone-card:last-child video {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.grid.action-zones .about-card.action-zone-card:last-child {
/*     border: unset !important; */
   /*  padding: 0 !important; */
/*     display: block;
  pointer-events: all !important;
transition: unset !important;
    filter: unset !important; */
}
.grid.action-zones .about-card.action-zone-card {
    border-color: #e7e7e7 !important;
    display: block;
    pointer-events: all !important;
    transition: unset !important;
    filter: unset !important;
    box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.14);
    text-align: left !important;
	display: flex;
	padding: 1.2rem 1.5rem 1.5rem 1.5rem;
}
/* .action-zone-card-top p {
    text-align: center;
    padding: 0;
} */
.action-zone-card-bottom a.btn-link {
    min-height: unset !important;
    width: fit-content;
    display: inline-block;
    padding: 0.6rem 0.8rem;
    margin: 0px;
    align-items: center;
    display: flex;
	font-size: 14px;
}
.grid.action-zones .about-card.action-zone-card:last-child {
   /*  border: unset !important;
    padding: 0 !important; */
/*     display: block; */
   /*  pointer-events: all !important; */
}
.action-zone-card-top {
    margin-bottom: 1rem;
}
.grid.about-partner .about-card, .grid.action-zones .action-zone-card{
	border: 1px solid #284861 !important;
    border-radius: 20px !important;
}
.grid.about-partner .about-card .btn-link {
    margin-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    min-height: auto !important;
    padding-right: 1rem !important;
}
.grid.about-partner .about-card{
	border: 1px solid #284861 !important;
    border-radius: 20px !important;
   }
.grid.about-partner .about-card .about-image img{
	width: 80% !important;
    height: auto !important;
}
.grid.about-partner .about-card .about-image{
	height: 4.2rem !important;
}
.grid.about-partner .about-card:first-child .about-image img{
width: 35% !important;
}
.grid.about-partner .about-card-top{
padding: 0px !important;
}
.grid.about-partner .about-card-bottom{
/* padding-top: 3rem !important; */
   padding-top: 10px !important; 
}
.grid.about-partner .about-card .btn-link {
/*     margin-bottom: 0.5rem !important;
    padding-left: 1rem !important;
	min-height: 60px !important;
	padding-right: 1rem !important */
    margin-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    min-height: auto !important;
    padding-right: 1rem !important;
}
.prc-accordion-container .prc-accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 1em 0.625em 1em;
    font-size: 1.25em;
    font-weight: 500;
    color: #fff;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.35);
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#006774), color-stop(39%, #006685), to(#284861)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #006774, #006685 39%, #284861) 0 0 no-repeat padding-box;
    border-radius: 25px;
}
div.prc-accordion-container {
    margin-top: 35px;
}
.prc-accordion-container .prc-accordion-title::after {
    content: "";
    background-image: url('/wp-content/themes/prostatecancerresources/images/down-arrow.png');
    background-size: contain; /* Ensures image fits */
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    right: 25px;
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}
.prc-accordion-container .prc-accordion-title.open::after{
    content: "";
    background-image: url("/wp-content/themes/prostatecancerresources/images/arrow-up.png");
    background-size: contain; /* Ensures image fits */
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}
div.prc-accordion-content {
    padding-top: 0px !important;
    padding-left: 25px;
    padding-right: 25px;
}
div.prc-accordion-container {
    margin-top: 35px;
}
div.prc-accordion-content {
    padding-top: 0px !important;
}
.prc-accordion-title {
    margin-bottom: 25px !important;
}
.nav-item.nav-language{
    align-items: flex-start;
}
.glossary-card p.font-bold {
    text-align: left;
}
.glossary-card{padding: 10px;}
.glossary-card div:last-child p::first-letter {text-transform: uppercase}
.prc-search-box {
    display: flex;
    align-items: center !important;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 15px 15px;
	/*width: 250px; */
    height: fit-content;
	max-width: 450px;
	width: 100% !important;
}

.prc-search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    background: transparent;
    margin: 0px;
    padding: 0px;
}
.prc-search-box input:focus {
    background: transparent !important;
}
.prc-search-box input::placeholder {
    color: #000; 
}
.prc-search-box button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
}
.pcr-glossary-top .btn-link{
    height: fit-content;
}
.prc-search-box button img{
    width: 20px;
}
.pcr-glossary-top{
    display: flex;
    justify-content: space-between;
    align-items: center !important;
	 column-gap: 5px;
}
.pcr-glossary-top .btn-link:after {
    content: unset;
}
.nav-item.nav-language{
    align-items: center;
}
.glossary-card.highlight {
    background-color: yellow;
	background: transparent linear-gradient(91deg, #f1cf11, #f29909) 0 0 no-repeat padding-box;
    border-radius: 10px;
    align-items: center;
}
.main-navigation a{
	font-weight: 800;
	text-transform: uppercase;
	display: flex;
	color: #284861 !important;
	font-size: 20px;	
	padding: 0.5em 1em;
}
.nav-item.nav-language .nav-item-inner{
	color:  #284861 !important;
    font-weight: 800;
    text-transform: uppercase;
	font-size: 20px;
}
#menu-wrapper .custom-logo{
	width: 85%;
}
.header-flex {
    padding-top: 0.7rem !important;
	padding-bottom: 0.7rem !important;
}
.pcr-footer .logo img{
    width: 15rem;
    margin-bottom: 30px;
}
.pcr-footer .logo p{
    color: #000;
    font-weight: normal;
    font-size: 17px;
}
.pcr-footer-inner{
	gap: 10%;
}
.pcr-footer-inner .logo{
	flex: 60% !important;
}
.pcr-footer-inner .newsletter-social{
	flex: 30% !important;
}
.pcr-footer .quick-links h4, .pcr-footer .newsletter-social h4{
    color: #284861 !important;
    font-weight: 800 !important;
    font-size: 20px;
    margin-bottom: 30px;
    height: 53.50px;
}
.pcr-footer .quick-links .footer-menu a{
    color: #000;
    font-weight: 600;
    font-size: 19px;
    padding: 0px;
    margin: 0px;
    height: auto;
    display: inline-block;
}
.view-glossary-btn:after{
background-image: url('/wp-content/themes/prostatecancerresources/images/btn-icon-link.png');
}
.pcr-footer .newsletter-social  .social {
    display: flex;
    margin-top: 1.5rem;
/*     justify-content: space-between; */
	justify-content: flex-start;
	flex-wrap: wrap;
    row-gap: 10px;
}
.pcr-footer .copyright p{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin-top: 2rem;
    flex: 85%;
}
.pcr-footer .copyright p br{
	display: none;
}
.pcr-footer .copyright{
    padding-bottom: 20px !important;
	display: flex;
	gap: 30px;	
}
.pcr-footer .copyright .start-block{
	flex: 15%;
}
.pcr-footer .social img {
    width: 35px !important;
    margin: 0px 10px 0px 0px !important;
}
.pcr-footer .quick-links{
    margin-left: 4rem;
}
    .pcr-newsletter-text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-left: 7px;
  }
  .pcr-newsletter-form .mc4wp-form-fields {
    display: flex;
    border-bottom: 1px solid #284861;
}
.pcr-newsletter-form  span.send-icon img {
    width: 30px;
    margin-top: -15px;
}
  .pcr-newsletter-input {
    border: none;
    border-bottom: 1px solid #2d3e3f;
    outline: none;
    width: 100%;
    padding: 5px;
  }
  .pcr-newsletter-form .mc4wp-form-fields input {
    border: unset;
    background: transparent;
    padding: 0px !important;
    margin: 0px 0px 0px;
}
.pcr-newsletter-form  .send-icon {
    cursor: pointer;
    font-size: 16px;
    color: #2d3e3f;
  }
.orange-gradient.right-side{
	margin: 2rem 1rem 1.5rem 0px !important;
	border-radius: 0px !important;
	border-bottom-left-radius: 9999px !important;
	border-top-left-radius: 9999px !important;
	width: 100% !important;
	padding: 1rem 4rem;
}
#home-hero-bg .text-content {
    text-align: right;
    padding: 0px !important
}
#home-hero-bg .text-content h2, #home-hero-bg .text-content p{
    text-align: left;
    margin-left: 4rem;
}
#home-hero-bg .text-content h2, #home-hero-bg .text-content p{
    padding-bottom: 0.8rem;
}
#home-hero-bg > div:last-child h2 {
    font-size: 28px;
    line-height: 1.2;
}
#home-hero-bg .text-content p:last-child{
    margin-bottom: 09rem;
}
#home-hero-bg .text-content > .flex.title-with-button,  #home-hero-bg .text-content > p{
	padding-right: 20px;
}
.action-zone-card-top p.font-bold br {
    display: none;
}
.grid.action-zones .about-card.action-zone-card:last-child a{
    text-align: left;
	font-size: 14px;
}
body.home.page button.btn:before{
	content: unset !important;
}
body.home.page button.btn{
	min-height: auto !important;
    padding: 0.6rem 0.8rem;
	text-transform: none;
	margin: 0px;
	margin-bottom: 1.5rem !important;
	margin-left: 1.5rem !important;
}
body.home.page button.btn:hover{
	text-decoration: unset !important;
}
body.home.page button.btn:hover a, body.home.page button.btn:hover a{
	text-decoration: underline !important;
}
.action-zone-card-top p.font-bold {
    font-size: 18px;
}
/* @media(min-width: 1024px) and (max-width: 1200px){
.grid.about-partner .about-card{
padding-left: 20px !important;
padding-right: 20px !important;
}} */
@media (min-width: 1024px) and (max-width: 1200px){
	.page-id-17 .grid.action-zones .about-card.action-zone-card:last-child video{
		object-fit: inherit !important;
	}
}
@media(min-width: 1024px){
	.grid.about-partner .about-card-top p.font-bold{
		height: 92px !important;
	}
.grid.about-partner .about-card{
/* padding-left: 20px !important;
padding-right: 20px !important; */
/* padding: 10px 20px; */
padding: 1rem 20px;
}
.orange-gradient.right-side h1 {
    font-size: 32px !important;
	line-height: 0.8 !important;
}
.orange-gradient.right-side h1 span{
    font-size: 24px !important;
}
.page-id-17 .orange-gradient.right-side h1 span{
    font-size: 20px !important;
}
	.main-navigation ul{
		flex-wrap: unset !important;
	}
}
@media(min-width: 1055px){
	.grid.about-partner .about-card-top p.font-bold{
		height: 82px !important;
	}
}
@media (min-width: 768px){
    .pcr-glossary-bottom-fr .glossary-card div:first-child{
        width: 34.33%;
    }
    .pcr-glossary-bottom-fr .glossary-card div:last-child{
        width: 65.666667%;
    }
	.page-id-17 .py-spacing, .page-id-23 .py-spacing{
		padding-bottom: 0px !important;
	}
	.page-id-17 .entry-content > .py-spacing , .page-id-23 .entry-content > .py-spacing{
		padding-top: 0px !important;
	}
	.page-id-17 article, .page-id-23 article{
		padding-bottom: 0px !important;
	}
	.home-content{
		padding-bottom: 0rem !important;
	}
}
@media(min-width: 768px) and (max-width: 1023px){
.grid.about-partner .about-card .about-image {
    height: 8rem !important;
}
.grid.about-partner, .action-zones {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
	
}
@media(max-width: 1200px) and (min-width: 768px){
	.glossary-card p.font-bold{
/* 		padding-left: 10px; */
	}
}
@media(max-width: 1023px){
 .action-zone-card-bottom a.btn-link{
		min-height: auto !important;
		width: auto;
		display: inline-block;
		padding: 1rem 1rem;
		margin: 0px;
 }
	#home-hero-bg .text-content{
		text-align: left;
	}
.action-zone-card-top p br{
	display: none;
}
.orange-gradient.right-side {
    margin: 0px 1rem 2rem 0px !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 9999px !important;
    border-top-right-radius: 9999px!important;
    width: 95% !important;
    padding: 1rem 4rem !important;
	}
#home-hero-bg .text-content h2, #home-hero-bg .text-content p {
    padding-left: 1.5rem;
    margin-left: 0rem;
}
	#home-hero-bg .text-content p:last-child {
    margin-bottom: 0rem;
}
	#home-hero #home-hero-bg{
		margin-bottom: 2rem;
	}
	.grid.action-zones{
		gap: 1.5rem !important;
	}
	.main-navigation ul{
		flex-direction: column !important;
	}
/* 	Mobile menu chnages */
#menu-container.open {
  top: 65px;
  padding-top: 0;
}
#menu-container #main-nav-links{
	padding-top: 0;
}
#menu-container .main-nav-list .sub-menu li a::before {
    content: "-";
    width: 10px;
    content: "";
    display: flex; 
    width: 20px;
    height: 2px;
    background-color: #284861 !important;
    margin-right: 8px;
    vertical-align: middle;
	margin-left: 15px;
}
#menu-container .main-nav-list .sub-menu li a{
	align-items: center;
    font-size: 18px;
	line-height: 1.5em;
}
	#menu-container #main-nav-links .menu-toggle{
display: none;
}
#menu-container .main-nav-list .sub-menu{
    left: auto;
    display: block;
    box-shadow: unset;
	position: relative;
}
    #menu-container.open #main-nav-links{
        padding-top: 0 !important;         
    }
    #menu-open .btn-menu, #menu-close .btn-menu{
        border: unset;
    }
	#menu-wrapper{
	width: 100vw;
    margin-left: -1em;
    margin-right: -1em;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
	}
	#menu-wrapper #menu-container{
		padding-left: 1em;
		padding-right: 1em;
		width: 100%;
	}
	#menu-container.open {
        left: 0 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px){
#home-hero #home-hero-bg{
		  background-image: url('/wp-content/themes/prostatecancerresources/images/cb5fd6bb5fd71b44c99c.jpg');
        background-position: 0 100%;
        background-size: contain;
	}}
@media (max-width: 1080px) and (min-width: 768px){
    .pcr-footer .pcr-footer-inner {
		gap: 2rem;
    }
    .pcr-footer .pcr-footer-inner .logo{
		flex: 55% !important;
    }
    .pcr-footer .pcr-footer-inner .quick-links{
/*         float: left; */
        margin-left: 0px !important;
    }
    .pcr-footer .pcr-footer-inner .newsletter-social{
	        flex: 45% !important;
    }
    .pcr-footer .quick-links h4, .pcr-footer .newsletter-social h4{
        height: auto;
        margin-bottom: 10px;
    }
}
@media(max-width: 769px){
.orange-gradient-heading{
	text-align: right !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 9999px !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 9999px !important;
}
}
@media(max-width: 767px){
	.pcr-footer-inner .logo {
    display: block !important;
}
.grid.about-partner .about-card .about-image {
    height: auto !important;
}
.pcr-footer .pcr-footer-inner{
    flex-direction: column;
}
.pcr-footer .pcr-footer-inner div{
    flex: 100%;
    text-align: left;
}
.pcr-footer .pcr-footer-inner .quick-links{
    margin-left: 0px;
    margin-top: 2rem;
}
.pcr-footer .pcr-footer-inner .newsletter-social{
    margin-top: 2rem;
    max-width: 500px;
}
.pcr-footer .quick-links h4, .pcr-footer .newsletter-social h4{
    margin-bottom: 10px;
    height: auto;
}
.pcr-footer .logo img{
    margin-left: 0px;
}
.pcr-footer .newsletter-social .social{
    justify-content: flex-start;
}
.pcr-glossary-top{
    row-gap: 15px;
    align-items: unset;
	column-gap: 1.5rem;
}
.pcr-glossary-top div, .pcr-glossary-top a{
    width: fit-content;
}
.prc-search-box, .pcr-glossary-top .btn-link{
margin-left: 0px !important;
}
	.pcr-footer .copyright{
		flex-direction: column;
		gap: 0px;
	}
		.glossary-card p.font-bold.prc-term{
		margin-bottom: 10px;
	}
	.glossary-card.highlight{
		align-items: unset;
	}
}
@media(max-width: 525px){
.grid.about-partner .about-card{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.flex.title-with-button {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.flex.title-with-button button {
    height: 100%;
    font-size: 14px;
}
div.prc-accordion-content {
    padding-top: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
}
.prc-accordion-container .prc-accordion-title.open::after{
    width: 25px;
    height: 25px;
}
.prc-accordion-container .prc-accordion-title::after{
    right: 25px;
    width: 30px;
    height: 30px;
}
.prc-accordion-container .prc-accordion-title{
    padding-right: 2.5em !important;
}
.pcr-footer .social img{
width: 28px !important;
}
 .pcr-glossary-top {
   	flex-direction: column;
	align-items: unset !important;
}
	.orange-gradient.right-side{
		padding: 1rem 1rem 1rem 1.5rem !important;
		text-align: left !important;
	}
	}

@media(min-width: 1280px){
/* #home-hero-bg{
	background-position: -30% 100% !important;
	} */
	#home-hero-bg > div:first-child{
		width: 55% !important;
	}
	#home-hero-bg > div:last-child{
		width: 45% !important;
	}
	.grid.action-zones{
		max-width: calc(1632px + 2rem) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 0 20px;
	}
	body.home.page #home-hero-bg .text-content p{
		font-size: 18px;
	}
}
@media (min-width: 1500px){
	.grid.about-partner .about-card .about-image{
	height: 5.5rem !important;
}
}
@media (max-width: 1120px) and (min-width: 1024px){
.main-navigation a, .nav-item.nav-language .nav-item-inner{
	font-size: 16px;
	padding: 0.7em 0.5em;
}
.main-navigation ul ul.sub-menu a {
    width: 180px;
    font-size: 15px;
}
}
@media (max-width: 1200px) and (min-width: 1121px){
.main-navigation a, .nav-item.nav-language .nav-item-inner{
	font-size: 18px;
	padding: 0.7em 0.5em;
}
.main-navigation ul ul.sub-menu a {
    width: 180px;
    font-size: 18px;
}
}
@media (min-width: 1024px){
.main-navigation ul ul.sub-menu a {
   	word-break: normal;
	overflow-wrap: normal;
	white-space: normal;
}
	.main-navigation ul ul.sub-menu li{
    width: 100%;
    margin: unset !important;
}
}
@media (min-width: 525px) {
.flex.title-with-button {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.flex.title-with-button button {
    height: 100%;
    font-size: 14px;
}
}
/*#home .about-card.action-zone-card {
    border: 1px solid #d1d9e6 !important;
    border-left: 6px solid #007B8A !important;
    border-radius: 12px !important;
    padding: 24px !important;
    background: linear-gradient(to bottom right, #ffffff, #f7f9fc) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}
#home .about-card.action-zone-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-4px);
}*/
/* Additional Resources page css  */

.link-list {
  margin: 40px auto;
}

.link-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 16px 20px;
  margin-bottom: 16px;
  transition: box-shadow 0.3s ease;
  border-left:20px solid #007B8A !important;
  background: linear-gradient(to bottom, #e6f2fb, #ffffff);
}

.link-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

/*.accent-bar {
  width: 6px;
  height: 100%;
  background-color: #0091b2;
  margin-right: 16px;
  border-radius: 3px;
}*/

.link-content {
  flex: 1;
}

.link-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #00526e;
  text-decoration: none;
  margin-bottom: 4px;
}

.link-title:hover {
  color: #003947;
}

.link-url {
  font-size: 14px;
  color: #666;
}

/*  Treatment page css  */

.treatment-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 50px;
    padding: 30px;
    margin-top: 30px;
}

.treatment-left {
  flex: 50%;
  font-size: 15px;
  color: #1f2d3d;
}

.treatment-left .bold-text {
    font-weight: 700;
    margin-top: 12px;
    color: #0c2738;
    font-size: 22px;
}
.treatment-right p {
    font-size: 24px;
    font-weight: 600;
}

.treatment-right {
    flex: 50%;
    padding: 32px 70px;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
a.download-link {
    font-size: 20px;
    color: #006774;
	line-height: 20px;
}

.download-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  text-decoration: none;
  color: #0078a0;
  font-weight: 600;
  font-size: 15px;
}
.treatment-left p {
    font-size: 18px;
}

.download-link .download-icon {
  color: #f5a623;
  margin-right: 8px;
  font-size: 18px;
}
.treat-section-title {
    color: #000000;
    margin-top: 40px;
    margin-bottom:20px;
}

/* treatment page tab & accordian css  */

.tabs {
    display: flex;
    background-color: #007ca6;
    padding: 18px;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
}

    .tab {
    text-align: center;
    line-height: 25px;
    color: #fff;
    padding: 17px 32px;
    cursor: pointer;
    border-radius: 25px;
    margin-right: 10px;
    background-color: transparent;
    transition: background 0.3s ease;
    font-size: 22px;
}

    .tab.active {
    background: linear-gradient(to right, #f9b233, #f7941d);
    color: #fff;
    font-weight: bold;
    border-radius: 55px
}

    .tab-content {
      display: none;
      padding: 20px;
    }

    .tab-content.active {
      display: block;
    }

    .section-title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 20px;
      border-bottom: 2px solid #007ca6;
      padding-bottom: 5px;
    }

    .accordion-wrapper {
      width: 65%;
      margin: 30px auto;
    }

    .accordion-section {
      margin-bottom: 30px;
    }

    .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      border-bottom: 3px solid #007ca6
    }

    .accordion-title {
      font-size: 32px;
      font-weight: bold;
      color: #007ca6;
		color: #006774;
    }

    .accordion-toggle {
      width: 40px;
      height: 40px;
      background: #f9b233;
      color: white;
      font-size: 24px;
      font-weight: bold;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
    }

.accordion-content {
      position: relative;
      max-height: 250px;
      overflow: hidden;
      transition: max-height 0.5s ease;
    }

    .accordion-content.open {
      max-height: 100%;
    }
    .medicine-entry {
      padding: 10px;
    }

    .medicine-entry:nth-of-type(even) {
      background-color: #f7f7f7;
    }

    .medicine-entry:nth-of-type(odd) {
      background-color: #ffffff;
    }


    .blur-overlay {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 250px;
      background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.6) 50%, rgba(255,255,255, 1) 100%);
      backdrop-filter: blur(0px);
      transition: opacity 0.3s ease;
      pointer-events: none;
    }

    .accordion-content.open .blur-overlay {
      opacity: 0;
    }

    .medicine-block {
      display: flex;
      flex-wrap: wrap;
      padding: 10px 0;
    }

    .column {
      width: 50%;
      padding: 5px 10px;
      box-sizing: border-box;
      font-size: 14px;
      color: #555;
    }

    .column p {
      margin: 5px 0;
      display: flex;
      align-items: flex-start;
    }

   /* .column p::before {
      content: "🔶";
      font-size: 10px;
      margin-right: 8px;
      color: #f9b233;
    }*/
	span.tsup {
    display: inline;
    font-size: 0.7em;
    vertical-align: super;
}
    .med-title {
      font-weight: bold;
      color: #007ca6;
      margin-bottom: 6px;
      font-size: 20px;
      margin-top: 20px;
    }
.accordion-title {
    flex: 90%;
}
/* accordian css end  */

/* treatment last section */

.nonpharma-wrapper {
      max-width: 900px;
      margin: auto;
    }

    .nonpharma-title {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 25px;
    }

    .nonpharma-section-title {
    color: #006774;
    font-weight: bold;
    font-size: 32px;
    border-bottom: 2px solid #006774;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
    .treatment-hr {
    border-top: 2px solid #007ca6;
}

.nonpharma-subtitle {
    font-weight: bold;
    color: #1991B5;
    font-size: 20px;
    margin: 10px 0 8px;
}

    .nonpharma-text {
    margin: 5px 0 12px 0;
    font-size: 20px;
    line-height: 1.6;
}

    .nonpharma-list {
      margin: 0 0 16px 0px;
      padding: 0;
    }

    .nonpharma-list li {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.6;
}
ul.nonpharma-list li::before {
    content: "•";
    color: #F29909;
    font-size: 20px;
    margin-right: 5px;
}
.pcr-toggle-btn{
	text-decoration: underline;
    padding-bottom: 15px;
    display: block;
}
p.partner-box-text {
    padding-bottom: 05px;
}
    @media (max-width: 768px) {

      .nonpharma-title {
        font-size: 20px;
      }

      .nonpharma-section-title {
        font-size: 16px;
      }

      .nonpharma-subtitle {
        font-size: 15px;
      }

      .nonpharma-text, .nonpharma-list li {
        font-size: 13.5px;
      }
		h2.treat-section-title.page-left-pad {
    font-size: 22px !important;
}
    }

@media (max-width: 500px) {
	.treatment-right p {
    font-size: 20px;
}
}

@media screen and (max-width:1150px) {
	.tabs {
    flex-wrap: wrap;
	flex-direction: column;
}
	.accordion-title {
    font-size: 24px;
}
	h2.treat-section-title.page-left-pad {
    font-size: 26px;
}
}

    /* treatment last section css end  */

/* Responsive design */
@media (max-width: 768px) {
  .treatment-section {
    flex-direction: column;
  }


  .treatment-left,
  .treatment-right {
    max-width: 100%;
  }
  .orange-gradient-heading h3 {
    font-size: 18px !important;
    text-align: left;
}
.treatment-right, .treatment-right p {
    padding: 20px !important;
}


.orange-gradient-heading h1 {
    font-size: 22px !important;
    text-align: left;
}
.tabs {
    flex-wrap: wrap;
	flex-direction: column;
}
.accordion-title {
    font-size: 18px !important;
}
.accordion-wrapper {
    width: 100% !important;
}
.med-title {
    font-size: 16px !important;
}
.tab {
    font-size: 16px !important;
}
	
}
@media (min-width:1536px) {
    .page-left-pad {
    padding-left: 10rem !important;
    padding-right: 5rem !important;
}
}
@media (min-width:768px) {
    .page-left-pad {
   margin-left: 0;
    margin-right: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
	.glossary-cards {
    padding: 1.5rem 2rem !important;
}
}
.icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width:500px) {
	.icon {
    width: 25px !important;
    height: 25px !important;
}
.medicine-block{
	flex-direction: column;
}
.medicine-block .column{
	width: 100%;
}
}