h3,
h5 {
	text-transform: uppercase;
}

h1.c-featured__title{font-size:3rem;line-height:3.2rem;}

@media (max-width: 62.5rem) {
    .c-nav--utility {
        display: none !important;
    }

    .c-header__logo-secondary-holder {
        width: calc(100% + .5rem) !important;
    }

    .c-header__logo-secondary {
        padding-right: 0px !important;
    }
}

.cs19-logo-hero {
	background-image: url(/multimedia/cs-2022-white-banner-v2.png);
	display: block;
	background-size: contain;
	height: 130px;
	width: 400px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}
.cs23-logo-hero {
	background-image: url(/multimedia/compassion-sunday-logo-cs23.png);
	display: block;
	background-size: contain;
	height: 130px;
	width: 400px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}

.o-button--light-blue {
	text-transform: none;
	color: #fff;
	background: #4187c5;
}

.pr-20 {
	padding-right: 20px;
}

.center {
	text-align: center;
}

.btm-border-strong {
	border-bottom: 2px solid #ccc;
}

.large-number {
	font-family: "Linotype Tetria", Helvetica, Arial, sans-serif;
	font-size: 3.25em;
	color: #0054a6;
	text-align: right;
}

.blue-bg {
	background-color: #0054a6;
}

.container {
	max-width: 1100px;
	padding: 60px 20px;
	margin: 0 auto;
}

.white {
	color: #ffffff;
}

.quote {
	font-size: 1.75em;
	font-family: "Linotype Tetria", Helvetica, Arial, sans-serif;
	padding: 20px 0;
}

.quote-source {
	font-size: 0.75em;
}

.quote__source-image {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

@media (min-width: 45.5rem) {
	.quote__source-image {
		padding-right: 1rem;
	}
}

.fl-left {
	float: left;
	margin-right: 20px;
}

.o-button--blue {
	margin-right: 10px;
	margin-top: 10px;
}

.light-blue-button {
	background-color: #4187c5;
}

.image-bg-home {
	background: url(/multimedia/homepage-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-plan {
	background: url(/multimedia/plan-your-event-quote-cs.jpg) no-repeat;
	background-size: cover;
	background-color: #333;
}

.image-bg-presentation {
	background: url(/multimedia/plan-your-presentation-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-before {
	background: url(/multimedia/before-event-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-day {
	background: url(/multimedia/day-of-event-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-after {
	background: url(/multimedia/after-event-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-faq {
	background: url(/multimedia/faq-quote-cs19.jpg) no-repeat;
	background-size: cover;
}

.image-bg-pastors {
	background: url(/multimedia/for-pastors-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-about {
	background: url(/multimedia/about-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-order-guide {
	background: url(/multimedia/order-planning-guide-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-register {
	background: url(/multimedia/register-your-event-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-invite {
	background: url(/multimedia/invite-pastor-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.image-bg-contact {
	background: url(/multimedia/contact-quote-cs.jpg) no-repeat;
	background-size: cover;
}

.facebook:after {
	content: " ";
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 100%;
	margin-left: 10px;
}

.checked::before {
	content: " ";
	width: 30px;
	height: 36px;
	background: url(/multimedia/checkmark-image.png) no-repeat;
	position: relative;
	display: inline-block;
	background-size: 100%;
	margin-right: 10px;
	margin-bottom: -6px;
}

.image-holder {
	border: none!important;
	margin-bottom: 0px!important;
	padding: 0px !important;
}

.image-holder img {
	width: 100%;
	border: none;
}

.gray-info {
	padding: 10px 15px 5px 15px;
	min-height: 136px;
	background: #efefef;
}

.gray-info h5 a {
	color: #0054a6;
}

@media only screen and (max-width: 768px) {
	.yui3-u-1-2 {
		flex: 1 0 100%;
		max-width: 100% !important;
	}
	.yui3-u-1-4 {
		flex: 1 0 100%;
		max-width: 100% !important;
	}
	.image-holder {
		width: 100%;
	}
}

@media only screen and (max-width: 727px) {
	.pr-20 {
		padding-right: 20px;
	}
	.cs23-logo-hero {
		background-image: url(/multimedia/compassion-sunday-blue-logo-cs23.png);
	}
}

.fl-left {
	float: none;
	margin-right: 0px;
}


/* STEPS LIST */

.c-step-list {
	list-style: none;
	counter-reset: my-awesome-counter;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.c-step-list > li {
	counter-increment: my-awesome-counter;
	display: flex;
	align-items: flex-start;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}

.c-step-list > li::before {
	content: counter(my-awesome-counter);
	font-weight: 500;
	color: #0054a6;
	font-size: 3rem;
	margin-right: 1rem;
	font-family: 'Linotype Tetria', sans-serif;
	line-height: 1;
}

.c-step-list__content > p {
	font-size: 1.25em;
}

@media (min-width: 45.5rem) {
	.c-step-list > li {
		width: 33%;
	}
}

@media (max-width: 45.5rem) {
	.c-step-list > li {
		width: 100%;
	}
}

@media (max-width: 999px) {
h1.c-featured__title{font-size:2rem;line-height:2.2rem;}
}

/* PRESENTATION CUSTOMIZATION */

.o-button--array {
	background: #efefef;
	color: #333;
}

.o-input--button-array {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: unset;
}

.o-input--button-array > label {
	width: 100%;
	font-weight: bold;
	margin-bottom: .5rem;
}

.o-button--array {
	margin: 0 .5rem 1rem;
	flex: 1;
}

.o-button--array[selected="selected"] {
	background: #0054a6;
	color: #fff;
}

.c-text-cap--max {
	color: green;
}

.c-text-cap {
	width: 100%;
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-size: .8rem;
}

.c-form__textarea--medium {
	min-height: 10rem;
}


/* COMPASSION SUNDAY FORMS */

.c-form .o-input {
	margin: 0 0 1.5rem;
}

.o-button--planning-guide-submit {
	margin-top: 2rem;
}

.o-message {
	width: 100%;
}

.hide,
.u-hide {
	display: none;
}

.c-form {
	margin-bottom: 3rem;
}

.c-form .o-input {
	padding-right: 1rem;
}

.c-form-progress {
	margin-bottom: 2rem;
}

.c-form-progress__current {
	text-align: center;
	font-weight: bold;
	margin-bottom: .5rem;
}

.c-form-progress__holder {
	display: flex;
	justify-content: space-between;
}

.c-form-progress__step {
	height: 1rem;
	flex: 1;
	background: #ccc;
	margin-right: 0.5rem;
}

.c-form-progress__step:last-of-type {
	margin-right: 0;
}

.c-form-progress__step--active {
	background: #0054a6;
}

.c-form input[type="date"] {
	padding: .5rem;
	width: 100%;
}

.c-form input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
}

.ui-datepicker {
	z-index: 500 !important;
}

.ui-state-disabled .ui-state-default {
	background: #efefef;
	color: #ccc;
}

.ui-datepicker-month,
.ui-datepicker-year {
	padding: 0;
	line-height: 1em;
	font-size: .8rem;
	width: 100%;
	height: auto !important;
}

.block-content .c-form {
	margin-bottom: 0;
}

.u-center {
	text-align: center;
}

.u-inline-button {
	margin: 1rem .5rem 0;
}

.u-column-contain {
	width: 62.5rem;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (max-width: 64.5rem) and (min-width: 45.5rem) {
	.u-column-contain {
		padding-left: 1rem;
	}
}

@media (max-width: 727px) {
	.cs19-logo-hero {
		background-image: url(/multimedia/cs-2022-blue-banner-v2.png);
		width: 100%;
		max-width: 400px;
	}
}

@media (min-width: 45.5rem) {
	.c-featured__content--light h1 {
		color: #fff;
	}
}

@media (max-width: 45.5rem) {
	.u-column-contain {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.o-copy-text {
	cursor: pointer;
}

.o-copy-text:hover::after {
	content: 'Click to Copy';
	position: absolute;
	background: #333;
	font-family: Arial, sans-serif;
	font-size: .7rem;
	margin-left: .5rem;
	line-height: 1em;
	padding: .5rem;
	border-radius: .5rem;
}

.o-input--radio > label {
	margin-bottom: 1rem;
	margin-right: 1rem;
}

.c-form .o-input--radio {
	margin-bottom: 0;
}


/* NAVIGATION */

@media (min-width: 20rem) {
	.c-nav__item.c-nav__item--planning-guide {
		display: block;
	}
}


/* CHAT FEATURE */

.c-chat-fixed {
	font-size: .9rem;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	padding: .4em;
	border-radius: .75em;
	border: .3em solid #003889;
	background: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	color: #003889;
	font-family: "Linotype Tetria", Arial, sans-serif;
	margin-bottom: .9em;
	box-shadow: 0 0 0 .1em #fff;
	z-index: 1;
}

.c-chat-fixed::before {
	content: ' ';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 0px solid transparent;
	border-bottom: .9em solid transparent;
	border-left: 1.2em solid #003889;
	left: 1em;
	bottom: -1.18em;
}

.c-chat-fixed::after {
	content: ' ';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 0px solid transparent;
	border-bottom: .7em solid transparent;
	border-left: .8em solid #fff;
	left: 1.3em;
	bottom: -.69em;
}

.c-chat-fixed__bottom-triangle {
	display: block;
	position: absolute;
	bottom: -1.36em;
	left: .9em;
	width: 0px;
	height: 0px;
	border-top: 0px solid transparent;
	border-bottom: 1em solid transparent;
	border-left: 1.5em solid #fff;
	z-index: -1000;
}

@media (min-width: 45.5rem) {
	.c-chat-fixed {
		font-size: 1rem;
	}
}hr {
  margin: 2rem 0 3rem; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

.o-button--answer {
  background: #efefef; }
  .o-button--answer[selected] {
    background: #0054a6;
    color: #fff; }

.o-input--date > label {
  font-size: .75rem;
  font-weight: bold;
  position: absolute;
  left: 6px;
  top: -10px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFEFF));
  background: linear-gradient(transparent 50%, #FFFEFF 50%);
  padding: 0 .5rem; }

.o-input--date > input[type="date"] {
  width: 100%;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 1.4;
  height: 2.9rem;
  background-color: #FFFEFF;
  border: 2px solid #CCC;
  padding: 10px;
  color: #333;
  font-size: 1rem;
  -webkit-appearance: none;
  border-radius: 0; }

.o-input--error input, .o-input--error select {
  color: #9C1F31;
  border-color: #9C1F31; }

.o-input--textarea-large textarea {
  height: 31rem;
  max-height: calc(100vh - 10rem); }

.o-label--text {
  display: block;
  margin: 0 0 .5rem;
  font-weight: bold; }

.o-logo--compassion-sunday {
  background: url(/multimedia/compassion-sunday-logo-2020.png) !important;
  width: 599px !important;
  max-width: calc(100% - 17px) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important; }

.c-modal__content {
  padding: 2rem; }

.c-header__logo-secondary {
  max-width: 20rem;
  max-height: unset; }

.c-button-collection > * {
  margin: 0 .5rem .5rem; }

.c-button-collection {
  margin: 0 0 1rem; }

.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -.5rem; }

.c-form__row > .o-input {
  margin: 0 .5rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .c-form__row > .o-input--full {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }
  @media (min-width: 45.5rem) {
    .c-form__row > .o-input--half {
      max-width: calc(50% - 1rem);
      -webkit-box-flex: calc(50% - 1rem);
          -ms-flex: calc(50% - 1rem);
              flex: calc(50% - 1rem); } }
  @media (min-width: 45.5rem) {
    .c-form__row > .o-input--quarter {
      max-width: calc(25% - 1rem);
      -webkit-box-flex: calc(25% - 1rem);
          -ms-flex: calc(25% - 1rem);
              flex: calc(25% - 1rem); } }
  @media (min-width: 45.5rem) {
    .c-form__row > .o-input--third {
      max-width: calc(33.33% - 1rem);
      -webkit-box-flex: 1rem;
          -ms-flex: 1rem;
              flex: 1rem; } }

@media (min-width: 45.5rem) {
  .c-form__child-row {
    padding-left: 2rem; } }

.c-form__row .u-help-text {
  margin: -1rem .5rem 1rem; }

.c-form__fieldset {
  padding: 1.5rem;
  background: #f0f8fa;
  margin: 1rem 0; }

.c-form__or {
  padding: 0 1rem 1rem;
  text-align: center;
  font-family: 'Linotype Tetria', sans-serif;
  font-weight: bold; }
  .c-form__or::before {
    content: '- '; }
  .c-form__or::after {
    content: ' -'; }

.c-form__group-label {
  font-weight: bold;
  margin: 0 .5rem; }

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000; }

.c-loading__content {
  font-weight: bold; }

.c-progress-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.25rem 2rem;
  list-style: none; }

.c-progress-tracker__text {
  width: 100%;
  margin: 0 0 1rem;
  text-align: center;
  font-weight: bold; }

.c-progress-tracker__item {
  -webkit-box-flex: 1rem;
      -ms-flex: 1rem;
          flex: 1rem;
  height: 1rem;
  margin: 0 .25rem;
  background: #efefef; }
  .c-progress-tracker__item--active {
    background: #0054a6; }
  .c-progress-tracker__item--complete {
    background: green; }

.c-resources-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 2rem 0rem; }

.c-resources-list__item {
  margin: .5rem !important; }
  @media (min-width: 62.5rem) {
    .c-resources-list__item {
      width: calc(25% - 1rem); } }
  @media (max-width: 62.5rem) and (min-width: 35.5rem) {
    .c-resources-list__item {
      width: calc(50% - 1rem); } }
  @media (max-width: 35.5rem) {
    .c-resources-list__item {
      width: calc(100% - 1rem); } }
  @media (min-width: 35.5rem) {
    .c-resources-list__item--video {
      width: calc(50% - 1rem); } }
  @media (max-width: 35.5rem) {
    .c-resources-list__item--video {
      width: calc(100% - 1rem); } }

.c-resources-list__image {
  display: block;
  max-width: 100%;
  margin: 0 auto 1rem; }

.c-resources-list__item .o-button {
  display: block;
  text-align: center; }