/*!
	Theme Name: Maryknoll Sisters
	Theme URI: teamallegiance.com
	Author: Tahir Madyun (Allegiance Group)
	Author URI: teamallegiance.com
	Description: Child theme for Foundation 6 theme by Gray Digital Group
    Template: wp-foundation-six
	Version: 2.18
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain:  wp-foundation-six-child
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');

/*------------------------------------------------------------------
style.css
[Table of Contents]

1. GENERAL
2. LAYOUT
3. TYPOGRAPHY
X. FOOTER
X. HOME - HERO SLIDER
X. HOME - OUR WORK
X. HOME - FEATURED SISTERS
X. HOME - PRAY WITH US
X. HOME - FEATURED PROJECTS
X. HOME - STATISTICS
X. HOME - CTA
X. HOME - DONATE
XX. EXISTING CONTENT

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. GENERAL
-------------------------------------------------------------------*/
body {
	overflow-x: hidden;
	border: none;
}

a {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.standard-button,
.donate-submit,
.button.expanded {
	background-color: #0719b8;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	padding: 14px 30px 14px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

.standard-button.alt {
	background-color: #ffffff;
	color: #020d6b;
}

.standard-button.alt:hover,
.standard-button.alt:focus {
	background-color: #72a2fc;
	color: #020d6b;
}

.standard-button.with-heart,
.donate-submit {
	background-color: #0719b8;
	background-image: url('./assets/img/icon-heart_solid.svg');
	background-position: calc(100% - 30px) center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding: 14px 64px 14px 30px;
}

.donate-submit {
	background-color: #9fc0ff;
	background-image: url('./assets/img/icon-heart_solid_navy.svg');
	color: #020d6b;
	font-weight: 700;
}

.donate-submit:hover,
.donate-submit:focus {
	background-color: #72a2fc;
	color: #020d6b;
}

.button.expanded {
	color: #fff !important;
	border: 0 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	margin-left: 20px;
	text-transform: uppercase !important;
}

.button.expanded:hover,
.button.expanded:focus {
	background-color: #020d6b !important;
	color: #fff !important;
	border: 0 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	margin-left: 20px;
	text-transform: uppercase !important;
}

.standard-button.with-heart:hover,
.standard-button.with-heart:focus {
	background-color: #020d6b;
	color: #ffffff;
}

.standard-button.with-heart.alt {
	background-image: url('./assets/img/icon-heart_solid_navy.svg');
	background-position: calc(100% - 30px) center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding: 14px 64px 14px 30px !important;
}

.standard-button.with-heart.alt:hover {
	background-image: url('./assets/img/icon-heart_solid.svg');
	background-color: #020d6b;
	color: #ffffff;
}

.standard-button.with-heart.alt,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus {
	background-color: #ffffff;
	color: #020d6b;
	border-radius: 5px;
	display: inline-block;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1;
	padding: 14px 30px 14px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus {
	background-color: #72a2fc;
}


.underline-button {
	border-bottom: 5px solid #0719b8;
}

.underline-button,
.underline-button:hover,
.underline-button:focus {
	color: #020d6b;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	padding: 0 0 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.underline-button:hover,
.underline-button:focus {
	border-bottom: 5px solid #4180e5;
}

.underline-button.pad-button-top {
	margin-top: 27px;
}

.underline-button.with-heart {
	border: 0;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.underline-button.with-heart:before {
	background-image: url('./assets/img/icon-heart_outline.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 36px;
	color: #020d6b;
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	height: 36px;
	width: 36px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.underline-button.with-heart:hover:before {
	background-image: url('./assets/img/icon-heart_solid_blue.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 36px;
}

.underline-button.with-heart span {
	border-bottom: 5px solid transparent;
	display: inline-block;
	margin-left: 56px;
	padding-bottom: 6px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.underline-button.with-heart:hover span {
	border-bottom: 5px solid #4180e5;
	display: inline-block;
	margin-left: 56px;
	padding-bottom: 6px;
}

@media only screen and (max-width: 600px) {
	.underline-button {
		font-size: 16px;
	}
}

.animateMe {
	opacity: 0;
}

.animateMe .animated {
	opacity: 1;
}


/* header donate button (mobile) */
.mobile-menu-container .standard-button.with-heart {
	display: none !important;
}

@media screen and (max-width: 73.75em) {
	.mobile-menu-container .standard-button.with-heart {
		background-position: calc(100% - 12px) center;
		background-size: auto 14px;
		padding: 12px 36px 11px 16px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.mobile-menu-container {
		display: flex !important;
		align-items: center !important;
	}

	.mobile-menu-container .standard-button.with-heart {
		display: flex !important;
		background-position: calc(100% - 12px) center;
		background-size: auto 14px;
		padding: 12px 36px 11px 16px;
		font-size: 14px;
	}

	.mobile-menu-container > div {
		display: flex;
		justify-content: flex-start;
		padding: 0.25em;
		margin-top: -6px;
	}

	.logo-container {
		width: 47% !important;
		padding-right: 0 !important;
	}
}


/*------------------------------------------------------------------
2. LAYOUT
-------------------------------------------------------------------*/
.section-columns {
	display: flex;
	flex-wrap: wrap;
}

.section-columns > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}

.section-centered {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.section-image {
	width: 30vw;
	position: absolute;
}

.section-image.section-image-50 {
	width: 50vw;
	position: absolute;
}

.section-image + .section-container {
	/* margin-left: 50px; */
}

@media only screen and (max-width: 600px) {
	.section-image,
	.section-image.section-image-50 {
		width: 100%;
	}

	.section-image + .section-container {
		margin: 0 auto;
	}
}

.left-aligned {
	position: absolute;
	left: 0;
}

/* .max-width-40 {
	max-width: 40vw;
}
.max-width-50 {
	max-width: 50vw;
}
.max-width-52 {
	max-width: 52vw;
}
.max-width-60 {
	max-width: 60vw;
}
.max-width-64 {
	max-width: 64vw;
}
.max-width-77 {
	max-width: 77vw;
}
.max-width-82 {
	max-width: 82vw;
} */
.max-width-40,
.max-width-50,
.max-width-52,
.max-width-60,
.max-width-64,
.max-width-77,
.max-width-82 {
	max-width: 1350px;
}

@media only screen and (max-width: 1366px) {
	.max-width-40,
	.max-width-50,
	.max-width-52,
	.max-width-60,
	.max-width-64,
	.max-width-77,
	.max-width-82 {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media only screen and (max-width: 600px) {
	[class^="max-width-"],
	.max-width-40,
	.max-width-50,
	.max-width-52,
	.max-width-60,
	.max-width-64,
	.max-width-77,
	.max-width-82 {
		max-width: calc(100% - 60px);
		padding-left: 0;
		padding-right: 0;

	}
}

@media only screen and (max-width: 1024px) {
	.hide-for-small-only {
		display: none;
	}
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.margin-bottom-light-mobile {
		margin-bottom: 30px;
	}
}

.pad-top {
	padding-top: 100px;
}

.pad-top-xlarge {
	padding-top: 125px;
}

.pad-top-xxlarge {
	padding-top: 150px;
}

.pad-top-medium {
	padding-top: 75px;
}

.pad-top-small {
	padding-top: 60px;
}

.pad-top-light {
	padding-top: 36px;
}

.pad-bottom {
	padding-bottom: 100px;
}

.pad-bottom-medium {
	padding-bottom: 75px;
}

.pad-bottom-small {
	padding-bottom: 60px;
}

.pad-bottom-light {
	padding-bottom: 36px;
}

.pad-bottom-xlarge {
	padding-bottom: 125px;
}

.pad-bottom-xxlarge {
	padding-bottom: 150px;
}

.pad-left {
	padding-left: 100px;
}

.pad-left-medium {
	padding-left: 75px;
}

.pad-left-small {
	padding-left: 60px;
}

.pad-left-light {
	padding-left: 36px;
}

.pad-left-xlarge {
	padding-left: 125px;
}

.pad-left-xxlarge {
	padding-left: 150px;
}

.pad-right {
	padding-right: 100px;
}

.pad-right-medium {
	padding-right: 75px;
}

.pad-right-small {
	padding-right: 60px;
}

.pad-right-light {
	padding-right: 36px;
}

.pad-right-xlarge {
	padding-right: 125px;
}

.pad-right-xxlarge {
	padding-right: 150px;
}

@media only screen and (max-width: 1024px) {
	.pad-top-none-mobile {
		padding-top: 0 !important;
	}

	.pad-left-none-mobile {
		padding-left: 0 !important;
	}

	.pad-bottom-mobile {
		padding-bottom: 100px !important;
	}

	.pad-top,
	.pad-top-mobile {
		padding-top: 50px;
	}

	.pad-top-xlarge {
		padding-top: 60px;
	}

	.pad-top-xxlarge {
		padding-top: 75px;
	}

	.pad-top-medium {
		padding-top: 36px;
	}

	.pad-top-small {
		padding-top: 30px;
	}

	.pad-top-light {
		padding-top: 20px;
	}

	.pad-bottom {
		padding-bottom: 50px;
	}

	.pad-bottom-medium {
		padding-bottom: 36px;
	}

	.pad-bottom-small {
		padding-bottom: 30px;
	}

	.pad-bottom-light {
		padding-bottom: 20px;
	}

	.pad-bottom-xlarge {
		padding-bottom: 60px;
	}

	.pad-bottom-xxlarge {
		padding-bottom: 75px;
	}

	.pad-left {
		padding-left: 50px;
	}

	.pad-left-medium {
		padding-left: 36px;
	}

	.pad-left-small {
		padding-left: 30px;
	}

	.pad-left-light {
		padding-left: 20px;
	}

	.pad-left-xlarge {
		padding-left: 60px;
	}

	.pad-left-xxlarge {
		padding-left: 75px;
	}

	.pad-right {
		padding-right: 50px;
	}

	.pad-right-medium {
		padding-right: 36px;
	}

	.pad-right-small {
		padding-right: 30px;
	}

	.pad-right-light {
		padding-right: 20px;
	}

	.pad-right-xlarge {
		padding-right: 60px;
	}

	.pad-right-xxlarge {
		padding-right: 75px;
	}
}

.flex-start {
	display: flex;
	justify-content: flex-start;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

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

.align-top {
	display: flex;
	align-items: flex-start;
}

.align-center {
	display: flex;
	align-items: center;
}

.align-between {
	display: flex;
}

.wrap {
	display: flex;
	flex-wrap: wrap;
}

.reverse {
	display: flex;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 600px) {
	.flex-start,
	.flex-end,
	.space-between,
	.align-top,
	.align-center,
	.reverse {
		flex-wrap: wrap;
	}

	.flex-start-mobile {
		display: flex;
		justify-content: flex-start !important;
	}

	.reverse-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
}

.column-auto {
	flex: 0 0 auto;
	width: auto;
}

.column-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.column-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.column-3 {
	flex: 0 0 auto;
	width: 25%;
}

.column-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.column-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.column-6 {
	flex: 0 0 auto;
	width: 50%;
}

.column-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.column-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.column-9 {
	flex: 0 0 auto;
	width: 75%;
}

.column-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.column-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.column-12 {
	flex: 0 0 auto;
	width: 100%;
}

.column-4.add-padding {
	width: calc(33.33333% - 15px);
}

@media only screen and (max-width: 600px) {
	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12,
	.column-4.add-padding {
		width: 100%;
	}
}


.bg-light {
	background-color: #f5f5f5;
}

.bg-blue {
	background-color: #020d6b;
	color: #ffffff;
}

.color-white {
	color: #ffffff !important;
}

.color-white > * {
	color: #ffffff !important;
}

.section-border-top {
	border-top: 3px solid #e5e5e5;
}

.left-offset {
	position: relative;
}

.left-offset:before {
	background-color: #ffffff;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 11.5vw;
	z-index: 2;
}

.left-offset > * {
	position: relative;
	z-index: 5;
}

@media only screen and (max-width: 600px) {
	.left-offset:before {
		display: none;
	}
}

.section-home.take-action.left-offset:before {
	background: transparent;
}

/*------------------------------------------------------------------
3. TYPOGRAPHY
-------------------------------------------------------------------*/
h2,
h3,
h4,
.sub-heading,
.standard-button,
.underline-button,
.button.expanded,
.searchform input,
.large-text,
.large-text p,
.project-link,
.hero-title,
.hero-sub-heading,
.cause-title,
.project-type,
.mega-menu-tabs a,
.banner-mega-menu-wrapper .items h5,
.banner-mega-menu-wrapper .items a,
.footer h5,
.footer p,
.footer li,
.stay-connected p,
.top-bar-menu li a,
.search,
.footer .follow-us span,
.donate-submit {
	font-family: 'Montserrat', sans-serif;
}

.stay-connected .gform_wrapper .top_label input.medium,
.stay-connected .gform_wrapper .top_label select.medium,
.gform_wrapper .gform_footer input.button,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_footer input[type=submit] {
	font-family: 'Montserrat', sans-serif !important;
}

p {
	color: #373a3a;
	font-family: 'PT Serif', serif;
	font-size: 17px;
	line-height: 1.47;
}

.heavy {
	font-weight: 500;
}

.heavy a {
	font-weight: 700;
}

h2,
h3,
h4 {
	font-weight: 700;
}

h2 {
	font-size: 42px;
	color: #373a3a;
}

@media only screen and (max-width: 600px) {
	h2 {
		font-size: 40px;
	}
}

h2.heading-with-rule {
	color: #020d6b;
	font-size: 35px;
	margin-bottom: 10px;
	padding-top: 23px;
	position: relative;
}

h2.heading-with-rule:before {
	background-color: #4082e1;
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
}
h5:after {
	display: none;
}

.sub-heading {
	color: #0719b8;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.33px;
	line-height: 1.14;
	position: relative;
}

.sub-heading.with-rule:before {
	background-color: #e4e4e6;
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	top: -23px;
	width: 45px;
}

.sub-heading,
.standard-button,
.underline-button,
.project-link {
	text-transform: uppercase;
}

.large-text,
.large-text p {
	color: #11121a;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -0.53px;
	line-height: 1.2;
}

.left-text {
	text-align: left;
}

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

.right-text {
	text-align: right;
}

@media only screen and (max-width: 600px) {
	.left-text-mobile {
		text-align: left !important;
	}
}


/*------------------------------------------------------------------
X. HEADER
-------------------------------------------------------------------*/
.header-wrapper {
	background-color: #ffffff;
	border-bottom: 0;
}

.header-image.split-header {
	background-image: none;
	min-height: 0;
}

.split-header {
	display: flex;
}

.split-background-color .header-text {
	position: static !important;
	padding: 20px !important;
	max-width: 100% !important;
}

.split-background-color {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.split-background-image {
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 60%;
}

.split-background-image img {
	width: 100%;
}

@media screen and (max-width: 63.9375em) {

	.split-header {
		flex-direction: column;
	}

	.split-background-color {
		width: 100%;
		order: 2;
	}

	.split-background-image {
		width: 100%;
		order: 1;
	}

	.header-text p {
		font-size: 1.2rem;
	}

	.header-text h2 {
		font-size: 1.8rem;
	}

	.header-text h3 {
		font-size: 1.6rem;
	}

	.header-text h4 {
		font-size: 1.4rem;
	}
}

.header-text {
	z-index: 3;
}

.donate-wrapper {
	z-index: 3;
}

@media screen and (max-width: 63.9375em) {
	.donate-wrapper {
		bottom: -4.0625rem;
	}
}

@media screen and (max-width: 63.9375em) {
	.banner-mega-menu-wrapper .header-text {
		position: absolute;
		background-color: transparent;
		margin-top: 0;
		padding-top: 0;
		top: 40px;
	}
}

@media screen and (min-width: 63.9375em) {
	.banner-mega-menu-wrapper .header-text {
		max-width: 40vw;
	}
}

.mega-menu-tabs {
	border: 0;
}
/* Main menu */
.mega-menu-tabs a {
	border-bottom: 6px solid #ffffff;
	border-top: 0;
	color: #121212;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.51px;
	line-height: 1.18;
	margin: 0 10px;
	white-space: nowrap;
	padding: 12px 0;
}
@media screen and (min-width: 63.9375em) and (max-width: 1180px) {
	.mega-menu-tabs a {
		margin: 0 8px;
		font-size: 16px;
	}
}

.mega-menu-tabs a:hover,
.mega-menu-tabs a:focus,
.mega-menu-tabs a.active {
	border-bottom: 6px solid #4180e5;
	border-top: 0;
}

a.search-icon {
	/* border: 1px solid #000; */
	margin-right: 8px;
}

.search-field-container .row {
	position: relative;
}

.close-search {
	text-align: right;
	font-size: 0;
	padding: 26px 0;
	line-height: 27px;
	width: 40px;
	display: block;
	position: absolute;
	right: -60px;
	top: 10px;
	cursor: pointer;
}

.close-search:before {
	content: '';
	height: 3px;
	width: 24px;
	background: #020d6b;
	transform: rotateZ(45deg);
	position: absolute;
	right: 8px;
	top: 12px;
}

.close-search:after {
	content: '';
	height: 3px;
	width: 24px;
	background: #020d6b;
	transform: rotateZ(-45deg);
	position: absolute;
	right: 8px;
	top: 12px;
}

.banner-mega-menu-wrapper .inner-wrapper {
	background-color: #fff;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
	z-index: 5;
	height: 0;
}

.banner-mega-menu-wrapper .inner-wrapper > .row {
	background-color: #fff;
	transition: all 0.3s ease;
	margin-left: -20px;
}

.banner-mega-menu-wrapper .medium-12 {
	/* margin-bottom: 10px; */
}

.banner-mega-menu-wrapper .items h5 {
	color: #0719b8;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.banner-mega-menu-wrapper .items a {
	color: #121212;
	margin-bottom: 10px;
	display: block;
}

.banner-mega-menu-wrapper .items a:hover {
	text-decoration: underline;
}

.top-bar-menu {
	margin: 20px 0 10px;
}

.top-bar-menu li a {
	border-bottom: 0 solid #060808;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 4px;
	text-transform: none;
}

.top-bar-menu li a:hover {
	border-bottom: 2px solid #060808;
}

.top-bar-menu .standard-button {
	background-color: #0719b8 !important;
}

.top-bar-menu .standard-button,
.top-bar-menu .standard-button:focus,
.top-bar-menu .standard-button:hover {
	color: #fff !important;
	border: 0 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	margin-left: 20px;
	padding: 14px 54px 14px 20px;
	background-position: calc(100% - 20px) center;
	text-transform: uppercase !important;
}

.top-bar-menu .standard-button:focus,
.top-bar-menu .standard-button:hover {
	background-color: #020d6b !important;
}

.logo-container {
	padding-left: 0;
}

.logo-container .logo {
	margin: 0;
}

.search-field-container {
	background: #ffffff;
}

.top-bar-menu .search {
	display: flex;
}

.top-bar-menu .search a:hover {
	border-color: transparent;
}

a.search-icon {
	background-image: url('./assets/img/search.svg');
	background-position: left center;
	background-size: auto 18px;
	font-size: 14px;
	font-weight: 400;
	padding-top: 2px !important;
	padding-bottom: 0 !important;
	padding-left: 30px !important;
}

a.search-icon:hover {
	padding-top: 2px !important;
	padding-bottom: 0 !important;
	border: 0 !important;
}

.searchform input,
.searchform input:focus {
	border: 0 !important;
	border-bottom: 1px solid #121212 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.searchform .button.expanded {
	border: 1px solid #121212;
}

.mobile-donate-button {
	display: none !important;
}

.mobile-mega-menu {
	left: auto !important;
	right: 0 !important;
}

.toggle-menu {
	background: #fff !important;
}

.toggle-menu .menu-bars:after {
	-webkit-box-shadow: 0 0.375rem 0 #020d6b, 0 0.75rem 0 #020d6b !important;
	box-shadow: 0 0.375rem 0 #020d6b, 0 0.75rem 0 #020d6b !important;
}

.header-wrapper header.row {
	max-width: 1350px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.search-field-container .row {
	max-width: 60%;
	margin: 0 auto;
}

.searchform input,
.searchform input:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}

@media only screen and (max-width: 1024px) {
	.header-wrapper {
		padding-left: 0;
		padding-right: 5px;
	}

	.logo-container {
		margin-right: auto;
	}

	.mobile-menu-container > div {
		display: flex;
		justify-content: flex-start;
	}

	.toggle-menu {
		margin: -14px 0 0;
	}

	.toggle-menu .menu-bars {
		width: 36px;
		height: 3px;
		background-color: #020d6b;
	}

	.toggle-menu .menu-bars:before,
	.toggle-menu .menu-bars:after {
		position: absolute;
		left: 0;
		display: block;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.toggle-menu .menu-bars:before {
		background: #020d6b;
		content: "";
		width: 36px;
		height: 3px;
		top: -7px;
	}

	.toggle-menu .menu-bars:after {
		border-top: 3px solid #020d6b;
		content: "Menu";
		padding-top: 0;
		top: 7px;
		text-align: center;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		font-size: 11px;
		font-weight: 500;
		line-height: 1.91;
		letter-spacing: 0.55px;
		color: #11121a;
		white-space: nowrap;
	}

	.mobile-mega-menu {
		height: 100vh;
		background: #fff;
		right: auto !important;
		left: 0 !important;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		display: none;
	}

	.mobile-mega-menu ul li a {
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.29;
		letter-spacing: 0.51px;
		text-align: left;
		color: #121212;
		padding: 10px 40px;
		border: 1px solid #fff !important;
		border-bottom: 1px solid #fff !important;
		width: 100%;
		position: relative;
	}

	.mobile-mega-menu ul li a.next-button {
		position: absolute;
		right: 0;
		display: none;
	}

	.close-search,
	.mobile-mega-menu ul li a.close-button {
		text-align: right;
		font-size: 0;
		padding: 26px 0;
		line-height: 27px;
		width: 100%;
		display: none;
	}

	/*hide all the close menu buttons first*/
	.mobile-mega-menu .mobile-quick-links a.close-button {
		display: none;
	}

	/*then show jus the first one*/
	.mobile-mega-menu .mobile-quick-links > li:first-of-type a.close-button {
		display: block;
	}

	.mobile-mega-menu .mobile-quick-links > li:first-of-type a.close-button:before {
		content: '';
		height: 3px;
		width: 36px;
		background: #020d6b;
		transform: rotateZ(45deg);
		position: absolute;
		right: 30px;
		top: 36px;
	}

	.mobile-mega-menu .mobile-quick-links > li:first-of-type a.close-button:after {
		content: '';
		height: 3px;
		width: 36px;
		background: #020d6b;
		transform: rotateZ(-45deg);
		position: absolute;
		right: 30px;
		top: 36px;
	}

	.mobile-mega-menu .title {
		background-color: #020d6b;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		line-height: 1.18;
		letter-spacing: 0.51px;
		font-weight: 600;
		clear: both;
		padding: 20px 40px;
		text-transform: uppercase;
		display: none;
	}

	/* .mobile-mega-menu .mobile-quick-links > li:nth-child(2) {
        display: block;
        margin-bottom: 10px;
    } */
	.mobile-mega-menu ul li a.has-next-button {
		width: 100%;
		background-color: #020d6b;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		line-height: 1.18;
		letter-spacing: 0.51px;
		font-weight: 500;
		clear: both;
		padding: 20px 40px;
		text-transform: uppercase;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.mobile-mega-menu ul li ul {
		position: relative;
		left: 0;
	}

	.back-button {
		display: none;
	}

	.mobile-mega-menu.open {
		height: 100vh;
		overflow: scroll;
		min-height: 100vh !important;
		background: #fff;
		display: block;
	}

	body.menu-open {
		overflow: hidden !important;
	}

	.mobile-mega-menu .search-item {
		padding: 40px 40px 60px;
		clear: both;
		display: flex;
		float: left;
		flex-wrap: wrap;
		justify-content: center;
		border-top: solid 1px #e4e4e6;
		margin-top: 20px;
		width: 90%;
	}

	.mobile-mega-menu .search-item form {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.mobile-mega-menu .search-item .gform_body {
		width: 100%;
	}

	.mobile-mega-menu .search-item .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 100%;
	}

	.mobile-mega-menu .search-item .gform_wrapper .gform_footer {
		margin: 0 auto;
	}

	.mobile-mega-menu .search-item .searchform input, .searchform input:focus {
		border-bottom-width: 2px !important;
	}

	.mobile-mega-menu .search-item .searchform .button.expanded,
	.mobile-mega-menu .search-item .searchform .button.expanded:hover,
	.mobile-mega-menu .search-item .searchform .button.expanded:focus {
		background: transparent;
		color: #000 !important;
		border-bottom: 2px solid #11121a !important;
		margin: -2px 0 0;
		border-radius: 0;
		font-weight: 500;
		font-size: 0 !important;
		line-height: 17px;
		background-image: url('./assets/img/search.svg');
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto 18px;
		width: 100%;
	}

	.mobile-mega-menu .search-item .standard-button.with-heart {
		color: #fff;
		text-shadow: none;
		width: auto;
	}

	.mobile-mega-menu .search-field-container {
		position: relative;
		display: none;
		margin: 0;
		height: 60px;
	}

	.mobile-mega-menu .wrap-quick-links {
		background: #f6f6f6;
		padding-top: 25px;
		padding-bottom: 25px;
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 40px;
	}

	.mobile-mega-menu .quick-link a {
		background: #f6f6f6;
		border: 0 !important;
		border-bottom: 1px solid #f6f6f6;
		font-weight: 500;
	}
}

/*------------------------------------------------------------------
4. HOME - STATISTICS
-------------------------------------------------------------------*/
.stat {
	margin-bottom: 30px;
}

.stat,
.stat p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.stat p {
	margin: 0;
	width: 100%;
}

.stat-number {
	color: #020d6b;
	font-family: 'Montserrat', sans-serif;
	font-size: 68px;
	font-weight: 800;
	letter-spacing: 1.02px;
	line-height: 1.22;
	width: 100%;
}

.stat-text {
	color: #3b3e58;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.21;
	width: 100%;
}

/*------------------------------------------------------------------
X. HOME - FOOTER
-------------------------------------------------------------------*/
footer.main {
	background-color: #020b61;
	color: #fff;
	height: auto;
	padding: 5.9375rem 1rem;
	width: 100%;
}

.footer-top {
	background-color: #020b61;
}

.footer-bottom {
	background-color: #02094d;
}

.footer-logo {
	max-width: 300px;
}

.footer h5 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: 1.5;
	text-transform: uppercase;
}

.footer h5:after {
	display: none;
}

.footer p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.16px;
	line-height: 1.5;
}

.footer p.heavy {
	font-size: 20px;
	font-weight: 500;
}

.footer a {
	color: #fff;
	font-weight: 500;
}

.footer a:hover,
.footer a:focus {
	text-decoration: underline;
}

.footer a.underline {
	text-decoration: underline;
}

.footer ul {
	margin-left: 0;
	padding-left: 0;
}

.footer li {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.16px;
	line-height: 1.5;
	list-style: none;
	margin-top: 15px;
	padding-left: 0;
}

.footer .copyright p {
	margin: 0;
	width: 100%;
}

.footer .follow-us {
	margin-top: 15px;
}

.footer .follow-us span {
	margin: 0 15px 0 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}

.footer .follow-us ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.footer .follow-us ul li {
	font-size: 0;
	list-style-type: none;
	margin: 0 10px 0 0;
}

.footer .follow-us ul li a {
	display: block;
	height: 16px;
	width: 20px;
}

.footer .follow-us ul li a.facebook {
	background-image: url('./assets/img/social-facebook-f.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.footer .follow-us ul li a.twitter {
	background-image: url('./assets/img/social-twitter.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.footer .follow-us ul li a.instagram {
	background-image: url('./assets/img/social-instagram.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.footer .follow-us ul li a.linkedin {
	background-image: url('./assets/img/social-linkedin-in.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.footer .follow-us ul li a.email {
	background-image: url('./assets/img/social-envelope.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.footer-pad-right {
	padding-right: 5%;
}

@media only screen and (max-width: 768px) {
	.footer-top .column-6,
	.footer-top .column-3 {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.footer .copyright p {
		margin: 20px 0 0;
	}
}

/*------------------------------------------------------------------
X. HOME - HERO SLIDER
-------------------------------------------------------------------*/
.hero-title {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 15px;
}

.hero-sub-heading {
	font-size: 22px;
	line-height: 1.23;
}

.hero-content {
	margin: 0 auto;
	max-width: 1350px;
	position: relative;
}

.hero-content > * {
	position: relative;
	z-index: 2;
}

.hero.video .hero-overlay {
	background-color: #020d6b;
	background-image: none;
	border-left: 8px solid #ffffff;
	padding-left: 40px;
	width: 40%;
}

@media only screen and (max-width: 1024px) {
	.hero-title {
		font-size: 48px;
	}

	.hero-content {
		height: 370px;
	}

	.hero-content .column-4 {
		width: 50%;
	}

	.hero-overlay {
		width: 140%;
	}
}

@media only screen and (max-width: 600px) {
	.hero {
		background-color: #fff;
	}

	.hero-content {
		height: 560px;
	}

	.hero-content .column-4 {
		width: 100%;
	}

	.hero-title,
	.hero-sub-heading {
		color: #020d6b !important;
	}

	.hero-overlay {
		display: none;
	}
}

.hero-video {
	display: none;
}

@media screen and (min-width: 48em) {
	.hero-video {
		display: block;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		width: 888px;
		height: 500px;
		z-index: 1;
	}
}

@media screen and (min-height: 0) and (max-height: 36em) {
	.hero-video {
		display: none;
	}
}

@media screen and (min-width: 0) and (max-width: 48em) and (orientation: portrait) {
	.hero-video {
		display: none;
	}
}

.hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 48em) {
	.hero-video video {
		min-width: 100%;
		height: auto;
		min-height: 100%;
	}
}

.video {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.video > div {
	flex: 0 1 auto;
}

.video .hero-overlay {
	border-left: 8px solid #fff;
	position: relative;
	width: calc(100% - 888px);
	z-index: 2;
}

.video .hero-overlay > div {
	padding: 0 48px;
	width: 100%;
}

/*------------------------------------------------------------------
X. HOME - OUR WORK
-------------------------------------------------------------------*/
.our-work p {
	font-size: 21px;
	max-width: 60%;
	margin: 0 auto;
}

.our-work .sub-heading.with-rule + p {
	margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
	.our-work p {
		max-width: 80%;
	}
}

@media only screen and (max-width: 600px) {
	.our-work p {
		max-width: 100%;
	}
}


@media only screen and (max-width: 600px) {
	.featured .pad-right-light {
		padding-right: 0;
	}

	.featured .featured-img {
		margin-bottom: 30px;
	}
}

/*------------------------------------------------------------------
X. HOME - CAUSES
-------------------------------------------------------------------*/
.our-causes {
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
}

.our-causes .section-image {
	left: 0;
	height: 100%;
}

.our-causes .section-image + .section-container {
	margin: 0 auto;
}

.cause {
	margin-bottom: 40px;
	padding-right: 60px;
}

.cause-img {
	height: 80px;
	margin-bottom: 35px;
}

.cause-title {
	color: #11121a;
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.58px;
	line-height: 1.29;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 100%;
}

.cause-title a {
	color: #11121a;
}

.cause-title a:hover,
.cause-title a:focus {
	text-decoration: underline;
}


@media only screen and (max-width: 600px) {
	.our-causes .section-image {
		left: 0;
		height: 50vh;
	}

	.our-causes .section-image + .section-container {
		margin: 50vh auto 0;
	}
}


/*------------------------------------------------------------------
X. HOME - FEATURED SISTERS
-------------------------------------------------------------------*/
.featured-sisters-carousel {
	overflow: visible;
}

.featured-sisters-carousel .slick-next,
.featured-sisters-carousel .slick-next:focus,
.featured-sisters-carousel .slick-next:hover,
.featured-sisters-carousel .slick-prev,
.featured-sisters-carousel .slick-prev:focus,
.featured-sisters-carousel .slick-prev:hover {

}

.featured-sisters-carousel .slick-next,
.featured-sisters-carousel .slick-prev {
	border: 1px solid #0524b4;
	border-radius: 50%;
	bottom: 0;
	height: 45px;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 45px;
	z-index: 100;
}

.featured-sisters-carousel .slick-next:before,
.featured-sisters-carousel .slick-prev:before {
	display: none;
}

.featured-sisters-carousel .slick-next:hover,
.featured-sisters-carousel .slick-prev:hover,
.featured-sisters-carousel .slick-next:focus,
.featured-sisters-carousel .slick-prev:focus {
	border: 1px solid #0719b8;
}

.featured-sisters-carousel .slick-next {
	background-color: #ffffff;
	background-image: url('./assets/img/icon_arrow-right.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px auto;
	right: 0;
}

.featured-sisters-carousel .slick-prev {
	background-color: #ffffff;
	background-image: url('./assets/img/icon_arrow-left.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px auto;
	right: 55px;
}

.featured-sisters-carousel .slick-next:hover,
.featured-sisters-carousel .slick-next:focus {
	background-color: #0719b8;
	background-image: url('./assets/img/icon_arrow-right-white.svg');
}

.featured-sisters-carousel .slick-prev:hover,
.featured-sisters-carousel .slick-prev:focus {
	background-color: #0719b8;
	background-image: url('./assets/img/icon_arrow-left-white.svg');
}

.featured-sister-img {
	border: 1px solid #9fc1fc;
	border-radius: 50%;
	padding: 20px;
	height: 400px;
	width: 400px;
	position: relative;
}

.featured-sister-img:before {
	content: '';
	border: 20px solid #fff;
	border-radius: 50%;
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.featured-sister-content {
	padding-top: 20px;
	padding-left: 68px;
}

@media only screen and (max-width: 1024px) {
	.featured-sister-img {
		margin: 0 auto;
		height: 280px;
		width: 280px;
	}

	.featured-sisters-carousel .slick-next,
	.featured-sisters-carousel .slick-prev {
		bottom: -70px;
	}

	.featured-sisters-carousel .slick-next {
		right: 25px;
	}

	.featured-sisters-carousel .slick-prev {
		right: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.featured-sister-img {
		margin: 0 auto;
		height: 250px;
		width: 250px;
	}
}

@media only screen and (max-width: 600px) {
	.featured-sisters-carousel .slick-next,
	.featured-sisters-carousel .slick-prev {
		bottom: -70px;
	}

	.featured-sister-content {
		padding-left: 0;
	}

	.featured-sister-img {
		margin: 0 auto;
		height: 300px;
		width: 300px;
	}
}

.featured-sister-content h4 {
	font-size: 42px;
	line-height: 1.24;
}

.featured-sister-content .sub-heading {
	letter-spacing: 1.14px;
}

.featured-sister-content p {
	font-size: 19px;
	line-height: 1.47;
}


/*------------------------------------------------------------------
X. HOME - PRAY WITH US
-------------------------------------------------------------------*/
.pray-with-us {
	overflow: hidden;
	position: relative;
}

.pray-with-us .section-image {
	right: 0;
	height: 100%;
}

.pray-with-us .section-image + .section-container {
	margin: 0 auto;
}

.pray-with-us p {
	font-size: 19px;
	line-height: 1.47;
}

@media only screen and (max-width: 600px) {
	.pray-with-us .section-image {
		left: 0;
		height: 50vh;
	}

	.pray-with-us .section-image + .section-container {
		margin: 50vh auto 0;
	}
}


/*------------------------------------------------------------------
X. HOME - STAY CONNECTED
-------------------------------------------------------------------*/
.stay-connected h2 {
	margin-bottom: 15px;
}

.stay-connected p {
	margin-bottom: 50px;
}

.stay-connected form {
	display: flex;
}

.stay-connected .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.stay-connected .gform_wrapper .top_label .gfield_label,
.stay-connected .gform_wrapper legend.gfield_label{
	display: none;
}
/* MKSISON-276 update from legacy markup  */
.stay-connected .gform_wrapper ul li.gfield,
.stay-connected .gform_wrapper .gform_fields .gfield {
	margin: 0;
}

.stay-connected .gform_wrapper .top_label input.medium::placeholder {
	color: #ffffff;
}

.stay-connected .gform_wrapper .top_label input.medium,
.stay-connected .gform_wrapper .top_label select.medium,
.stay-connected .gform_wrapper.gravity-theme .gform_fields.top_label .gfield.gfield--type-email input.medium {
	background-color: transparent;
	border: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0 !important;
	width: 440px;
}

.stay-connected .gform_wrapper .top_label input.medium:focus,
.stay-connected .gform_wrapper .top_label select.medium:focus,
.stay-connected .gform_wrapper.gravity-theme .gform_fields.top_label .gfield.gfield--type-email input.medium:focus{
	outline: 0;
	box-shadow: none;
}

.stay-connected .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	width: auto;
}

@media only screen and (max-width: 768px) {
	.stay-connected form {
		flex-wrap: wrap;
	}

	.stay-connected .gform_body {
		width: 100%;
	}

	.stay-connected .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 100%;
	}

	.stay-connected .gform_wrapper .gform_footer {
		margin: 0 auto;
	}
}

@media only screen and (min-width: 641px) {
	.stay-connected form {
		justify-content: center;
	}

	.gform_wrapper .gform_body {
		width: auto !important;
		margin-right: 130px;
	}
}

/* MKSISON-276 update from legacy markup for id 2 become a sister become-a-sister/join-us/  */
#gform_wrapper_2{
	margin: 0 auto;
	max-width: 80%;
}
/*------------------------------------------------------------------
X. HOME - FEATURED PROJECTS
-------------------------------------------------------------------*/
.featured-projects h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.featured-project {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(25, 46, 65, 0.1);
	/* width: calc(100% - 15px); */
	height: 100%;
	margin-bottom: 30px;
	padding-bottom: 50px;
	position: relative;
}

.project-image {
	width: 100%;
	height: auto;
}

.project-meta {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}

.project-title {
	font-size: 22px;
	margin-bottom: 0;
	padding: 12px 26px 12px;
	width: 100%;
}

.project-type {
	color: #373a3a;
	font-size: 12px;
	letter-spacing: 0.72px;
	line-height: 1.25;
	margin: 0;
	padding: 26px 26px 0;
	text-transform: uppercase;
	width: 100%;
}

.project-link {
	border-top: 1px solid #ebebeb;
	padding: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

.project-link a {
	color: #020d6b;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.51px;
}

.project-link:hover {
	background-color: #0719b8;
}

.project-link:hover a {
	color: #ffffff;
	text-decoration: underline;
}

@media only screen and (max-width: 600px) {
	.featured-projects.pad-bottom-xxlarge {
		padding-bottom: 50px;
	}

	.featured-projects .column-4.add-padding {
		margin-bottom: 30px;
	}
}


/*------------------------------------------------------------------
X. HOME - OTHER WAYS TO TAKE ACTION
-------------------------------------------------------------------*/
.take-action {
	overflow: hidden;
	position: relative;
}

.take-action h2 {
	color: #11121a;
}

.take-action .section-image {
	left: 0;
	height: 83%;
}

.take-action .section-image + .section-container {
	margin: 0 auto;
	width: 100%;
}

h4.heading-link {
	color: #020d6b;
	font-size: 19px;
	letter-spacing: 0.57px;
	line-height: 1;
	margin-bottom: 10px;
}

* + h4.heading-link {
	margin-top: 25px;
}

h4.heading-link a {
	color: #020d6b;
}

h4.heading-link a:hover,
h4.heading-link a:focus {
	text-decoration: underline;
}

@media only screen and (max-width: 600px) {
	.take-action .section-image {
		left: 0;
		height: 50vh;
	}

	.take-action .section-image + .section-container {
		margin: 50vh auto 0;
	}
}

/*------------------------------------------------------------------
X. HOME - CTA
-------------------------------------------------------------------*/
.cta-block {
	padding: 75px 100px 90px;
	width: calc(100% - 15px);
}

.cta-block * {
	color: #ffffff;
}

.cta-block h2 {
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: -0.53px;
}

.cta-block.blue {
	background-color: #020d6b;
}

.cta-block.light-blue {
	background-color: #4180e5;
}

@media only screen and (max-width: 1024px) {
	.cta-block {
		padding: 50px 70px 50px;
	}
}

@media only screen and (max-width: 600px) {
	.cta-block {
		margin-bottom: 30px;
		padding: 40px 50px;
		width: 100%;
	}
}

@media all and (max-width: 800px) {
	.become-a-sister .column-6 {
		width: 100% !important;
	}
}

/*------------------------------------------------------------------
X. HOME - DONATE
-------------------------------------------------------------------*/
.donate {
	z-index: 2;
	position: relative;
}


.inline-donation {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 600px) {
	.inline-donation {
		flex-direction: row;
	}
}


.donation-type-toggler {
	text-align: center;
	margin: 0 0 20px;
}

.inline-donation-wrapper .donation-type-toggler {
	text-align: center;
}

.inline-donation-wrapper .donation-type-toggler:hover {
	text-decoration: none;
}

.onetime-toggle,
.monthly-toggle {
	margin: 0 10px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	border-bottom: 0 solid #fff;
	cursor: pointer;
	transition: all .25s ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.onetime-toggle:hover,
.monthly-toggle:hover,
.onetime-toggle.active,
.monthly-toggle.active {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
}

.inline-donation-form form {
	margin: 0;
}


.inline-donation-title h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -0.45px;
}

@media only screen and (min-width: 600px) {
	.inline-donation-title h2 {
		font-size: 35px;
		line-height: 42px;
		letter-spacing: -.53px;
	}
}

.onetime-toggle-target {
	display: flex;
	justify-content: space-between;
}

.donate-buttons nav {
	text-align: center;
	margin-bottom: 38px;
}

.donate-buttons .donate-button {
	/* border: 1px solid #fff; */
	font-size: 22px;
	letter-spacing: -0.22px;
	font-weight: 700;
	color: #fff;
	padding-top: 0;
	position: relative;
	margin: 0 0 14px;
	text-transform: none;
	width: 31%;
}

.donate-buttons .donate-button span,
.other-input {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: -0.22px;
	text-align: center;
	color: #1a0d1a;
	position: relative;
	/* z-index: 2; */
	width: 100%;
	display: block;
	cursor: pointer;
}

.donate-buttons input[type=radio] {
	width: 100%;
	height: 100%;
	position: absolute;
	appearance: none;
	z-index: 1;
	display: block;
	cursor: pointer;
}

.donate-buttons input[type=radio] + span {
	background-color: #fff;
	padding: 12px 20px;
	border-radius: 5px;
}

.donate-buttons input[type=radio]:checked {
	width: 100%;
	height: 100%;
	position: absolute;
}

.donate-buttons input[type=radio]:checked + span {
	background-color: #9fc0ff;
}

.donate-button.other-toggle {
	display: none;
}

.other-input {
	border: 0;
	background-color: #fff;
	padding: 12px 20px;
	border-radius: 5px;
	margin: 0;
	display: block;
	height: auto;
}

.other-input:focus {
	outline: 0;
	border: 0;
}

.other-input::placeholder {
	color: #1a0d1a;
}

.other-wrapper {
	width: 31%;
	margin-bottom: 14px;
}

@media only screen and (max-width: 600px) {
	.donate-buttons {
		min-width: 125px;
	}
}

.donate-buttons .donate-button.button-active,
.donate-buttons .donate-button:hover {
	color: white;
	border: none;
}

.donate-buttons .donate-button.other-toggle {
	font-weight: 400;
}


.donate-buttons .donate-submit {
	/* padding: 10.5px 20px;
    border: 0; */
}


.form-action {
	margin-top: 20px;
	text-align: center;
}

.onetime-toggle-target {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	max-height: 1000px;
	transition: all .25s ease-in-out;
}

.monthly-toggle-target {
	display: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	opacity: 0;
	transition: all .25s ease-in-out;
}

.monthly-toggle-active .monthly-toggle-target {
	opacity: 1;
	display: flex;
	transition: all .25s ease-in-out;
}

.monthly-toggle-active .onetime-toggle-target {
	opacity: 0;
	display: none;
	transition: all .25s ease-in-out;
}


@media only screen and (max-width: 1024px) {
	.donate.pad-top-light {
		padding-top: 75px;
	}

	.donate.pad-bottom-light {
		padding-bottom: 75px;
	}
}

@media only screen and (max-width: 600px) {
	.donate.pad-top-light {
		padding-top: 50px;
	}

	.donate.pad-bottom-light {
		padding-bottom: 50px;
	}

	.donate .column,
	.donate .columns {
		padding: 0 !important;
	}

	.donate-buttons .donate-button span, .other-input {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}


/* XX. EXISTING CONTENT */
.half-hero .half-content p {
	color: #fff;
}


/*
 * IMAGE, BUTTON, QUOTE colors!
 * */

/*GREEN*/
.theme-green .entry-title,
.theme-green .content-block h1,
.theme-green .content-block h2,
.theme-green .content-block h3,
.theme-green .content-block h4,
.theme-green .content-block h5,
.theme-green .content-block h6 {
	color: #526a42 !important;
}

.theme-green figure {
	background-color: #d7e7cc;
	padding-bottom: 0;
}

.theme-green figcaption,
.theme-green .flex-video {
	background-color: #526a42 !important;
	margin-bottom: 3em;
}

.theme-green .button {
	background-color: #526a42 !important;
}

.theme-green blockquote p {
	color: #526a42 !important;
}

/*BURNTORANGE*/
.theme-orange .entry-title,
.theme-orange .content-block h1,
.theme-orange .content-block h2,
.theme-orange .content-block h3,
.theme-orange .content-block h4,
.theme-orange .content-block h5,
.theme-orange .content-block h6 {
	color: #b86135 !important;
}

.theme-orange .entry-title {
	color: #b86135;
}

.theme-orange figure {
	background-color: #f4b48d;
	padding-bottom: 0;
}

.theme-orange figcaption,
.theme-orange .flex-video {
	background-color: #f19257 !important;
	margin-bottom: 3em;
}

.theme-orange .button {
	background-color: #f19257 !important;
}

.theme-orange blockquote p {
	color: #b86135;
}

/*RED*/
.theme-red .entry-title,
.theme-red .content-block h1,
.theme-red .content-block h2,
.theme-red .content-block h3,
.theme-red .content-block h4,
.theme-red .content-block h5,
.theme-red .content-block h6 {
	color: #e33f35 !important;
}

.theme-red figure {
	background-color: #e1574f;
	padding-bottom: 0;
}

.theme-red figcaption,
.theme-red .flex-video {
	background-color: #e33f35 !important;
	color: #ffffff !important;
	margin-bottom: 3em;
}

.theme-red .button {
	background-color: #e33f35 !important;
}

.theme-red blockquote p {
	color: #e33f35 !important;
}

/*PURPLE*/
.theme-purple .entry-title,
.theme-purple .content-block h1,
.theme-purple .content-block h2,
.theme-purple .content-block h3,
.theme-purple .content-block h4,
.theme-purple .content-block h5,
.theme-purple .content-block h6 {
	color: #800080 !important;
}

.theme-purple figure {
	background-color: #800080 !important;
	padding-bottom: 0;
}

.theme-purple figcaption,
.theme-purple .flex-video {
	background-color: #5e075e !important;
	color: #ffffff !important;
	margin-bottom: 3em;
}

.theme-purple .button {
	background-color: #c268c0 !important;
}

.theme-purple blockquote p {
	color: #800080 !important;
}

/*ROSE*/
.theme-rose .entry-title,
.theme-rose .content-block h1,
.theme-rose .content-block h2,
.theme-rose .content-block h3,
.theme-rose .content-block h4,
.theme-rose .content-block h5,
.theme-rose .content-block h6 {
	color: #915a5f !important;
}

.theme-rose figure {
	background-color: #915a5f !important;
	padding-bottom: 0;
}

.theme-rose figcaption,
.theme-rose .flex-video {
	background-color: #6b4144 !important;
	color: #ffffff !important;
	margin-bottom: 3em;
}

.theme-rose .button {
	background-color: #6b4144 !important;
}

.theme-rose blockquote p {
	color: #915a5f !important;
}
/* Donor Section Maestro */
.donor-section-maestro {
	display: flex;
	width: 100%;
	padding: 3.8125rem 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.9375rem;
	background: linear-gradient(269deg, #E18752 0.27%, #DA622A 99.61%);
}
.donor-card-maestro {
	display: flex;
	border-radius: 0.3705rem;
	background: #FFF4D5;
	width: 80%;
	justify-content: center;
	align-items: center;
	padding: 1.89894rem 3.56631rem;
}
.donor-text {
	color: #000;
	font-family: Montserrat, Arial, Helvetica, sans-serif ;
	font-size: 0.78738rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.donor-name {
	color: #D96129;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 1.48213rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22231rem;
	text-transform: uppercase;
}
/* Donor Section Conductor */
.donor-section-conductor {
	padding: 1rem 0;
	margin: 1rem 0;
	position: relative;
	gap: 1.375rem;
}

.donor-card-conductor {
	border-radius: 0.3705rem;
	background: #FFF4D5;
	width: 100%;
	padding: 0.875rem 3.56631rem;
	margin-bottom: 1.875rem;
}
.donor-card-conductor .donor-name {
	color: #D96129;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}
/* Donor Section Dress Circle */
.donor-section-dress-circle {
	padding: 1rem 0;
	margin: 1rem 0;
	position: relative;
}
.donor-section-dress-circle .donor-text {
	padding-bottom: 1.875rem;
	text-align: center;
}
.donor-section-dress-circle .donor-box {
	border-radius: 0.3125rem;
	border: 4px solid #FFF4D5;
	padding: 1.9rem 3.57rem;
}
.donor-box .donor-card {
	text-align: left;
	margin-bottom: 0.46319rem;
}
.donor-box .donor-card .donor-name {
	color: #D96129;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}
/* Obituary page and post category obituaries */
.category-obituaries .entry-footer .cat-links {
	display: none;
	visibility: hidden;
}
div.obituary-spacing {
	margin-bottom: 5.5rem;
}
/* fix candle message text contrast */
.candle-message p {
	color: #ffffff;
}
/* MKSISON-278 jubilee celebration images, set to 300px */
.jubilee-item a img {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
}
/* MKSISON-289 Green table border */
table.border-green, table.border-green th, table.border-green td {
	border: 1px solid #007600;
	border-collapse: collapse;
}

table.border, table.border th, table.border td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
/* MKSISON-295 Papal Intentions */
.papal-intentions {
	overflow: auto;
	display: flex;
	flex-direction : column;
	height: 100%;
}
.papal-intentions .entry-content {
	width: 100%;
	flex: 1;
	display: flex;
}

.papal-intentions .message p {
	text-align: left;
	padding-top: 20px;
}

.papal-intentions .weekday-item {
	text-align: left;
	width: 100%;
	/*height: auto; !* Adjust height to fit content *!
	min-height: 100% !important;*/
}
