/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@keyframes fadein
{
    from
    {
    	opacity: 0;
    }

    to
    {
    	opacity: 1;
    }
}

.raise-on-hover
{
	transition: transform 0.2s;
}

.raise-on-hover:hover
{
	transform: translate(0, -3px);
}

.img-raise-on-hover img
{
	transition: transform 0.2s;
}

.img-raise-on-hover:hover img
{
	transform: translate(0, -3px);
}

.lower-on-hover
{
	transition: transform 0.2s;
}

.lower-on-hover:hover
{
	transform: translate(0, 3px);
}

.decrease-opacity-on-hover
{
	transition: opacity 0.2s;
}

.decrease-opacity-on-hover:hover
{
	opacity: 0.8;
}

@media screen and (min-width: 1201px)
{
	.fade-in
	{
		opacity: 0;
		animation: fadein ease-in 1;
		animation-fill-mode: forwards;
		animation-duration: 1s;
	}
}

.fade-in.fade-first
{
	animation-delay: 0.3s;
}

.fade-in.fade-second
{
	animation-delay: 0.6s;
}

.fade-in.fade-third
{
	animation-delay: 0.9s;
}

.fade-in.fade-fourth
{
	animation-delay: 1.2s;
}

.fade-in.fade-fifth
{
	animation-delay: 1.5s;
}

.fade-in.fade-sixth
{
	animation-delay: 1.8s;
}

@media screen and (min-width:1024px)
{
	.middle-out-underline-on-hover:link,
	.middle-out-underline-on-hover:active,
	.middle-out-underline-on-hover:visited
	{
		position: relative;
	}

	.middle-out-underline-on-hover::before
	{
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -2px;
		left: 0;
		background: #8bde23;
		visibility: hidden;
		transform: scaleX(0);
		transition: all 0.2s;
	}

	.middle-out-underline-on-hover:hover::before,
	.middle-out-underline-on-hover:focus::before
	{
		visibility: visible;
		transform: scaleX(1);
	}
}

.image-grow-on-hover-container
{
	overflow: hidden;
	height: 300px;
	width: 300px;
}

.image-grow-on-hover-container > img:first-of-type
{
	transition: transform 0.2s;
	height: 100%;
	width: 100%;
}

.image-grow-on-hover-container > img:first-of-type:hover
{
	transform: scale(1.2);
}

/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'REMGlyph';
	src:url('/fonts/REMGlyph.eot?xa5ysv');
	src:url('/fonts/REMGlyph.eot?#iefixxa5ysv') format('embedded-opentype'),
		url('/fonts/REMGlyph.woff?xa5ysv') format('woff'),
		url('/fonts/REMGlyph.ttf?xa5ysv') format('truetype'),
		url('/fonts/REMGlyph.svg?xa5ysv#REMGlyph') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"]
{
	font-family: 'REMGlyph';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

@font-face
{
	font-family: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src:url('/fonts/fa-solid-900.eot');
	src:url('/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
		url('/fonts/fa-solid-900.woff') format('woff'),
		url('/fonts/fa-solid-900.ttf') format('truetype'),
		url('/fonts/fa-solid-900.svg#fontawesome') format('svg');
}

@font-face
{
	font-family: 'lato';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Lato-Regular.eot');
	src:url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Lato-Regular.woff') format('woff'),
		url('/fonts/Lato-Regular.ttf') format('truetype'),
		url('/fonts/Lato-Regular.svg#lato') format('svg');
}

@font-face
{
	font-family: 'lato';
	font-style: normal;
	font-weight: bold;
	src:url('/fonts/Lato-Bold.eot');
	src:url('/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Lato-Bold.woff') format('woff'),
		url('/fonts/Lato-Bold.ttf') format('truetype'),
		url('/fonts/Lato-Bold.svg#lato') format('svg');
}


@font-face
{
	font-family: 'lato';
	font-style: italic;
	font-weight: normal;
	src:url('/fonts/Lato-Italic.eot');
	src:url('/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Lato-Italic.woff') format('woff'),
		url('/fonts/Lato-Italic.ttf') format('truetype'),
		url('/fonts/Lato-Italic.svg#lato') format('svg');
}

@font-face
{
	font-family: 'lato_semibold';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Lato-Semibold.eot');
	src:url('/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Lato-Semibold.woff') format('woff'),
		url('/fonts/Lato-Semibold.ttf') format('truetype'),
		url('/fonts/Lato-Semibold.svg#lato_semibold') format('svg');
}

@font-face
{
	font-family: 'lato_medium';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Lato-Medium.eot');
	src:url('/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Lato-Medium.woff') format('woff'),
		url('/fonts/Lato-Medium.ttf') format('truetype'),
		url('/fonts/Lato-Medium.svg#lato_medium') format('svg');
}

@font-face
{
	font-family: 'lato_black';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Lato-Black.eot');
	src:url('/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Lato-Black.woff') format('woff'),
		url('/fonts/Lato-Black.ttf') format('truetype'),
		url('/fonts/Lato-Black.svg#lato_black') format('svg');
}


@font-face
{
	font-family: 'dm_serif_display';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/DMSerifDisplay-Regular.eot');
	src:url('/fonts/DMSerifDisplay-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/DMSerifDisplay-Regular.woff') format('woff'),
		url('/fonts/DMSerifDisplay-Regular.ttf') format('truetype'),
		url('/fonts/DMSerifDisplay-Regular.svg#dm_serif_display') format('svg');
}


@font-face
{
	font-family: 'dm_serif_display';
	font-style: italic;
	font-weight: normal;
	src:url('/fonts/DMSerifDisplay-Italic.eot');
	src:url('/fonts/DMSerifDisplay-Italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/DMSerifDisplay-Italic.woff') format('woff'),
		url('/fonts/DMSerifDisplay-Italic.ttf') format('truetype'),
		url('/fonts/DMSerifDisplay-Italic.svg#dm_serif_display') format('svg');
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: arial;
	font-size: 16px;
	background-color: transparent !important;
}

.container img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

a:link,
a:visited,
a:active
{
	font-family: lato;
	font-weight: bold;
	color: #0055A5;
}

a:hover
{
	color: #78B3E7;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #2684D8;
}

input[type="submit"]
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: lato;
	font-size: 15pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #0055A5;
	padding: 8px 15px;
	border-radius: 20px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;	


	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	background-color: #0073df;
}

input[type="submit"]:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: arial;
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: #d7d7d7;
	border: 0;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

/* Responsive Tables */
table.rem-responsive-table
{
	width: 100%;
}

table.rem-responsive-table tr,
table.rem-responsive-table th,
table.rem-responsive-table td
{
	margin: 0;
	padding: 0;
}

table.rem-responsive-table td img
{
	display: inline-block;
    max-width: 100%;
    height: auto;
}

div.container-max-width
{
	max-width: 1200px;
}

div.container-max-width-extended
{
	max-width: 1800px;
	width: 100%;
}

.rem-responsive-16x9-video
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.rem-responsive-16x9-video iframe,
.rem-responsive-16x9-video object,
.rem-responsive-16x9-video embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Uncomment for custom bullets */

.container ul
{
	padding-left: 20px;
}

.container ul li
{
	position: relative;
	list-style: none;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
    display: block;
    left: -20px;
    color: #1764AD;
    font-size: 14pt;
    top: 0;
}

.vertical-padding-large
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-padding-medium
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.vertical-padding-small
{
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:992px)
{
	.vertical-padding-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vertical-padding-medium
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* col-lg and below */
@media screen and (max-width:1200px)
{
	table.rem-responsive-table td
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	table.rem-responsive-table tr td
	{
		width: 100% !important;
		float: left;
		clear: both;
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-left
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.mobile-centered
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.mobile-right
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 0 0 auto;
		text-align: center;
	}

	.mobile-left-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.mobile-centered-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto;
		text-align: center;
	}

	.mobile-right-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 0 0 auto;
		text-align: center;
	}
}

@media screen and (min-width: 1401px)
{
	.hide-on-desktop
	{
		display: none !important;
	}

	#header-desktop
	{
		display: block;
	}

	#header-mobile-only
	{
		display: none;
	}

	#mobile-content-container
	{
		display: none;
	}

    #desktop_search_button
	{
		position: absolute;
		transform: translateY(-50%);
        top: 50%;
		font-family: font_awesome !important;
		text-decoration: none;
		font-size: 15pt;
		background: transparent;
		border: none;
		color: #000000;
	}

	#desktop_search_button:link,
	#desktop_search_button:visited
	{
		transition: all 200ms;
	}
	
	#desktop_search_button:hover
	{
		color: #000000 !important
	}

	#search_form
	{
		position: absolute;
		right: 40px;
		top: 0;
	    z-index: 9999;
	}

	#search_form #search_field
	{
		width: 0;
		height: 100%;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
        border-radius: 3px;
        font-size: 12pt;
        color: #5a5a5a;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
        transition: all 200ms;
	}

	#search_form #search_field.open
	{
		width: 300px;
		opacity: 1;
		padding: 8px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: 0;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
	}

	#search_form #search_field:focus
	{
		background-color: #ffffff;
	}

    #search_form #search_field:hover
    {
        background-color: #f4f4f4;
    }
}

@media screen and (max-width: 1400px)
{
	.hide-on-mobile
	{
		display: none !important;
	}

	#mobile-content-container
	{
		display: block;
	}

	div#header-desktop-only
	{
		display: none;
	}

	body.home div#desktop-content-container
	{
		margin-top: 60px;
	}

	div#desktop-content-container
	{
		margin-top: 110px;
	}

	@media screen and (max-width: 1200px)
	{
		div#desktop-content-container
		{
			margin-top: 180px;
		}		
	}

	div#header-mobile-only #mobile-header-logo img
	{
		position: absolute;
		top: 5px;
		bottom: 0;
		display: inline-block;
		height: auto;
		max-height: 40px;
		margin: auto 0 auto 10px;
		max-width: calc(100% - 65px);
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background: #ffffff;
	    box-shadow: 0 -2px 15px #000000;
	    z-index: 10000;
	}

	div#header-mobile-only::after
	{
	    clear: both;
	    content: "\00a0";
	    display: block;
	    height: 0;
	    font: 0px/0 serif;
	    overflow: hidden;
	}

   	#desktop_search_button
	{
		position: absolute;
        top: -10px;
        left: -48px;
        font-family: font_awesome;
        font-size: 24px;
        text-decoration: none;
        color: #ffffff;
        border: none;
        background-color: transparent;
        z-index: 10000;
        display: block;    
	}

    #search_form
    {
        position: fixed;
        /* top: 65px;
        left: 15px; */
		height: 0;
        z-index: 999;
    }

    #search_form #search_field
    {
       	position: relative;
       	top: -45px;
        right: 120px;
		width: calc(100vw - 30px);
		max-width: 300px;
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		font-size: 12pt;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		transition: all 200ms;
    }

    #search_form #search_field.open
	{
		transform: translateY(65px);
		height: 40px;
		opacity: 1;
		padding: 3px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: calc(100vw - 30px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
	}

    #search_form #search_field:focus
    {
        background-color: #ffffff;
    }
}

@media screen and (min-width: 992px)
{
	.hide-on-large
	{
		display: none;
	}
}


/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
#header
{
	position: relative;			
	left: 0;
	right: 0;
	/* height: 1px;	 */
}

.header-upper-wrapper
{
	background-color: black;
	max-width: 2000px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;

}

.header-upper-wrapper .header-upper
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
}

.header-upper-wrapper .header-upper .header-upper-left .header-give-now a
{
	font-family: lato;
	font-weight: bold;
	color: #ffffff !important;
}

.header-upper-wrapper .header-upper .header-upper-left .header-give-now a:hover
{
	text-decoration: underline;
}

.header-upper-wrapper .header-upper .header-upper-right
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-upper-wrapper .header-upper .header-upper-right .header-social
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 15px;
}

.header-upper-wrapper .header-upper .header-upper-right .header-social span
{
	font-family: lato_semibold;
	font-size:	12pt;
	color: #ffffff !important;
}

.header-lower
{	
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1034;	
	margin: 0 auto;
	width: 95%;
	max-width: 1800px;
	height: 115px;
	padding-bottom: 40px;
}

.header-lower .header-lower-search
{
	position: relative;    
}

@media screen and (max-width: 1400px)
{
	.header-lower .header-lower-search
	{
		position: relative;    
		display: block;
		z-index: 1000;
	}	
}

body.home .header-lower
{
	background-color: #000000;
}

@media screen and (max-width: 1400px)
{
	body.home .header-lower
	{
		background-color: transparent;
	}	
}

#header #header_logo
{
	position: relative;
    display: block;
    top: -15px;
    z-index: 810;
    width: 361px;	
}

@media screen and (max-width: 450px)
{
	#header #header_logo
	{	
		width: 241px;	
	}

}

#header #header_logo img
{
	position: absolute;
	top: 0;
	left: 0;
}

body.home #header #header_logo img.inactive-version
{
	visibility: visible;
}

body.home #header.active #header_logo img.inactive-version
{
	visibility: hidden;
}

body.home #header #header_logo img.active-version
{
	visibility: hidden;
}

#header #header_logo img.active-version
{
	visibility: visible;
}

#header.active #header_logo img.active-version
{
	max-width: 200px;
	visibility: visible !important;
}

#header.active #header_logo img.inactive-version
{
	visibility: hidden;
}

@media screen and (max-width: 1400px)
{
	body.not-at-top .header_wrapper
	{
		position: fixed;
		background-color: rgba(255,255,255,0.9);
		height: 170px;
		width: 100%;
		z-index: 10000;
	}
	
	body.not-at-top #header
	{
		position: fixed;
	}
	
	body.not-at-top #header #header_logo img.inactive-version
	{
		visibility: hidden;
	}
	
	body.not-at-top #header #header_logo img.active-version
	{
		visibility: visible;
	}
	
	body.not-at-top .header_wrapper
	{
		height: 90px;
	}
	
	/* body.not-at-top #header #header_logo
	{
		top: 15px;
	} */

	.header-donate-today
	{
		display: flex;
		align-items: center;
		width: 100%;
		margin-top: 5px;
		z-index: 1000;
	}
	
}


@media screen and (max-width:1400px)
{
	#header
	{
		position: fixed;
		top: 0;
		height: auto;
		z-index: 10000;
	}

	#header.active .header-lower  #header_logo img.inactive-version
	{
		visibility: hidden !important;
	}

	#header.active .header-lower  #header_logo img.active-version
	{
		visibility: visible !important;
	}

	body.not-at-top .header_wrapper 
	{
		position: fixed;
		background-color: rgba(0,0,0,0.7);
		height: auto;
		width: 100%;
		z-index: 10000;
	}

	body.not-at-top #header #header_logo img.active-version
	{
		visibility: visible !important;
	}

	body.not-at-top #header #header_logo img.inactive-version
	{
		visibility: hidden !important;
	}

	body #header::before
	{
		content: '';
		position: absolute;
		top: -31px;
		left: -30px;
		height: calc(100% + 30px);
		width: calc(100% + 60px);
		display: block;
		background-color: #ffffff;
		opacity: 0;
		transition: all 200ms;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

	body.not-at-top #header::before
	{
		opacity: 1;
	}
}


@media screen and (max-width: 500px)
{
	#header #header_logo img
	{
		width: 80%;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer
{
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width: 991px)
{
	#footer
	{
		text-align: center;
	}	
}

#footer .footer-upper-row
{
	border-bottom: 1px solid #A3A3A3;
}

.get-in-touch-container
{
	font-family: lato_black;
	font-size: 12pt;
	color: #333333;
}

@media screen and (max-width: 991px)
{
	.get-in-touch-container
	{
		margin-bottom: 15px;
	}	
}

.get-in-touch-container span
{
	margin-bottom: 15px;
}

.get-in-touch-container .footer-phone
{
	margin-top: 15px;
}

.get-in-touch-container .footer-phone a,
.get-in-touch-container .footer-email a
{
	font-family: lato_medium;
	font-size: 12pt;
	color: #333333 !important;
}

.get-in-touch-container .footer-phone span
{
	display: block; 
}

#footer .footer-lower-row
{
	padding-top: 60px;
}

@media screen and (max-width: 991px)
{
    #footer .footer-lower-row
    {
        padding-top: 30px;
    }   
}

#footer .footer-lower-row .secured-login
{
	position: relative;
	display: flex;
	align-items: center;
	margin-top: -10px;
}

@media screen and (max-width: 991px)
{
	#footer .footer-lower-row .secured-login
	{
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}	
}

#footer .footer-lower-row .secured-login::before
{
	content: url('/images/lock-icon.png');
	position: relative;

}

#footer .footer-lower-row .secured-login a
{
	margin-left: 15px;
}

#footer .copyright-container,
#footer .copyright-container a:link,
#footer .copyright-container a:active,
#footer .copyright-container a:visited
{
	font-family: lato;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	transition: color 150ms;
}

#footer .copyright-container a:hover
{
	text-decoration: underline;
}

.footer-social
{
	display: block;
	justify-content: flex-start;
	align-items: center;
	margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px)
{
    .footer-social
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }   
}

.footer-social span
{
	font-family: lato_black;
    font-size: 12pt;
    color: #333333;
    margin-bottom: 15px;
}

.footer-donate-today
{
    margin-bottom: 30px;
}


@media screen and (max-width: 991px)
{
    .footer-donate-today
    {
        margin-bottom: 60px;
    }
}

/* In Our Hands Footer */
.footer-menu-wrapper-container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-social-container
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer-social-container .footer-social
{
	font-family: lato_semibold;
	font-size: 12pt;
	text-transform: uppercase;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: lato;
	font-size: 13pt;
	font-weight: normal;
	color: #101010;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
   	font-family: lato;
	font-size: 13pt;
	font-weight: normal;
	color: #101010;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: lato;	
	font-size: 14pt;
	font-weight: bold;
	color: #101010;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: lato;
	font-size: 18pt;
	font-weight: bold;
	color: #101010;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: dm_serif_display;
	font-size: 33pt;
	font-weight: normal;
	line-height: 1.2;
	color: #252525;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-family: dm_serif_display;
	font-size: 30pt;
	font-weight: normal;
	color: #0055A5;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

h3,
h3.ww_h3
{
	font-family: dm_serif_display;
	font-size: 22pt;
	font-weight: normal;
	color: #0055A5;
	margin: 0;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: dm_serif_display;
	font-size: 20pt;
	font-weight: normal;
	color: #252525;
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: dm_serif_display;
	font-size: 17pt;
	font-weight: normal;
	color: #252525;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: dm_serif_display;
	font-size: 16pt;
	font-weight: normal;
	color: #252525;
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
	font-family: lato;
	font-weight: bold;
	font-style: normal;
	color: #0055A5;
}

.ww_strong_emphasis
{
	font-family: lato;
	font-weight: bold;
	color: #000000;
}

.ww_action_button1
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: lato;
	font-size: 15pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #0055A5;
	padding: 8px 15px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button1,
a .ww_action_button1:link,
a .ww_action_button1:visited,
.ww_action_button1 a:link,
.ww_action_button1 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: #0073df;
}

.ww_action_button1:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button2
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: lato;
	font-size: 15pt;
	font-weight: bold;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #252525;
	padding: 8px 15px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button2,
a .ww_action_button2:link,
a .ww_action_button2:visited,
.ww_action_button2 a:link,
.ww_action_button2 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #5e5e5e;
}

.ww_action_button2:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: lato;
	font-size: 15pt;
	font-weight: bold;
	font-style: normal !important;
	color: #0055A5 !important;
	text-decoration: none !important;
	background-color: #ffffff;
	padding: 8px 15px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button3,
a .ww_action_button3:link,
a .ww_action_button3:visited,
.ww_action_button3 a:link,
.ww_action_button3 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button3:hover
{
	background-color: #959597;
}

.ww_action_button3:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_editor_body
{
	background-color: #FFFFFF;
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.default-margin
{
	margin-top: 50px;
	margin-bottom: 50px;
}

.default-padding
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-page-top-container
{
    position: relative;
    background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
    border-radius: 20px;
    margin-top: -50px;
    z-index: 100;
    max-width: 1300px;
    margin: -125px auto 0 auto;
}

@media screen and (max-width: 991px)
{
	.home-page-top-container
	{
		text-align: center;
	}	

	.top-container-img
	{
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px)
{
	.home-page-top-container
	{
		margin: -15px auto 0 auto;
	}	
}

.white-blue-background
{
	background-image: url('/images/white-blue-bg.jpg');
	background-size: cover;
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
}

.callout-container
{
	display: block;
	text-align: center;
}

.callout-container .callout-image-container
{	
	display: block;
	margin: 0 auto;
	background-color: #0055A5;
}

body:not(.ww_editor_body)  .callout-container .callout-image-container img
{
	z-index: 2;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}


body:not(.ww_editor_body)  .callout-container:hover .callout-image-container img
{
	opacity: 0.7;
}

.callout-container .callout-description
{
	font-family: dm_serif_display;
	font-size: 30pt;
	font-weight: normal;
	color: #0055A5;
}

.heart-background
{
	background-image: url('/images/heart-bg.jpg');
	background-size: cover;
	max-width: 2000px;
	margin: 0 auto;
}

@media screen and (max-width: 768px)
{
	.heart-background
	{
		background-color: #e7e7e7;
		background-image: none;
	}
}

.gift-in-action-container
{
	margin-top: 30px;
	margin-bottom: 490px;
}

@media screen and (max-width: 768px)
{
	.gift-in-action-container
	{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.start-fundraising-container
{
	display: flex;
	align-items: center;
}

.start-fundraising-text h2
{
	line-height: 1 !important;
}

.facebook-feed-container
{
	padding-top: 160px;
	padding-bottom: 60px;
	background-image: url('/images/facebook-background.png');
	background-position: top center;
	background-repeat: no-repeat;
}

.facebook-feed-container::before
{
	content: '';
	position: relative;
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;

}

.facebook-page-content-container
{
	margin-top: 50px;
}

@media screen and (max-width: 991px)
{
	.facebook-page-content-container
	{
		margin-top: 15px;
	}
}

.gear-background
{
	background-image: url('/images/donor-background.png');
	background-size: cover;
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 991px)
{
	.gear-background
	{
		padding-top: 150px;
		text-align: center;
	}	
}

.light-gray-background
{
	background-color: #F2F2F2;
	padding: 35px;
}

.mission-statement-background-container
{
	background-color: #F2F2F2;

}

.mission-statement-container
{
	padding: 20px;
}

/* In Our Hands */
.in-our-hands-footer
{
	border-top: 1px solid #A3A3A3;
}

.leaf-background
{
	background-image: url('/images/leaf-background.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 2000px;
	width: 100%;
}

#in-our-hands-header
{
	background-color: #1764AD;
	max-width: 2000px;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 0 auto;
}

.in-our-hands-top-container
{
	margin-top: -30px;
}

.light-blue-background
{
	background-color: #1764AD;
	max-width: 2000px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 30px;
	opacity: 0.9;
}

.light-blue-background .in-our-hands-header
{
	font-family: lato;
	font-weight: bold;
	font-size: 46pt;
	color: #ffffff;
}

.all-foundation-news-container
{
	text-align: center;
}

ol.in-our-hands-list
{
	columns: 2;
	margin-top: 15px;
}

@media screen and (max-width: 768px)
{
	ol.in-our-hands-list
	{
		columns: 1;
	}	
}

ol.in-our-hands-list li::marker
{
	color: #1764AD;
}

ol.in-our-hands-list li
{
	font-family: lato;
	font-size: 13pt;
	font-weight: normal;
	padding: 5px;
}

.in-our-hands-background
{
	background-image: url('/images/In-Our-Hands-belly-band.jpg');
	background-size: cover;
	background-position: center;
}

.in-our-hands-button
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: lato;
	font-size: 15pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: transparent;
	border: 2px solid #ffffff;
	padding: 8px 15px;	
	border-radius: 30px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .in-our-hands-button,
a .in-our-hands-button:link,
a .in-our-hands-button:visited,
.in-our-hands-button a:link,
.in-our-hands-button a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.in-our-hands-button:hover
{
	background-color: #0073df;
}

.in-our-hands-button:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.every-dollar-container
{
	padding-top: 170px;
	padding-bottom: 140px;
}

.every-dollar-container p 
{
	font-family: lato !important;
	font-size: 31pt !important;
	font-weight: bold;
	color: #ffffff;
}

.donor-wrapping-container
{
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

.donor-wrapping-container::before
{
	content: '';
	background-color: #0055A5;
	background-size: cover;
	position: absolute;
	width: 4px;
	height: calc(100% - 150px);
	left: 50%;	
}

.top-line-dot-container::before
{
	content: url('/images/timeline-dot.png');
    position: relative;
    width: 18px;
    height: 100%;
    margin: -18px auto 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.bottom-line-dot-container::before
{
	content: url('/images/timeline-dot.png');
    position: relative;
    width: 18px;
    height: 100%;
    margin: 0 auto -18px auto;
    text-align: center;
    display: flex;
    align-items: center;
}


@media screen and (max-width: 991px)
{

	.top-line-dot-container::before,
	.bottom-line-dot-container::before,
	.donor-wrapping-container::before
	{
		display: none;
	}	

	.donor-wrapping-container h2
	{
		margin-bottom: 20px;
	}
}

.left-container
{
	padding: 50px 90px 50px 50px;
}

@media screen and (max-width: 991px)
{
	.left-container
	{
		padding: 0;
	}	
}

.right-container
{
	padding: 50px 50px 50px 90px;
	margin-top: 90px;
}

@media screen and (max-width: 991px)
{
	.right-container
	{
		margin-top: auto;
		padding: 0;
	}	
}

.left-container .left-container-header,
.right-container .right-container-header
{
	position: relative;
	font-family: dm_serif_display;
	font-size: 30pt;
	color: #0055A5;
	
}

.left-container .left-container-header
{
	text-align: right;
}

@media screen and (max-width: 991px)
{
	.left-container .left-container-header
	{
		text-align: left;
	}	
}
.left-container .right-container-header
{
	text-align: left;
}


.left-container .left-container-header::after
{
	content: url('/images/timeline-connector-left.png');
	position: absolute;
	right: -119px;
}

@media screen and (max-width: 991px)
{
	.left-container .left-container-header::after
	{
		display: none;
	}
}

.left-container img
{
	position: relative;
	z-index: 1;
}

.left-container .text-container
{
	position: relative;
	z-index: 2;
	max-width: 370px;
	padding: 20px 20px 20px 30px;
}

@media screen and (max-width: 991px)
{
	.left-container .text-container
	{
		padding: 0;
		max-width: 100%;
		/* text-align: center;
		margin: -40px auto 0 auto;
		padding: 15px; */
	}	
}


.right-container .text-container
{
	position: relative;
	z-index: 2;
	max-width: 370px;
	text-align: left;
	padding: 20px 20px 20px 30px;
}

@media screen and (max-width: 991px)
{
	.right-container .text-container
	{	
		padding: 0;
		max-width: 100%;	
		/* text-align: center; */
		/* margin: -40px auto 100px auto;		 */
		/* padding: 15px; */
	}
}

.right-container .text-container::before
{
	content: url('/images/timeline-connector-right.png');
	position: absolute;
    left: -115px;
    top: 33px;
}

@media screen and (max-width: 991px)
{
	.right-container .text-container::before
	{
		display: none;
	}
}

.left-container.lower
{
	text-align: right;
	padding: 0px 90px 50px 50px;
	margin-top: -40px;
}

@media screen and (max-width: 991px)
{
	.left-container.lower
	{
		text-align: center;
		padding: 0;
		margin: 40px auto 0 auto;
	}
}

.left-container.lower .left-container-header
{
	position: relative;
	font-family: source_sans_pro_semibold;
	font-size: 26pt;	
}

.left-container.lower .left-container-header::after
{
	content: url('/images/timeline-connector-left.png');
	position: absolute;
	right: -128px;
}

@media screen and (max-width: 991px)
{
	.left-container.lower .left-container-header::after
	{
		display: none;
	}
}

.left-container.lower img
{
	position: relative;
	z-index: 1;
}

.left-container.lower .text-container
{
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	font-family: source_sans_pro;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
	max-width: 370px;
	text-align: right;
	margin-top: -40px;
	padding: 20px 20px 20px 30px;
}

@media screen and (max-width: 991px)
{
	.left-container.lower .text-container
	{
		text-align: center;
		margin: -40px auto 0 auto;
		padding: 15px;
	}
}

.right-container.lower
{
	text-align: left;
	padding: 0px 50px 50px 90px;
	margin-top: -130px;
}

@media screen and (max-width: 991px)
{
	.right-container.lower
	{
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}	
}

.right-container.lower .right-container-header
{
	position: relative;
	font-family: source_sans_pro_semibold;
	font-size: 26pt;
	
}

.right-container.lower .right-container-header::after
{
	content: url('/images/timeline-connector-right.png');
	position: absolute;
	left: -105px;
}

@media screen and (max-width: 991px)
{
	.right-container.lower .right-container-header::after
	{
		display: none;
	}
}

.right-container.lower img
{
	position: relative;
	z-index: 1;
}

.right-container.lower .text-container
{
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	font-family: source_sans_pro;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
	max-width: 370px;
	text-align: right;
	margin-top: -40px;
	padding: 20px 20px 20px 30px;
}

@media screen and (max-width: 991px)
{
	.right-container.lower .text-container
	{		
		text-align: center;
		margin: -80px auto 0 auto;
		padding: 15px;
	}
}
