:root {
	--page-background: #f6f8f8;

	--core-blue: #2a5eec;
	--dark-blue: #11265e;
	--low-blue: #1d42a5;
	--mid-blue: #6a8ef2;
	--high-blue: #aabff7;

	--low-green: #235339;
	--mid-green: #499e57;
	--high-green: #c2e189;

	--low-yellow: #fdb518;
	--mid-yellow: #ffd257;
	--high-yellow: #fff2ad;

	--low-pink: #a50f25;
	--mid-pink: #ee828d;
	--high-pink: #fac6d2;

	--low-orange: #ab270a;
	--mid-orange: #fb513a;
	--high-orange: #ff9c7c;

	--low-brown: #6c3813;
	--mid-brown: #914a22;
	--high-brown: #f1b782;

	--low-black: #000000;
	--off-black: #121a1a;

	--low-grey: #494f61;
	--mid-grey: #7c8399;
	--high-grey: #d2d5df;

	--low-eggshell: #eae4df;
	--mid-eggshell: #f7f0eb;
	--high-eggshell: #fcf8f4;

	--pure-white: #ffffff;
}


/* Reset Old Bootstrap CSS */
.row:before,
.row:after {
	display: none !important;
}

.col {
	margin: 0 !important;
}

.col-2 {
	margin: 0 !important;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	float: unset !important;
}

.gift-aid-head {
	font-weight: bold;
	margin-top: 20px;
}

#gift-aid-btn {
	width: auto;
	height: auto !important;
	text-indent: 0 !important;
	height: 30px;
	line-height: 31px;
	line-height: 3.1rem;
	position: relative;
	padding: 7px 65px 0 15px !important;
	-webkit-appearance: none;
	border-radius: 0;
	text-align: left;
	border-radius: 2px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	border: none;
	margin-top: 30px;
	background-color: #4a4a4a;
	background-image: url(../../img/backgrounds/bg-black-30.png) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-size: 51px 100% !important;
	color: #ffffff;
	box-shadow: 0 3px 0 #3e3e3e !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	transition: border-color, background-color ease-out 0.25s;
}

.header .container,
.footer .container {
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1100px) {

	.header .container,
	.footer .container {
		width: 100%;
		padding: 0 20px;
	}
}

.header div[class^="col-"],
.footer div[class^="col-"] {
	-ms-flex: unset;
	flex: unset;
	max-width: unset;
}

.header .btn,
.footer .btn {
	vertical-align: unset;
}

.form-row {
	width: auto !important;
	margin-bottom: 15px;
	position: relative;
}

/* /Reset Old Bootstrap CSS */

/* p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
div {
	font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
} */

/* ------------------ Text ------------------ */
.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.text-white p {
	color: #ffffff;
}

.text-default {
	color: #4a4a4a !important;
}

.text-theme-primary {
	color: #0054a6 !important;
}

.text-theme-hub {
	color: #e6b413 !important;
}

.text-theme-letter {
	color: #00a3c7 !important;
}

.text-theme-gift {
	color: #5a913a !important;
}

.text-theme-pray {
	color: #9c1f31 !important;
}

.text-theme-stories {
	color: #c36a25 !important;
}

.text-theme-darkcerulean {
	color: #00407A !important;
}

p#barerror {
	color: red !important;
}

/* ------------------ /Text ------------------ */

/* ------------------ Border ------------------ */
.rounded-2 {
	border-radius: 0.5rem !important;
}

.rounded-3 {
	border-radius: 1rem !important;
}

/* ------------------ /Border ------------------ */

/* ------------------ Background ------------------ */
.bg-blue-compassion {
	background-color: #0054a6 !important;
	background-image: url('../img/background-with-blue-mobile.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

@media (min-width: 768px) {
	.bg-blue-compassion {
		background-image: url('../img/background-with-blue.png') !important;
		background-size: cover !important;
	}
}

.bg-blue-compassion-dots-narrow {
	background-color: #0054a6 !important;
	background-image: url('../img/background_repeating_dots_narrow_left.png'), url('../img/background_repeating_dots_narrow_right.png') !important;
	background-position: -100px center, calc(100% + 100px) center;
	background-repeat: repeat-y, repeat-y !important;
}

@media (min-width: 576px) {
	.bg-blue-compassion-dots-narrow {
		background-position: -50px center, calc(100% + 50px) center;
	}
}

@media (min-width: 768px) {
	.bg-blue-compassion-dots-narrow {
		background-position: left, right !important;
	}
}

.bg-blue-compassion-dots {
	background-color: #0054a6 !important;
	background-image: url('../img/background_repeating_dots_left.png'), url('../img/background_repeating_dots_right.png') !important;
	background-position: -300px center, calc(100% + 300px) center;
	background-repeat: repeat-y, repeat-y !important;
}

@media (min-width: 576px) {
	.bg-blue-compassion-dots {
		background-position: -265px center, calc(100% + 265px) center;
	}
}

@media (min-width: 768px) {
	.bg-blue-compassion-dots {
		background-position: -100px center, calc(100% + 100px) center;
	}
}

@media (min-width: 992px) {
	.bg-blue-compassion-dots {
		background-position: left, right !important;
	}
}

.bg-blue-skippy {
	background-color: #0054a6 !important;
	background-image: url(../../../img/Skippy-texture/skippy_brush_stroke_top_left.png), url(../../../img/Skippy-texture/skippy_brush_stroke_bottom_right.png);
	background-position: 0% 0%, 100% 100%;
	background-repeat: no-repeat, no-repeat;
}

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

.bg-dark-blue {
	background-color: #004385;
}

.bg-light-blue {
	background-color: #e3ecf5 !important;
}

.bg-light-grey {
	background-color: #fbfbfb !important;
}

.bg-roman {
	background-color: #d74f58 !important;
}

.bg-claret {
	background-color: #73183A !important;
}

.bg-curious-blue {
	background-color: #28aace !important;
}

.bg-venice-blue {
	background-color: #075076 !important;
}

.bg-jaffa {
	background-color: #ea8a45 !important;
}

.bg-silver-tree {
	background-color: #66bb95 !important;
}

.bg-navy-blue {
	background-color: #005eb8 !important;
}

/* ------------------ /Background ------------------ */

/* ------------------ Heading ------------------ */
h1 {
	font-family: 'Montserrat', sans-serif;
	color: #4a4a4a;
}

h1.underline {
	margin-bottom: 3rem;
	position: relative;
}

h1.underline:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 1.5rem);
	margin: 0 auto;
	width: 5rem;
	height: 3.5px;
	background: #0054a6;
}

h1.text-white.underline:after {
	background: #fff;
}

h1.underline.underline-yellow:after {
	background: #ffd100;
}

h1.underline.underline-light-blue:after {
	background: #1386bf;
}

h2 {
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
	color: #4a4a4a;
	font-weight: 400;
}

h2.underline.underline-yellow:after {
	background: #ffd100 !important;
}

h2.underline.underline-light-blue:after {
	background: #1386bf !important;
}

h2.underline.underline-green:after {
	background: #339526 !important;
}

/* ------------------ /Heading ------------------ */

/* ------------------ Anchor ------------------ */
a {
	color: #0054a6;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #0054a6;
	text-decoration: none;
}

/* ------------------ /Anchor ------------------ */

/* ------------------ Buttons ------------------ */
/* Primary Button */
.btn.btn-theme-primary,
.btn.btn-theme-success,
.btn.btn-theme-white,
.btn.btn-theme-yellow,
.btn.btn-theme-info,
.btn.btn-facebook-share,
.btn.btn-twitter-share,
.btn.btn-theme-outline-primary,
.btn.btn-theme-outline-primary-inverse,
.btn.btn-theme-outline-primary-inverse-dark,
.btn.btn-theme-outline-success,
.btn.btn-theme-outline-success-inverse,
.btn.btn-theme-outline-transparent,
.btn.btn-theme-blue,
.btn.btn-theme-green,
.btn.btn-theme-sky-light-blue,
.btn.btn-theme-grey,
.btn.btn-theme-darkgrey,
.btn.btn-theme-brightred,
.btn.btn-theme-lightblue,
.btn.btn-theme-brown,
.btn.btn-theme-background-transparent,
.btn.btn-theme-orange,
.btn.btn-theme-navy-blue,
.btn.btn-theme-border-navy-blue,
.btn.btn-theme-san-juan,
.btn.btn-theme-forest-green,
.btn.btn-theme-cyan,
.btn.btn-theme-seagull,
.btn.btn-theme-border-san-juan,
.btn.btn-theme-light-slate-grey,
.btn.btn-theme-border-light-slate-grey,
.btn.btn-theme-darkcerulean,
.btn.btn-facebook-share-v2,
.btn.btn-twitter-share-v2 {
	text-transform: unset;
	box-shadow: none !important;
	text-shadow: none !important;
	height: auto;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: inherit;
	line-height: 1.5;
	border-radius: 0.25em;
	background-image: none;
}

.btn.btn-theme-primary:after,
.btn.btn-theme-success:after,
.btn.btn-theme-white:after,
.btn.btn-theme-yellow:after,
.btn.btn-theme-info:after,
.btn.btn-facebook-share:after,
.btn.btn-twitter-share:after,
.btn.btn-theme-outline-primary:after,
.btn.btn-theme-outline-primary-inverse:after,
.btn.btn-theme-outline-primary-inverse-dark:after,
.btn.btn-theme-outline-success:after,
.btn.btn-theme-outline-success-inverse:after,
.btn.btn-theme-outline-transparent:after,
.btn.btn-theme-blue:after,
.btn.btn-theme-green:after,
.btn.btn-theme-sky-light-blue:after,
.btn.btn-theme-grey:after,
.btn.btn-theme-darkgrey:after,
.btn.btn-theme-brightred:after,
.btn.btn-theme-lightblue:after,
.btn.btn-theme-brown:after,
.btn.btn-theme-background-transparent:after,
.btn.btn-theme-orange:after,
.btn.btn-theme-navy-blue:after,
.btn.btn-theme-border-navy-blue:after,
.btn.btn-theme-san-juan:after,
.btn.btn-theme-forest-green:after,
.btn.btn-theme-cyan:after,
.btn.btn-theme-seagull:after,
.btn.btn-theme-border-san-juan:after,
.btn.btn-theme-light-slate-grey:after,
.btn.btn-theme-border-light-slate-grey:after,
.btn.btn-theme-darkcerulean:after,
.btn.btn-facebook-share-v2:after,
.btn.btn-twitter-share-v2:after {
	content: unset;
}

.btn.btn-theme-primary:hover,
.btn.btn-theme-success:hover,
.btn.btn-theme-white:hover,
.btn.btn-theme-yellow:hover,
.btn.btn-theme-info:hover,
.btn.btn-facebook-share:hover,
.btn.btn-twitter-share:hover,
.btn.btn-theme-outline-primary:hover,
.btn.btn-theme-outline-primary-inverse:hover,
.btn.btn-theme-outline-primary-inverse-dark:hover,
.btn.btn-theme-outline-success:hover,
.btn.btn-theme-outline-success-inverse:hover,
.btn.btn-theme-outline-transparent:hover,
.btn.btn-theme-green:hover,
.btn.btn-theme-blue:hover,
.btn.btn-theme-sky-light-blue:hover,
.btn.btn-theme-grey:hover,
.btn.btn-theme-darkgrey:hover,
.btn.btn-theme-brightred:hover,
.btn.btn-theme-lightblue:hover,
.btn.btn-theme-brown:hover,
.btn.btn-theme-background-transparent:hover,
.btn.btn-theme-orange:hover,
.btn.btn-theme-navy-blue:hover,
.btn.btn-theme-border-navy-blue:hover,
.btn.btn-theme-san-juan:hover,
.btn.btn-theme-forest-green:hover,
.btn.btn-theme-cyan:hover,
.btn.btn-theme-seagull:hover,
.btn.btn-theme-border-san-juan:hover,
.btn.btn-theme-light-slate-grey:hover,
.btn.btn-theme-border-light-slate-grey:hover,
.btn.btn-theme-darkcerulean:hover,
.btn.btn-facebook-share-v2:hover,
.btn.btn-twitter-share-v2:hover {
	box-shadow: none !important;
}

.btn.btn-theme-primary {
	background-color: #0054a6;
	color: #ffffff;
	border: none !important;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-primary:hover {
	background-color: #6497C9;
}

/* Success Button */
.btn.btn-theme-success {
	background-color: #5a913a;
	color: #ffffff;
	border: none !important;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-success:hover {
	background-color: #7aa661;
}

@media (max-width: 528px) {
	.btn.btn-theme-success {
		padding: 0.5em 1.5em;
	}
}

/* White Button */
.btn.btn-theme-white {
	background-color: #fff;
	color: #4a4a4a;
	border: 1px solid #fff;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-white:hover {
	background-color: #fff;
}

/* Yellow Button */
.btn.btn-theme-yellow {
	background-color: #ffd100;
	color: #4a4a4a;
	border: 1px solid #ffd100;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-yellow:hover {
	background-color: #ffd100;
}

/* Blue Button */
.btn.btn-theme-blue {
	background-color: #0054a6;
	color: #fff;
	border: 1px solid #0054a6;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-blue:hover {
	background-color: #6497C9;
	border: 1px solid #6497C9;
}

/* Blue Sky Light Blue Button */
.btn.btn-theme-sky-light-blue {
	background-color: #eef7f9;
	color: #0052a6;
	border: 1px solid #eef7f9;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-sky-light-blue:hover {
	background-color: #eef7f9;
	border: 1px solid #eef7f9;
}

/* Green Button */
.btn.btn-theme-green {
	background-color: #5a913a;
	color: #fff;
	border: 1px solid #5a913a;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-green:hover {
	background-color: #5a913a;
}

/* Grey Button */
.btn.btn-theme-grey {
	background-color: #b2b2b2;
	color: #fff;
	border: 1px solid #b2b2b2;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-grey:hover {
	background-color: #b2b2b2;
}

/* Bright Red Button */
.btn.btn-theme-brightred {
	background-color: #9c1f31;
	color: #fff;
	border: 1px solid #9c1f31;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-brightred:hover {
	background-color: #9c1f31;
}

/* Brown Button */
.btn.btn-theme-brown {
	background-color: #bc9a5f;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-brown:hover {
	background-color: #bc9a5f;
}


/* border-blue button */
.btn.btn-theme-background-transparent {
	background-color: transparent;
	color: #0054a6;
	border: 1px solid #0054a6;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-background-transparent:hover {
	background-color: transparent;
}

/* Orange Button */
.btn.btn-theme-orange {
	background-color: #c36a28;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-orange:hover {
	background-color: #c36a28;
}

/* Navy Blue Button */
.btn.btn-theme-navy-blue {
	background-color: #005eb8;
	color: #fff;
	border: 1px solid #005eb8;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-navy-blue:hover {
	background-color: #0086BF;
}

/* Navy Blue Button */
.btn.btn-theme-border-navy-blue {
	background-color: transparent;
	color: #005eb8;
	border: 1px solid #005eb8;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-border-navy-blue:hover {
	color: #fff;
	background-color: #005eb8;
}

/* San Juan Button */
.btn.btn-theme-san-juan {
	background-color: #425563;
	color: #fff;
	border: 1px solid #425563;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-san-juan:hover {
	background-color: #425563;
}

/* Forest Green Button */
.btn.btn-theme-forest-green {
	background-color: #339526;
	color: #fff;
	border: 1px solid #339526;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-forest-green:hover {
	background-color: #66AF5C;
}

/* Cyan Button */
.btn.btn-theme-cyan {
	background-color: #0086bf;
	color: #fff;
	border: 1px solid #0086bf;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-cyan:hover {
	background-color: #4086CA;
}

/* Seagull Button */
.btn.btn-theme-seagull {
	background-color: #71b2c9;
	color: #fff;
	border: 1px solid #71b2c9;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-seagull:hover {
	background-color: #71b2c9;
}

/* Border San Juan Button */
.btn.btn-theme-border-san-juan {
	background-color: transparent;
	color: #425563;
	border: 1px solid #425563;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-border-san-juan:hover {
	color: #fff;
	background-color: #425563;
}

/* Light Slate Grey  */
.btn.btn-theme-light-slate-grey {
	background-color: #768692;
	color: #fff;
	border: 1px solid #768692;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-light-slate-grey:hover {
	background-color: #919EA8;
}

/* Border Light Slate Grey  */
.btn.btn-theme-border-light-slate-grey {
	background-color: transparent;
	color: #768692;
	border: 1px solid #768692;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-border-light-slate-grey:hover {
	color: #fff;
	background-color: #768692;
}

/*! Darkcerulean */
.btn.btn-theme-darkcerulean {
	background-color: #00407a;
	color: #fff;
	border: 1px solid #00407a;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-darkcerulean:hover {
	background-color: #00407a;
}

/* Light Blue Button */
.btn.btn-theme-lightblue {
	background-color: #00a3c7;
	color: #fff;
	border: 1px solid #00a3c7;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-lightblue:hover {
	background-color: #00a3c7;
}

/* Dark Grey Button */
.btn.btn-theme-darkgrey {
	background-color: #6f6f6f;
	color: #fff;
	border: 1px solid #6f6f6f;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-darkgrey:hover {
	background-color: #6f6f6f;
}

/* Info Button */
.btn.btn-theme-info {
	background-color: #00a3c7;
	color: #ffffff;
	border: none !important;
	padding: 0.5em 2.875em;
}

.btn.btn-theme-info:hover {
	background-color: #b2e3ee;
}

/* Outline Button - Primary */
.btn.btn-theme-outline-primary {
	background-color: transparent;
	color: #0054a6;
	border: 2px solid #0054a6;
	padding: 0.5em 1.5em;
	font-weight: 600;
}

.btn.btn-theme-outline-primary-inverse {
	background-color: #0054a6;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 0.5em 1.5em;
}

.btn.btn-theme-outline-primary-inverse-dark {

	background-color: #023b73;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 0.5em 1.5em;
}

/* Outline Button - Success */
.btn.btn-theme-outline-success {
	background-color: #fff;
	color: #5a913a;
	border: 2px solid #5a913a;
	padding: 0.5em 1.5em;
	font-weight: 600;
}

.btn.btn-theme-outline-success-inverse {
	background-color: #5a913a;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 0.5em 1.5em;
}

/* Outline Button - Transparent */
.btn.btn-theme-outline-transparent {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 0.5em 1.5em;
}

/* Social Share Buttons - Facebook */
.btn.btn-facebook-share {
	min-width: calc(50% - 10px);
	background-color: #38549b;
	color: #ffffff !important;
	font-weight: 600;
	border: none !important;
	padding: 0.5em 1em;
}

@media (min-width: 768px) {
	.btn.btn-facebook-share {
		min-width: 200px;
		padding: 0.5em 2.875em;
	}
}

.btn.btn-facebook-share .fab {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.12);
	line-height: 40px;
	border-radius: 20px;
	margin-bottom: 6px;
}

.btn.btn-facebook-share:hover {
	background-color: #38549b;
}

.fa-facebook-f:before,
.fa-facebook:before {
	/* content: "\f39e" !important;*/
}

.fa-facebook-f:before {
	content: "\f39e" !important;
}

/* Social Share Buttons - facebook v2 */

.btn.btn-facebook-share-v2 {
	min-width: 195px;
	background-color: #1877F2;
	color: #ffffff !important;
	font-weight: 600;
	border: none !important;
	padding: 1.12em 2.875em;
}

@media (max-width: 767px) {
	.btn.btn-facebook-share-v2 {
		min-width: 160px;
		padding: 0.5em 1em;
		height: fit-content;
	}
}

.btn.btn-facebook-share-v2:hover {
	background-color: #1877F2;
}

/* Social Share Buttons - Twitter */
.btn.btn-twitter-share {
	min-width: calc(50% - 10px);
	background-color: #13aaf3;
	color: #ffffff !important;
	font-weight: 600;
	border: none !important;
	padding: 0.5em 1em;
}

@media (min-width: 768px) {
	.btn.btn-twitter-share {
		min-width: 200px;
		padding: 0.5em 2.875em;
	}
}

.btn.btn-twitter-share .fab {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.12);
	line-height: 40px;
	border-radius: 20px;
	margin-bottom: 6px;
}

.btn.btn-twitter-share:hover {
	background-color: #13aaf3;
}

/* Social Share Buttons - Twitter v2 */
.btn.btn-twitter-share-v2 {
	min-width: 195px;
	background-color: #1DA1F2;
	color: #ffffff !important;
	font-weight: 600;
	border: none !important;
	padding: 1.12em 2.875em;
}

@media (max-width: 767px) {
	.btn.btn-twitter-share-v2 {
		min-width: 160px;
		padding: 0.5em 1em;
		height: fit-content;
	}
}

.btn.btn-twitter-share-v2:hover {
	background-color: #1DA1F2;
}

/* Button with Line through */
.btn-with-line-through {
	position: relative;
	text-align: center;
}

.btn-with-line-through .btn {
	z-index: 1;
}

.btn-with-line-through hr {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 0;
	z-index: 0;
}

.btn-with-line-through .btn:before {
	content: " ";
	background: #ffffff;
	position: absolute;
	left: -10px;
	right: 100%;
	top: 0;
	bottom: 0;
	background-image: none;
	height: 100%;
	width: 10px;
}

.btn-with-line-through .btn:after {
	content: " ";
	background: #ffffff;
	position: absolute;
	left: 100%;
	right: -10px;
	top: 0;
	bottom: 0;
	background-image: none;
	height: 100%;
	width: 10px;
}

/* Input Button Group */
.input-group-append .btn {
	padding: .375rem 1rem .375rem 1.5rem;
}

.input-group-append .btn .fas {
	font-size: 4rem;
}

/* ------------------ /Buttons ------------------ */


/* ------------------ Form Elements ------------------ */
/* Input */
input.form-control {
	height: auto;
	text-transform: unset;
	box-shadow: none !important;
	text-shadow: none !important;
	font-family: inherit;
	color: #4a4a4a;
	border: none;
	font-size: 1.8rem;
	padding: 0.5em 2.875em;
}

form label span.asterisk {
	color: #a83a4a;
	font-family: Raleway;
	font-weight: 900;
	font-size: 23px;
	margin-left: 3px;
}

/* Selectpicker Select */
.form-control.dropdown.bootstrap-select {
	height: auto;
}

.btn.selectpicker-select {
	text-transform: unset;
	box-shadow: none !important;
	text-shadow: none !important;
	height: auto;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: inherit;
	line-height: 1.5;
	border-radius: 0.5rem;
	background-image: none;
	background-color: #fff;
	color: #4a4a4a;
	border: 1px solid #777777 !important;
	padding: 0.4em 2.2em 0.4em 1em;
	outline: none;
}

.btn.selectpicker-select.border-0 {
	border: 0 !important;
}

.btn.selectpicker-select.active {
	border: 2px solid #5a913a !important;
}

.btn.selectpicker-select:after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: 900;
	background-image: unset;
	font-size: 45px;
	line-height: 30px;
	position: absolute;
	margin: 0;
	height: 30px;
	width: 36px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #0054a6;
	border: none;
	border-left: 1px solid #0054a6;
}

.btn.selectpicker-select:hover,
.btn.selectpicker-select:focus {
	background-color: #fff;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	border: 1px solid #777777;
	border-radius: 0.25em;
	font-size: 1.8rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #6497c9;
	color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #0054a6;
	color: #fff;
}

.bootstrap-select .dropdown-menu li {
	margin-bottom: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545 !important;
	padding-right: calc(2 * 1.75rem);
	background-position: center right calc(1.75rem / 2);
	background-size: 1.75rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745 !important;
	padding-right: calc(2 * 1.75rem);
	background-repeat: no-repeat;
	background-position: center right calc(1.75rem / 2);
	background-size: 1.75rem;
}

.dropdown.bootstrap-select.form-control {
	background: transparent;
}

/* ------------------ /Form Elements ------------------ */


/* ------------------ Quote Slider ------------------ */
/* Quote Slider */
.quote-slider p {
	font-size: 20px;
	text-align: center;
}

.quote-slider .quote-user-photo {
	height: 200px;
}

.quote-slider .left-quote {
	display: inline-block;
	width: 38px;
	float: left;
}

.quote-slider .center-quote {
	margin: 0 auto;
}

.quote-slider .right-quote {
	display: inline-block;
	width: 38px;
	float: right;
}

.quote-slider .quote-content {
	display: inline-block;
	width: 100%;
	padding: 0;
	float: left;
}

.quote-slider .quote-content .quote-text {
	font-weight: 500;
	font-size: 2rem;
	font-style: italic;
}

.quote-slider .quote-content .quote-author {
	font-weight: 700;
	font-size: 1.5rem;
}

.quote-slider .quote-content .quote-author-info {
	font-weight: 500;
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	.quote-slider .quote-content {
		width: calc(100% - 76px);
		padding: 0 38px;
	}
}

/* Slider - Large Dots */
.slick-slider .slick-dots.slick-dots-lg {
	bottom: -45px;
}

.slick-slider .slick-dots.slick-dots-lg li {
	width: 20px;
	height: 40px;
	margin: 0 2px;
}

.slick-slider .slick-dots.slick-dots-lg li button {
	width: 20px;
	height: 40px;
	padding: 0;
}

.slick-slider .slick-dots.slick-dots-lg li button:before {
	font-size: 18px;
	line-height: 40px;
	width: 20px;
	height: 40px;
}

/* Slider - White Dots */
.slick-slider .slick-dots.slick-dots-white li button:before {
	color: #fff;
	opacity: 0.5;
}

.slick-slider .slick-dots.slick-dots-white li.slick-active button:before {
	color: #fff;
	opacity: 1;
}

/* Slider - Blue Dots */
.slick-slider .slick-dots.slick-dots-blue li button:before {
	color: #9b9b9b;
	opacity: 1;
}

.slick-slider .slick-dots.slick-dots-blue li.slick-active button:before {
	color: #0054a6;
	opacity: 1;
}

/* Slider - Yellow Dots */
.slick-slider .slick-dots.slick-dots-yellow li button:before {
	color: #9b9b9b;
	opacity: 1;
}

.slick-slider .slick-dots.slick-dots-yellow li.slick-active button:before {
	color: #ffc605;
	opacity: 1;
}

/* Slider - locust Dots ---by deepakK*/
.slick-slider .slick-dots.slick-dots-locust li button:before {
	color: #9b9b9b;
	opacity: 1;
}

.slick-slider .slick-dots.slick-dots-locust li.slick-active button:before {
	color: #a4a57f;
	opacity: 1;
}

/* Slider - Dots on Top */
.slick-slider .slick-dots.slick-dots-top {
	bottom: unset;
	top: -45px;
}

/* Slider - Slick Dashes */
.slick-slider .slick-dots.slick-dashes li,
.slick-slider .slick-dots.slick-dashes li button {
	height: 3.5px;
	width: 5rem;
}

.slick-slider .slick-dots.slick-dashes li button:before {
	content: " ";
	height: 3.5px;
	width: 5rem;
	background: #000;
}

/* Slider - Slick Dashes - Yellow */
.slick-slider .slick-dots.slick-dashes.slick-dashes-yellow li.slick-active button:before,
.slick-slider .slick-dots.slick-dashes.slick-dashes-yellow li button:hover:before {
	background: #fdc302;
}

.slick-slider .slick-dots.slick-dashes.slick-dashes-brown li.slick-active button:before,
.slick-slider .slick-dots.slick-dashes.slick-dashes-brown li button:hover:before {
	background: #bc9a5f;
}

/* Quote Slider Container floating over Responsive image background */
.quote-slider-floating-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, calc(-50% + 40px));
	z-index: 20;
}

.img-overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 10;
}

.img-overlay-dark {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

/* ------------------ /Quote Slider ------------------ */


/* ------------------ Accordian ------------------ */
.accordion {
	border-top: 2px solid #0054a6;
	border-bottom: 1px solid #dee2e6;
}

.accordion .card .card-header a {
	font-size: 24px;
	font-weight: 500;
	color: #0054a6;
	cursor: pointer;
}

.accordion_title_header {
	width: calc(100% - 31px);
}

.accordion .card .card-header a:after {
	content: " ";
	float: right;
	color: #0054a6;
	height: 20px;
	width: 20px;
	background-image: url(../img/up-arrow.png);
	background-size: contain;
	display: flex;
	align-self: center;
	/*margin-top: 8px;*/
}

.accordion .card .card-header a.collapsed:after {
	background-image: url(../img/down-arrow-new.png);
}

/* ------------------ /Accordian ------------------ */


/* ------------------ Alerts ------------------ */
.alert.alert-theme-info {
	border: none;
	border-radius: 0;
	background: #ededed;
	color: #4a4a4a;
	border-bottom: 3px solid #0054a6;
}

.alert.alert-theme-success {
	border: none;
	border-radius: 0;
	background: #7aa661;
	color: #fff;
	border-bottom: 3px solid #5a913a;
}

/* ------------------ /Alerts ------------------ */

/* ------------------ Cards ------------------ */
.card-yellow-quote {
	position: relative;
	border: none;
	background: #fdc302;
	color: #4a4a4a;
	border-radius: 0;
	margin-bottom: 30px;
}

@media(min-width: 768px) {
	.card-yellow-quote {
		margin-bottom: 70px;
	}

	.card-yellow-quote:after {
		content: " ";
		position: absolute;
		left: 0;
		top: 100%;
		width: 0;
		height: 0;
		border-top: 60px solid #fdc302;
		border-right: 60px solid transparent;
	}
}

.card-blue-quote {
	position: relative;
	border: none;
	background: #2855a6;
	color: #fff;
	border-radius: 0;
	margin-bottom: 30px;
	/*min-height: 100%;*/
}

@media(min-width: 768px) {
	.card-blue-quote {
		margin-bottom: 70px;
	}

	.card-blue-quote:after {
		content: " ";
		position: absolute;
		left: 0;
		top: 100%;
		width: 0;
		height: 0;
		border-top: 60px solid #2855a6;
		border-right: 60px solid transparent;
	}
}

.card-purple-quote {
	position: relative;
	border: none;
	background: #5c3583;
	color: #fff;
	border-radius: 0;
	margin-bottom: 30px;
	/*min-height: 100%;*/
}

@media(min-width: 768px) {
	.card-purple-quote {
		margin-bottom: 70px;
	}
}

.card-tone-quote {
	position: relative;
	border: none;
	background: #355a90;
	color: #fff;
	border-radius: 0;
	margin-bottom: 30px;
	/*min-height: 100%;*/
}

@media(min-width: 768px) {
	.card-tone-quote {
		margin-bottom: 70px;
	}
}

.card-green-quote {
	position: relative;
	border: none;
	background: #609f52;
	color: #fff;
	border-radius: 0;
	margin-bottom: 30px;
	/*min-height: 100%;*/
}

@media(min-width: 768px) {
	.card-green-quote {
		margin-bottom: 70px;
	}
}

/* ------------------ /Cards ------------------ */


/********************************** Start New Custom CSS By DeepakV ****************************************/

.font-12 {
	font-size: 12px !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-14 {
	font-size: 14px !important;
}

.font-15 {
	font-size: 15px !important;
}

.font-16 {
	font-size: 16px !important;
}

.font-17 {
	font-size: 17px !important;
}

.font-18 {
	font-size: 18px !important;
}

.font-19 {
	font-size: 19px !important;
}

.font-20 {
	font-size: 20px !important;
}

.font-21 {
	font-size: 21px !important;
}

.font-22 {
	font-size: 22px !important;
}

.font-23 {
	font-size: 23px !important;
}

.font-24 {
	font-size: 24px !important;
}

.font-25 {
	font-size: 25px !important;
}

.font-26 {
	font-size: 26px !important;
}

.font-27 {
	font-size: 27px !important;
}

.font-28 {
	font-size: 28px !important;
}

.font-29 {
	font-size: 29px !important;
}

.font-30 {
	font-size: 30px !important;
}

.font-31 {
	font-size: 31px !important;
}

.font-32 {
	font-size: 32px !important;
}

.font-33 {
	font-size: 33px !important;
}

.font-34 {
	font-size: 34px !important;
}

.font-35 {
	font-size: 35px !important;
}

.font-36 {
	font-size: 36px !important;
}

.font-37 {
	font-size: 37px !important;
}

.font-38 {
	font-size: 38px !important;
}

.font-39 {
	font-size: 39px !important;
}

.font-40 {
	font-size: 40px !important;
}

.font-41 {
	font-size: 41px !important;
}

.font-42 {
	font-size: 42px !important;
}

.font-43 {
	font-size: 43px !important;
}

.font-44 {
	font-size: 44px !important;
}

.font-45 {
	font-size: 45px !important;
}

.font-46 {
	font-size: 46px !important;
}

.font-47 {
	font-size: 47px !important;
}

.font-48 {
	font-size: 48px !important;
}

.font-49 {
	font-size: 49px !important;
}

.font-50 {
	font-size: 50px !important;
}

.font-51 {
	font-size: 51px !important;
}

.font-52 {
	font-size: 52px !important;
}

@media (min-width: 768px) {
	.font-md-12 {
		font-size: 12px !important;
	}

	.font-md-13 {
		font-size: 13px !important;
	}

	.font-md-14 {
		font-size: 14px !important;
	}

	.font-md-15 {
		font-size: 15px !important;
	}

	.font-md-16 {
		font-size: 16px !important;
	}

	.font-md-17 {
		font-size: 17px !important;
	}

	.font-md-18 {
		font-size: 18px !important;
	}

	.font-md-19 {
		font-size: 19px !important;
	}

	.font-md-20 {
		font-size: 20px !important;
	}

	.font-md-21 {
		font-size: 21px !important;
	}

	.font-md-22 {
		font-size: 22px !important;
	}

	.font-md-23 {
		font-size: 23px !important;
	}

	.font-md-24 {
		font-size: 24px !important;
	}

	.font-md-25 {
		font-size: 25px !important;
	}

	.font-md-26 {
		font-size: 26px !important;
	}

	.font-md-27 {
		font-size: 27px !important;
	}

	.font-md-28 {
		font-size: 28px !important;
	}

	.font-md-29 {
		font-size: 29px !important;
	}

	.font-md-30 {
		font-size: 30px !important;
	}

	.font-md-31 {
		font-size: 31px !important;
	}

	.font-md-32 {
		font-size: 32px !important;
	}

	.font-md-33 {
		font-size: 33px !important;
	}

	.font-md-34 {
		font-size: 34px !important;
	}

	.font-md-35 {
		font-size: 35px !important;
	}

	.font-md-36 {
		font-size: 36px !important;
	}

	.font-md-37 {
		font-size: 37px !important;
	}

	.font-md-38 {
		font-size: 38px !important;
	}

	.font-md-39 {
		font-size: 39px !important;
	}

	.font-md-40 {
		font-size: 40px !important;
	}

	.font-md-41 {
		font-size: 41px !important;
	}

	.font-md-42 {
		font-size: 42px !important;
	}

	.font-md-43 {
		font-size: 43px !important;
	}

	.font-md-44 {
		font-size: 44px !important;
	}

	.font-md-45 {
		font-size: 45px !important;
	}

	.font-md-46 {
		font-size: 46px !important;
	}

	.font-md-47 {
		font-size: 47px !important;
	}

	.font-md-48 {
		font-size: 48px !important;
	}

	.font-md-49 {
		font-size: 49px !important;
	}

	.font-md-50 {
		font-size: 50px !important;
	}

	.font-md-51 {
		font-size: 51px !important;
	}

	.font-md-52 {
		font-size: 52px !important;
	}
}

@media (min-width: 992px) {
	.font-lg-12 {
		font-size: 12px !important;
	}

	.font-lg-13 {
		font-size: 13px !important;
	}

	.font-lg-14 {
		font-size: 14px !important;
	}

	.font-lg-15 {
		font-size: 15px !important;
	}

	.font-lg-16 {
		font-size: 16px !important;
	}

	.font-lg-17 {
		font-size: 17px !important;
	}

	.font-lg-18 {
		font-size: 18px !important;
	}

	.font-lg-19 {
		font-size: 19px !important;
	}

	.font-lg-20 {
		font-size: 20px !important;
	}

	.font-lg-21 {
		font-size: 21px !important;
	}

	.font-lg-22 {
		font-size: 22px !important;
	}

	.font-lg-23 {
		font-size: 23px !important;
	}

	.font-lg-24 {
		font-size: 24px !important;
	}

	.font-lg-25 {
		font-size: 25px !important;
	}

	.font-lg-26 {
		font-size: 26px !important;
	}

	.font-lg-27 {
		font-size: 27px !important;
	}

	.font-lg-28 {
		font-size: 28px !important;
	}

	.font-lg-29 {
		font-size: 29px !important;
	}

	.font-lg-30 {
		font-size: 30px !important;
	}

	.font-lg-31 {
		font-size: 31px !important;
	}

	.font-lg-32 {
		font-size: 32px !important;
	}

	.font-lg-33 {
		font-size: 33px !important;
	}

	.font-lg-34 {
		font-size: 34px !important;
	}

	.font-lg-35 {
		font-size: 35px !important;
	}

	.font-lg-36 {
		font-size: 36px !important;
	}

	.font-lg-37 {
		font-size: 37px !important;
	}

	.font-lg-38 {
		font-size: 38px !important;
	}

	.font-lg-39 {
		font-size: 39px !important;
	}

	.font-lg-40 {
		font-size: 40px !important;
	}

	.font-lg-41 {
		font-size: 41px !important;
	}

	.font-lg-42 {
		font-size: 42px !important;
	}

	.font-lg-43 {
		font-size: 43px !important;
	}

	.font-lg-44 {
		font-size: 44px !important;
	}

	.font-lg-45 {
		font-size: 45px !important;
	}

	.font-lg-46 {
		font-size: 46px !important;
	}

	.font-lg-47 {
		font-size: 47px !important;
	}

	.font-lg-48 {
		font-size: 48px !important;
	}

	.font-lg-49 {
		font-size: 49px !important;
	}

	.font-lg-50 {
		font-size: 50px !important;
	}

	.font-lg-51 {
		font-size: 51px !important;
	}

	.font-lg-52 {
		font-size: 52px !important;
	}
}

h2.underline {
	margin-bottom: 3rem;
	position: relative;
}

h2.underline:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 1.5rem);
	margin: 0 auto;
	width: 5rem;
	height: 3.5px;
	background: #0054a6;
}

h2.text-white.underline:after {
	background: #fff;
}

h1.underline-brown:after {
	background: #b99a64 !important;
}

h2.underline-brown:after {
	background: #b99a64 !important;
}

h2.underline-green:after {
	background: #5a913a !important;
}

h2.underline-brightred:after {
	background: #9c1f31 !important;
}

.text-transform-none {
	text-transform: none !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.round-0 {
	border-radius: 0px !important;
}

.rounded-5 {
	border-radius: 5px !important;
}

.rounded-7 {
	border-radius: 7px !important;
}

@media (min-width: 768px) {
	.round-md-0 {
		border-radius: 0px !important;
	}

	.rounded-md-5 {
		border-radius: 5px !important;
	}

	.rounded-md-7 {
		border-radius: 7px !important;
	}
}

@media (min-width: 992px) {
	.round-lg-0 {
		border-radius: 0px !important;
	}

	.rounded-lg-5 {
		border-radius: 5px !important;
	}

	.rounded-lg-7 {
		border-radius: 7px !important;
	}
}

.top-radius-5 {
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.top-radius-7 {
	border-top-left-radius: 7px !important;
	border-top-right-radius: 7px !important;
}

.bottom-radius-5 {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.bottom-radius-7 {
	border-bottom-left-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
}

.right-radius-5 {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.right-radius-7 {
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
}

.left-radius-5 {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.left-radius-7 {
	border-top-left-radius: 7px !important;
	border-bottom-left-radius: 7px !important;
}

@media (min-width: 768px) {
	.top-md-radius-5 {
		border-top-left-radius: 5px !important;
		border-top-right-radius: 5px !important;
	}

	.top-md-radius-7 {
		border-top-left-radius: 7px !important;
		border-top-right-radius: 7px !important;
	}

	.bottom-md-radius-5 {
		border-bottom-left-radius: 5px !important;
		border-bottom-right-radius: 5px !important;
	}

	.bottom-md-radius-7 {
		border-bottom-left-radius: 7px !important;
		border-bottom-right-radius: 7px !important;
	}

	.right-md-radius-5 {
		border-top-right-radius: 5px !important;
		border-bottom-right-radius: 5px !important;
	}

	.right-md-radius-7 {
		border-top-right-radius: 7px !important;
		border-bottom-right-radius: 7px !important;
	}

	.left-md-radius-5 {
		border-top-left-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
	}

	.left-md-radius-7 {
		border-top-left-radius: 7px !important;
		border-bottom-left-radius: 7px !important;
	}
}

@media (min-width: 992px) {
	.top-lg-radius-5 {
		border-top-left-radius: 5px !important;
		border-top-right-radius: 5px !important;
	}

	.top-lg-radius-7 {
		border-top-left-radius: 7px !important;
		border-top-right-radius: 7px !important;
	}

	.bottom-lg-radius-5 {
		border-bottom-left-radius: 5px !important;
		border-bottom-right-radius: 5px !important;
	}

	.bottom-lg-radius-7 {
		border-bottom-left-radius: 7px !important;
		border-bottom-right-radius: 7px !important;
	}

	.right-lg-radius-5 {
		border-top-right-radius: 5px !important;
		border-bottom-right-radius: 5px !important;
	}

	.right-lg-radius-7 {
		border-top-right-radius: 7px !important;
		border-bottom-right-radius: 7px !important;
	}

	.left-lg-radius-5 {
		border-top-left-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
	}

	.left-lg-radius-7 {
		border-top-left-radius: 7px !important;
		border-bottom-left-radius: 7px !important;
	}
}

.alert.alert-theme-brown {
	border: none;
	border-radius: 0;
	background: #bc9a5f;
	color: #fff;
	border-bottom: 3px solid #887451;
}

.text-compassion-brown {
	color: #bc9a5f;
}

.error-text p {
	border: 1px solid #ea5239;
	margin: auto;
	width: calc(100% - 0px) !important;
	text-indent: 0 !important;
	height: auto !important;
	line-height: 39px !important;
	text-align: center !important;
	display: inline-block !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
}

@media(max-width: 767px) {
	.error-text p {
		border: 1px solid #ea5239;
		margin: auto;
		width: 100% !important;
	}
}

.top-100 {
	padding-top: 100px !important;
}

.top-120 {
	padding-top: 120px !important;
}

.top-150 {
	padding-top: 150px !important;
}

.top-175 {
	padding-top: 175px !important;
}

.top-200 {
	padding-top: 200px !important;
}

.top-225 {
	padding-top: 225px !important;
}

.top-250 {
	padding-top: 250px !important;
}

.top-275 {
	padding-top: 275px !important;
}

.top-300 {
	padding-top: 300px !important;
}

.bottom-120 {
	padding-bottom: 120px !important;
}

.bottom-150 {
	padding-bottom: 150px !important;
}

.bottom-175 {
	padding-bottom: 175px !important;
}

.bottom-200 {
	padding-bottom: 200px !important;
}

.bottom-225 {
	padding-bottom: 225px !important;
}

.bottom-250 {
	padding-bottom: 250px !important;
}

.bottom-275 {
	padding-bottom: 275px !important;
}

.bottom-300 {
	padding-bottom: 300px !important;
}

.bg-brown {
	background-color: #bc9a5f;
}

.text-compassion-blue {
	color: #0054a6;
}

/*.bg-light-blue { background-color: #d9e5f2; }*/
.bg-lightblue {
	background-color: #e4edf6;
}

.bg-green {
	background-color: #5a913a;
}

.text-gray {
	color: #656565e6;
}

.text-brightred {
	color: #9c1f31 !important;
}

.text-brown {
	color: #c36a28;
}

.text-green {
	color: #5a913a;
}

.text-black {
	color: #1a1a1a !important;
}

.bg-c4c4c4 {
	background-color: #c4c4c4;
}

.bg-sky-light-blue {
	background-color: #eef7f9;
}

.border-bottom-blue {
	border-bottom: 3px solid #004180;
}

.text-red {
	color: red;
}

.text-san-juan {
	color: #425563 !important;
}

.text-cyan {
	color: #0086BF !important;
}

.text-navy-blue {
	color: #005eb8 !important;
}

.bg-theme-forest-green {
	background-color: #339526 !important;
}

.text-theme-forest-green {
	color: #339526 !important;
}

.font-weight-400 {
	font-weight: 400 !important;
}

/******************************** End New Custom CSS By DeepakV ******************************************/

/******************************** Start Compassion Animation Style ******************************************/
.animation-duration-0ms {
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
}

.animation-duration-100ms {
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
}

.animation-duration-200ms {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
}

.animation-duration-300ms {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.animation-duration-400ms {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

.animation-duration-500ms {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

@-webkit-keyframes fadeUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(250px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeUp {
	0% {
		opacity: 1;
		transform: translateY(250px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeUp {
	-webkit-animation-name: fadeUp;
	animation-name: fadeUp;
}

.mw-none {
	max-width: none !important;
}

/********************************* End Compassion Animation Style ******************************************/

/* new themes as per  */


/* ---------- TEXT COLOR UTILITIES ---------- */
.text-core-blue {
	color: var(--core-blue);
}

.text-dark-blue {
	color: var(--dark-blue);
}

.text-low-blue {
	color: var(--low-blue);
}

.text-mid-blue {
	color: var(--mid-blue);
}

.text-high-blue {
	color: var(--high-blue);
}

.text-low-green {
	color: var(--low-green);
}

.text-mid-green {
	color: var(--mid-green);
}

.text-high-green {
	color: var(--high-green);
}

.text-low-yellow {
	color: var(--low-yellow);
}

.text-mid-yellow {
	color: var(--mid-yellow);
}

.text-high-yellow {
	color: var(--high-yellow);
}

.text-low-pink {
	color: var(--low-pink);
}

.text-mid-pink {
	color: var(--mid-pink);
}

.text-high-pink {
	color: var(--high-pink);
}

.text-low-orange {
	color: var(--low-orange);
}

.text-mid-orange {
	color: var(--mid-orange);
}

.text-high-orange {
	color: var(--high-orange);
}

.text-low-brown {
	color: var(--low-brown);
}

.text-mid-brown {
	color: var(--mid-brown);
}

.text-high-brown {
	color: var(--high-brown);
}

.text-low-black {
	color: var(--low-black);
}

.text-off-black {
	color: var(--off-black);
}

.text-low-grey {
	color: var(--low-grey);
}

.text-mid-grey {
	color: var(--mid-grey);
}

.text-high-grey {
	color: var(--high-grey);
}

.text-low-eggshell {
	color: var(--low-eggshell);
}

.text-mid-eggshell {
	color: var(--mid-eggshell);
}

.text-high-eggshell {
	color: var(--high-eggshell);
}

.text-pure-white {
	color: var(--pure-white);
}

/* ---------- BACKGROUND COLOR UTILITIES ---------- */
.bg-core-blue {
	background-color: var(--core-blue);
}

.bg-dark-blue {
	background-color: var(--dark-blue);
}

.bg-low-blue {
	background-color: var(--low-blue);
}

.bg-mid-blue {
	background-color: var(--mid-blue);
}

.bg-high-blue {
	background-color: var(--high-blue);
}

.bg-low-green {
	background-color: var(--low-green);
}

.bg-mid-green {
	background-color: var(--mid-green);
}

.bg-high-green {
	background-color: var(--high-green);
}

.bg-low-yellow {
	background-color: var(--low-yellow);
}

.bg-mid-yellow {
	background-color: var(--mid-yellow);
}

.bg-high-yellow {
	background-color: var(--high-yellow);
}

.bg-low-pink {
	background-color: var(--low-pink);
}

.bg-mid-pink {
	background-color: var(--mid-pink);
}

.bg-high-pink {
	background-color: var(--high-pink);
}

.bg-low-orange {
	background-color: var(--low-orange);
}

.bg-mid-orange {
	background-color: var(--mid-orange);
}

.bg-high-orange {
	background-color: var(--high-orange);
}

.bg-low-brown {
	background-color: var(--low-brown);
}

.bg-mid-brown {
	background-color: var(--mid-brown);
}

.bg-high-brown {
	background-color: var(--high-brown);
}

.bg-low-black {
	background-color: var(--low-black);
}

.bg-off-black {
	background-color: var(--off-black);
}

.bg-low-grey {
	background-color: var(--low-grey);
}

.bg-mid-grey {
	background-color: var(--mid-grey);
}

.bg-high-grey {
	background-color: var(--high-grey);
}

.bg-low-eggshell {
	background-color: var(--low-eggshell);
}

.bg-mid-eggshell {
	background-color: var(--mid-eggshell);
}

.bg-high-eggshell {
	background-color: var(--high-eggshell);
}

.bg-pure-white {
	background-color: var(--pure-white);
}

.bg-page-background {
	background-color: var(--page-background);
}

.font-neighbour {
	font-family: "NeighbourSans", sans-serif;
}

.font-quincy {
	font-family: "QuincyCF", sans-serif;
}

.font-quincy-thin {
	font-weight: 100;
}

.font-quincy-bold {
	font-weight: 700;
}

.font-neighbour-oblique {
	font-family: "NeighbourSans", sans-serif;
	font-weight: 400;
	font-style: oblique;
}


.cmp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	border-radius: 9999px;
	transition: all 0.2s ease-in-out;
	font-family: "NeighbourSans", sans-serif;
	border: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	outline: none !important;
}

.cmp-btn:hover {
	color: initial;
}

.cmp-btn:disabled {
	pointer-events: none;
	opacity: 0.5;
}



.cmp-btn--default {
	height: 48px;
	padding: 0 30px;
	font-size: 17px;
	font-weight: 500;
	line-height: 40px;
}


.cmp-btn--impact {
	height: 56px;
	padding: 0 34px;
	font-size: 19px;
	font-weight: 600;
	line-height: 40px;
}


.cmp-btn--compact {
	height: 40px;
	padding: 0 22px;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
}