/**
* Theme Name: Kaulig Giving
* Author: ipso/Kaulig Media
* Version: 1.0.55
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
body.single-bio .bio-titles {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  --text-color: #2c2c2c;
  color: var(--text-color);
}
html.no-scroll {
  overflow-y: scroll;
}
html.no-scroll body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html.no-scroll body.admin-bar {
  top: 32px;
}
@media (max-width: 782px) {
  html.no-scroll body.admin-bar {
    top: 46px;
  }
}
* {
  color: var(--text-color);
}
.has-text-color * {
  --text-color: inherit;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
ul,
ol {
  margin-left: 40px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
p {
  margin-bottom: 2em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.screen-reader-text {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
body.single-bio .bio-titles {
  margin-bottom: 0;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 1em;
}
h1 {
  font-size: 4.75em;
  --text-color: #1a2a5a;
  font-family: "Work Sans", sans-serif;
  line-height: 1.15384615;
  font-weight: 600;
}
@media (min-width: 825px) and (max-width: 1200px) {
  h1 {
    font-size: 6.33333333vw;
  }
}
@media (max-width: 824px) {
  h1 {
    font-size: 2.8em;
  }
}
h2 {
  font-size: 2.625em;
  --text-color: #1a2a5a;
  color: var(--text-color);
  font-family: "Work Sans", sans-serif;
  line-height: 1.15384615;
  font-weight: 600;
}
@media (min-width: 825px) and (max-width: 1200px) {
  h2 {
    font-size: 3.5vw;
  }
}
@media (max-width: 824px) {
  h2 {
    font-size: 1.8046875em;
  }
}
h3 {
  font-size: 2.25em;
  --text-color: #1a2a5a;
  color: var(--text-color);
  font-family: "Work Sans", sans-serif;
  line-height: 1.15384615;
  font-weight: 600;
}
@media (min-width: 825px) and (max-width: 1200px) {
  h3 {
    font-size: 3vw;
  }
}
@media (max-width: 824px) {
  h3 {
    font-size: 1.546875em;
  }
}
h4 {
  font-size: 1.625em;
  --text-color: #1a2a5a;
  color: var(--text-color);
  font-family: "Work Sans", sans-serif;
  line-height: 1.15384615;
  font-weight: 600;
}
@media (min-width: 825px) and (max-width: 1200px) {
  h4 {
    font-size: 2.16666667vw;
  }
}
@media (max-width: 824px) {
  h4 {
    font-size: 1.1171875em;
  }
}
h5,
body.single-bio .bio-titles {
  font-size: 1.125em;
  --text-color: #1a2a5a;
  color: var(--text-color);
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  line-height: 1.15384615;
}
h6 {
  font-size: 1.125em;
  --text-color: #1a2a5a;
  color: var(--text-color);
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  line-height: 1.15384615;
}
a {
  color: #1a2a5a;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
.tab-set {
  max-width: 1170px;
  margin: 30px auto;
}
.tab-set .tab-titles {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  border-bottom: solid 2px #999;
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .tab-set .tab-titles {
    font-size: 1.5vw;
  }
}
@media (max-width: 824px) {
  .tab-set .tab-titles {
    font-size: 0.7734375rem;
  }
}
.tab-set .tab-titles form {
  display: none;
  padding: 0 5px 10px;
}
.tab-set .tab-titles form select {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .tab-set .tab-titles form {
    display: block;
    flex: 100% 1 1;
  }
  .tab-set .tab-titles .tab-title {
    display: none;
  }
}
.tab-set .tab-title {
  padding: 20px 10px;
  cursor: pointer;
}
.tab-set .tab-title.active,
.tab-set .tab-title:hover {
  font-weight: 600;
}
.tab-set .tabs {
  padding: 80px 20px;
}
.tab-set .tab {
  display: none;
}
.tab-set .tab.active {
  display: block;
}
#breadcrumbs {
  padding: 0 20px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 10px;
}
#breadcrumbs a {
  text-decoration: none;
}
@media (max-width: 600px) {
  #breadcrumbs {
    display: none;
  }
}
.share-menu ul {
  margin-left: 0;
  list-style: none;
  overflow: hidden;
}
.share-menu ul li {
  float: left;
}
.share-menu ul a {
  display: block;
  font-size: 1.375em;
  line-height: 1;
  margin: 0 5px;
  color: #2c2c2c;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s ease, color 1s ease;
  -moz-transition: opacity 0.5s ease, color 1s ease;
  -o-transition: opacity 0.5s ease, color 1s ease;
  transition: opacity 0.5s ease, color 1s ease;
  text-decoration: none;
}
.share-menu ul a:hover {
  color: #1a2a5a;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.share-menu ul li.print {
  border-left: solid 2px rgba(44, 44, 44, 0.4);
  margin-left: 10px;
  padding-left: 10px;
}
.share-menu ul li.print a:after {
  content: "Printer Friendly Version";
  font-size: 0.875rem;
  vertical-align: middle;
  padding-left: 0.5em;
}
.recent-posts {
  --text-color: #ffffff;
}
.recent-posts:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
  clear: both;
}
.recent-posts .post-item {
  display: block;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center center;
}
.recent-posts .post-item:before {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.recent-posts .post-item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.recent-posts .post-info {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recent-posts .post-info .post-title {
  display: block;
  font-size: 1.625em;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 0.5em;
  line-height: 1.15384615;
}
.recent-posts .post-info .post-category,
.recent-posts .post-info .post-date {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125em;
}
.recent-posts .post-info .post-category:after {
  content: "|";
  margin-left: 0.25em;
}
.recent-posts .post-info .post-excerpt {
  margin-top: 2em;
  display: block;
  max-width: 350px;
}
.recent-posts .post-info .post-action {
  font-weight: 600;
  margin-top: 1em;
  display: block;
}
@media (min-width: 768px) {
  .recent-posts .post-1,
  .recent-posts .post-4 {
    padding-top: 44.21052632%;
    width: 65%;
  }
  .recent-posts .post-2,
  .recent-posts .post-3 {
    padding-top: 44.21052632%;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .recent-posts .post-item {
    float: none;
    padding-top: 56.25%;
  }
  .recent-posts .post-info .post-excerpt {
    display: none;
  }
}
.grayscale-to-color * {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 1s ease;
  -moz-transition: -moz-filter 1s ease;
  -o-transition: filter 1s ease;
  transition: -webkit-filter 1s ease, -moz-filter 1s ease, -o-filter 1s ease,
    filter 1s ease;
}
.grayscale-to-color:hover * {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
body.dialog-shown {
  overflow: hidden;
}
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 10000;
  overflow: hidden auto;
}
.dialog .dialog-content-wrapper {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  position: absolute;
  margin-top: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 80px;
  width: 100%;
  max-width: 1160px;
}
.dialog .dialog-close {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.dialog .dialog-close:before,
.dialog .dialog-close:after {
  content: "";
  overflow: hidden;
  display: block;
  background: #000000;
  width: 2px;
  height: 39.5px;
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.dialog .dialog-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dialog .dialog-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dialog .dialog-close:hover:before,
.dialog .dialog-close:hover:after {
  background: #75dddd;
}
.dialog .dialog-content img {
  max-width: 100%;
  height: auto;
}
.infinity-top {
  padding-top: 100px;
  z-index: 999;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0M2NhYzMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDA1ZGE2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTJhNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(
    top,
    #43cac3 0%,
    #005da6 30%,
    #1a2a5a 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #43cac3 0%,
    #005da6 30%,
    #1a2a5a 100%
  );
  background-image: -o-linear-gradient(
    top,
    #43cac3 0%,
    #005da6 30%,
    #1a2a5a 100%
  );
  background-image: linear-gradient(
    to bottom,
    #43cac3 0%,
    #005da6 30%,
    #1a2a5a 100%
  );
  position: relative;
  overflow: visible;
}
.infinity-top:before {
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/wp-content/themes/kaulig-giving/images/infinity-top.webp");
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 14.09722222%;
  bottom: 100%;
  z-index: 99;
}
@media (max-width: 599px) {
  #page .no-background-sm {
    background-image: none !important;
  }
}
@media (max-width: 1023px) {
  #page .no-background-md {
    background-image: none !important;
  }
}
@media (max-width: 1023px) {
  .md-single-column .wp-block-columns {
    display: block;
  }
}
.section-header {
  margin-bottom: 0;
  font-size: 2.625em;
  font-weight: 600;
  text-align: center;
  padding: 51px 10px;
  display: block;
  color: #ffffff;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .section-header {
    font-size: 3.5vw;
  }
}
@media (max-width: 824px) {
  .section-header {
    font-size: 1.8046875em;
  }
}
.gallery-header {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxYTJhNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #1a2a5a 0%, #005da6 100%);
  background-image: -moz-linear-gradient(top, #1a2a5a 0%, #005da6 100%);
  background-image: -o-linear-gradient(top, #1a2a5a 0%, #005da6 100%);
  background-image: linear-gradient(to bottom, #1a2a5a 0%, #005da6 100%);
}
.recent-posts-header {
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-105deg, #2c2c2c 0%, #304546 100%);
  background-image: -moz-linear-gradient(-105deg, #2c2c2c 0%, #304546 100%);
  background-image: -o-linear-gradient(-105deg, #2c2c2c 0%, #304546 100%);
  background-image: linear-gradient(195deg, #2c2c2c 0%, #304546 100%);
}
.partnership-icon-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.partnership-icon {
  margin: 0 auto;
  display: block;
  align-self: center;
}
.partnership-icon img {
  margin: 0 auto;
}
.search-result {
  clear: both;
  width: 100%;
}
.search-result .image-wrapper {
  float: left;
  margin-right: 30px;
}
.search-result .wp-block-buttons {
  float: right;
}
/* Button block
--------------------------------------------- */
.wp-block-button__link,
.site-main button,
#masthead li.button > a {
  background-color: var(--background-color);
  color: var(--text-color);
  border: solid 2px var(--border-color);
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8125;
  padding: 6px 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease,
    -webkit-box-shadow 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease,
    -moz-box-shadow 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease,
    box-shadow 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease;
}
.wp-block-button__link[type="submit"],
.site-main button[type="submit"],
#masthead li.button > a[type="submit"] {
  background-color: var(--background-color) !important;
  color: var(--text-color) !important;
  border: solid 2px var(--border-color) !important;
}
.wp-block-button__link:hover,
.site-main button:hover,
#masthead li.button > a:hover {
  text-decoration: none;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
}
.has-black-color {
  --text-color: #000000;
}
.has-black-color a {
  color: inherit;
}
.has-black-color input {
  color: #2c2c2c;
}
.has-black-background-color {
  --background-color: #000000;
}
.opacity-95.has-black-background-color {
  --background-color: rgba(0, 0, 0, 0.95);
}
.has-white-color {
  --text-color: #ffffff;
}
.has-white-color a {
  color: inherit;
}
.has-white-color input {
  color: #2c2c2c;
}
.has-white-background-color {
  --background-color: #ffffff;
}
.opacity-95.has-white-background-color {
  --background-color: rgba(255, 255, 255, 0.95);
}
.has-navy-blue-color {
  --text-color: #1a2a5a;
}
.has-navy-blue-color a {
  color: inherit;
}
.has-navy-blue-color input {
  color: #2c2c2c;
}
.has-navy-blue-background-color {
  --background-color: #1a2a5a;
}
.opacity-95.has-navy-blue-background-color {
  --background-color: rgba(26, 42, 90, 0.95);
}
.has-royal-blue-color {
  --text-color: #005da6;
}
.has-royal-blue-color a {
  color: inherit;
}
.has-royal-blue-color input {
  color: #2c2c2c;
}
.has-royal-blue-background-color {
  --background-color: #005da6;
}
.opacity-95.has-royal-blue-background-color {
  --background-color: rgba(0, 93, 166, 0.95);
}
.has-aqua-color {
  --text-color: #75dddd;
}
.has-aqua-color a {
  color: inherit;
}
.has-aqua-color input {
  color: #2c2c2c;
}
.has-aqua-background-color {
  --background-color: #75dddd;
}
.opacity-95.has-aqua-background-color {
  --background-color: rgba(117, 221, 221, 0.95);
}
.has-seafoam-color {
  --text-color: #64ffd2;
}
.has-seafoam-color a {
  color: inherit;
}
.has-seafoam-color input {
  color: #2c2c2c;
}
.has-seafoam-background-color {
  --background-color: #64ffd2;
}
.opacity-95.has-seafoam-background-color {
  --background-color: rgba(100, 255, 210, 0.95);
}
.has-light-gray-color {
  --text-color: #dedede;
}
.has-light-gray-color a {
  color: inherit;
}
.has-light-gray-color input {
  color: #2c2c2c;
}
.has-light-gray-background-color {
  --background-color: #dedede;
}
.opacity-95.has-light-gray-background-color {
  --background-color: rgba(222, 222, 222, 0.95);
}
.has-dark-gray-color {
  --text-color: #2c2c2c;
}
.has-dark-gray-color a {
  color: inherit;
}
.has-dark-gray-color input {
  color: #2c2c2c;
}
.has-dark-gray-background-color {
  --background-color: #2c2c2c;
}
.opacity-95.has-dark-gray-background-color {
  --background-color: rgba(44, 44, 44, 0.95);
}
a.wp-block-button__link {
  outline: none;
  background-color: var(--background-color);
  color: var(--text-color);
  border: solid 2px var(--background-color);
}
a.wp-block-button__link:hover {
  background-color: var(--text-color);
  color: var(--background-color);
  border: solid 2px var(--background-color);
}
.wp-block-button {
  --background-color: #1a2a5a;
  --border-color: #1a2a5a;
  --text-color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--text-color);
  border: solid 2px var(--background-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--text-color) !important;
  color: var(--background-color) !important;
  border: solid 2px var(--background-color);
}
.wp-block-button.is-style-link {
  --background-color: transparent;
  --text-color: #1a2a5a;
  --border-color: transparent;
}
.wp-block-button.is-style-link .wp-block-button__link {
  box-shadow: none;
  color: var(--text-color);
}
.wp-block-button.is-style-link .wp-block-button__link:hover {
  text-decoration: underline;
  background-color: transparent;
  color: var(--text-color);
  border-color: transparent;
}
.wp-block-columns > .wp-block-column > .has-background {
  height: 100%;
}
.padding-top-xs {
  padding-top: 25px;
}
.padding-bottom-xs {
  padding-bottom: 25px;
}
.padding-left-xs {
  padding-left: 25px;
}
.padding-right-xs {
  padding-right: 25px;
}
.padding-top-xs {
  padding-top: 25px;
}
.padding-xs {
  padding: 25px;
}
#page .negative-margin-top-xs {
  margin-top: -25px;
  position: relative;
  z-index: 1000;
}
.padding-top-s {
  padding-top: 50px;
}
.padding-bottom-s {
  padding-bottom: 50px;
}
.padding-left-s {
  padding-left: 50px;
}
.padding-right-s {
  padding-right: 50px;
}
.padding-top-s {
  padding-top: 50px;
}
.padding-s {
  padding: 50px;
}
#page .negative-margin-top-s {
  margin-top: -50px;
  position: relative;
  z-index: 1000;
}
.padding-top-m {
  padding-top: 100px;
}
.padding-bottom-m {
  padding-bottom: 100px;
}
.padding-left-m {
  padding-left: 100px;
}
.padding-right-m {
  padding-right: 100px;
}
.padding-top-m {
  padding-top: 100px;
}
.padding-m {
  padding: 100px;
}
#page .negative-margin-top-m {
  margin-top: -100px;
  position: relative;
  z-index: 1000;
}
.padding-top-l {
  padding-top: 150px;
}
.padding-bottom-l {
  padding-bottom: 150px;
}
.padding-left-l {
  padding-left: 150px;
}
.padding-right-l {
  padding-right: 150px;
}
.padding-top-l {
  padding-top: 150px;
}
.padding-l {
  padding: 150px;
}
#page .negative-margin-top-l {
  margin-top: -150px;
  position: relative;
  z-index: 1000;
}
.block-editor-writing-flow .wp-block-group {
  border: dotted 1px #aaaaaa;
}
.block-editor-writing-flow .has-white-color:not(.has-background) {
  background: transparent
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2O8e/fufwYoePToEQMjTADEkZOTgwjAOCCFjPv37/8PkoEBAJfbFwPei6r/AAAAAElFTkSuQmCC")
    repeat center center;
}
/* Group block
--------------------------------------------- */
.wp-block-group.has-background {
  background-color: var(--background-color);
}
.wp-block-group > .wp-block-group__inner-container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .wp-block-group > .wp-block-group__inner-container > .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-group.alignwide > .wp-block-group__inner-container {
  max-width: 1440px;
}
.wp-block-group.alignfull > .wp-block-group__inner-container {
  max-width: none;
}
.align-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.align-wide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.alignnarrow {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.alignextranarrow {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
/* Columns block
--------------------------------------------- */
.wp-block-columns {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .wp-block-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp-block-columns.alignwide {
  max-width: 1440px;
}
.wp-block-columns.alignfull {
  max-width: none;
}
@media (max-width: 1200px) {
  .wp-block-columns.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Blockquote block
--------------------------------------------- */
.wp-block-quote {
  font-size: 2.625em;
  font-weight: 600;
  color: #1a2a5a;
  line-height: 1.47619048;
  font-family: "Work Sans", sans-serif;
  padding: 40px 0;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .wp-block-quote {
    font-size: 3.5vw;
  }
}
@media (max-width: 824px) {
  .wp-block-quote {
    font-size: 1.8046875em;
  }
}
@media (max-width: 767px) {
  .wp-block-quote {
    text-align: center;
  }
}
.has-navy-blue-to-royal-blue-gradient-background,
.has-navy-blue-to-royal-blue-overlay::before {
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-42deg, #1a2a5a 0%, #005da6 100%);
  background-image: -moz-linear-gradient(-42deg, #1a2a5a 0%, #005da6 100%);
  background-image: -o-linear-gradient(-42deg, #1a2a5a 0%, #005da6 100%);
  background-image: linear-gradient(132deg, #1a2a5a 0%, #005da6 100%);
}
.has-royal-blue-to-seafoam-gradient-background,
.has-royal-blue-to-seafoam-overlay::before {
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-42deg, #005da6 0%, #64ffd2 100%);
  background-image: -moz-linear-gradient(-42deg, #005da6 0%, #64ffd2 100%);
  background-image: -o-linear-gradient(-42deg, #005da6 0%, #64ffd2 100%);
  background-image: linear-gradient(132deg, #005da6 0%, #64ffd2 100%);
}
.has-seafoam-to-navy-blue-gradient-background,
.has-seafoam-to-navy-blue-overlay::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2NGZmZDIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMmE1YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-100deg, #64ffd2 0%, #1a2a5a 100%);
  background-image: -moz-linear-gradient(-100deg, #64ffd2 0%, #1a2a5a 100%);
  background-image: -o-linear-gradient(-100deg, #64ffd2 0%, #1a2a5a 100%);
  background-image: linear-gradient(190deg, #64ffd2 0%, #1a2a5a 100%);
}
.has-royal-blue-to-navy-blue-gradient-background,
.has-royal-blue-to-navy-blue-overlay::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDVkYTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMmE1YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-50deg, #005da6 0%, #1a2a5a 100%);
  background-image: -moz-linear-gradient(-50deg, #005da6 0%, #1a2a5a 100%);
  background-image: -o-linear-gradient(-50deg, #005da6 0%, #1a2a5a 100%);
  background-image: linear-gradient(140deg, #005da6 0%, #1a2a5a 100%);
}
.has-navy-blue-to-dark-gray-gradient-background,
.has-navy-blue-to-dark-gray-overlay::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxYTJhNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-120deg, #1a2a5a 0%, #2c2c2c 100%);
  background-image: -moz-linear-gradient(-120deg, #1a2a5a 0%, #2c2c2c 100%);
  background-image: -o-linear-gradient(-120deg, #1a2a5a 0%, #2c2c2c 100%);
  background-image: linear-gradient(210deg, #1a2a5a 0%, #2c2c2c 100%);
}
.has-aqua-to-royal-blue-gradient-background,
.has-aqua-to-royal-blue-overlay::before {
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-67deg, #75dddd 0%, #005da6 100%);
  background-image: -moz-linear-gradient(-67deg, #75dddd 0%, #005da6 100%);
  background-image: -o-linear-gradient(-67deg, #75dddd 0%, #005da6 100%);
  background-image: linear-gradient(157deg, #75dddd 0%, #005da6 100%);
}
.has-navy-blue-to-royal-blue-overlay:before,
.has-royal-blue-to-seafoam-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/* Cover block
--------------------------------------------- */
.wp-block-cover {
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  -moz-transition: -moz-box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.wp-block-cover:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.wp-block-cover:hover .wp-block-cover__gradient-background {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.wp-block-cover a:not(.has-text-color) {
  color: inherit;
  text-decoration: underline;
}
.wp-block-cover .has-large-font-size {
  max-width: 305px;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.16666667;
  margin-bottom: 1em;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .wp-block-cover .has-large-font-size {
    font-size: 3vw;
  }
}
@media (max-width: 824px) {
  .wp-block-cover .has-large-font-size {
    font-size: 1.546875rem;
  }
}
.wp-block-cover .has-large-font-size a {
  text-decoration: none;
}
.wp-block-cover .has-large-font-size a:before {
  left: 0;
}
.wp-block-cover .has-large-font-size a:before {
  content: "";
  position: relative;
  width: 48px;
  height: 48px;
  border: solid 4px #ffffff;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  float: right;
  background-image: url("images/carat-right-white.svg");
  background-repeat: no-repeat;
  background-position: 50% center;
  margin: 0;
  -webkit-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  -moz-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  -o-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
}
.wp-block-cover .has-medium-font-size {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.16666667;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .wp-block-cover .has-medium-font-size {
    font-size: 2.16666667vw;
  }
}
@media (max-width: 824px) {
  .wp-block-cover .has-medium-font-size {
    font-size: 1.1171875rem;
  }
}
.wp-block-cover .has-medium-font-size a {
  text-decoration: none;
}
.wp-block-cover .has-medium-font-size a:before {
  left: 0;
}
.wp-block-cover .has-medium-font-size a:before {
  content: "";
  position: relative;
  width: 48px;
  height: 48px;
  border: solid 4px #ffffff;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  float: right;
  background-image: url("images/carat-right-white.svg");
  background-repeat: no-repeat;
  background-position: 50% center;
  margin: 0;
  -webkit-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  -moz-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  -o-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
}
.wp-block-cover .wp-block-buttons {
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-buttons {
    text-align: center;
  }
}
.grid-wrapper:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  overflow: hidden;
}
.grid-wrapper .wp-block-cover {
  position: relative;
  min-height: 0;
  padding-top: 68%;
  width: 100%;
}
.grid-wrapper .wp-block-cover .has-large-font-size {
  max-width: 100%;
}
.grid-wrapper .wp-block-cover a:before {
  float: none;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.grid-wrapper .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 24px));
  -moz-transform: translateY(calc(-50% - 24px));
  -ms-transform: translateY(calc(-50% - 24px));
  -o-transform: translateY(calc(-50% - 24px));
  transform: translateY(calc(-50% - 24px));
  text-align: center;
}
@media (min-width: 768px) {
  .grid-wrapper .wp-block-cover.one {
    padding-top: 29.98251748%;
    width: 49.31034483%;
    float: left;
  }
  .grid-wrapper .wp-block-cover.two,
  .grid-wrapper .wp-block-cover.three {
    padding-top: 29.98251748%;
    width: 24.65517241%;
    float: left;
  }
  .grid-wrapper .wp-block-cover.four {
    padding-top: 61.35957066%;
    width: 50.68965517%;
    float: right;
  }
}
@media (max-width: 767px) {
  .grid-wrapper .wp-block-cover p {
    margin-bottom: 20px;
  }
}
/*
* Pull Quote block
--------------------------------------------- */
.wp-block-pullquote {
  margin: 0;
  padding: 40px 20px 20px;
  color: var(--text-color);
}
.wp-block-pullquote p {
  font-family: "Work Sans", sans-serif;
  line-height: 2.25rem;
  font-size: 1.625rem;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .wp-block-pullquote p {
    font-size: 2.16666667vw;
  }
}
@media (max-width: 824px) {
  .wp-block-pullquote p {
    font-size: 1.1171875rem;
  }
}
.wp-block-pullquote blockquote {
  max-width: 960px;
}
.wp-block-pullquote.alignwide blockquote {
  max-width: 1160px;
}
.wp-block-pullquote.alignfull blockquote {
  max-width: 100%;
}
.wp-block-pullquote blockquote {
  margin: 30px auto 30px;
}
.wp-block-pullquote.is-style-solid p,
.wp-block-pullquote.is-style-gradient p,
.wp-block-pullquote.is-style-light p,
.wp-block-pullquote.is-style-white p {
  font-weight: 600;
  line-height: 1.92307692;
  letter-spacing: 0.08125rem;
}
.wp-block-pullquote.is-style-solid:before,
.wp-block-pullquote.is-style-gradient:before,
.wp-block-pullquote.is-style-light:before,
.wp-block-pullquote.is-style-white:before {
  content: "“";
  font-family: "Work Sans", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .wp-block-pullquote.is-style-solid:before,
  .wp-block-pullquote.is-style-gradient:before,
  .wp-block-pullquote.is-style-light:before,
  .wp-block-pullquote.is-style-white:before {
    font-size: 6vw;
  }
}
@media (max-width: 824px) {
  .wp-block-pullquote.is-style-solid:before,
  .wp-block-pullquote.is-style-gradient:before,
  .wp-block-pullquote.is-style-light:before,
  .wp-block-pullquote.is-style-white:before {
    font-size: 3.09375rem;
  }
}
.wp-block-pullquote.is-style-solid {
  background: #1a2a5a
    url("/wp-content/themes/kaulig-giving/images/kaulig-infinity-244569.webp")
    no-repeat center center;
  background-size: contain;
  --text-color: #64ffd2;
}
.wp-block-pullquote.is-style-light {
  background: #64ffd2
    url("/wp-content/themes/kaulig-giving/images/kaulig-infinity-5BE4C2.png")
    no-repeat center center;
  background-size: contain;
  --text-color: #1a2a5a;
}
.wp-block-pullquote.is-style-gradient {
  background-image: url("/wp-content/themes/kaulig-giving/images/kaulig-infinity-244569.webp"),
    linear-gradient(-170deg, #316d7e 0%, #1a2a5a 25%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  --text-color: #64ffd2;
}
.wp-block-pullquote.is-style-white {
  background: #ffffff
    url("/wp-content/themes/kaulig-giving/images/kaulig-infinity-E6E8ED.png")
    no-repeat center center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  --text-color: #1a2a5a;
}
.wp-block-pullquote cite {
  display: block;
  border-bottom: solid 2px;
  max-width: 768px;
  margin: 50px auto 0;
  line-height: 1.5rem;
  padding-bottom: 10px;
}
.wp-block-pullquote cite:before {
  content: "-";
  padding-right: 0.5em;
}
.wp-block-pullquote cite:first-line {
  font-style: normal;
  font-weight: bold;
}
/*
* Image block
--------------------------------------------- */
.wp-block-image {
  margin-bottom: 0;
}
.margin-left-120 {
  margin-left: 120px;
}
/*
* Partnerships block
--------------------------------------------- */
.wp-block-partnerships {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.wp-block-partnerships li {
  flex: 0 0 auto;
}
.wp-block-partnerships li img {
  display: block;
  margin: 10px auto;
  max-width: 200px;
}
/*
* Embed block
--------------------------------------------- */
.wp-block-embed__wrapper {
  position: relative;
  padding-top: 56%;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper .wp-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.wp-block-embed__wrapper .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.wp-block-video {
  position: relative;
  padding-top: 56%;
}
.wp-block-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*
* Banner block
--------------------------------------------- */
.wp-block-kaulig-banners h1,
.wp-block-kaulig-banners h2,
.wp-block-kaulig-banners h3 {
  margin-bottom: 0;
}
.wp-block-kaulig-banners h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
.wp-block-kaulig-banners h2 {
  font-size: 2.375em;
  line-height: 1.26315789;
  font-weight: 400;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .wp-block-kaulig-banners h2 {
    font-size: 3.16666667vw;
  }
}
@media (max-width: 824px) {
  .wp-block-kaulig-banners h2 {
    font-size: 1.1em;
  }
}
.wp-block-kaulig-banners:after {
    content: "LEARN MORE";
    position: absolute;
    pointer-events: none;
    font-size: 1.125em;
    left: 0;
    right: 0;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-bottom: 25px;
    /*background: transparent
    url("/wp-content/uploads/2022/08/carat-down-black.svg")
    no-repeat center bottom;*/
    background-size: 21px 14px;    
 
    background: transparent
    url("/wp-content/themes/kaulig-giving/images/carat-down-white.svg")
    no-repeat center bottom;
    z-index: 1000;
}
.wp-block-kaulig-banners .wp-block-kaulig-banner-content-desktop,
.wp-block-kaulig-banners .wp-block-kaulig-banner-content-mobile {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: calc(100vh + 235px);
  padding-bottom: 235px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.wp-block-kaulig-banners .wp-block-kaulig-banner-content-desktop > *,
.wp-block-kaulig-banners .wp-block-kaulig-banner-content-mobile > * {
  position: relative;
}
.wp-block-kaulig-banners .wp-block-kaulig-banner-content-desktop.mobile-content,
.wp-block-kaulig-banners .wp-block-kaulig-banner-content-mobile.mobile-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-attachment: scroll;
}
.wp-block-kaulig-banners
  .wp-block-kaulig-banner-content-desktop.mobile-content.removed,
.wp-block-kaulig-banners
  .wp-block-kaulig-banner-content-mobile.mobile-content.removed {
  left: 100vw;
}
@media (max-width: 767px) {
  .wp-block-kaulig-banners
    .wp-block-kaulig-banner-content-desktop.desktop-content,
  .wp-block-kaulig-banners
    .wp-block-kaulig-banner-content-mobile.desktop-content {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .wp-block-kaulig-banners
    .wp-block-kaulig-banner-content-desktop.mobile-content,
  .wp-block-kaulig-banners
    .wp-block-kaulig-banner-content-mobile.mobile-content {
    display: none;
  }
}
.wp-block-kaulig-banners .player-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wp-block-kaulig-banners .player-wrapper {
  position: absolute;
}
@media (min-aspect-ratio: 16/9) {
  .wp-block-kaulig-banners .player-wrapper {
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    padding-top: 56.25%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .wp-block-kaulig-banners .player-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    padding-left: 177.77777778%;
  }
}
@media (max-aspect-ratio: 1) {
  .wp-block-kaulig-banners .player-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    padding-left: 177.77777778%;
  }
}
.wp-block-kaulig-banners .player-wrapper iframe {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
    z-index: -1;
}

@media (max-width: 782px) {
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:visited {
  color: var(--text-color);
}
.is-style-inset {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
#masthead {
  position: absolute;
  left: 0;
  right: 0;
  --border-color: #ffffff;
  --text-color: #ffffff;
}
#masthead:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 140px;
  pointer-events: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxYTJhNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjMDA1ZGE2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(
    top,
    #1a2a5a 0%,
    #005da6 23%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #1a2a5a 0%,
    #005da6 23%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    top,
    #1a2a5a 0%,
    #005da6 23%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to bottom,
    #1a2a5a 0%,
    #005da6 23%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}
#masthead #header-main {
  position: relative;
  z-index: 4;
  max-width: 1440px;
}
#masthead a {
  text-decoration: none;
}
#masthead li.button > a {
  margin-top: 8px;
}
#site-title {
  max-width: 170px;
  margin-top: 30px;
  float: left;
}
#site-title a {
  display: block;
}
#site-title img {
  max-width: 100%;
  height: auto;
  display: block;
}
#site-menus {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  float: right;
  margin-top: 25px;
}
#site-menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-menus ul a {
  color: #ffffff;
  padding: 20px;
  border-bottom: solid 4px transparent;
  display: block;
  -webkit-transition: border-bottom-color 0.5s ease;
  -moz-transition: border-bottom-color 0.5s ease;
  -o-transition: border-bottom-color 0.5s ease;
  transition: border-bottom-color 0.5s ease;
}
#site-menus ul a:hover {
  border-bottom-color: #ffffff;
}
#site-menus ul li {
  float: left;
}
#site-menus ul .menu-item-has-children {
  position: relative;
  margin-right: 25px;
}
#site-menus ul .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  border: solid 2px #ffffff;
  border-left: none;
  border-top: none;
  right: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(52deg) skew(15deg);
  -moz-transform: rotate(52deg) skew(15deg);
  -ms-transform: rotate(52deg) skew(15deg);
  -o-transform: rotate(52deg) skew(15deg);
  transform: rotate(52deg) skew(15deg);
}
#site-menus ul .menu-item-has-children:hover .sub-menu {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  right: -22px;
}
#site-menus ul .sub-menu {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: fixed;
  margin-top: -4px;
  background: rgba(255, 255, 255, 0.9);
  right: -22000px;
}
#site-menus ul .sub-menu:before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: solid 20px rgba(255, 255, 255, 0.9);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  position: absolute;
  bottom: 100%;
  right: 20px;
}
#site-menus ul .sub-menu li {
  float: none;
}
#site-menus ul .sub-menu li a {
  padding: 15px 15px;
  color: #1a2a5a;
  white-space: nowrap;
}
.article-header::before,
.banner .wp-block-kaulig-banner-content-desktop::before,
.banner .wp-block-kaulig-banner-content-mobile::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.4); 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .wp-block-kaulig-banner-content-desktop:before,
.banner .wp-block-kaulig-banner-content-mobile:before {
  bottom: -300px;
}
.article-header {
  min-height: 650px;
  --text-color: #ffffff;
  color: #ffffff;
  position: relative;
  background-position: center center;
  background-size: cover;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.article-header .titles {
  position: relative;
  text-align: center;
  max-width: 1170px;
  padding: 30px 0;
  margin: 0 auto;
  z-index: 3;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.article-header .titles .sub-title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .article-header .titles .sub-title {
    font-size: 2vw;
  }
}
@media (max-width: 824px) {
  .article-header .titles .sub-title {
    font-size: 1.03125em;
  }
}
.article-header .titles .page-title {
  font-size: 4.5em;
  line-height: 1.16666667;
  --text-color: #ffffff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
@media (min-width: 825px) and (max-width: 1200px) {
  .article-header .titles .page-title {
    font-size: 6vw;
  }
}
@media (max-width: 824px) {
  .article-header .titles .page-title {
    font-size: 3.09375em;
  }
}
html.ie-11 .article-header .titles {
  top: 140px;
}
@media (max-width: 1260px) {
  #masthead:before {
    content: none;
  }
  #site-title {
    max-width: 26.31578947%;
    min-width: 100px;
    z-index: 1;
    position: relative;
  }
  .menu-toggle {
    float: right;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    width: 27px;
  }
  .menu-toggle .b1,
  .menu-toggle .b2,
  .menu-toggle .b3 {
    height: 2px;
    width: 27px;
    background: #ffffff;
    display: block;
    margin: 6px 0;
    left: 0;
    position: relative;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease, width 0.5s ease, left 0.5s ease;
    -moz-transition: opacity 0.5s ease, width 0.5s ease, left 0.5s ease;
    -o-transition: opacity 0.5s ease, width 0.5s ease, left 0.5s ease;
    transition: opacity 0.5s ease, width 0.5s ease, left 0.5s ease;
  }
  .menu-toggle .x1,
  .menu-toggle .x2 {
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 6px 0;
    position: absolute;
    left: 0;
    width: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s ease, bottom 0.5s ease,
      top 0.5s ease, left 0.5s ease, width 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease, bottom 0.5s ease, top 0.5s ease,
      left 0.5s ease, width 0.5s ease;
    -o-transition: -o-transform 0.5s ease, bottom 0.5s ease, top 0.5s ease,
      left 0.5s ease, width 0.5s ease;
    transition: -webkit-transform 0.5s ease, -moz-transform 0.5s ease,
      -o-transform 0.5s ease, transform 0.5s ease, bottom 0.5s ease,
      top 0.5s ease, left 0.5s ease, width 0.5s ease;
  }
  .menu-toggle .x1 {
    top: 0;
  }
  .menu-toggle .x2 {
    bottom: 0;
    left: 100%;
  }
  #site-menus {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 100%;
    margin: 0;
    -webkit-transition: left 1s ease, right 1s ease;
    -moz-transition: left 1s ease, right 1s ease;
    -o-transition: left 1s ease, right 1s ease;
    transition: left 1s ease, right 1s ease;
  }
  #site-menus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-image: 8121991;
    background-image: -webkit-linear-gradient(
      75deg,
      #75dddd 0%,
      #00ca8f 30%,
      #1a2a5a 100%
    );
    background-image: -moz-linear-gradient(
      75deg,
      #75dddd 0%,
      #00ca8f 30%,
      #1a2a5a 100%
    );
    background-image: -o-linear-gradient(
      75deg,
      #75dddd 0%,
      #00ca8f 30%,
      #1a2a5a 100%
    );
    background-image: linear-gradient(
      15deg,
      #75dddd 0%,
      #00ca8f 30%,
      #1a2a5a 100%
    );
    display: block;
    z-index: -1;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
  }
  #site-menus ul.primary-menu {
    position: absolute;
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 0;
    top: 0;
    padding-top: 120px;
  }
  #site-menus ul {
    text-align: center;
    font-size: 2rem;
  }
  #site-menus ul li {
    float: none;
    margin: 0;
  }
  #site-menus ul li a {
    display: inline-block;
    line-height: 1;
    width: 100%;
  }
  #site-menus ul li.button a {
    width: auto;
    margin: 20px 10px;
  }
  #site-menus ul .menu-item-has-children {
    margin-right: 0;
  }
  #site-menus ul .menu-item-has-children:hover .sub-menu,
  #site-menus ul .menu-item-has-children.expanded .sub-menu {
    position: relative;
    right: auto;
    padding: 20px 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #site-menus ul .menu-item-has-children:hover .sub-menu li a,
  #site-menus ul .menu-item-has-children.expanded .sub-menu li a {
    padding: 10px 0;
  }
  #site-menus ul .menu-item-has-children:hover .sub-menu:before,
  #site-menus ul .menu-item-has-children.expanded .sub-menu:before {
    content: none;
  }
  #site-menus ul .menu-item-has-children > a::after {
    position: static;
    display: inline-block;
    margin-left: 10px;
    margin-right: -30px;
    vertical-align: middle;
  }
  #site-menus ul .sub-menu li a {
    font-size: 0.6em;
    white-space: normal;
  }
  body.admin-bar #site-menus {
    top: 46px;
  }
  .menu-shown {
    overflow: hidden;
  }
  .menu-shown #site-menus {
    left: 0;
    right: 0;
  }
  .menu-shown #site-menus:before {
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
  .menu-shown .menu-toggle .b1,
  .menu-shown .menu-toggle .b2,
  .menu-shown .menu-toggle .b3 {
    width: 0;
    left: 50%;
  }
  .menu-shown .menu-toggle .x1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
  }
  .menu-shown .menu-toggle .x2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
    left: 0;
  }
  .menu-shown .menu-toggle .x1,
  .menu-shown .menu-toggle .x2 {
    width: 27px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
#colophon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxYTJhNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA1ZGE2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEyMCUiIHN0b3AtY29sb3I9IiM2NGZmZDIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(
    left,
    #1a2a5a 0%,
    #005da6 50%,
    #64ffd2 120%
  );
  background-image: -moz-linear-gradient(
    left,
    #1a2a5a 0%,
    #005da6 50%,
    #64ffd2 120%
  );
  background-image: -o-linear-gradient(
    left,
    #1a2a5a 0%,
    #005da6 50%,
    #64ffd2 120%
  );
  background-image: linear-gradient(
    to right,
    #1a2a5a 0%,
    #005da6 50%,
    #64ffd2 120%
  );
  padding: 40px 20px 0;
  --text-color: #ffffff;
}
#colophon a {
  color: #ffffff;
  text-decoration: none;
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon .tag-line {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 20px 20px 60px;
}
@media (max-width: 767px) {
  #colophon {
    background-image: 8121991;
    background-image: -webkit-linear-gradient(
      -65deg,
      #1a2a5a 0%,
      #005da6 50%,
      #64ffd2 120%
    );
    background-image: -moz-linear-gradient(
      -65deg,
      #1a2a5a 0%,
      #005da6 50%,
      #64ffd2 120%
    );
    background-image: -o-linear-gradient(
      -65deg,
      #1a2a5a 0%,
      #005da6 50%,
      #64ffd2 120%
    );
    background-image: linear-gradient(
      155deg,
      #1a2a5a 0%,
      #005da6 50%,
      #64ffd2 120%
    );
  }
  #colophon #footer-logo {
    margin: 20px auto 40px;
  }
  #colophon .tag-line {
    display: none;
  }
}
#footer .menu-default-container {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .nav-menu {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  #footer .nav-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #footer .nav-menu {
    text-align: center;
  }
  #footer .nav-menu a {
    display: block;
    padding: 0.75em;
  }
}
#site-info {
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.33333333;
  white-space: nowrap;
}
#footer,
#site-info {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#footer-bottom {
  margin-top: 30px;
  padding: 30px 0;
  border-top: solid 1px;
  justify-content: space-between;
}
#footer-bottom .copyright {
  font-style: italic;
}
#footer-bottom .col:first-child {
  padding-left: 0;
}
#footer-bottom .col:last-child {
  padding-right: 0;
}
#footer-bottom .col.social {
  text-align: right;
}
#footer-bottom .copyright {
  flex-basis: 24.78632479%;
}
#footer-bottom .links {
  flex-basis: 16.23931624%;
}
#footer-bottom .address {
  flex-basis: 16.23931624%;
}
#footer-bottom .contact {
  flex-basis: 140px;
  flex-shrink: 0;
  flex-grow: 0;
}
#footer-bottom .social {
  flex-basis: 140px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #footer-bottom .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer-bottom {
    display: block;
    text-align: center;
    padding: 40px 0 20px;
  }
  #footer-bottom .copyright {
    margin-top: 7px;
  }
  #footer-bottom .social {
    margin-top: 40px;
  }
  #footer-bottom .desktop-only {
    display: none;
  }
  #footer-bottom .col.social {
    text-align: center;
  }
}
#social-nav-menu {
  display: inline-block;
}
#social-nav-menu li {
  float: left;
  font-size: 26px;
}
@media (max-width: 767px) {
  #social-nav-menu li {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  #social-nav-menu li {
    margin-left: 15px;
  }
}
#social-nav-menu li a {
  display: block;
}
#social-nav-menu li a:hover {
  text-decoration: none;
  color: #1a2a5a;
}
#footer-logo {
  max-width: 172px;
  margin: 0 auto;
}
#footer-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.slick-slider {
  margin-left: 0;
  list-style: none;
}
.slick-slider figure {
  display: block !important;
}
.slick-slider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.slick-slider .slick-track {
  position: relative;
}
.slick-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-slider .slick-arrow.slick-prev {
  left: 2.5%;
}
.slick-slider .slick-arrow.slick-prev:before {
  right: 0;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "";
  position: relative;
  width: 48px;
  height: 48px;
  border: solid 4px #ffffff;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  float: right;
  background-image: url("images/carat-left-white.svg");
  background-repeat: no-repeat;
  background-position: 50% center;
  margin: 0;
  -webkit-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  -moz-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  -o-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
}
.slick-slider .slick-arrow.slick-next {
  right: 2.5%;
}
.slick-slider .slick-arrow.slick-next:before {
  left: 0;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "";
  position: relative;
  width: 48px;
  height: 48px;
  border: solid 4px #ffffff;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  float: right;
  background-image: url("images/carat-right-white.svg");
  background-repeat: no-repeat;
  background-position: 50% center;
  margin: 0;
  -webkit-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  -moz-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  -o-transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
  transition: background-position 0.5s ease, margin-left 0.5s ease,
    margin-right 0.5s ease;
}
body.single-bio .article-header {
  min-height: 770px;
  position: relative;
  z-index: 1;
}
body.single-bio .article-header .titles {
  max-width: 870px;
  text-align: left;
}
body.single-bio .article-header .titles .page-title {
  margin-top: 165px;
  margin-bottom: 0;
}
body.single-bio .mobile-article-header {
  display: none;
}
body.single-bio .mobile-article-header img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  body.single-bio .desktop-article-header {
    display: none;
  }
  body.single-bio .mobile-article-header {
    display: block;
  }
}
body.single-bio .bio-name {
  margin-bottom: 0.5em;
}
body.single-bio .bio-titles {
  margin-bottom: 1em;
}
body.single-bio .bio-titles p {
  margin-bottom: 0;
}
body.single-bio .bio-info {
  margin: 0 auto 100px;
}
body.single-bio .bio-info .bio-links {
  width: 190px;
  float: right;
  margin-bottom: 30px;
}
body.single-bio .bio-info .bio-links .social a {
  font-size: 20px;
  float: left;
  padding: 10px;
}
body.single-bio .bio-info .bio-links .corp {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
body.single-bio .bio-info .bio-links a {
  color: #2c2c2c;
  text-decoration: none;
}
body.single-bio .bio-info .bio-links a:hover {
  color: #005da6;
  text-decoration: none;
}
body.single-bio .bio-info .bio-content {
  margin-right: 225px;
}
@media (max-width: 768px) {
  body.single-bio .bio-info .bio-links {
    float: none;
  }
  body.single-bio .bio-info .bio-content {
    margin-right: 0;
    clear: both;
  }
}
.bio-link {
  text-align: center;
  text-decoration: none;
  color: #2c2c2c;
  margin-bottom: 100px;
  display: block;
}
.bio-link img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.bio-link .image-wrapper {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.bio-link .image-wrapper img {
  width: 100%;
  height: auto;
}
.bio-link .image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .7;
    background-image: 8121991;
    background-image: -webkit-linear-gradient(-96deg,#64ffd2 0%,#005da6 100%);
    background-image: -moz-linear-gradient(-96deg,#64ffd2 0%,#005da6 100%);
    background-image: -o-linear-gradient(-96deg,#64ffd2 0%,#005da6 100%);
    background-image: linear-gradient(186deg,#64ffd200 30%,#005da6 100%);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    /* transform: rotate(180deg); */
}
.bio-link h4,
.bio-link h6 {
  margin-bottom: 0;
  color: #2c2c2c;
}
.bio-link[href=""] {
  cursor: default;
}
.bio-link:not([href=""]):hover {
  cursor: pointer;
}
.bio-link:not([href=""]):hover .image-wrapper:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.bio-link:not([href=""]):hover h4,
.bio-link:not([href=""]):hover h6 {
  color: #1a2a5a;
}
.list-header {
  margin-bottom: 70px;
}
.list-header h3 {
  margin-bottom: 0;
}
.category-links {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125em;
  border-bottom: solid 2px #999;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.category-links a {
  text-decoration: none;
  color: #2c2c2c;
  padding: 20px 10px;
}
.category-links a.current,
.category-links a:hover {
  font-weight: 600;
}
.category-links form {
  display: none;
  padding: 0 5px 10px;
}
.category-links form select {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .category-links form {
    display: block;
    flex: 100% 1 1;
  }
  .category-links a {
    display: none;
  }
}
.post-link {
  display: block;
  text-decoration: none;
  max-width: 380px;
  margin: 0 auto 125px;
}
@media (max-width: 639px) {
  .post-link {
    margin-bottom: 65px;
  }
}
.post-link img {
  max-width: 100%;
  display: block;
}
.post-link .image-wrapper {
  display: block;
  box-shadow: 0 3px 6px transparent;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  -moz-transition: -moz-box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  margin-bottom: 20px;
}
.post-link span.post-title {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.44444444;
  margin-bottom: 5px;
}
.post-link span.post-category,
.post-link span.post-date {
  color: #2c2c2c;
  font-size: 0.875em;
  font-family: "Work Sans", sans-serif;
}
.post-link span.post-category:after,
.post-link span.post-date:after {
  content: "|";
  display: inline-block;
  padding-left: 5px;
}
.post-link span.post-category:last-child:after,
.post-link span.post-date:last-child:after {
  content: none;
}
.post-link:hover .image-wrapper {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.recent-posts .post-link {
  margin-bottom: 65px;
}
.the-post {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
  border-bottom: solid 2px #1a2a5a;
}
.the-post h1 {
  font-size: 2.625em;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .the-post h1 {
    font-size: 3.5vw;
  }
}
@media (max-width: 824px) {
  .the-post h1 {
    font-size: 1.8046875em;
  }
}
.the-post .post-meta {
  font-size: 1.625em;
  line-height: 1.15384615;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 95px;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .the-post .post-meta {
    font-size: 2.16666667vw;
  }
}
@media (max-width: 824px) {
  .the-post .post-meta {
    font-size: 1.1171875em;
  }
}
.the-post .post-meta span {
  display: inline-block;
}
.the-post .post-meta span:after {
  content: "|";
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.the-post .post-meta span:last-child:after {
  content: none;
}
.the-post section.the-post-content p:first-child {
  font-weight: 600;
}
.the-post footer {
  margin-top: 80px;
}
.pagination {
  text-align: center;
  margin-bottom: 100px;
}
.pagination .nav-links {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 1.125em;
}
.pagination .nav-links .page-numbers {
  float: left;
  display: block;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  text-align: center;
  min-width: 41px;
  text-decoration: none;
  color: #2c2c2c;
  margin: 0 2px;
}
.pagination .nav-links .page-numbers.current {
  background: #1a2a5a;
  color: #ffffff;
}
.pagination .nav-links .page-numbers:not(.current):hover {
  background: #005da6;
  color: #ffffff;
}
.related-posts {
  padding: 0 15px;
}
.related-posts h3 {
  margin-bottom: 1.5em;
}
.dialog-content .post-meta {
  margin-bottom: 1em;
}
.transcript h2 {
  margin: 30px 0 30px 165px;
}
.transcript .transcript-name {
  width: 150px;
  float: left;
  color: #1a2a5a;
  font-weight: 600;
}
.transcript .transcript-text {
  margin-left: 165px;
}
.transcript .transcript-block {
  clear: both;
  margin-bottom: 40px;
}
.post-navigation .nav-links {
  max-width: 1170px;
  margin: 0 auto 80px;
  padding: 0 15px;
  overflow: hidden;
}
.post-navigation .nav-links .nav-previous {
  float: left;
}
.post-navigation .nav-links .nav-previous svg {
  margin-right: 10px;
}
.post-navigation .nav-links .nav-previous:before {
  content: "Older Post";
}
.post-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-links .nav-next svg {
  margin-left: 10px;
}
.post-navigation .nav-links .nav-next:before {
  content: "Newer Post";
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  display: block;
}
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before {
  display: block;
  color: #2c2c2c;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
.post-navigation .nav-links a {
  text-decoration: none;
}
.post-navigation .nav-links a:hover {
  text-decoration: underline;
}
form label,
form legend {
  --text-color: #1a2a5a;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
form input,
form select,
form textarea {
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  font-size: 1rem;
}
form input:focus,
form select:focus,
form textarea:focus,
form input:active,
form select:active,
form textarea:active {
  outline: none;
  border-color: #75dddd;
}
form input[type="checkbox"],
form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #000000;
  width: 13px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px !important;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
  --text-color: #2c2c2c;
  font-size: 1em;
  cursor: pointer;
}
form input[type="checkbox"]:checked,
form input[type="radio"]:checked {
  background: #75dddd;
}
form .cwp-checkbox-option,
form .cwp-radio-option {
  direction: rtl;
  text-align: left;
  display: block !important;
}
form input[type="checkbox"] {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
form input[type="radio"] {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
form button {
  --background-color: #1a2a5a;
  --text-color: #ffffff;
  -webkit-border-radius: 10px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 10px !important;
  -moz-background-clip: padding !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
}
form input:checked + .cwp-slider {
  background-color: #75dddd !important;
}
form .cwp-slider {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  height: 32px;
}
form .cwp-slider:before {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
form .cwp-slider:before {
  height: 24px !important;
}
form fieldset {
  background: transparent !important;
  border: none !important;
  padding: 20px 0 !important;
  margin: 20px 0;
}
form fieldset legend {
  margin-bottom: 5px !important;
}
form .cwp-group-fields {
  border: solid 1px rgba(112, 112, 112, 0.5);
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  overflow: hidden;
}
form .cwp-group-fields .cwp-field-set {
  margin: 0 !important;
}
form .cwp-group-fields .cwp-field-set input {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  padding: 12px 20px !important;
  border-left: none;
  border-right: none;
  margin: -1px 0;
}
form.wpcf7-form input {
  margin-bottom: 1em;
}
form.wpcf7-form input.wpcf7-submit {
  --border-color: var(--text-color);
  background: var(--background-color);
  border: solid 2px var(--border-color);
  color: var(--text-color);
  font-weight: 600;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 10px 10px 10px;
  -moz-background-clip: padding;
  border-radius: 10px 10px 10px 10px;
  background-clip: padding-box;
  font-family: "Work Sans", sans-serif;
  padding: 10px 35px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  -moz-transition: -moz-box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
form.wpcf7-form input.wpcf7-submit:hover {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
}
form.wpcf7-form .required {
  color: red;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="email"] {
  width: 100%;
}
form.wpcf7-form textarea {
  width: 100%;
  margin-bottom: 1em;
}
form.wpcf7-form .wpcf7-list-item {
  display: block;
}
form.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  vertical-align: middle;
}
#main .wpcf7-submit {
  --background-color: #1a2a5a;
  --text-color: #ffffff;
  --border-color: #1a2a5a;
}
.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.popup-overlay .popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
}
.popup-overlay .popup-content .has-background {
  -webkit-border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 24px;
  -moz-background-clip: padding;
  border-radius: 24px;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0;
  padding: 30px;
}
.popup-overlay .popup-close {
  --text-color: #ffffff;
  position: absolute;
  font-size: 24px;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.popup-overlay .popup-close:hover {
  --text-color: #1a2a5a;
}
@media (max-width: 639px) {
  .popup-overlay .popup-wrapper {
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .popup-overlay .popup-wrapper .popup-content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .popup-overlay .popup-close {
    position: fixed;
    z-index: 1;
  }
}
.popup-overlay .has-white-color a {
  color: #1a2a5a;
}
.popup-overlay input {
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.popup-overlay .wp-block-cwp-block-gutenberg-forms .cwp-form .cwp-submit {
  padding-top: 0;
}
.popup-overlay
  .wp-block-cwp-block-gutenberg-forms
  .cwp-form
  .cwp-submit
  button {
  background: transparent;
  min-width: 180px;
  font-weight: bold;
  font-size: 16px;
  border: solid 1px var(--text-color);
  cursor: pointer;
}
.popup-overlay
  .wp-block-cwp-block-gutenberg-forms
  .cwp-form
  .cwp-submit
  button:hover {
  background: var(--text-color);
  color: var(--background-color);
}
.popup-overlay input {
  border: none;
}
.grid-overlay {
  pointer-events: none;
  width: 1130px;
  z-index: 99999;
  border: solid 3px #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wp-block-buttons.aligncenter {
  display: block;
}



.pum-content.popmake-content h2 {
  text-align: center !important;
  font-size: 26px !important;
}
.pum-theme-147285 .pum-content + .pum-close, .pum-theme-147285 .pum-content + .pum-close {
  height: 40px !important;
  width: 40px !important;
  color: #000000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 30px !important;
}

.pum-content.popmake-content p {
  text-align: center !important;
  line-height: 1.5 !important;
}

a.popbutton {
  display: block !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 10px !important;
  background: #1a2a5a !important;
  color: white !important;
}

.pum-theme-147285 .pum-container, .pum-theme-monthly-update .pum-container {
  padding: 18px !important;
  border-radius: 0px !important;
  border: 1px none #000000 !important;
  box-shadow: 1px 1px 13px 0px rgb(2 2 12 / 53%) !important;
  background-color: rgba( 255, 255, 255, 1.00 ) !important;
}

.popup-overlay {
  display: none !important;
}

html.no-scroll body {
  position: initial !important;
}

/* .banner .wp-block-kaulig-banner-content-desktop:before, .banner .wp-block-kaulig-banner-content-mobile:before {
  bottom: 0px !important;
}

.article-header::before, .banner .wp-block-kaulig-banner-content-desktop::before, .banner .wp-block-kaulig-banner-content-mobile::before {
  background: initial !important;
} */



/*  Video player on home page banner  */
.wp-block-kaulig-banner.banner .player-wrapper {
    --video--width: 4686;
    --video--height: 2640;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    position: relative;
    overflow: visible;
}

.wp-block-kaulig-banners .wp-block-kaulig-banner-content-desktop, .wp-block-kaulig-banners .wp-block-kaulig-banner-content-mobile {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    --video--width: 4686;
    --video--height: 2640;
    height: calc(var(--video--height) / var(--video--width) * 95vw)  !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    z-index: -1;
}

.wp-block-kaulig-banners iframe video {
  object-fit: cover;
}

.wp-block-kaulig-banners .wp-block-kaulig-banner-content-mobile.mobile-content {
  position: relative;
    z-index: -1;
}


@media (max-width: 767px) {
  .wp-block-kaulig-banners
    .wp-block-kaulig-banner-content-desktop.desktop-content,
  .wp-block-kaulig-banners
    .wp-block-kaulig-banner-content-mobile.desktop-content {
    display: none;
  }
}

/* Hide the hero copy on mobile */

.wp-block-kaulig-banner-content-mobile.mobile-content .wp-container-2.wp-block-group {
}

.wp-block-kaulig-banner-content-mobile.mobile-content {
    min-height: 308px;
}


/*.wp-block-kaulig-banner-content-mobile.mobile-content .player-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}*/

/*.wp-block-kaulig-banner-content-mobile.mobile-content .player-wrapper {
    width: 1000%;
    height: 100%;
    position: absolute;
}*/

.wp-block-kaulig-banner-content-mobile.mobile-content iframe {
    min-height: 308px;
}


@media screen and (max-width: 1260px) { 
  header#masthead {
    z-index: 10000
  }
}

@media screen and (max-width: 1260px) {
  body.home header#masthead:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      content: "";
      height: 80px;
      pointer-events: none;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxYTJhNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjMDA1ZGE2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
      background-image: -webkit-linear-gradient(
      top,
      #1a2a5a 0%,
      #005da6 0%,
      rgba(255, 255, 255, 0) 100%
    );
      background-image: -moz-linear-gradient(
      top,
      #1a2a5a 0%,
      #005da6 0%,
      rgba(255, 255, 255, 0) 100%
    );
      background-image: -o-linear-gradient(
      top,
      #1a2a5a 0%,
      #005da6 0%,
      rgba(255, 255, 255, 0) 100%
    );
      background-image: linear-gradient(
      to bottom,
      #1a2a5a 0%,
      #005DA6 0%,
      rgba(255, 255, 255, 0) 100%
    );
      z-index: 1;
  }
}
.wp-container-20.wp-block-group.grid-wrapper {
    background-color:white;
}






/*
* Banner block
--------------------------------------------- */
.wp-block-kaulig-hero-vimeo-banners h1,
.wp-block-kaulig-hero-vimeo-banners h2,
.wp-block-kaulig-hero-vimeo-banners h3 {
  margin-bottom: 0;
}
.wp-block-kaulig-hero-vimeo-banners h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
.wp-block-kaulig-hero-vimeo-banners h2 {
  font-size: 2.375em;
  line-height: 1.26315789;
  font-weight: 400;
}
@media (min-width: 825px) and (max-width: 1200px) {
  .wp-block-kaulig-hero-vimeo-banners h2 {
    font-size: 3.16666667vw;
  }
}
@media (max-width: 824px) {
  .wp-block-kaulig-hero-vimeo-banners h2 {
    font-size: 1.1em;
  }
}
.wp-block-kaulig-hero-vimeo-banners:after {
    content: "LEARN MORE";
    position: absolute;
    pointer-events: none;
    font-size: 1.125em;
    left: 0;
    right: 0;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-bottom: 25px;
    /*background: transparent
    url("/wp-content/uploads/2022/08/carat-down-black.svg")
    no-repeat center bottom;*/
    background-size: 21px 14px;    
 
    background: transparent
    url("/wp-content/themes/kaulig-giving/images/carat-down-white.svg")
    no-repeat center bottom;
    z-index: 1000;
}
.wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-desktop,
.wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-mobile {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: calc(100vh + 235px);
  padding-bottom: 235px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-desktop > *,
.wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-mobile > * {
  position: relative;
}
.wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-desktop.mobile-content,
.wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-mobile.mobile-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-attachment: scroll;
}
.wp-block-kaulig-hero-vimeo-banners
  .wp-block-kaulig-hero-vimeo-banner-content-desktop.mobile-content.removed,
.wp-block-kaulig-hero-vimeo-banners
  .wp-block-kaulig-hero-vimeo-banner-content-mobile.mobile-content.removed {
  left: 100vw;
}
@media (max-width: 767px) {
  .wp-block-kaulig-hero-vimeo-banners
    .wp-block-kaulig-hero-vimeo-banner-content-desktop.desktop-content,
  .wp-block-kaulig-hero-vimeo-banners
    .wp-block-kaulig-hero-vimeo-banner-content-mobile.desktop-content {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .wp-block-kaulig-hero-vimeo-banners
    .wp-block-kaulig-hero-vimeo-banner-content-desktop.mobile-content,
  .wp-block-kaulig-hero-vimeo-banners
    .wp-block-kaulig-hero-vimeo-banner-content-mobile.mobile-content {
    display: none;
  }
}
.wp-block-kaulig-hero-vimeo-banners .player-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wp-block-kaulig-hero-vimeo-banners .player-wrapper {
  position: absolute;
}
@media (min-aspect-ratio: 16/9) {
  .wp-block-kaulig-hero-vimeo-banners .player-wrapper {
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    padding-top: 56.25%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .wp-block-kaulig-hero-vimeo-banners .player-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    padding-left: 177.77777778%;
  }
}
@media (max-aspect-ratio: 1) {
  .wp-block-kaulig-hero-vimeo-banners .player-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    padding-left: 177.77777778%;
  }
}
.wp-block-kaulig-hero-vimeo-banners .player-wrapper iframe {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
    z-index: -1;
}


/*  Video player on home page banner  */
.wp-block-kaulig-hero-vimeo-banner.banner .player-wrapper {
    --video--width: 4686;
    --video--height: 2640;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    position: relative;
    overflow: visible;
}

.wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-desktop, .wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-mobile {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    --video--width: 4686;
    --video--height: 2640;
    height: calc(var(--video--height) / var(--video--width) * 95vw)  !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    z-index: -1;
}

.wp-block-kaulig-hero-vimeo-banners iframe video {
  object-fit: cover;
}

.wp-block-kaulig-hero-vimeo-banners .wp-block-kaulig-hero-vimeo-banner-content-mobile.mobile-content {
  position: relative;
    z-index: -1;
}


@media (max-width: 767px) {
  .wp-block-kaulig-hero-vimeo-banners
    .wp-block-kaulig-hero-vimeo-banner-content-desktop.desktop-content,
  .wp-block-kaulig-hero-vimeo-banners
    .wp-block-kaulig-hero-vimeo-banner-content-mobile.desktop-content {
    display: none;
  }
}

/* Hide the hero copy on mobile */

.wp-block-kaulig-hero-vimeo-banner-content-mobile.mobile-content .wp-container-2.wp-block-group {
}

.wp-block-kaulig-hero-vimeo-banner-content-mobile.mobile-content {
    min-height: 308px;
}

.wp-block-kaulig-hero-vimeo-banner-content-mobile.mobile-content iframe {
    min-height: 308px;
}


body.home #masthead:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 140px;
  pointer-events: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxYTJhNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjMDA1ZGE2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(
    top,
    #1a2a5a 0%,
    #005da6 23%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #1a2a5a 0%,
    #005da6 23%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    top,
    #1a2a5a 0%,
    #005da6 23%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to bottom,
    #1a2a5a 0%,
    #005da6 23%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.wp-block-kaulig-hero-vimeo-banner-content-desktop.desktop-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: scroll;
}


  /* forms */


  .devqform {
    width: 100%;
    padding-bottom: 40px;
    max-width: 1200px;
    margin-top: 30px;
}

.devqform input,
.devqform textarea,
.devqform select {
    padding: 10px;
    display: inline-block;
    border-radius: 0;
    font-size: 18px;
    font-family: var(--font1);
    background: #ecebec;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    margin-bottom: 1rem !important;
}

.devqform select {
    text-transform: uppercase;
}

.devqform input::placeholder,
.devqform textarea::placeholder,
.devqform select::placeholder {
    text-transform: uppercase;
}

.devqform .gform_footer {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.devqform .button {
  background: #1a2a5a;
  color: white;
  margin: 0;
  cursor: pointer;
  transition: all .5s;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  width: 300px;
  max-width: 100%;
  margin-right: 10px;
  border: 2px solid #1a2a5a;
}

.devqform .button:hover {
    background: white;
    color:#1a2a5a;
}

.devqform textarea {
    height: 110px !important;
}

.devqform .gform_fields {
    grid-row-gap: 4px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    display: inline-block !important;
}

.col25 {
    width: 25%;
    padding: 5px 10px !important;
    display: inline-block;
    clear: both;
}
.col33 {
    width: 33.33%;
    padding: 5px 10px !important;
    display: inline-block;
    clear: both;
}

.col50 {
    width: 50%;
    padding: 5px 10px !important;
    display: inline-block;
    clear: both;
}

.col100 {
    width: 100%;
    padding: 5px 10px !important;
    display: inline-block;
    clear: both;
}

.boxFormFlex .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.boxFormFlex .gchoice {
  width: 33%;
  height: 50px;
  display: flex;
  align-items: center;
}

.boxFormFlex input {
  margin: 0 10px 0 0 !important;
}

.boxFormFlex{
  margin:30px 0 !important; 
}

.devqform h2 {
  margin-bottom: 30px;
}

.devqform .gform_button_select_files {
  padding: 15px;
  font-family: var(--font1);
  font-size: 18px;
  border: 0;
}
.devqform label, .devqform legend {
  font-weight: 600 !important;
}

div#gform_wrapper_3 {
  text-align: left;
}

input#gform_submit_button_3 {
  background: #1a2a5a;
  color: white;
  margin: 0;
  cursor: pointer;
  transition: all .5s;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  width: 300px;
  max-width: 100%;
  margin-right: 10px;
  border: 2px solid #1a2a5a;
  margin-left:10px;
}

input#gform_submit_button_3:hover {
  background: white;
  color:#1a2a5a;
}
div#gform_wrapper_3 label {
  font-weight: 600;
}
@media (max-width:991px){
  .boxFormFlex .gchoice {
    width: 50%;
  }

  .col33 {
    width: 100%;
}
  .col25 {
    width: 100%;
}

.col50 {
  width: 100%;
}


