@charset "UTF-8";
/*
Theme Name: Web Solutions Original
Theme URI: https://www.websolutions.com/
Author: Web Solutions
Author URI: https://www.websolutions.com/
Description: WordPress wpCode
Requires at least: 6.1.1
Tested up to: 6.1.1
Requires PHP: 8.0
Version: 2.0.0
Text Domain: wpcodev2

Web Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/


/* All clamps 320 - 1200 unless noted */



:root {

  --ws-orange: #E35205;
  --ws-lt-orange: #F6C6AC;
  --ws-lt-orange-2: #FFE0CF;
  --ws-lt-orange-3: #FFF2EA;

  --ws-gap: 1.5em;
  --ws-max-content-width: calc(74em + 2 * var(--ws-gap));
  --ws-transition: all .3s ease;

  --ws-text-30: clamp(1.375em, 1.193em + 0.91vw, 1.875em);  /* 22 - 30 */
  --ws-text-25: clamp(1.25em, 1.136em + 0.57vw, 1.5625em);  /* 20 - 25 */
  --ws-text-22: clamp(1.1875em, 1.119em + 0.34vw, 1.375em); /* 19 - 22 */
  --ws-text-20: clamp(1.125em, 1.08em + 0.23vw, 1.25em);    /* 18 - 20 */
  --ws-text-18: clamp(1.0625em, 1.04em + 0.11vw, 1.125em);  /* 17 - 18 */

}



@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-300.woff2') format('woff2');
  font-weight: 300;
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-300italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-500italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-600italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/wpcode-v2/fonts/montserrat-v29-latin-700italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Rokkitt';
  src: url('/wp-content/themes/wpcode-v2/fonts/rokkitt-500.woff2') format('woff2');
  font-weight: 500;
}


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}

table {
  border-collapse: collapse;
}

td, th {
  empty-cells: show;
  text-align: left;
  vertical-align: top;
}

body {
  background: #FFF;
}

#skipNavigation {
  background: #FFF;
  color: #000;
  left: 0;
  padding: .5em;
  position: absolute;
  top: -1000px;
  z-index: 10
}

#skipNavigation:is(:focus, :active) {
  top: 0;
}

.admin-bar #skipNavigation:is(:focus, :active) {
  top: 32px;
}




/* TYPEFACES ------------------------------ */

body, .text, input, button, select, textarea {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Montserrat light regular */
.call-to-action p {
  font-weight: 300;
  font-style: normal;
}

/* Montserrat regular */
.blog-posts p {
  font-style: normal;
  font-weight: 400;
}

/* Montserrat regular italic */
.image-text span.author, .content .alignright figcaption, .wp-block-quote p, figure.wp-block-pullquote cite, .blog-posts .meta {
  font-style: italic;
  font-weight: 400;
}

/* Montserrat medium */
figure.wp-block-pullquote blockquote p, .content a:not(:is(.button, .wp-block-button__link, .entry-title a))  {
  font-style: normal;
  font-weight: 500;
}

/* Montserrat medium italic */
.highlight h2 {
  font-style: italic;
  font-weight: 500;
}

/* Montserrat semibold */
.intro, .intro p, .content .intro a:not(:is(.button, .wp-block-button__link)), .image-text h2 {
  font-style: normal;
  font-weight: 600;
}

/* Montserrat semibold italic */
.image-text time {
  font-style: italic;
  font-weight: 600;
}

/* Montserrat bold */
h1, h2, h3 {
  font-style: normal;
  font-weight: 700;
}

/* Montserrat bold italic */
h4, h5, h6 {
  font-style: italic;
  font-weight: 700;
}




/* TYPOGRAPHY ------------------------------ */

h1 { font-size: var(--ws-text-30); }
h2 { font-size: var(--ws-text-22); }
h3, .highlight h2 { font-size: var(--ws-text-20); }
h4 { font-size: var(--ws-text-18 ); }


a, a * {
  color: var(--ws-orange);
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6, hr, blockquote, dd, ol {
  margin-block: 0 1rem;
}

h1, h2, h3, h4, h5, h6, th {
  line-height: 1.2;
}

:is(p, ul, ol, .wp-block-buttons, aside, div, section) + :is(h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

main > div > aside {
	width: 16.25rem;
	padding: 4.3125rem 4.875rem 0 0;
	overflow: hidden;
	float: left;
}

h1, h2, h3, h5, th {
  color: #000;
}

h4, h6, dt {
  color: #666;
}

h1.entry-title {
  color: var(--ws-orange);
  font-size: var(--ws-text-30);
  margin-bottom: .5em;
}

h2.entry-title {
  font-size: var(--ws-text-18);
  margin-bottom: 0;
}


.entry-source, .entry-source p {display: inline; position: relative;}
.entry-source p {margin-bottom: 0; font-size: .8rem; font-weight: 400; font-style: italic;}

.content a:not(:is(.button, .wp-block-button__link, .entry-title a)) {
  text-decoration: underline;
  text-decoration-color: transparent;
}

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

b, strong {
  font-weight: 700;
}

hr,
.wp-block-separator {
  border: 0;
  border-block: 1px solid var(--ws-lt-orange);
  clear: both;
  height: .35em;
  margin: 2em 0;
  padding-top: 1px;
}

sub, sup {
  font-size: .6em;
  line-height: .6em;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: .5ex;
}

sup {
  bottom: 1ex;
}

p {
  text-wrap: pretty;
}

.content p {
  font-size: 1em;
}

.intro, .intro p {
  font-size: var(--ws-text-18);
  margin: 0 0 1.25em;
}

:is(ol, ul, p):last-child {
  margin-bottom: 0;
}


/* Blockquote */
.wp-block-quote {
  border-right: .25rem solid var(--ws-orange);
  float: right;
  line-height: 1.438;
  margin: 1em 0 1.5em 2em;
  max-width: 50%;
  padding: 1em 1em 1em 0;
  text-align: right;
  width: 21.0625em;
}

.wp-block-quote p {
  color: #333;
  font-size: 1em;
}

.wp-block-quote p:last-of-type {
  margin: 0 0 .625em;
}

.wp-block-quote :is(footer, cite) {
  color: #666;
  font-size: .875em;
}

.wp-block-quote cite::before,
.wp-block-quote footer::before {
  content: '\2013\00A0';
}

.wp-block-quote p:first-of-type::before {
  content: open-quote;
}

.wp-block-quote p:last-of-type::after {
  content: close-quote;
}


/* Pullquotes: */
figure.wp-block-pullquote {
  border-block: .1875em solid var(--ws-orange);
  float: left;
  font-size: 1em;
  margin: 1em 2em 1em 0;
  padding: 1.5em;
  width: 50%;
}

figure.wp-block-pullquote blockquote {
  float: none;
  margin: 0;
  max-width: 100%;
  text-align: center;
  width: 100%;
}

/* Pullquote text: */
figure.wp-block-pullquote blockquote p {
  font-size: clamp(1em, 0.955em + 0.23vw, 1.125em);
  line-height: 1.35;
}

figure.wp-block-pullquote blockquote p:first-of-type::before {
  content: '\201C';
}

figure.wp-block-pullquote blockquote p:last-of-type::after {
  content: '\201D';
}

figure.wp-block-pullquote blockquote cite {
  font-size: .875em;
  display: block;
  margin: 1em 0 0;
  text-align: center;
}

figure.wp-block-pullquote blockquote cite::before {
  display: none;
}

#donors_blog_archive time, #donors_blog_archive .author,
.donors-blog-single time, .donors-blog-single .author {font-size: 0.875rem; font-style: italic;}

.donors-blog-single .author {margin-bottom: 1rem;}
.read-more-link {font-style: italic;}

.ws-donors-blog-template-default  #content .intro {font-size: 1.5rem; line-height: 26px; color: #333;}

#donors_blog_archive .author, .donors-blog-single .author {display: inline; margin-left: .3rem;position: relative;}
#donors_blog_archive .author:before, .donors-blog-single .author:before {content: "\00a0\007C\00a0"; display: inline-block; font-style: normal; color: #000; margin-right: 0.1875rem; pointer-events: none;}
.donors-blog-single p.intro {
	margin-top: 1.25rem;
}

#content .highlight.donors-blog-highlight {
	border-left:0;
	border-right: 0;
	border-bottom: 5px solid var(--ws-orange);
	border-top: 5px solid var(--ws-orange);
	border-radius: 0;
}
.highlight.donors-blog-highlight h2 {margin-bottom:.5em;}

/* blog & news */
.blog-news-top {
	background: var(--ws-lt-orange);
	text-align: center;
	clear: both;
	padding-block: 2.1875rem 3rem;
}
.blog-news-top h1 {
	font-size: 2.8125rem;
	color: #FFF;
}
.blog-news-content * {
	color: #FFF;
	font-size: 1.125rem;
}
.blog-news-content *:last-child {
	margin-bottom: 0;
}
.blog-news-top .buttons {
	margin-bottom: 1rem;
}
.blog-news-top .buttons .button {
	padding-block: 0.5625rem;
	padding-right: 2.375rem;
	border-color: #FFF;
	position: relative;
}

.blog-news-top .buttons .button:after {
	content: "";
	position: absolute;
	right: 0.875rem;
	top: 10px;
	width: 12px;
	height: 14px;
	transition: all .2s ease;
}

.blog-news-top .buttons .button:nth-child(odd) {
	color: var(--ws-orange);
}
.blog-news-top .buttons .button:nth-child(odd):after {
	background: url(images/icons/chevron-down-green-alt.svg) no-repeat center / contain;
}
.blog-news-top .buttons .button:nth-child(even) {
	color: var(--ws-orange);
}
.blog-news-top .buttons .button:nth-child(even):after {
	background: url(images/icons/chevron-down.svg) no-repeat center / contain;
}
#main .blog-news-top .buttons .button:is(:hover,:focus) {
	background: var(--ws-orange);
	color: #FFF;
}
#main .blog-news-top .buttons .button:is(:hover,:focus):after {
	filter: grayscale(1) brightness(5);
}

.blog-news-area article {
	width: 100%;
	position: relative;
}
.blog-news-area article .image {
	display: block;
	z-index: 2;
}
.blog-news-area article .image:is(:hover,:focus) {
	opacity: .8;
}
.blog-news-area article .image div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.blog-news-area .category {
	display: block;
	font-style: italic;
	font-weight: 500;
	color: var(--ws-lt-orange);
	font-size: 1.125rem;
}
.blog-news-area .wrap {
	max-width: calc(81.75rem + 8vw);
}
.blog-news-area h2 {
	margin-bottom: .75rem;
}
.blog-news-area time {
	font-style: italic;
	font-size: 1rem;
	color: #999;
	display: block;
	margin-bottom: 1rem;
}
.blog-news-area .wrap-inner p {
	display: inline;
	margin: 0;
}
.blog-news-area .wrap-inner .read-more-link {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	/*color: var(--f-light-green);*/
	font-style: normal;
}
.blog-news-area .wrap-inner .read-more-link:is(:hover,:focus) {
	text-decoration: underline;
}
.blog-news-area .blog-news-button {
	font-size: 14px;
	display: table;
	margin-top: 24px;
}

.news article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.news article:first-of-type {
  margin-top: 2em;
}
.news article:first-of-type:before {
    border-block: 1px solid var(--ws-orange);
    content: '';
    display: block;
    height: .375em;
    margin: 0 0 2em;
  }

.posted-on, .byline {
    font-size: .8rem;
}

/* Lists */
.content ol {
  margin: 1.5em 0 1em 0;
}

.content ol li {
  margin: 0 0 1em;
}

.content ol ol li {
  list-style: lower-alpha;
}

.content ul {
  margin: 1.5em 0 1em 0;
}

.content ul li {
  margin: 0 0 1em;
  padding-left: 1.875em;
  position: relative;
}

.content :is(ol, ul) li li {
  font-size: 1em;
}

.content ul li::before {
  aspect-ratio: 1;
  background: var(--ws-orange);
  border-radius: 50%;
  content: '';
  inset: .5em auto auto .875em;
  position: absolute;
  transition: var(--ws-transition);
  width: .4rem;
}

.content ul li ul li::before {
  opacity: .75;
}

.content :is(ul ul, ol ol) {
  margin-top: 1em;
}

.twoCol, .threeCol, .resCol {
  column-gap: 2em;
}

:is(.twoCol, .threeCol, .resCol) li {
  break-inside: avoid-column;
}

.resCol {
  columns: auto;
}


/* Highlight */
.highlight {
  clear: both;
  overflow: hidden;
  margin: 2.5em 0;
  padding: 0 .375em .375em 0;
}

.highlight .highlight-content {
  background: var(--ws-lt-orange-2);
  box-shadow: .375em .375em 0 0 var(--ws-lt-orange);
  padding: 2em clamp(1.5em, 0.955em + 2.73vw, 3em) 2.5em;
}

.highlight h2 {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}

.highlight h2>span::before,
.highlight h2>span::after {
  border-block: 1px solid var(--ws-lt-orange);
  content: '';
  display: inline-block;
  height: .3125rem;
  position: absolute;
  width: 100vw;
}

.highlight h2>span::before {
  top: .4375em;
  right: calc(100% + .625em);
}

.highlight h2>span::after {
  bottom: .4375em;
  margin-left: .625em;
}

.highlight :first-child {
  margin-top: 0;
}

.highlight :last-child,
.highlight ul:last-child li:last-child {
  margin-bottom: 0;
}


/* Imagery */
.content :is(.alignright, .alignleft) {
  max-width: min(50%, 25em);
}

.content .alignright {
  margin: 1em 0 1em clamp(1.5em, 0.955em + 2.73vw, 3em);
}

.content .alignleft {
  margin: 1em clamp(1.5em, 0.955em + 2.73vw, 3em) 1em 0;
}

.content .alignright img {
  float: none;
  height: auto;
  margin: 0;
  max-width: 100%;
}

.content .alignright figcaption {
  text-align: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}

.content img.phototreatment {
  height: auto;
  max-width: 50%;
}

.content figure.phototreatment {
  text-align: center;
  width: 100%;
}

.content figure.phototreatment img {
  height: auto;
  max-width: 100%;
  width: auto;
}

img.phototreatment,
img.alignright,
.alignright img {
  height: auto;
  max-width: 100%;
  width: auto;
}


/* Miscellaneous */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  padding: 0;
  width: 1px;
}

.muted {
  opacity: 0.5;
}

small {
  font-size: .8em;
}

/* blog */
span.posted-on {
  font-size: .85em;
}

span.byline {
  display: block;
  font-size: .85em;
}

.content table {
  width: 100%;
}

article .entry-content {
  padding: 1em 0;
}

.blogThumb {
  width: 100%;
}

.blogThumb img, .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
  max-width: 100%;
}

.updated {
  display: none;
}

#donors_blog_archive article {
	margin-top: 3rem;
}

/* addon classes */
.clearFloats {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.req, .required {
  color: #C00;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.videoContainer {
  height: 0;
  line-height: 0;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
  width: 100%;
}

.videoContainer.ratio-4-3 {
  padding-top: 75%; /* 4:3 full-frame */
}

.videoContainer iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}


figure div.wp-block-embed__wrapper {
  position: static;
}



#search form {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#search input {
  flex: 1 1 auto;
  background: #FFF;
  box-shadow: none;
  border-color: #ccc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

#search button {
  font-weight: 500;
  background: var(--ws-orange);
  color: #FFF;
  border-radius: 0 4px 4px 0;
  border-color: #CCC;
  border-left: 0;
}

main:before {
  content: "";
  position: fixed;
  background: rgba(0,0,0,.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease;
}

.search-active main:before {opacity: 1; pointer-events: initial}
#search input, #search button {margin: 0;}




/* WRAP ------------------------------ */

.wrap,
.fatFooter {
  margin-inline: auto;
  max-width: var(--ws-max-content-width);
  padding-inline: var(--ws-gap);
  padding-top: 3.6875em;
  width: 100%;
}





/* GRID COLUMNS ------------------------------ */

.ws-grid,
.ws-grid-inner {
  display: grid;
  gap: var(--ws-gap);
}

.ws-grid {
  grid-template-columns:
  minmax( 0, 1fr )
  [wrap-start]
  repeat( var(--ws-column-count), minmax( 0, calc( ( ( var(--ws-max-content-width) - ( ( var(--ws-column-count) - 1 ) * var(--ws-gap) ) ) / var(--ws-column-count) ) ) ) )
  [wrap-end]
  minmax( 0, 1fr );
}

.ws-grid-inner {
  grid-template-columns: [wrap-start] repeat( var(--ws-column-count), minmax(0,1fr) ) [wrap-end];
}




/* FLEXBOX COLUMNS ------------------------------ */

.ws-flex {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ws-gap);
}

.ws-flex>:is(article,div,li) {
  width: calc( 99.9% / var(--ws-column-count) - ( var(--ws-gap) * ( var(--ws-column-count) - 1 ) / var(--ws-column-count) ) );
}





/* SIDENAV ------------------------------ */

/* t1 */
#sidenav {
  overflow: hidden;
}

#sidenav::before {
  border-block: 1px solid var(--ws-orange);
  content: '';
  display: block;
  height: .375em;
  margin: 0 0 .375em
}

#sidenav ul {
  overflow: hidden;
  padding: 0;
}

#sidenav ul:empty {
  display: none;
}

#sidenav li {
  overflow: hidden;
}

#sidenav li a {
  display: block;
  line-height: 1;
  position: relative;
  text-decoration: none;
}


/* T2 ----- */
#sidenav>ul>li {
  border-bottom: 1px solid #D9D9D9;
}

#sidenav>ul>li>a {
  color: #000;
  font-size: .9375em;
  padding: .625em .5em .625em .515em;
}

#sidenav>ul>li.current_page_item>a,
#sidenav>ul>li.current_page_ancestor>a {
  background: var(--ws-lt-orange-3);
  padding-right: 1.75em;
}

#sidenav>ul>li.page_item_has_children.current_page_item>a::after,
#sidenav>ul>li.page_item_has_children.current_page_ancestor>a::after {
  aspect-ratio: 1;
  background: var(--ws-orange);
  content: '';
  height: 1em;
  inset: .625em .5625em auto auto;
  mask: url('images/icons/chevron-down.svg') no-repeat center / contain;
  position: absolute;
  transition: var(--ws-transition);
}



/* T3 ----- */
#sidenav>ul>li>ul {
  padding-block: .3125em;
}

#sidenav>ul>li>ul>li>a {
  color: #333;
  font-size: .8125em;
  padding: .375em .5em .375em 2em;
}

#sidenav>ul>li>ul>li>a::before {
  aspect-ratio: 1;
  border: 1px solid var(--ws-orange);
  border-radius: 50%;
  content: '';
  inset: .5625em auto auto 1em;
  position: absolute;
  transition: var(--ws-transition);
  width: .4375rem;
}

#sidenav>ul>li>ul>li.current_page_item>a::before {
  background: var(--ws-orange);
}




/* T4 ----- */
#sidenav>ul>li>ul>li>ul {
  background: #FFF;
}

#sidenav>ul>li>ul>li>ul>li>a {
  color: #444;
  font-size: 1em;
  padding: .375em .5em .375em 1.75em;
}

#sidenav>ul>li>ul>li>ul>li.current_page_item>a,
#sidenav>ul>li>ul>li>ul>li.current_page_ancestor>a {
  background: #E5E5E5;
  color: #000;
}

#sidenav>ul>li>ul>li>ul>li.current_page_item>a {
  background: #000;
  color: #FFF;
}



/* hide children that arent yours */
#sidenav ul.children {
  display: none;
}

#sidenav li.current_page_ancestor>ul,
#sidenav li.current_page_item>ul {
  display: block;
}




/* HEADER ------------------------------ */


#mainnav>ul>li:last-of-type>a::before {
  aspect-ratio: 1;
  background: var(--ws-orange);
  content: '';
  inset: 50% auto auto .875em;
  mask: url('./images/icons/user-circle.svg') no-repeat center / contain;
  position: absolute;
  transition: var(--ws-transition);
  transform: translateY(-50%);
}

/* MAIN ------------------------------ */

.content {
  word-wrap: break-word;
}

#content {
	float: right;
	width: calc(100% - 16.25rem);
	padding: 0 0 50px;
	overflow: hidden;
	min-height: 600px;
	position: relative;
}




/* FORMS ------------------------------ */

input, button, select {
  line-height: 1.2;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], input[type="reset"] {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], textarea, select {
  background-color: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.2);
  padding: .375em 1em;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
  background-color: rgba(255,0,0,.05);
  border-color: #FF0000;
}

textarea {
  display: block;
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

select {
  background: url('./images/icons/select-arrows.svg') no-repeat calc(100% - .875em) 50%;
  padding-right: 2.15rem;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select option {
  padding: 0 .2em;
}

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


/* Hide the X from Chrome search input */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }





/* BUTTONS ------------------------------ */

.button, button, input[type="button"], input[type="submit"], input[type="reset"], .wp-block-button__link {
  background: var(--ws-lt-orange);
  border: 1px solid var(--ws-orange);
  border-radius: .25em;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  padding: .75em 1.25em;
  text-align: center;
}

.button {
  display: inline-block;
}

.wp-block-buttons, .buttons {
  margin-block: 2em;
}

:is(.wp-block-buttons, .buttons):last-child {
  margin-bottom: 0;
}

.wp-block-buttons .wp-block-button,
.buttons :where(button, .button) {
  margin: .375em .5em .375em 0;
}

.button.white,
.white .wp-block-button__link {
  background: #FFF;
}






/* FORMIDABLE FORM STYLING ------------------------------ */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.frm_primary_label {
  display: block;
  font-size: 1em;
  margin: .75em 0 0;
}

.frm_full textarea {
  margin: 0;
}

.frm_button_submit {
  margin: 1.5em 0 0;
}
.frm_required, .frm_error, .frm_error_style {
  color: #EE0000;
}

.frm_error {
  font-size: 1em;
}





/* PAGEHEADER ------------------------------ */

.pageheader {
  aspect-ratio: 1440 / 74;
  background: url('./images/pageheader.webp') no-repeat center / cover;
  clear: both;
  min-height: 3em;
  width: 100%;
}





/* FAMILY BAR ------------------------------ */
#nkr-familybar {
  border-top: 1px solid rgba(0,0,0,.2);
  background-color: #fff;
  font-size: 16px;
  text-align:center;
  clear: both;
}

#nkr-familybar nav {
  display: inline-block;
  font-size: 0.875rem;
}

#nkr-familybar span {
  position: relative;
  display: inline-block;
  padding-left: 2.2em;
}

#nkr-familybar svg {
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

#nkr-familybar ul {
  display: contents;
  white-space: collapse;
}

#nkr-familybar li {
  display: inline;
  white-space: nowrap;
}

#nkr-familybar a {
  border: 1px solid rgba(206,14,45,0);
  border-radius: .25em;
  color: var(--ws-orange);
  display: inline-block;
  text-decoration: none;
  transition: var(--ws-transition);
}




/* FOOTER ------------------------------ */
body>footer {
  background: #000;
  padding: 1.5rem 0;
  color: #999;
  font-size: 0.75rem;
}

body>footer a { color: #FFF; }

body>footer a.on, footer .on>a {
  text-decoration:none;
  color:#fff;
}
body>footer .fatFooter {
  margin-bottom: 3rem;
}

body>footer>.wrap {
  overflow:visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 74rem;
  padding-top:0;
}

body>footer nav,
body>footer nav li {
  display: inline-block;
}

body>footer .wrap nav li::before {
  content: "|";
  margin: 0 0.5em
}

body>footer .copyright {
  display: inline-block;
}

body>footer .copyright p {
  display: inline-block;
  margin: 0;
}

.social-links {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.social-links li + li {
  margin-left: .6875rem;
}

.social-links a {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.social-links a:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-links .facebook:before { background-image: url(images/icons/facebook.svg); }
.social-links .linkedin:before { background-image: url(images/icons/linkedin-in.svg); }
.social-links .instagram:before { background-image: url(images/icons/instagram.svg); }
.social-links .twitter:before { background-image: url(images/icons/twitter.svg); }
.social-links .youtube:before { background-image: url(images/icons/youtube.svg); width: 1.25rem; }






/* TRANSITIONS ------------------------------ */

a, a *, button, .button, input:is([type="button"], [type="submit"], [type="reset"]),
:is(input, select, textarea):focus, #alertApp, #alertApp span, #alertDesc {
  transition: var(--ws-transition);
}

.stop-transitions * {
  transition: none !important;
}




/* ANIMATIONS ------------------------------ */

@media screen and (prefers-reduced-motion: no-preference) {

  .icon-sink:is(:hover,:focus-visible) {
    animation: icon-sink .5s ease-out 0s 1 normal forwards, icon-hang 1.5s ease-out .5s infinite alternate forwards;
  }


  @keyframes icon-sink {
    100% { transform: translateY(.5em); }
  }


  @keyframes icon-hang {
    0% { transform: translateY(.5em); }
    50% { transform: translateY(.125em); }
    100% { transform: translateY(.5em);  }
  }

}





/* SEARCH --------------------------------- */

.search-link {
  background: var(--ws-orange);
  mask: url('./images/icons/search.svg') no-repeat center / auto 1.25em;
}





/* HERO --------------------------------- /
* Homepage
*/

.hero {
  background: var(--ws-lt-orange-2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero::after {
  background-color: var(--ws-lt-orange-2);
  content: '';
  position: absolute;
}

.hero .wrap {
  position: relative;
  z-index: 3;
}

.hero figure {
  margin: 0;
}

.hero img {
  height: 100%;
  inset: 0 0 auto auto;
  object-fit: cover;
  object-position: right;
  position: absolute;
  width: 100%;
}




/* CALLOUTS --------------------------------- /
* Homepage
*/

.callouts {
  background: var(--ws-lt-orange);
  clip-path: circle(1000vw at 50% 1000vw);
  display: flex;
  padding-block: clamp(3em, 1.818em + 5.91vw, 6.25em) clamp(3.25em, 2.386em + 4.32vw, 5.625em);
  position: relative;
  margin-top: min(-2.5em, -2vw);
  text-align: center;
  width: 100%;
  z-index: 1;
}

.callouts::before,
.callouts::after {
  content: '';
  inset: 4px 0 0 0;
  position: absolute;
}

.callouts::before {
  background: #FFF;
  clip-path: circle(1000vw at 50% 1000vw);
  z-index: -2;
}

.callouts::after {
  background: #000;
  mask: url('./images/repeating-bg.svg') repeat center / 3.5em auto;
  opacity: .02;
  z-index: -1;
}

.callouts ul.ws-flex {
  justify-content: center;
  margin-inline: auto;
  max-width: 58.75em;
}

.callouts .icon {
  aspect-ratio: 85 / 61;
  background: no-repeat center / contain;
  display: block;
  height: 3.8125em;
  margin: 0 auto 1em;
  transition: var(--ws-transition);
}

.callouts .icon.DonorShield { background-image: url('./images/DS_Liver-Medium.svg'); }
.callouts .icon.hands { background-image: url('./images/callouts/hands.svg'); }
.callouts .icon.people { background-image: url('./images/callouts/people.svg'); }
.callouts .icon.hospital { background-image: url('./images/callouts/hospital.svg'); }

.callouts h2 {
  font-size: var(--ws-text-25);
  margin: 0 0 2em;
}

.callouts p {
  color: #000;
}

.callouts p>strong {
  color: inherit;
}





/* IMAGE-TEXT --------------------------------- /
* Homepage
*/

.image-text {
  background: var(--ws-lt-orange-2);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.image-text figure {
  margin: 0;
}

.image-text h2 {
  font-size: .875em;
  margin: 0 0 2.5em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--ws-orange);
  text-underline-offset: .625em;
}

.image-text h3 {
  font-size: var(--ws-text-25);
  margin: 0 0 .375em;
}

.image-text .meta {
  color: #000;
  font-size: .8125em;
  margin: 0 0 1.125em;
}

.image-text time {
  display: block;
}

.image-text p {
  line-height: 1.438;
  margin: 0 0 1.5em;
}




/* CALL-TO-ACTION --------------------------------- /
* - All pages
*/

.call-to-action {
  background: #FFF;
  clip-path: circle(1000vw at 50% 1000vw);
  display: flex;
  margin-top: min(-2.5em, -2vw);
  padding-block: 4.75em;
  position: relative;
  width: 100%;
  z-index: 1;
}

.call-to-action::before,
.call-to-action::after {
  content: '';
  inset: 4px 0 0 0;
  position: absolute;
}

.call-to-action::before {
  background: var(--ws-orange);
  clip-path: circle(1000vw at 50% 1000vw);
  z-index: -2;
}

.call-to-action::after {
  background: #FFF;
  mask: url('./images/repeating-bg.svg') repeat center / 3.5em auto;
  opacity: .06;
  z-index: -1;
}

.call-to-action img {
  height: 9.5em;
  width: auto;
}

.call-to-action p {
  color: #FFF;
  font-size: var(--ws-text-22);
  line-height: 1.182;
  margin-bottom: 1em;
}




/* BLOG POSTS RIBBON --------------------------------- /
* - template-blog.php
*/

.blog-posts .loading {
  text-align: center;
}

.blog-posts article:first-of-type {
  margin-top: 1.75em;
}

.blog-posts article + article {
  margin-top: 2.5em;
}

.content .blog-posts a {
  text-decoration: none !important;
}

.blog-posts h2 {
  color: var(--ws-orange);
  margin: 0 0 .25em;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.blog-posts .meta {
  margin: 0 0 .5em;
}

.blog-posts .meta :is(time, span) {
  color: #000;
}

.blog-posts .author::before {
  content: "\00a0\007C\00a0";
  font-style: normal;
  margin-inline: .25rem .1875rem;
  pointer-events: none;
}

.blog-posts p {
  color: #000 !important;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: .0625em;
  margin: 2em 0 0;
}

.pagination :is(a,span) {
  display: inline-block;
  padding: .25em .375em;
  text-align: center;
  text-decoration: none !important;
}

.pagination :is(a,span).current {
  color: #000;
}

/* Single post sidebar */
#sidenav .back-to-blog>span {
  color: inherit;
  position: relative;
  top: -.125em;
}




/* ----------~~~~~~~~~ STYLE.CSS ~~~~~~~~~---------- */
