@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900&display=swap');

.source-sans {
	font-family: 'Source Sans Pro', sans-serif !important;
}

.cinzel {
	font-family: 'Cinzel', serif !important;
}

/*<CSSVariables>*/
:root {
	--color-primary: #262463;
	--color-secondary: #3ab54a;
	--color-tertiary: #eeeeee;

	--font-primary: 'Cinzel', serif;
	--font-secondary: 'Source Sans Pro', sans-serif;
}

/*</CSSVariables>*/

body {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	color: #707070;
	margin: 0px;
	padding: 0px;
	position: relative;
	/*<JBOAdded>*/
	/* background-color: #FFC0C0; */
	/*</JBOAdded>*/
	border-top: 5px solid #3ab54a;
	border-bottom: 45px solid #3e577a;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cinzel', serif;
	color: #1a4f8f
		/*!important*/
	;
	font-weight: 400;
}

/*<JBOsAdditions>*/

#textToPlayerDiv, #noJsTextToPlayerDiv, #workingButtons, #neuteredButtons {
	display: none;
}

p a, .regLink {
	color: #3ab54a
		/*!important*/
	;
	/*<JBOAdded>*/
	font-weight: bold;
	/*</JBOAdded>*/
}

p a:hover, .regLink:hover {
	color: #1a4f8f
		/*!important*/
	;
	text-decoration: none
		/*!important*/
}

/*
.fightsToJoin a
{
	color: orange / *!important* /;
}
*/

.fightsToJoinOrange {
	color: orange
		/*!important*/
	;
}

.fightsToJoinGray, .fightsToJoinGray:hover {
	color: #808080
		/*!important*/
	;
	/* #808080 is (light) gray */
}

/*
.fightsToJoin a:hover
{
	color: red / *!important* /;
}
*/

#descripArticle h3 {
	margin-top: 35px;
	margin-bottom: 0px;
	/* margin-bottom: -12px; */
}

#descripArticle p {
	margin-bottom: 12px;
	/* margin-top: 15px; */
}

.proof table {
	border-collapse: collapse;
}

.proof td, .proof th {
	padding: 5px;
	border: 2px solid #707070;
	/* was #777777->gray #9003fc->echodClaimPurple #262463->echodClaimSPBlue */
	vertical-align: top;
}

.beefHistUL {
	list-style-type: none;
}

.plusSign {
	display: inline-block;
	width: 12px;
	/* 12px 37px */
	height: 12px;
	/* 12px 37px */
	background-image: url("../images/bulletPlus.jpg");
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.minusSign {
	display: inline-block;
	width: 12px;
	/* 12px 37px */
	height: 12px;
	/* 12px 37px */
	background-image: url("../images/bulletMinus.jpg");
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

p.howItWorks {
	margin-left: 5%;
	margin-bottom: 1.25em;
	margin-right: 5%;
	text-align: justify;
	text-justify: inter-word;
}

p.legal {
	text-align: justify;
	text-justify: inter-word;
	font-size: 14px;
}

ul.howItWorks {
	margin-left: 5%;
	margin-bottom: 1.25em;
	margin-right: 5%;
	text-align: justify;
	text-justify: inter-word;
}

li a.echodClaimRed {
	color: red !important;
	text-decoration: none !important;
}

li a.echodClaimRed:hover {
	color: #9003fc !important;
	/* #ff0066 #1a4f8f !important;*/
	text-decoration: none !important;
}

.echodClaimRed {
	color: red !important;
	text-decoration: none !important;
}

li a.echodClaimOrange {
	color: orange !important;
	text-decoration: none !important;
}

li a.echodClaimOrange:hover {
	color: #9003fc !important;
	/* #ff0066 #1a4f8f !important;*/
	text-decoration: none !important;
}

.echodClaimOrange {
	color: orange !important;
	text-decoration: none !important;
}

li a.echodClaimSPGreen {
	color: #3ab54a !important;
	text-decoration: none !important;
}

li a.echodClaimSPGreen:hover {
	color: #9003fc !important;
	/* #ff0066 #1a4f8f !important;*/
	text-decoration: none !important;
}

.echodClaimSPGreen {
	color: #3ab54a !important;
	text-decoration: none !important;
}

.echodClaimAquaIsh {
	color: #0077CC !important;
	-webkit-text-decoration: non !important;
	text-decoration: non !important;
}

li a.echodClaimSPBlue {
	color: #262463 !important;
	text-decoration: none !important;
}

/*
li a.echodClaimSPBlue
{
	color: #2667A4 !important; / * was #262463 * /
	text-decoration: none !important;
}
*/

li a.echodClaimSPBlue:hover {
	color: #9003fc !important;
	/* #ff0066 #1a4f8f !important;*/
	text-decoration: none !important;
}

.echodClaimSPBlue {
	color: #262463 !important;
	text-decoration: none !important;
}

.bold {
	font-weight: bold;
}

/*
.echodClaimSPBlue
{
	color: #2667A4 !important; / * was #262463 * /
	text-decoration: none !important;
}
*/

li a.echodClaimPurple {
	color: #9003fc !important;
	/*#4a235a*/
	text-decoration: none !important;
}

li a.echodClaimPurple:hover {
	color: #9003fc !important;
	/* #ff0066 #1a4f8f !important;*/
	text-decoration: none !important;
}

.echodClaimPurple {
	color: #9003fc !important;
	/*#4a235a*/
	text-decoration: none !important;
}

.echodClaimPurpleBOLD {
	color: #9003fc !important;
	/*#4a235a*/
	font-weight: bold;
	text-decoration: none !important;
}

li a.echodClaimPink {
	color: #ff0066 !important;
	text-decoration: none !important;
}

li a.echodClaimPink:hover {
	color: #9003fc !important;
	/* #ff0066 #1a4f8f !important;*/
	text-decoration: none !important;
}

.echodClaimPink {
	color: #ff0066 !important;
	text-decoration: none !important;
}

li a.echodClaimGray {
	color: gray !important;
	text-decoration: none !important;
}

li a.echodClaimGray:hover {
	color: #9003fc !important;
	/* #ff0066 #1a4f8f !important;*/
	text-decoration: none !important;
}

.echodClaimGray {
	color: gray !important;
	text-decoration: none !important;
}

li a.echodClaimColorless {
	text-decoration: none !important;
}

li a.echodClaimColorless:hover {
	text-decoration: none !important;
}

li a.echodClaimError {
	color: #4a235a !important;
	text-decoration: none !important;
}

.echodClaimError {
	color: #4a235a !important;
	/* 4a235a is a plum color */
	text-decoration: none !important;
}

.ddlinksPopupSave>a:hover {
	background: #3ab54a !important;
	color: #fff !important;
}

.ddlinksNoPopupSave>a:hover {
	background: #3ab54a !important;
	color: #fff !important;
}

.beefHist

/*textarea{*/
	{
	width: 100% !important;
	border-radius: 4px;
	background: #fcfcfc !important;
	border: 1px solid #ddd;
	color: #777;
	margin-bottom: 15px;
	padding: 5px 12px;
}

.prompt-form input[type="submit"] {
	background: #3ab54a !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 4px solid #3ab54a !important;
	border-radius: 6px !important;
	color: white !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 12px 24px 8px !important;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	/* display: inline-block !important; */
	white-space: normal !important;
	font-size: 14px;
	/* margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px; */
	margin-bottom: 15px;
	/*width: 100% !important;*/
}

.prompt-form input[type="submit"]:hover {
	border-bottom: 4px solid #008c2e !important;
	text-decoration: none !important;
}

.index-buttons {
	display: -ms-grid;
	display: grid;
	grid-template-areas:
		'first second';
	gap: 20px;
}

@media only screen and (max-width: 767px) {
	.index-buttons {
		grid-template-areas:
			"first"
			"second";
	}
}

.index-button-1 {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: first;
}

.index-button-2 {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: second
}

@media only screen and (max-width: 767px) {
	.index-button-1 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.index-button-2 {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
}

.regButton {
	background: #3ab54a !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 4px solid #3ab54a !important;
	border-radius: 6px !important;
	color: white !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 12px 24px 8px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	/* display: inline-block !important; */
	white-space: normal !important;
	font-size: 14px;
	/* margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px; */
	margin-bottom: 15px;
	/*width: 100% !important;*/
}

.regButton:hover {
	border-bottom: 4px solid #008c2e !important;
	text-decoration: none !important;
}

.footerLink {
	margin-top: -10px;
}

.footerLink a {
	color: #FFFFFF !important;
}

.footerLink a:hover {
	color: #FFFFFF !important;
	text-decoration: underline !important;
}


/*</JBOsAdditions>*/

.width75 {
	max-width: 75%;
	margin-left: auto !important;
	margin-right: auto !important;
}


#header {
	border-top: 5px solid #3ab54a !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}


.site-logo {
	padding: 15px 0 !important;
}



.hero-area {
	background-image: url('../images/hero_v02.jpg');
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-area:after {
	background-color: rgba(102, 110, 112, 0.4);
}

.bg-overlay:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.hero-content {
	z-index: 999;
	position: relative;
}

.hero-area * {
	color: #fff !important;
}

.phead {
	font-size: 20px;
	font-style: italic;
	font-weight: 600 !important;
	margin: 20px 0;
	color: #1a4f8f !important;
}


.col3 {
	background: #eee !important;
}

.inner-white-box {
	background: #fff;
	padding: 25px 15px;
}

.inner-white-box img {
	margin: auto auto 15px !important;
}

.inner-white-box h5 {
	font-size: 18px !important;
	margin-bottom: 10px;
}


.paypal-btn {
	background: #3ab54a !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 4px solid #3ab54a !important;
	border-radius: 6px !important;
	color: white !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 12px 24px 8px !important;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	display: inline-block !important;
	white-space: normal !important;
	font-size: 14px;
	margin-bottom: 15px;

}

.paypal-btn:hover {
	border-bottom: 4px solid #008c2e !important;
	text-decoration: none !important;
}

.fl-btn {
	min-width: 220px !important;
}


#footer {
	font-size: 12px;
	background: #3e577a;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 15px;
}

.footer-nav {
	padding: 0;
}

.footer-nav li {
	list-style: none !important;
	display: block;
	text-align: center;
}

.footer-nav li a {
	color: #fff !important;
	padding: 0 10px;
}

.footer-right {
	text-align: center;
}



/*** ABOUT PAGE ***/
.hero-about {
	/* background-image: url('../images/AdobeStock_61733228.jpg'); */
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-about:after {
	background-color: rgba(102, 110, 112, 0.65);
}

.hero-about h2 {
	color: #fff !important;
	text-align: center;
}

/*** ORDER PAGE ***/
.hero-order {
	/* background-image: url('../images/AdobeStock_80040218.jpg'); */
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-order:after {
	background-color: rgba(102, 110, 112, 0.65);
}

.hero-order h2 {
	color: #fff !important;
	text-align: center;
}

.order-left {
	background: rgba(238, 238, 238, 1) !important;
	padding: 20px;
}

.order-col2 .paypal-btn {
	margin-bottom: 0 !important;
}


/*** DONATE PAGE ***/
.hero-donate {
	/* background-image: url('../images/donate.jpg'); */
	/* background-attachment: fixed; */
	/* background-position: center center; */
	/* position: relative; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
}

.hero-donate:after {
	background-color: rgba(102, 110, 112, 0.4);
}

.hero-donate h2 {
	color: #fff !important;
	text-align: center;
}


/*** CONTACT PAGE ***/
.hero-contact {
	/* background-image: url('../images/contact2.jpg'); */
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-contact:after {
	background-color: rgba(102, 110, 112, 0.4);
}

.hero-contact h2 {
	color: #fff !important;
	text-align: center;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea {
	width: 100% !important;
	border-radius: 4px;
	background: #fcfcfc !important;
	border: 1px solid #ddd;
	color: #777;
	margin-bottom: 15px;
	padding: 5px 12px;
}

.contact-form input[type="submit"] {
	background: #3ab54a !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 4px solid #3ab54a !important;
	border-radius: 6px !important;
	color: white !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 12px 24px 8px !important;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	display: inline-block !important;
	white-space: normal !important;
	font-size: 14px;
	margin-bottom: 15px;
	/* width: 100% !important;
	*/
}

.contact-form input[type="submit"]:hover {
	border-bottom: 4px solid #008c2e !important;
	text-decoration: none !important;
}

/*** BLOG PAGE ***/
.hero-blog {
	/* background-image: url('../images/hero_v01.png'); */
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-blog:after {
	background-color: rgba(102, 110, 112, 0.4);
}

.hero-blog h2 {
	color: #fff !important;
	text-align: center;
}


h2 a {
	color: #1a4f8f;
}

h2 a:hover {
	color: #3ab54a;
	text-decoration: none !important;
}

.blog-item {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

form.search input[type="text"] {
	width: 100% !important;
	border-radius: 4px;
	background: #fcfcfc !important;
	border: 1px solid #ddd;
	color: #777;
	margin-bottom: 15px;
	padding: 5px 12px;
	font-style: italic;
}

/* </JBOsAdditions> -added by Nick 2022/05/27 */

/* <NicksAdditions> */

/*** descrip_quick.php**/

:root {
	--descrip-bars: #262463;
	--descrip-background-1: #d9d9d9;
}

.descrip-bar {
	height: 10px;
	background-color: var(--descrip-bars);
}

.descrip-container {
	padding: 40px;
}

.unify-content-wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.unify-2-column-svg-wrapper {
	display: grid;
	grid-template-columns: 55% 45%;
}

.unify-2-column-svg-left {
	grid-column: 1;
	margin-right: 40px;
}

.unify-2-column-svg-right {
	grid-column: 2;
	display: flex;
	align-items: flex-end;
}

.unify-2-column-image-wrapper {
	display: grid;
	grid-template-columns: 40% 60%;
}

.unify-2-column-image-left {
	background-image: url("images/stack-stones-g66b65343b_640.webp");
	background-size: cover;
}

.unify-2-column-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.unify-2-column-image-right {
	padding: 40px;
}

.js-descrip-container-odd {
	background-color: var(--descrip-background-1);
}

.unify-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 90px;
}

.unify-logo {
	max-width: 700px;
	margin: 0 auto;
}

h2.unify-h2 {
	font-family: var(--font-primary);
	font-weight: 700;
	color: var(--color-primary)
}

h3.unify-h3 {
	font-family: var(--font-primary);
	font-weight: 700;
	color: var(--color-primary)
}

p.unify-p {
	font-family: var(--font-secondary);
}

.descrip-speech-bubbles {
	fill-rule: evenodd;
	clip-rule: evenodd;
	stroke-linejoin: round;
	stroke-miterlimit: 2;
	transform: scaleY(-100%);
	margin-bottom: -80px;
}

.descrip-speech-bubbles path {
	fill: blue;
	opacity: .2;
	fill-rule: nonzero;
}

/*** index.html ***/
#mainPane {
	/* min-height: 100vh; */
	/* border-top: calc(var(--body-border-top) * 1px) solid #3ab54a;
	border-bottom: calc(var(--body-border-bottom) * 1px) solid #3e577a; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-pane-inner {
	min-height: 100%;
	min-width: 100%;
}

#mainPane2 {
	margin: 6vw auto 8vw auto;
}

#everythingElse {
	padding: 0px;
}

.logo-claim {
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 3px var(--home-transparent-backgrounds);
	background-color: var(--home-transparent-backgrounds);
}

#logoAndUNIFY_Text {
	float: none;
}

.home-claim-wrap {
	margin-top: 40px;
}

.home-claim-intro {
	text-align: center;
	font-size: 35px;
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--unify-primary);
	font-weight: 700;
	line-height: 1.25;
}

.home-claim-intro-2 {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--unify-primary);
	font-weight: 700;
	margin-left: 30px;
	margin-top: 25px;
}

.br-remove-on-tablet {
	display: none;
}

@media only screen and (max-width: 850px) {
	.br-remove-on-tablet {
		display: block;
	}
}

.home-claim-list {
	padding-left: 53px;
}

.home-claim-list-item {
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--unify-primary);
	font-weight: 700;
}

@media only screen and (max-width: 575px) {
	.home-claim-intro {
		font-size: 24px;
	}

	.home-claim-intro-2 {
		font-size: 20px;
		margin-left: 25px;
	}

	.home-claim-list {
		padding-left: 43px;
	}

	.home-claim-list-item {
		font-size: 18px;
	}
}

#bottomText {
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	float: none;
}

#bottomTextInner {
	float: none;
}

.splashTextTopP {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}

.unify-quote__wrapper {
	position: relative;
	clear: both;
	margin: 40px 0px 20px 0px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 3px var(--home-transparent-backgrounds);
	background-color: var(--home-transparent-backgrounds);
	z-index: 100;
}

.unify-quote__wrapper .unify-quote__svg {
	position: absolute;
	height: 75px;
	top: 20px;
	left: 20px;
	z-index: 110;
}

.unify-quote__quote-container {
	padding: 15px 0px 15px 15px;
	margin-right: 5px;
	z-index: 120;
}

.unify-quote__quote-container-inner {
	padding-right: 5px;
	border-radius: 5px;
	border-right: 5px solid #3e577a;
}

.unify-quote__quote {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: var(--color-primary);
	font-size: 16px;
	font-weight: 700;
	position: relative;
	z-index: 130;
}

.unify-quote__quote-container .unify-quote__quote-author {
	text-align: right;
	color: var(--color-primary);
	font-size: 16px;
	margin: 10px 30px 0px 0px;
}

@media only screen and (min-width: 575px) {
	/* xs */

	.unify-quote__quote-container {
		padding: 20px 0px 20px 20px;
	}

	.unify-quote__quote {
		font-size: 18px;
	}

	.unify-quote__quote-container .unify-quote__quote-author {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	/* med (was lg) */

	.unify-quote__wrapper .unify-quote__svg {
		height: 100px;
	}

	.unify-quote__wrapper002 .unify-quote__svg {
		height: 100px;
	}

	.unify-quote__wrapper003 .unify-quote__svg {
		height: 100px;
	}

	.unify-quote__quote {
		font-size: 22px;
		text-align: left;
	}

	.unify-quote__quote-container .unify-quote__quote-author {
		font-size: 22px;
		margin: 10px 150px 0px 0px;
	}
}


/* Homepage country flags */

:root {
	--initial-time: 5s;
	--loop-time: 10s;
	--first-delay-time: 3s;
	--page-height: 1000px;
	--body-border-top: 5;
	--body-border-bottom: 45;
	/* push flags off screen before javascript calculates the variable */
	--flags-height: 20000px;
	--home-transparent-backgrounds: rgba(255, 255, 255, 0.82);
	--unify-primary: #262463;
	--unify-secondary: #3ab54a;
	--unify-tertiary: #3e577a;
}

.countries-outer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

/* only show on tablet and desktop */
@media only screen and (max-width: 1100px) {
	.countries-outer {
		display: none;
	}
}

body.main-fade-in {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.countries-initial-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	opacity: .16;
}

.countries-initial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* background-color: lightpink; */
}

.countries-initial.flag-animate {
	-webkit-animation-duration: var(--initial-time);
	animation-duration: var(--initial-time);
	-webkit-animation-name: flagsInitial;
	animation-name: flagsInitial;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.countries-infinity-first-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	opacity: .16;
}

.countries-infinity-first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* background-color: lightgreen; */
	position: absolute;
	top: var(--flags-height);
}

.countries-infinity-first.flag-animate {
	-webkit-animation-duration: var(--loop-time);
	animation-duration: var(--loop-time);
	-webkit-animation-name: flagsLoop;
	animation-name: flagsLoop;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.countries-infinity-second-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	opacity: .16;
}

.countries-infinity-second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* background-color: lightblue; */
	position: absolute;
	top: var(--flags-height);
}

.countries-infinity-second.flag-animate {
	-webkit-animation-duration: var(--loop-time);
	animation-duration: var(--loop-time);
	-webkit-animation-name: flagsLoop;
	animation-name: flagsLoop;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-delay: var(--initial-time);
	animation-delay: var(--initial-time);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flagsInitial {
	0% {

		-webkit-transform: translateY(0px);

		transform: translateY(0px);
	}

	100% {

		-webkit-transform: translateY(-100%);

		transform: translateY(-100%);
	}
}

@keyframes flagsInitial {
	0% {

		-webkit-transform: translateY(0px);

		transform: translateY(0px);
	}

	100% {

		-webkit-transform: translateY(-100%);

		transform: translateY(-100%);
	}
}

@-webkit-keyframes flagsLoop {
	0% {

		-webkit-transform: translateY(0px);

		transform: translateY(0px);
	}

	100% {

		-webkit-transform: translateY(-200%);

		transform: translateY(-200%);
	}
}

@keyframes flagsLoop {
	0% {

		-webkit-transform: translateY(0px);

		transform: translateY(0px);
	}

	100% {

		-webkit-transform: translateY(-200%);

		transform: translateY(-200%);
	}
}

.country-flag {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 12%;
	flex: 1 0 12%;
	text-align: center;
	padding: 30px 0px;
}

.country-flag img {
	width: 100px;
	height: auto;
}

@media only screen and (max-width: 1100px) {
	.country-flag {
		padding: 25px 0px;
	}

	.country-flag img {
		width: 70px;
	}
}

@media only screen and (max-width: 800px) {
	.country-flag {
		padding: 20px 0px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 21%;
		flex: 1 0 21%;
	}

	.country-flag img {
		width: 100px;
	}

	.countries-initial.flag-animate {
		-webkit-animation-duration: var(--initial-time-mobile);
		animation-duration: var(--initial-time-mobile);
	}

	.countries-infinity-first.flag-animate {
		-webkit-animation-duration: var(--loop-time-mobile);
		animation-duration: var(--loop-time-mobile);
	}

	.countries-infinity-second.flag-animate {
		-webkit-animation-duration: var(--loop-time-mobile);
		animation-duration: var(--loop-time-mobile);
		-webkit-animation-delay: var(--delay-time-mobile);
		animation-delay: var(--delay-time-mobile);
	}

}

@media only screen and (max-width: 600px) {
	.country-flag img {
		width: 80px;
	}
}

@media only screen and (max-width: 500px) {
	.country-flag img {
		width: 70px;
	}
}

/* Homepage carousel */
.carousel-wrapper {
	display: block;
	margin: 0 auto;
}

.carousel-wrapper-inner {
	display: block;
}

.carousel {
	border: solid 2px var(--unify-tertiary);
	overflow: hidden;
}

.carousel-inner {
	background-color: rgb(240, 240, 240);
}

.carousel-inner .item {
	padding: 30px 0px;
	min-height: 200px;
}

@media only screen and (max-width: 650px) {

	.carousel-inner .item {
		padding: 20px 0px;
	}
}

.carousel-country-p {
	line-height: .75;
	font-size: 22px;
	color: #262463;
	margin: 10px 0px;
}

@media only screen and (max-width: 900px) {
	.carousel-country-p {
		margin: 10px 0px;
	}
}

@media only screen and (max-width: 650px) {
	.carousel-country-p {
		font-size: 18px;
		margin: 10px 0px;
	}
}

.carousel-control {
	color: #262463;
}

.carousel-flag {
	font-size: 150px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel-quote {
	color: #333;
	font-size: 20px;
}

@media only screen and (max-width: 650px) {
	.carousel-quote {
		font-size: 16px;
	}
}


.carousel-disclaimer-wrapper {
	background-color: var(--unify-tertiary);
	padding: 5px;
}

.carousel-disclaimer {
	margin: 0px;
	font-size: 12px;
	color: white;
}

@media only screen and (max-width: 650px) {
	.carousel-disclaimer {
		font-size: 10px;
	}
}


.credentials {
	border-radius: 15px;
	margin: 40px 0px 60px;
}

.credentials__blurb {
	text-transform: uppercase;
	margin-bottom: 20px;
	/* margin-bottom: 40px; */
	font-size: 20px;
	color: var(--color-primary);
}

.organizations {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.organization {
	height: 60px;
	width: calc(20% - (80px / 5));
	/* width: 300px; */
	background-color: grey;
}

@media screen and (min-width: 768px) {
	.carousel-caption {
		padding-bottom: 20px;
	}
}

/* </NicksAdditions> */

/***************************************************************************************************/
/***************************************************************************************************/
/* MediaStuff */
/*
	According to w3schools, my definitive source (and this seems to be the correct one)
	My cell phone is 375px
	XXS < 574px
	574px <= XS < 768px
	768px <= Small < 992px
	992px <= Med < 1200px
	1200px <= Lg

	According to the other random page I looked at:
	My cell phone is 375px
	XS < 575px (576px?)
	575px (576px?) <= Small < 768px
	768px <= Med < 992px
	992px <= Lg < 1200px
	1200px <= XL
*/

@media (max-width: 574px)

/* xxs (goes up to 574px) */
	{
	#header .container {
		padding: 0 !important;
	}

	#header .col-cs-10 {
		padding-left: 0 !important;
	}

	#header .col-cs-2 {
		padding-right: 0 !important;
	}

	/*<JBOsAdditions>*/
	.ddlinks2 {
		-webkit-transition: all 0.3s ease !important;
		-o-transition: all 0.3s ease !important;
		transition: all 0.3s ease !important;
		letter-spacing: 0.03em;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		/*text-transform: uppercase;*/
		color: #545454 !important;
		margin-top: -1px;
		margin-left: 15px;
		padding: 3px 10px 3px 10px !important;
	}

	.splashTextTopP {
		margin: -10px 0px 20px 0px;
		font-size: 22px;
	}

	/* 2.75vw; 17px; */
}

.splashTextSubseqP {
	margin: -15px 0px 20px 0px;
	font-size: 17px;
	/* 2.75vw; 17px; */
}

.splashTextBottomBottom {
	font-size: 12px;
	/* 2.75vw; 17px; */
}

.xsAppear1 {
	display: block;
}

.appear1 {
	display: none;
}

.xxs-appear {
	display: block;
}

.xxs-disappear {
	display: none;
}

.unifyText {
	font-size: 56px;
}

.agreementAppText {
	font-size: 22px;
}

.reachAgreementText {
	font-size: 20px;
	/* 15px; */
}

.reachAgreementText2 {
	font-size: 20px;
	/* 15px; */
}

.splashP1 {
	text-align: left;
	/* left center */
}

.splashLeftOfImageDiv {
	height: 0px;
}

.splashImageDiv {
	/* height: 570px; */
	position: relative;
	margin: 0px;
	padding: 0px;
}

.splashImageDiv2 {
	position: relative;
	/* absolute; */
	/* top: 50%;
			left: 50%;
			transform: translate(-50%, -50%); */
}

.splashImage {
	max-width: 100%;
	height: auto;
}

.splashBelowBulletsDiv {
	height: 10px;
}

#logoAndUNIFY_Text {
	padding: 0px 0px;
	/*padding: 0px 57px; */
}

/*</JBOsAdditions>*/

.navbar-toggle {
	padding: 0 !important;
	margin-top: 10px !important;
	/*60px !important;*/
	margin-right: 0 !important;
}

.fl-row {
	padding-top: 10px;
	/*25px;*/
	padding-bottom: 10px;
}

.hero-area h2,
.hero-about h2 {
	font-size: 24px;
}


/***************************************************************************************************/
/*
	According to w3schools, my definitive source (and this seems to be the correct one)
	My cell phone is 375px
	XXS < 574px
	574px <= XS < 768px
	768px <= Small < 992px
	992px <= Med < 1200px
	1200px <= Lg

	According to the other random page I looked at:
	My cell phone is 375px
	XS < 575px (576px?)
	575px (576px?) <= Small < 768px
	768px <= Med < 992px
	992px <= Lg < 1200px
	1200px <= XL
*/

@media (min-width: 575px) {

	/* xs still (was small) */

	#header .container {
		padding: 0 !important;
	}

	#header .col-cs-10 {
		padding-left: 0 !important;
	}

	#header .col-cs-2 {
		padding-right: 0 !important;
	}

	/*<JBOsAdditions>*/
	.ddlinks2 {
		-webkit-transition: all 0.3s ease !important;
		-o-transition: all 0.3s ease !important;
		transition: all 0.3s ease !important;
		letter-spacing: 0.03em;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		/*text-transform: uppercase;*/
		color: #545454 !important;
		margin-top: -1px;
		margin-left: 15px;
		padding: 3px 10px 3px 10px !important;
	}

	.splashTextTopP {
		margin: -20px 0px 20px 0px;
		font-size: 24px;
		/* 2.65vw; 2.75vw; 20px; */
	}

	.splashTextSubseqP {
		margin: -20px 0px 20px 0px;
		font-size: 2.55vw;
		/* 20px; */
	}

	.splashTextBottomBottom {
		font-size: 2.25vw;
		/* 17px; */
	}

	.xsAppear1 {
		display: none;
	}

	.appear1 {
		display: block;
	}

	.xs-appear {
		display: block;
	}

	.xs-disappear {
		display: none;
	}

	.unifyText {
		font-size: 9.75vw;
	}

	.agreementAppText {
		font-size: 3.75vw;
	}

	.reachAgreementText {
		font-size: 20px;
		/* 15px; */
	}

	.reachAgreementText2 {
		font-size: 20px;
		/* 15px; */
	}

	.splashP1 {
		text-align: left;
		/* left center */
	}

	.splashLeftOfImageDiv {
		height: 0px;
	}

	.splashImageDiv {
		/* height: 570px; */
		position: relative;
		margin: 0px;
		padding: 0px;
	}

	.splashImageDiv2 {
		position: relative;
		/* absolute; */
		/* top: 50%;
			left: 50%;
			transform: translate(-50%, -50%); */
	}

	.splashImage {
		max-width: 100%;
		height: auto;
	}

	.splashBelowBulletsDiv {
		height: 10px;
	}

	#logoAndUNIFY_Text {
		padding: 0px 0px;
		/*padding: 0px 57px; */
	}

	/*</JBOsAdditions>*/

	.navbar-toggle {
		padding: 0 !important;
		margin-top: 10px !important;
		/*60px !important;*/
		margin-right: 0 !important;
	}

	.fl-row {
		padding-top: 10px;
		/*25px;*/
		padding-bottom: 10px;
	}

	.hero-area h2,
	.hero-about h2 {
		font-size: 24px;
	}
}

/***************************************************************************************************/
/*
	According to w3schools, my definitive source (and this seems to be the correct one)
	My cell phone is 375px
	XXS < 574px
	574px <= XS < 768px
	768px <= Small < 992px
	992px <= Med < 1200px
	1200px <= Lg

	According to the other random page I looked at:
	My cell phone is 375px
	XS < 575px (576px?)
	575px (576px?) <= Small < 768px
	768px <= Med < 992px
	992px <= Lg < 1200px
	1200px <= XL
*/

@media (min-width: 768px)

/* small (was medium) */
	{
	.container {
		width: 100% !important;
		max-width: 1100px !important;
	}

	.navbar-nav {
		float: none !important;
		text-align: right !important;
	}

	.navbar-nav>li {
		float: none !important;
		display: inline-block !important;
	}

	/*<JBOsAdditions>*/
	.ddlinks2 {
		-webkit-transition: all 0.3s ease !important;
		-o-transition: all 0.3s ease !important;
		transition: all 0.3s ease !important;
		letter-spacing: 0.03em;
		font-size: 14px;
		/*13px; 12px;*/
		font-weight: 400;
		line-height: 1.4;
		/*text-transform: uppercase;*/
		color: #545454 !important;
		margin-top: -1px;
		margin-left: 10px;
		padding: 3px 10px 3px 10px !important;
		/*10px 10px 10px 10px;*/
	}

	.splashTextTopP {
		margin: -20px 0px 20px 0px;
		font-size: 24px;
		/* 22px; */
	}

	.splashTextSubseqP {
		margin: -20px 0px 20px 0px;
		font-size: 2.5vw;
		/* 22px; */
	}

	.splashTextBottomBottom {
		font-size: 17px;
		/* 2.75vw; 17px; */
	}

	.xsAppear1 {
		display: none;
	}

	.appear1 {
		display: none;
	}

	.sm-appear {
		display: block;
	}

	.sm-disappear {
		display: none;
	}

	.unifyText {
		font-size: 9.75vw;
	}

	.agreementAppText {
		font-size: 3.75vw;
	}

	.reachAgreementText {
		font-size: 20px;
		/* 2.5vw */
	}

	.reachAgreementText2 {
		font-size: 20px;
	}

	.splashP1 {
		text-align: center;
		/* left center */
	}

	.splashLeftOfImageDiv {
		height: 10px;
	}

	.splashImageDiv {
		/* height: 560px; */
		position: relative;
		margin: 0px;
		padding: 0px;
	}

	.splashImageDiv2 {
		position: relative;
		/* absolute; */
		/* top: 50%;
			left: 50%;
			transform: translate(-50%, -50%); */
	}

	.splashImage {
		max-width: 100%;
		height: auto;
	}

	.splashBelowBulletsDiv {
		height: 10px;
	}

	#logoAndUNIFY_Text {
		padding: 0px 57px;
	}

	/*</JBOsAdditions>*/

	/*
		.disappear1
		{
			display: block;
		}
	*/

	.navbar-nav>li>a {
		-webkit-transition: all 0.3s ease !important;
		-o-transition: all 0.3s ease !important;
		transition: all 0.3s ease !important;
		letter-spacing: 0.03em;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.4;
		text-transform: uppercase;
		color: #545454 !important;

		padding: 10px 5px 10px;
		/*80px 14px 15px;*/
	}

	.navbar-nav>li>a:hover,
	.navbar-nav>li>a:focus,
	.navbar-nav>li>a:active

	/*, //jbo change*/
	/*navbar-nav > li.active > a*/
		{
		background: #3ab54a !important;
		color: #fff !important;
	}

	.fl-row {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.hero-area h2 {
		font-size: 50px;
	}

	.hero-about h2 {
		margin: 75px 0;
		font-size: 2.2em;
	}

	.hero-donate h2 {
		font-size: 2.2em;
	}

	.hero-contact h2 {
		font-size: 2.2em;
	}

	.fl-btn {
		min-width: 320px !important;
	}

	.footer-nav li {
		display: inline-block;
	}

	.footer-right {
		text-align: right;
	}

	.order-right {
		padding-left: 45px;
	}

	.col2-donate .order-left {
		margin-top: 80px;
	}

	.col2-donate .donate-right {
		padding-left: 45px;
	}

	.contact-right {
		/*border-left: 1px solid #ccc !important;*/
		padding-left: 45px;
	}

	.blog-left {
		border-right: 1px solid #ccc !important;
		padding-right: 40px;
	}

	.blog-right {
		padding-left: 45px;
	}

	.thanks-contact-right {
		padding-top: 160px;
		padding-bottom: 160px;
	}
}

/***************************************************************************************************/
/*
	According to w3schools, my definitive source (and this seems to be the correct one)
	My cell phone is 375px
	XXS < 574px
	574px <= XS < 768px
	768px <= Small < 992px
	992px <= Med < 1200px
	1200px <= Lg

	According to the other random page I looked at:
	My cell phone is 375px
	XS < 575px (576px?)
	575px (576px?) <= Small < 768px
	768px <= Med < 992px
	992px <= Lg < 1200px
	1200px <= XL
*/

@media (min-width: 992px)

/* med (was lg) */
	{

	/*<JBOsAdditions>*/
	.ddlinks2 {
		-webkit-transition: all 0.3s ease !important;
		-o-transition: all 0.3s ease !important;
		transition: all 0.3s ease !important;
		letter-spacing: 0.03em;
		font-size: 14px;
		/*13px;*/
		font-weight: 400;
		line-height: 1.4;
		/*text-transform: uppercase;*/
		color: #545454 !important;
		margin-top: -1px;
		margin-left: 10px;
		padding: 3px 10px 3px 10px !important;
		/*10px 10px 10px 10px;*/
	}

	.splashTextTopP {
		margin: -20px 0px 20px 0px;
		font-size: 26px;
		/* 24px; */
	}

	.splashTextSubseqP {
		margin: -20px 0px 20px 0px;
		font-size: 2vw;
		/* 24px; */
	}

	.splashTextBottomBottom {
		font-size: 17px;
		/* 2.75vw; 17px; */
	}

	/*
		.xsAppear1
		{
			display: none;
		}
		
		.appear1
		{
			display: none;
		}
		*/

	.md-appear {
		display: block;
	}

	.md-disappear {
		display: none;
	}

	.unifyText {
		font-size: 9.75vw;
	}

	.agreementAppText {
		font-size: 3.75vw;
	}

	.reachAgreementText {
		font-size: 2vw;
	}

	.reachAgreementText2 {
		font-size: 2vw;
	}

	.splashP1 {
		text-align: center;
		/* left center */
	}

	.splashLeftOfImageDiv {
		height: 0px;
	}

	.splashImageDiv {
		height: 400px;
		position: relative;
		margin: 0px;
		padding: 0px;
	}

	.splashImageDiv2 {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.splashImage {
		max-width: 100%;
		height: auto;
	}

	.splashBelowBulletsDiv {
		height: 10px;
	}

	#logoAndUNIFY_Text {
		padding: 0px 57px;
	}

	/*</JBOsAdditions>*/

	.navbar-nav>li>a {
		font-size: 16px !important;
		padding: 10px 10px 10px 10px;
		/*jbo 80px 20px 15px !important;*/
		margin-top: -1px;
	}
}

/***************************************************************************************************/
/*
	According to w3schools, my definitive source (and this seems to be the correct one)
	My cell phone is 375px
	XXS < 574px
	574px <= XS < 768px
	768px <= Small < 992px
	992px <= Med < 1200px
	1200px <= Lg

	According to the other random page I looked at:
	My cell phone is 375px
	XS < 575px (576px?)
	575px (576px?) <= Small < 768px
	768px <= Med < 992px
	992px <= Lg < 1200px
	1200px <= XL
*/

@media (min-width: 1200px)

/* large (was xl) */
	{

	/*<JBOsAdditions>*/
	.ddlinks2 {
		-webkit-transition: all 0.3s ease !important;
		-o-transition: all 0.3s ease !important;
		transition: all 0.3s ease !important;
		letter-spacing: 0.03em;
		font-size: 14px;
		/*13px;*/
		font-weight: 400;
		line-height: 1.4;
		/*text-transform: uppercase;*/
		color: #545454 !important;
		margin-top: -1px;
		margin-left: 10px;
		padding: 3px 10px 3px 10px !important;
		/*10px 10px 10px 10px;*/
	}

	.splashTextTopP {
		margin: -20px 0px 40px 0px;
		font-size: 28px;
		/* 24px; */
	}

	.splashTextSubseqP {
		margin: -20px 0px 20px 0px;
		font-size: 28px;
		/* 24px; */
	}

	.splashTextBottomBottom {
		font-size: 17px;
		/* 2.75vw; 17px; */
	}

	/*
		.xsAppear1
		{
			display: none;
		}
		
		.appear1
		{
			display: none;
		}
		*/

	.lg-appear {
		display: block;
	}

	.lg-disappear {
		display: none;
	}

	.unifyText {
		font-size: 117px;
	}

	.agreementAppText {
		font-size: 45px;
	}

	.reachAgreementText {
		font-size: 24px;
	}

	.reachAgreementText2 {
		font-size: 24px;
	}

	.splashP1 {
		text-align: center;
		/* left center */
	}

	.splashLeftOfImageDiv {
		height: 0px;
	}

	.splashImageDiv {
		height: 375px;
		position: relative;
		margin: 0px;
		padding: 0px;
	}

	.splashImageDiv2 {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.splashImage {
		max-width: 100%;
		height: auto;
	}

	.splashBelowBulletsDiv {
		height: 10px;
	}

	#logoAndUNIFY_Text {
		padding: 0px 57px;
	}

	/*</JBOsAdditions>*/

	.navbar-nav>li>a {
		font-size: 16px !important;
		padding: 10px 10px 10px 10px;
		/*jbo 80px 20px 15px !important;*/
		margin-top: -1px;
	}
}