/*
Theme Name: SJRC
Description: Wordpress Theme Designed for SJRC.
Author: Kristopher Ray Creative
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #333;
  --default-color: #333;
  --white: #ffffff;
  --btn-color: #d6161e;
  --yellow: #f5b610;
  --blue: #084c8e;
  --madison: #0d3a66;
  --header-font: 'bebas-neue-pro', sans-serif;
  --body-font: 'roboto', sans-serif;
  --button-radius: 47px;
  --line-height-desktop: 57px;
  --line-height-mobile: 44px;
  --input-radius: 9px;
  --base-fontsize: 17px;
  --base-lineheight: 1.82em;
  --max-width: 1182px;
  --radius: 2.352rem;
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: #fff;
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
}
a {
  color: var(--btn-color);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: var(--btn-color);
  text-decoration: underline;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font);
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 0.45em;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.17rem;
}
h4 {
  font-size: 1.12rem;
}
h5 {
  font-size: 0.83rem;
}
h6 {
  font-size: 0.75rem;
}
p {
  margin-bottom: 1.5em;
}
ul {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 0 0 1.35em;
  padding: 0;
  position: relative;
}
blockquote::before {
  content: '';
  position: absolute;
  height: 100%;
  left: -0.75em;
  border-left: 2px solid #a1cb6b;
}
blockquote p {
  font-style: italic;
  font-weight: normal;
  font-size: 1.222rem;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 1.35em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  border-radius: 9px;
  border: none;
  line-height: var(--line-height-desktop);
  height: var(--line-height-desktop);
  font-style: normal;
  font-weight: bold;
  font-size: 1.294rem;
  color: #666666;
  padding: 0px 1em;
  font-weight: 600;
  font-size: 1.352rem;
  color: #333333;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type='submit'],
button,
.button,
.btn {
  background: var(--btn-color);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  max-width: 100%;
  padding: 0 0.84em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: none;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 1.647rem;
  color: #ffffff;
}
.button.sml {
  height: 53px;
  line-height: 53px;
  font-size: 1.52rem;
}
.button.tiny {
  height: 40px;
  line-height: 40px;
  font-size: 1.235rem;
  padding: 0 1em;
}
.button.btn-blue {
  background: var(--blue);
}
.button.btn-yellow {
  background: var(--yellow);
  color: #3a3a3a;
}
.button.btn-white {
  background: #fff;
  color: #084c8e;
}
.button.inactive {
  background: #032647;
  color: #7299c7;
  pointer-events: none;
}

.button sub {
  font-size: 0.64em;
  top: 0em;
}
.button.highlight {
  background: #c72727;
}
.btn-outline-white {
  background: none;
  color: #fff;
  border: 2px solid #ffffff;
}
input[type='submit']:hover,
button:hover,
input[type='submit']:focus,
button:focus,
.button:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.highlight,
.text-highlight {
  color: var(--btn-color);
}
.text-gray {
  color: #666666;
}
.text-green {
  color: #a1cb6b;
}
.bg-highlight {
  background-color: #7cab40 !important;
}
.text-right {
  text-align: right;
}
.font19 {
  font-size: 1.117rem;
  line-height: 1.58em;
}
.font21 {
  line-height: 1.58em;
  font-size: 1.235rem;
}
.font22 {
  font-size: 1.294rem;
  line-height: 1.4em;
}
.text-center {
  text-align: center;
}
.font-weight-normal {
  font-weight: 400;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#searchsubmit {
  font-family: FontAwesome;
}
.font24 {
  font-size: 1.2rem;
  line-height: 1.74em;
}
.text-blue {
  color: var(--blue);
}
.text-yellow {
  color: var(--yellow);
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
ul.gform_fields {
  margin: 0 -8px;
  position: relative;
  padding: 0;
  list-style: none;
}
ul.gform_fields:after,
ul.gform_fields:before {
  content: ' ';
  display: table;
  clear: both;
}
ul.gform_fields > li.gfield {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  width: 50%;
  padding-bottom: 1.88rem;
  position: relative;
}
ul.gform_fields > li.gfield.fullwidth {
  width: 100%;
}
ul.gform_fields > li.gfield input[type='text'],
ul.gform_fields > li.gfield select {
  width: 100%;
}
ul.gform_fields > li.gfield textarea {
  width: 100%;
  height: 145px;
}
.gform_footer img {
  position: absolute;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 0.7em;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  bottom: 16px;
  right: 20px;
}
.gfield_label {
  line-height: var(--line-height-desktop);
  height: var(--line-height-desktop);
  font-style: normal;
  font-weight: 600;
  font-size: 1.352rem;
  color: #666666;
  position: absolute;
  left: 1.5rem;
  top: 0;
}
.gfield.toggle-label .gfield_label {
  top: 2px;
  font-weight: 600;
  font-size: 0.823rem;
  line-height: 1em;
  color: #333;
  height: auto;
}
.gfield.plainlabel .gfield_label {
  line-height: var(--line-height-desktop);
  height: var(--line-height-desktop);
  font-style: normal;
  font-weight: 600;
  font-size: 1.352rem;
  color: #666666;
  position: absolute;
  left: 1.5rem;
  top: 0;
  position: relative;
  height: auto;
  line-height: 1.1em;
  left: inherit;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ginput_complex {
  position: relative;
}
.ginput_complex span {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.ginput_complex span label {
  position: absolute;
  right: 10px;
  top: 2px;
  font-weight: 600;
  font-size: 0.823rem;
  line-height: 1.2em;
  color: #333;
  left: 16px;
}
.gfield_select .gfield_label {
  display: none;
}
.ginput_container_checkbox ul.gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ginput_container_checkbox
  ul.gfield_checkbox
  li
  input[type='checkbox']:checked
  + label,
.ginput_container_checkbox
  ul.gfield_checkbox
  li
  input[type='checkbox']:not(:checked)
  + label {
  margin-left: 0;
  font-weight: 600;
  font-size: 1rem;
  padding-left: 2em;
}

/*Custom subscribe box for .ginput_container_checkbox class*/
.ginput_container_checkbox [type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute !important;
  left: -9999px;
}

.ginput_container_checkbox [type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
  position: relative !important;
  cursor: pointer !important;
}

.ginput_container_checkbox [type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #ccc;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2px;
}

.ginput_container_checkbox [type='checkbox']:checked + label:before,
[type='checkbox']:checked + label:before {
  color: var(--blue);
  content: '\f00c';
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  line-height: 0.95em;
}

/* disabled checkbox */
.ginput_container_checkbox
  [type='checkbox']:disabled:not(:checked)
  + label:before,
[type='checkbox']:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.ginput_container_checkbox [type='checkbox']:disabled:checked + label:after {
  color: #999;
}

.ginput_container_checkbox [type='checkbox']:disabled + label {
  color: #aaa;
}

.gfield--type-honeypot {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

div#ui-datepicker-div {
  background: white;
  padding: 20px;
  border: 1px solid gray;
}

.ui-datepicker-header a {
  cursor: pointer;
}

.ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ui-datepicker-title {
  display: flex;
  justify-content: center;
}

.ui-datepicker-title,
table.ui-datepicker-calendar {
  width: 100%;
}

img.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 50px;
}

td.ui-datepicker-today {
  background: #0d3a66;
}

td.ui-datepicker-today a {
  color: white;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/

.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
#main {
  padding: 2.86rem 0 2.55rem;
  position: relative;
  background: var(--madison);
}
.rowLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rowLinks .button {
  margin-right: 1.05rem;
}
.rowLinks .rowLink {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.82em;
  color: #0d3a66;
}
.section {
  position: relative;
  padding: 2.95rem 0;
}
.sectionTitle {
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1em;
}
#programGroups {
  position: relative;
  padding-bottom: 3.76rem;
}
.programGroup {
  padding: 3rem 0 2.21rem;
  display: flex;
  flex-direction: row-reverse;
}
.groupMeta {
  width: 50%;
  flex-grow: 1;
  padding-right: 3.2rem;

  padding-top: 2px;
}
.programGroupBtn {
  padding-top: 0.5rem;
}
.groupImgBx {
  width: 34.35%;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  min-height: 250px;
}
.groupImgBx img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
  display: flex;
  align-items: center;
  padding: 0 22px;
  position: relative;
  z-index: 99;
  background: var(--madison);
}
#logo {
  margin-right: 1.9rem;
}
#headerRight {
  margin-left: auto;
  display: flex;
  padding-right: 2px;
  align-items: center;
}
#headerRight .button {
  margin-left: 0.63rem;
}
#navigation {
  font-family: 'roboto-condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.117rem;
  color: #ffffff;
  line-height: 81px;
  position: relative;
}
#navigation > ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation > ul.desktopMenu > li {
  display: inline-block;
  margin-right: 0.6em;
}
#navigation > ul.desktopMenu > li > a {
  color: #ffffff;
  display: block;
  padding: 0 0.12em;
  position: relative;
}
#navigation > ul.desktopMenu > li > a:hover {
  text-decoration: none;
}
#navigation > ul.desktopMenu > li > a:before {
  content: '';
  width: 100%;
  height: 0;
  background: #f5b610;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
#navigation > ul.desktopMenu > li:hover > a:before {
  height: 5.5px;
}
#navigation > ul.desktopMenu > li.current-menu-item > a {
  color: #f5b610;
}
#navigation > ul.desktopMenu > li.current-menu-item > a:before {
  height: 5.5px;
}
#navigation > ul.desktopMenu > li > a > span {
  display: none;
}
#navigation > ul.desktopMenu > li > ul {
  position: absolute;
  font-size: 0.9em;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  background: var(--blue);
  display: none;
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
  line-height: 1.4em;
}
#navigation > ul.desktopMenu > li > ul > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
#navigation > ul.desktopMenu > li > ul > li > a {
  display: block;
  padding: 9px 16px;
  color: #fff;
}
/*------------------------------------------------*/
/*---------------------[BANNER]-------------------*/
/*------------------------------------------------*/
#banner {
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  background: var(--madison);
}
#banner-in {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 5.8rem 0 6.7rem;
}
#banner video {
  object-fit: cover;
  width: 62%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.bannerImg,
.bg-image {
  position: absolute;
  width: 61.55%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.bannerImg img,
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#banner.withImg #banner-in:before,
.section.withImg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  z-index: 2;
}
#banner.justify-content-start.withImg #banner-in:before,
.section.justify-content-start.withImg:before {
  background: linear-gradient(
    90deg,
    #ffffff 39.9%,
    rgba(255, 255, 255, 0.835878) 47.55%,
    rgba(255, 255, 255, 0.492954) 53.79%,
    rgba(255, 255, 255, 0) 61.82%
  );
}
#banner.justify-content-end.withImg #banner-in:before,
.section.justify-content-end.withImg:before {
  background: linear-gradient(
    270deg,
    #ffffff 39.9%,
    rgba(255, 255, 255, 0.835878) 47.55%,
    rgba(255, 255, 255, 0.492954) 53.79%,
    rgba(255, 255, 255, 0) 61.82%
  );
}
#banner.justify-content-start.withImg .bannerImg,
.section.justify-content-start.withImg .bg-image {
  right: 0;
}
#banner.justify-content-end.withImg .bannerImg,
.section.justify-content-end.withImg .bg-image {
  left: 0;
}
.bannerTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 4.235rem;
  line-height: 1em;
  color: #084c8e;
  padding-bottom: 0;
}
.bannerTagline {
  font-weight: 600;
  font-family: var(--body-font);
  font-size: 1.47rem;
  line-height: 1.3em;
  color: #4f4f4f;
  padding-top: 0.5em;
  padding-bottom: 0;
}
.bannerTxt {
  font-weight: 400;
  font-size: 1.058rem;
  line-height: 1.7778em;
  color: #333333;
  padding-top: 1em;
}
.bannerBtn {
  padding-top: 1.45rem;
}
.backLink {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8em;
  color: #575757;

  padding-bottom: 0.65em;
}
.backLink a {
  color: #575757;
}
#banner.withoutImg .bannerTitle,
#banner.withoutImg .bannerTxt,
#banner.withoutImg .bannerTagline {
  color: #fff;
}
/*------------------------------------------------*/
/*-----------------[PROGRAMS]---------------------*/
/*------------------------------------------------*/
#blogposts {
  position: relative;
}
.blogpostItem {
  padding-top: 0.9rem;
  padding-bottom: 1.435rem;
  position: relative;
  width: 100%;
}
.postItemBx {
  position: relative;
  border-radius: var(--radius);
  background: #fff;

  overflow: hidden;
  padding: 3.68rem 3.8rem 4.13rem 3.8rem;
}
.postItemBx:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #ffffff 58.21%,
    rgba(255, 255, 255, 0.835878) 61.64%,
    rgba(255, 255, 255, 0.492954) 64.43%,
    rgba(255, 255, 255, 0) 67.36%
  );
}
.postItemBx .bg-image {
  right: 0;
  left: inherit;
  width: 47%;
  z-index: 0;
}
.postBxTitle {
  font-size: 2.647rem;
  line-height: 1.09em;
  color: #084c8e;

  padding-bottom: 0.25em;
}
.postSummaryBx {
  z-index: 9;
  width: 60.5%;
  position: relative;
  font-size: 1rem;
  line-height: var(--base-lineheight);
}
.postSummaryBx.fullwidth {
  width: 100%;
}
.postBxBtn {
  padding-top: 1.55rem;
}
#our-outcomes {
  padding: 2.6rem 0 3.3rem;
  position: relative;

  background: #fff;
}
#our-outcomes .row.flex {
  align-items: center;
}
.videoEmbed {
  background: #3a3a3a;
  border-radius: 1rem;
  overflow: hidden;
}
#single-programs #banner.justify-content-start.withImg #banner-in::before {
  background: linear-gradient(
      90deg,
      #ffffff 42.62%,
      rgba(255, 255, 255, 0.835878) 49.74%,
      rgba(255, 255, 255, 0.492954) 55.54%,
      rgba(255, 255, 255, 0) 63.01%,
      rgba(255, 255, 255, 0) 80.87%
    ),
    url(shutterstock_1750411286.jpg);
}
#single-programs .bannerTitle,
#page-resources .bannerTitle,
#page-blog .bannerTitle,
#page-events .bannerTitle,
#page-contact-us .bannerTitle,
#page-our-outcomes .bannerTitle,
#page-benefactor-circle .bannerTitle {
  font-size: 3.7rem;
}
#single-programs #banner-in,
#page-resources #banner-in,
#page-blog #banner-in,
#page-events #banner-in,
#page-contact-us #banner-in,
#page-volunteer #banner-in {
  padding-top: 3.7rem;
  padding-bottom: 5.3rem;
}
#single-programs #banner,
.single-ptype_famresource #banner,
.page-template-tpl-agencies #banner,
.page-template-tpl-1-col #banner {
  padding-bottom: 2.35rem;
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 38.5%),
    #0d3a66;
}
/*------------------------------------------------*/
/*--------------[THINGS TO CONSIDER]--------------*/
/*------------------------------------------------*/
#section-things {
  padding: 4rem 0 5.75rem;
  position: relative;
  background: #0d3a66;
}
.tilesRow {
  position: relative;
}
.tilesRow .col {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.tileBx {
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
}
.tileBxImg {
  position: relative;
  height: 218px;
}
.tileBxImg:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(
    0deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.75) 16.41%,
    rgba(255, 255, 255, 0) 50%
  );
}
.tileBxImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.tileBxTitle {
  position: absolute;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 2.117rem;
  line-height: 1em;
  color: #084c8e;

  width: 100%;
  bottom: -0.1em;
  z-index: 2;
}
.tileBxMeta {
  padding: 1.1rem 1.1rem 2.45rem 1.1rem;
  text-align: center;
}
.groupTitle {
  font-size: 3.7rem;
  line-height: 1em;
}

/*------------------------------------------------*/
/*---------------------[SIGNUP]-------------------*/
/*------------------------------------------------*/
#signup {
  position: relative;
  color: #fff;

  padding-bottom: 0;
  background: #0d3a66;
}
#signup-row {
  display: flex;
  align-items: center;
}
#signupLeft {
  width: 30%;
  flex-grow: 1;
  padding-right: 1.5rem;
}
#signupRight {
  width: 49.85%;
  background: #084c8e;

  border-radius: var(--radius);
  padding: 2.85rem 2.5rem 0.45rem;
}
#signupRight form {
  position: relative;
}
#signupRight form .gform_footer {
  position: absolute;
  right: 0;
  width: 36%;
  bottom: 1.88rem;
  padding-left: 20px;
}
#signupRight form .gform_footer .button {
  width: 100%;
  padding: 0 10px;
}
ul.gform_fields > li.gfield.signup_name {
  width: 64%;
}
.signupTitle {
  font-weight: 700;
  font-size: 3.88rem;
  line-height: 1em;
  padding-bottom: 0.28em;
}
#signupBtns {
  padding-top: 5.04rem;
  margin: 0 -18px;
}
#signupBtns .col {
  padding-left: 18px;
  padding-right: 18px;
}
#signupBtns .button {
  border-radius: 1.176rem 1.176rem 0px 0px;
  height: 6.47rem;
  line-height: 6.47rem;
  width: 100%;
  font-weight: 700;
  font-size: 3.117rem;
  display: block;
}
#signupBtns .button img {
  display: inline;
  vertical-align: middle;
  margin-right: 0.2em;
  margin-left: -0.2em;
}

/*------------------------------------------------*/
/*---------------[THINGS TO CONSIDER]-------------*/
/*------------------------------------------------*/
#things-tiles {
  padding: 1.2rem 0 1.55rem;
  background: linear-gradient(
      180deg,
      #0d3a66 0%,
      rgba(13, 58, 102, 0.85159) 6.45%,
      rgba(13, 58, 102, 0) 21.74%
    ),
    #0d3a66;
}
.process-posts .postItemBx {
  padding-bottom: 2.86rem;
  min-height: 342px;
}
#the-process {
  padding: 1.35rem 0 2.05rem;
  background: linear-gradient(
      180deg,
      #0d3a66 0%,
      rgba(13, 58, 102, 0.85159) 6.45%,
      rgba(13, 58, 102, 0) 21.74%
    ),
    #0d3a66;
}
#the-requirements {
  padding: 3.85rem 0 2.8rem;
  position: relative;
  background: #fff;
}
#the-requirements::after {
  content: '';
  width: 30%;
  height: 100%;
  left: 64%;
  position: absolute;
  background-image: url(images/logo_overlay.svg);
  opacity: 0.07;
  top: 2.9rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
#the-requirements .row {
  margin: 0;
}
#the-requirements .col {
  padding: 0;
}
.bulletList {
  margin-left: 0;
  list-style: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.411em;
  color: #333333;

  margin-top: -0.2em;
}
.bulletList.big {
  margin: 0;
  line-height: 1.42em;
  font-size: 1.117rem;
}
.bulletList.big > li {
  padding-left: 1.6em;
}
.bulletList > li {
  padding-left: 1.9em;
  position: relative;
  padding-bottom: 1.12em;
}
.bulletList > li::before,
.trainingList > li:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 1px;
  background: linear-gradient(0deg, #d6161e, #d6161e), #d6161e;
  content: '';
  border-radius: 100%;
  top: 0.35em;
}
#the-training {
  color: #fff;

  padding: 3.7rem 0 4.5rem;
  background: linear-gradient(
      180deg,
      #0d3a66 0%,
      rgba(13, 58, 102, 0.85159) 6.45%,
      rgba(13, 58, 102, 0) 21.74%
    ),
    #0d3a66;
}
.trainingList {
  margin-left: 0;
  list-style: none;
  font-size: 1.235rem;
  line-height: 1.38em;
  font-weight: 700;
  margin-top: -0.56em;
  margin-bottom: 8px;
}
.trainingList > li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.91em;
}
.trainingList > li:before {
  background: #f5b610;
}
#page-resources #banner-in {
  padding-bottom: 3.5rem;
}
#page-resources #main {
  padding: 1.3rem 0 0;
  background: var(--madison);
}
#postsFilter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.7rem;
}
#postsFilter span {
  color: #fff;
  font-weight: 700;
  font-size: 2.117rem;
  line-height: 1em;
  font-family: var(--header-font);
  padding-right: 5px;
}
.button-group {
  display: flex;
  align-items: center;
}
.button-group button,
.button-group a {
  display: block;
  height: 35px;
  line-height: 35px;
  background: #0b5ba9;
  border-radius: 47px;
  font-weight: 700;
  font-size: 1.0588rem;
  color: #ffffff;
  padding: 0 1.16em;
  margin: 0 5px;
  font-family: var(--body-font);
}
.resourcePost .postItemBx {
  padding: 2.45rem 3.8rem 3.08rem 3.8rem;
}
.postMeta {
  font-weight: 700;
  font-size: 1.058rem;
  line-height: 1.8em;
  color: #333333;

  padding-bottom: 0.3em;
}
.postMeta a {
  color: #333333;
  text-decoration-line: underline;
}
.resourcePost .postBxTitle {
  font-size: 2.47rem;
  line-height: 1.095em;
}
.resourcePost .postBxBtn {
  padding-top: 0.65rem;
}
.postItemBx.withoutImg .bg-image img {
  object-position: center;
  object-fit: contain;
  opacity: 0.07;
}
/*------------------------------------------------*/
/*---------------------[UPDATES]-------------------*/
/*------------------------------------------------*/
#page-blog #banner-in {
  padding-bottom: 2.8rem;
}
#page-blog .bannerTitle,
#page-resources .bannerTitle,
#page-contact-us .bannerTitle {
  color: #fff;
}
#page-blog .bannerTxt,
#page-resources #banner-in .bannerTxt,
#page-contact-us .bannerTxt {
  padding-top: 1.4em;
  color: #fff;
}
#page-blog #main {
  padding: 1rem 0 2.5rem;
  background: var(--madison);
}
#page-blog #postsFilter {
  padding-bottom: 1.65rem;
}
.updatesPost .postItemBx {
  padding: 2.45rem 3.8rem 2.7rem 3.8rem;
}
#paginationWrapper {
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  justify-content: space-between;
}
.wp-pagenavi {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 2.131rem;
  line-height: 1em;
  color: #ffffff;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;

  margin: 0 0.15em;
  padding: 0.3em 0.2em;
  position: relative;
}
.wp-pagenavi span.current {
  color: #f5b610;
}
.wp-pagenavi span.current::after {
  content: '';
  background: #f5b610;
  border-radius: 10px;
  height: 4.5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*------------------------------------------------*/
/*---------------------[EVENTS]-------------------*/
/*------------------------------------------------*/
#page-events #banner-in {
  background: var(--madison);
}
#page-events #main {
  padding-top: 1rem;
  padding-bottom: 1px;
  background: var(--madison);
}
#page-events #postsFilter {
  padding-bottom: 3rem;
}
.blogpostItem.eventPost .postItemBx {
  padding: 1.9rem 3.4rem 2.81rem 3.4rem;
}
.blogpostItem.eventPost .postItemBx:after {
  display: none;
}
.eventPost .postSummaryBx {
  width: 100%;
}
.eventDate {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 1.294rem;
  line-height: 1.8em;
  color: #333333;
}
.eventPost .postBxSummary {
  font-size: 1rem;
  line-height: 1.647em;
}
.eventsRow .col {
  padding-bottom: 0.5rem;
}
.eventPost .postItemBx.withImg {
  padding-top: 192px;
}
.eventPost .postItemBx.withImg .bg-image {
  width: 100%;
  height: 234px;
  position: absolute;
  top: 0;
  left: 0;
}
.eventPost .postItemBx.withImg .bg-image:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(
    360deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.835878) 7.98%,
    rgba(255, 255, 255, 0.492954) 14.48%,
    rgba(255, 255, 255, 0) 21.31%
  );
}

/*------------------------------------------------*/
/*---------------------[SINGLE]-------------------*/
/*------------------------------------------------*/
body.single #banner-in {
  padding: 2rem 0;
}
.backBtn a {
  height: 35px;
  line-height: 35px;
  background: #0b5ba9;
  border-radius: 47px;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 1.0588rem;
  color: #ffffff;
  display: inline-block;
  padding: 0 1.2em;
}
body.single #main {
  padding-top: 0.65rem;
  padding-bottom: 1px;
  background: var(--madison);
}
.singlePostBx {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}
.singlePostBxTop {
  position: relative;
  padding: 2.1rem 3.6rem 2.75rem;
  border-bottom: 1px solid #d3d3d3;
}
.singlePostBxTop:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    #ffffff 58.21%,
    rgba(255, 255, 255, 0.835878) 61.64%,
    rgba(255, 255, 255, 0.492954) 64.43%,
    rgba(255, 255, 255, 0) 67.36%
  );
}
.singlePostBxTop .postBxSummary {
  padding-top: 0.8rem;
  position: relative;
  z-index: 2;
}
.singlePostBxTop .bg-image {
  right: 0;
  left: inherit;
  width: 47%;
  z-index: 0;
}
.singlePostBxTop.withoutImg .bg-image img {
  object-position: center;
  object-fit: contain;
  opacity: 0.07;
}
.singlePostBxMain {
  padding: 3.05rem 3.6rem 2.75rem;
  position: relative;
}
.singlePostBxMain h2 {
  font-size: 2.058rem;
  padding-bottom: 0.6em;
}
.singlePostBxMain p {
  font-size: 1rem;
  line-height: 1.82em;
}
.postImg {
  border-radius: var(--radius);
  overflow: hidden;
}
.postImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------*/
/*---------------------[ABOUT]-------------------*/
/*------------------------------------------------*/
#page-about-sjrc #banner-in {
  padding-bottom: 5.75rem;
}
#children-affected {
  padding: 4.65rem 0 4.85rem;
  color: #fff;

  background: #0d3a66;
}
#children-affected:before {
  background: linear-gradient(
      180deg,
      #0d3a66 0%,
      rgba(13, 58, 102, 0.85159) 6.45%,
      rgba(13, 58, 102, 0) 21.74%
    ),
    linear-gradient(
      90.95deg,
      #0d3a66 41.47%,
      rgba(13, 58, 102, 0.85159) 53.59%,
      rgba(13, 58, 102, 0.677239) 62.23%,
      rgba(13, 58, 102, 0) 82.81%
    );
}
#we-believe {
  padding: 4.95rem 0 3.4rem;
}
#we-believe:before {
  background: linear-gradient(
    270.13deg,
    #f3f3f3 44.03%,
    rgba(255, 255, 255, 0.857143) 50.38%,
    rgba(255, 255, 255, 0) 69.11%
  );
}
#strong-families {
  padding: 5.2rem 0 3.4rem;
}
.withFlexImg .postImg {
  max-width: 490px;
  height: 100%;
}
.reverse.withFlexImg .postImg {
  margin-left: auto;
}
#sets-apart {
  padding: 3.15rem 0 5.2rem;
}
ul.heartList {
  margin-left: 0;
  list-style: none;
  margin-top: -0.2em;
  margin-bottom: 0.95rem;
}
ul.heartList > li {
  position: relative;
  padding-left: 1.7em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.411em;
  color: #333333;

  padding-bottom: 0.88em;
}
ul.heartList > li::before {
  content: '\f004';
  position: absolute;
  color: #d6161e;

  font-size: 0.9411em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  left: 0;
}
#core-values {
  padding: 3.55rem 0 3.55rem;
  position: relative;
  background: #ebf4fa;
}
#values-row {
  position: relative;
}
#values-row .col {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.valueBx {
  padding: 2.1rem 2.1rem 2.58rem 2.1rem;
  display: flex;
  align-items: center;
  height: 100%;
  background: #ffffff;
  border-radius: var(--radius);
}
.valueImg {
  width: 30%;
  text-align: center;
  justify-content: center;
  display: flex;
}

.valueMeta {
  width: 50%;
  flex-grow: 1;
  padding-left: 1.2rem;
}
.valueMeta .sectionTitle {
  padding-bottom: 0.3em;
}
.valueSummary {
  font-size: 1rem;
  line-height: 1.82em;
  color: #333333;
}
#team-members {
  padding: 3.9rem 0 2.75rem;
  position: relative;
  background: #0d3a66;
}
.lightbox {
  color: #333;
  display: none;
}
.lightbox.fancybox-content {
  max-width: 1000px;
}
.membersRow {
  justify-content: center;
}
.membersRow .col {
  padding-top: 1.25rem;
  padding-bottom: 1.17rem;
}
.memberBx {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 2.4rem 2.5rem 2.55rem;
  height: 100%;
}
.memberBx .tileBxTitle {
  position: relative;
}
.memberImg {
  width: 111px;
  height: 111px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 0.65rem;
}
.memberImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.memberDesig {
  font-size: 1rem;
  padding-top: 0.55em;
  line-height: 1.352em;
  text-align: center;
  color: #333333;
}
.memberLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.9rem;
}
.memberLinks .social {
  font-size: 1.588rem;
  line-height: 1.5em;
  color: #797979;

  margin-left: 0.85em;
}
#governing-board-row .memberBx {
  min-height: 156px;
  padding: 1.4rem 2.2rem 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#governing-board-row .col {
  padding-bottom: 1.7rem;
}
#join-family {
  position: relative;
  padding: 4.5rem 0 4.95rem;
  background: #fff;
}
#join-family .bg-image {
  width: 48.75%;
}
#join-family:before {
  display: none;
}

/*------------------------------------------------*/
/*---------------------NEW TEAM PAGE-------------------*/
/*------------------------------------------------*/
.team-wrapper {
  max-width: 1024px;
  padding-bottom: 0;
}

.team-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.team-group {
  padding: 80px 0 30px;
}

.team-grid .memberImg {
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 0;
  margin-bottom: 0.65rem;
}

.team-grid .memberBx {
  padding: 0;
}

.team-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

/*------------------------------------------------*/
/*---------------------[CONTACT]-------------------*/
/*------------------------------------------------*/
#page-contact-us #banner-in,
#page-donate #banner-in {
  padding-bottom: 1rem;
}
#page-contact-us #main,
#page-donate #main {
  padding-top: 1.8rem;
  background: var(--madison);
}
#contactTabs .col {
  padding-bottom: 2.75rem;
}
.contactTab {
  border: 5px solid #ffffff;
  border-radius: var(--radius);
  background: #fff;
  position: relative;
  padding: 2.2rem 2rem 2.55rem;
  text-align: center;
}
.contactTab .tileBxTitle {
  position: relative;
  color: #084c8e;
}
.contactTab .tileBxTitle a {
  color: #084c8e;
  text-decoration: none;
}
.contactTabBtn {
  padding-top: 1.1rem;
}
.contactTab.active-form {
  background: none;
}
.contactTab.active-form .tileBxTitle,
.contactTab.active-form .tileBxTitle > a {
  color: #fff;
}
.contactTab.active-form .contactTabBtn .button {
  background: #fff;
  color: var(--blue);
}
#contactForms {
  position: relative;
  padding: 2.5rem 4rem 1.8rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
  color: #fff;
}
#contactForms .gform_heading {
  text-align: center;
  color: #fff;
  padding-bottom: 2.6rem;
}
#contactForms .gform_title,
#contactForms h3 {
  padding-bottom: 0.35em;
  font-weight: 700;
  font-size: 2.11rem;
  line-height: 1em;
}
#contactForms .gform_description {
  display: block;
  font-weight: 400;
  font-size: 1.0588rem;
  line-height: 1.778em;
  max-width: 630px;
  margin: 0 auto;
}
#contactForms ul.gform_fields > li.gfield {
  padding-bottom: 2.2rem;
}
#contactForms .gform_footer {
  text-align: center;
}
#contactForms .gfield.plainlabel .gfield_label {
  color: #fff;
}
.contactForm {
  position: relative;
  width: 100%;
}
#our-locations,
#contact-regions {
  padding: 3.65rem 0 4.6rem;
  background: #fff;
}
#our-locations .aos-item,
#contact-regions .aos-item {
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
}
.locationsRow {
  text-align: center;
}
.locationsRow .tileBxTitle {
  position: relative;
}
.locationPhone {
  font-weight: 700;
  font-size: 1.47rem;
  line-height: 1.52em;
  color: #4f4f4f;

  padding-top: 0.5em;
}
.locationAddress {
  font-weight: 500;
  font-size: 1.117rem;
  line-height: 1.473em;
  color: #4f4f4f;

  max-width: 300px;
  margin: 0 auto;
  padding-top: 0.65em;
}

/*------------------------------------------------*/
/*---------------------[OUTCOMES]-----------------*/
/*------------------------------------------------*/
#page-our-outcomes #banner {
  padding-bottom: 3.15rem;
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 38.5%),
    #0d3a66;
}
#page-our-outcomes #banner-in {
  padding: 4.95rem 0 5.35rem;
}
#page-our-outcomes .bannerTxt {
  font-weight: 400;
  font-size: 1.294rem;
  line-height: 1.5em;
  color: #4f4f4f;

  padding-top: 0.7em;
}
#sjrc-impact {
  padding: 1.35rem 0 24.5rem;
  background: #fff;
}
#sjrc-impact::before {
  display: none;
}
#sjrc-impact .bg-image {
  max-width: 810px;
  width: 100%;
  height: 22.55rem;
  bottom: 0;
  top: initial;
  left: 50%;
  transform: translateX(-50%);
}
#sjrc-impact .bg-image img {
  object-fit: contain;
  object-position: center bottom;
}
.row.impactRow {
  text-align: center;
}
.row.impactRow .col {
  padding-top: 0.95rem;
}
.impactTxt {
  font-weight: 400;
  font-size: 1.058rem;
  line-height: 1.388em;
  color: #333333;
}

.impactTxt li {
  margin-bottom: 20px;
}
#our-stories {
  padding: 4.7rem 0;
  background: var(--madison);
}
.storiesPost .postItemBx {
  padding-bottom: 3.37rem;
}
#page-benefactor-circle #banner {
  padding-bottom: 2.47rem;
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 38.5%),
    #0d3a66;
}
#page-benefactor-circle #banner-in {
  padding: 4.95rem 0 5.22rem;
}
#page-benefactor-circle .bannerTxt {
  font-weight: 400;
  font-size: 1.47rem;
  line-height: 1.52em;
  color: #4f4f4f;

  padding-top: 0.3em;
}
#how-you-can-help {
  padding: 1.05rem 0 2.55rem;
}
#how-you-can-help:before {
  background: linear-gradient(
      270deg,
      #ffffff 57.29%,
      rgba(255, 255, 255, 0) 81.04%
    ),
    linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 35.26%);
}
#how-you-can-help .bg-image {
  width: 100%;
}
#how-you-can-help .sectionTxtBx {
  max-width: 785px;
  margin-left: auto;
}
#how-you-can-help .sectionTitle {
  padding-bottom: 0.3em;
}
#how-you-can-help p {
  line-height: 1.411em;
}

/*------------------------------------------------*/
/*---------------------[Benefactor Circle]-------------------*/
/*------------------------------------------------*/
#benefactor-circle-posts {
  padding: 3.5rem 0 1px;
  background: linear-gradient(
      180deg,
      #0d3a66 0%,
      rgba(13, 58, 102, 0.85159) 6.45%,
      rgba(13, 58, 102, 0) 21.74%
    ),
    #0d3a66;
}
#blogposts > .supportPostGroup {
  padding-bottom: 2.25rem;
}
#blogposts > .supportPostGroup:last-child {
  padding-bottom: 0;
}
.supportPostGroup .sectionTitle {
  color: #fff;
}
.termDescription {
  max-width: 630px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.82em;
  color: #ffffff;

  padding-bottom: 2.2em;
}
.supportPosts {
  position: relative;
}
.supportPosts .blogpostItem {
  padding-top: 0.3rem;
  padding-bottom: 2.565rem;
}
.supportPosts .postItemBx {
  padding: 3.1rem 3.8rem 2.32rem 3.6rem;
}
.supportPosts .postItemBx:after {
  display: none;
}
.supportTitle {
  font-weight: 700;
  font-size: 2.352rem;
  line-height: 1.1em;
  color: #084c8e;

  padding-bottom: 0.35em;
}
.supportTitle span {
  color: #d6161e;
  display: block;
}
.supportPostTxt p {
  margin-bottom: 1em;
}
#naming-rights-campaign {
  padding: 3.65rem 0;
}
/*------------------------------------------------*/
/*---------------------[HOMEPAGE]-----------------*/
/*------------------------------------------------*/
#page-home #logo {
  display: none;
}
#page-home #banner-in {
  padding: 4rem 0 0;
}
#page-home #banner-in:before {
  background: linear-gradient(
    90deg,
    #ffffff 35.89%,
    rgba(255, 255, 255, 0.835878) 44.45%,
    rgba(255, 255, 255, 0.492954) 51.42%,
    rgba(255, 255, 255, 0) 58.76%
  );
}
#page-home .bannerImg {
  width: 100%;
}
#page-home #banner .row.content-row {
  margin: 0 -5px;
}
#page-home #banner .row.content-row .col {
  padding-left: 5px;
  padding-right: 5px;
}
.bannerLogo {
  padding-bottom: 0.5rem;
}
#page-home #banner #signupBtns {
  padding-top: 4.19rem;
}
#help-make-change {
  color: #fff;

  padding: 5.5rem 0 2.9rem;
  background: #0d3a66;
}
#help-make-change:before {
  background: linear-gradient(
      180deg,
      #0d3a66 0%,
      rgba(13, 58, 102, 0.85159) 6.45%,
      rgba(13, 58, 102, 0) 21.74%
    ),
    linear-gradient(
      270deg,
      #0d3a66 26.74%,
      rgba(13, 58, 102, 0.85159) 46.17%,
      rgba(13, 58, 102, 0.677239) 60%,
      rgba(13, 58, 102, 0) 92.99%
    );
}
#help-make-change .bg-image {
  width: 80%;
}
#best-care-possible {
  padding: 5rem 0 3.7rem;
}
#best-care-possible:before {
  background: linear-gradient(
    90.13deg,
    #ffffff 38.9%,
    rgba(255, 255, 255, 0) 68.86%
  );
}
#best-care-possible .bg-image {
  width: 79.5%;
}
#home-testimonials {
  padding: 5.2rem 0 3.4rem;
  position: relative;
  background: #f3f3f3;
}
#home-testimonials::before {
  content: '';
  position: absolute;
  background-image: url(images/logo_overlay.svg);
  opacity: 0.07;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  max-width: 390px;
  max-height: 390px;
  width: 27vw;
  height: 27vw;
  left: -1.5vw;
  bottom: -1vw;
}
#home-testimonials .container {
  max-width: 784px;
}
ul.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.slides > li {
  display: none;
}
#testimonials {
  text-align: center;
}
.testimonialTxt p {
  font-style: italic;
  font-weight: 300;
  font-size: 1.82rem;
  line-height: 1.48em;
  color: #595959;

  margin-bottom: 0.7em;
}
.testimonialTxt p strong {
  font-weight: 600;
}
.testimonialName {
  font-weight: 700;
  font-size: 1.411rem;
  line-height: 1.79em;
  color: #0d3a66;
}
.testimonialTitle {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8em;
  color: #000000;
}
.flex-control-nav {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.55rem;
}
.flex-control-nav li {
  margin: 0 0.35rem;
}
.flex-control-nav a {
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #888888;
  border-radius: 100%;
}
.flex-control-nav a.flex-active {
  border-color: var(--btn-color);
  background: var(--btn-color);
}
#our-affiliates {
  padding: 3.45rem 0 4.45rem;
  background: #fff;
}
#our-affiliates .container {
  max-width: 100%;
  padding: 0;
}
.affiliate-logos {
  padding-top: 0.5rem;
}
.affiliate-logos .item {
  height: 80px;
  align-items: center;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.affiliate-logos .item img {
  max-height: 100%;
  max-width: 225px;
  width: 100%;
  mix-blend-mode: multiply;
}
#home-updates {
  padding: 4.8rem 0 1rem;
  background: #0d3a66;
}
#home-updates .blogpostItem {
  padding-top: 0.7rem;
  padding-bottom: 2.1rem;
}

/*------------------------------------------------*/
/*------------------[GET INVOLVED]----------------*/
/*------------------------------------------------*/
#sjrc-supporters {
  padding: 3.8rem 0;
  position: relative;
}
#supporters-row {
  position: relative;
}
#supporters-row .col {
  padding-top: 1.85rem;
}
#supporters-row .col.withLogo {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
}
.supporter-logo {
  width: 100%;
  height: 126px;
  background: #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.supporter-name {
  font-family: var(--header-font);
  padding: 0;
  font-weight: 700;
  font-size: 1.764rem;
  line-height: 1em;
  color: #686868;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer {
  padding: 3.55rem 0 7rem;
  position: relative;
}
#footerTop {
  display: flex;
}
#footerRight {
  width: 22.6%;
  text-align: center;
}
#footerWidgets {
  width: 50%;
  flex-grow: 1;
  display: flex;
}
#footerWidgets .widget-container {
  padding-right: 7.1rem;
  max-width: 39%;
}
#footer .menu {
  margin-left: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 1.294rem;
  line-height: 1em;
  color: #084c8e;

  font-family: 'roboto-condensed', sans-serif;
}
#footer .menu > li {
  position: relative;
  padding-bottom: 1.18rem;
}
#footer .menu > li > a {
  color: #084c8e;
}
#footer .menu > li > ul {
  font-weight: 400;
  font-size: 1.117rem;
  margin: 0;
  list-style: none;
  line-height: 1em;
}
#footer .menu > li > ul > li {
  position: relative;
  padding-top: 1.18rem;
}
#footer .menu > li > ul > li > a {
  color: #333333;
}
.footerContacts {
  padding-top: 1.75rem;
}
#footer .footerContacts .menu > li > ul > li {
  padding-top: 0.5rem;
}
#footer .footerContacts .menu > li {
  padding-bottom: 1.05rem;
}
#copyright {
  font-weight: 400;
  font-size: 11px;
  line-height: 2em;
  text-align: center;
  color: #333333;
  padding-top: 1.3rem;
}
.donation-form label {
  color: #fff !important;
}
.donation-form .field.radio input,
.donation-form .field.checkbox input {
  width: 1em !important;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.donation-form .section {
  padding: 1rem 0;
}
.donation-form .section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.donation-form .section.recurring {
  padding-left: 0 !important;
}
.donation-form .contact,
.donation-form .billing-address {
  margin: 0 -8px;
}
.donation-form .contact h3,
.donation-form .billing-address h3 {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.donation-form .contact .field,
.donation-form .billing-address .field {
  padding: 0.5rem 8px;
  width: 50%;
  float: left;
}
.donation-form .field input[type='text'],
.donation-form .field input[type='email'],
.donation-form .field input[type='tel'],
.donation-form .field input[type='number'],
.donation-form .field select {
  width: 100% !important;
  max-width: 100% !important;
}
.donation-form .section.comment .field {
  width: 100%;
}
.donation-form .section.comment .field textarea {
  width: 100%;
  max-width: 100%;
  height: 128px;
}
.btn-group .btn-submit-donation {
  padding: 0 1em !important;
}
.donation-form .field select {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 10px !important;
}
.donation-form .billing-address .field.street-address textarea {
  width: 100%;
  max-width: 100%;
  padding: 0 10px !important;
}

body.archive.category #banner .bannerTagline {
  color: #fff;
}

#history-timeline {
  position: relative;
}
#history-timeline #blogposts .blogpostItem {
  padding-left: 185px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#history-timeline #blogposts .blogpostItem:first-child:after,
#history-timeline #blogposts .blogpostItem:last-child:after {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  border: solid 2px #fff;
  background: var(--madison);
  left: 75px;
  transform: translateX(-50%);
  content: '';
}
#history-timeline #blogposts .blogpostItem:last-child:after {
  bottom: 0;
  top: inherit;
}
#history-timeline .row .col:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 75px;
  margin-left: -1px;
  border-left: solid 2px #fff;
  top: 0;
}
.timelineDate {
  position: absolute;
  left: 0;
  width: 150px;
  top: 50%;
  transform: translateY(-50%);
}
#history-timeline #blogposts .blogpostItem .postBxSummary > p:last-child {
  margin-bottom: 0;
}
#history-timeline .postItemBx {
  min-height: 280px;
  display: flex;
  align-items: center;
}

#page-blog #postsFilter {
  display: none;
}

/* bloomerang newsletter */
.email-registration-form label {
  color: #ffffff !important;
}

.email-registration-form .section.contact {
  padding: 0 !important;
}

.email-registration-form .section.captcha {
  padding: 15px 0;
}

.email-registration-form .btn-group .btn-submit-email {
  margin-bottom: 30px;
  padding: 0 0.84em;
}

.email-registration-form .consent {
  display: none;
}

.gform_title,
.gform_description,
.gfield_description,
.gform_confirmation_message_4 {
  color: white;
}

/* Complaint page styles */
.page-id-939 #banner-in {
  /* Make sure to get the correct pag id... I know, but it was the fastest way within the budget.*/
  padding-bottom: 0;
}

/*------------------------------------------------*/
/*------------------Agency Finder----------------*/
/*------------------------------------------------*/
.agencies-section {
  padding: 75px 20px 180px 20px;
}
.search-area {
  padding-top: 4px;
}
.search-cont h4 {
  font-size: 28px;
  color: #204c98;
  line-height: 36px;
  font-weight: 400;
  padding-bottom: 18px;
}
.search-cont p {
  color: #204c98;
  line-height: 32px;
  padding-bottom: 18px;
}
.search-by-location {
  padding-top: 53px;
}
.search-by-location h3 {
  padding-bottom: 15px;
}
.search-by-location h3,
.search-by-type h3 {
  font-size: 50px;
  color: #000;
  line-height: 60px;
  font-weight: 700;
}
.search-map #map {
  width: 100%;
  height: 518px;
}
.search-by-type {
  padding-top: 30px;
}
.search-by-type p {
  line-height: 32px;
}
.filtering-options {
  padding-top: 14px;
}
.filter-item,
.filter-check {
  display: inline-block;
}
.filtering-options input[type='radio'],
.filtering-options input[type='checkbox'] {
  display: none;
}
.filtering-options label {
  font-size: 25px;
  color: var(--blue);
  line-height: 33px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin: 0 18px 15px 0;
}
.filtering-options label::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px !important;
  height: 25px !important;
  background: #fff;
  border: 2px solid var(--blue);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.filtering-options input[type='radio']:checked + label::before,
.filtering-options input[type='checkbox']:checked + label::before {
  background: var(--blue);
  content: '';
  border: 2px solid var(--blue);
  top: 5px;
}
.search-result-area {
  padding-top: 90px;
}
.search-result-heading {
  border-bottom: 2px solid #b0c1de;
  margin-bottom: 15px;
}
.search-result-item {
  padding: 33px 0;
}
.search-result-item h4 {
  font-size: 32px;
  color: var(--blue);
  line-height: 32px;
  font-weight: 400;
}
.search-result-item p,
.search-result-item a {
  font-size: 19px;
  color: #454545;
  margin: 0;
}
.search-result-item a {
  display: inline-block;
}
.region-search {
  margin-bottom: 15px;
  margin-top: 30px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.region-search .filter-check .all-or-region-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 28px;
  color: #2855a4;
  line-height: 27px;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
}

.region-search .filter-check .all-or-region-btn:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: trasnparent;
  border: 2px solid var(--btn-color);
}

.region-search .filter-check .all-or-region-btn.active:before {
  background: var(--btn-color);
}

.region-search .filter-check input {
  display: none;
}

.region-search .filter-check .gray-btn:before {
  background: #eba62c url(assets/images/right-arrow3.png) no-repeat center
    center;
  background-size: 14px 12px;
}

.region-disclaimer {
  margin-bottom: 30px;
}

.region-disclaimer p {
  font-size: 16px;
  line-height: 1.5;
}

#results-for {
  display: inline-block;
}

#results-for::first-letter {
  text-transform: capitalize;
}
.white-background {
  background-color: white;
}
