/*
 * main.css - main stylesheet for GiftFunds.com
 *
 * Author: Anthony R. Taylor
 * Copyright 2018, Anthony R. Taylor
 *
 */

/* --- css variables -------------------------------------------------------- */

:root {

	/* --- colour palette --- */

	/* --- applied colours --- */
	
	/* --- Typography --- */

	/* --- layout -- */

}

/* --- base styles for html tags ------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	max-width: 2000px;
	margin: 0 auto;
	color: #000000;
	line-height: 1.5;
}

/*
ul{
	padding:0 0 0 1rem;
}

li{
	list-style:disc;
	padding:0 .25rem .5rem 0;
}
*/

img {
	max-width: 100%;
}

h1, h3, h4 {
	color: #00539b;
	font-weight:700;
}

h1{
	font-size: 48px;
	font-size: 3rem;
}

h2 {
	font-weight: normal;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

h4 {
	font-size: 17.6px;
	font-size: 1.10rem;
}

h5 {
	border-bottom: 1px solid #7d8e9b;
	text-transform: uppercase;
}

p {
	margin-bottom:20.8px;
	margin-bottom:1.3rem;
}

a {
	color: #4b4b4b;
	text-decoration: none;
}

a:hover,
	.nav a:hover {
		color: #000;
	}

em, i {
	font-style: italic;
	color: inherit;
}

strong, b {
	font-weight: 700;
}

/*@import "_layout.css";*/

/* --- footer styles ------------------------------------------------------- */

.footer{
	position: relative;
	background-color: #00539b;
	padding: 28px 10%;
	padding: 1.75rem 10%;
	font-size: 14.4px;
	font-size: 0.9rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.footer .footer-section {
	padding-left: 32px;
	padding-left: 2rem;
}

.footer p {
	color: #fff;
}

.footer-nav ul li{
	display:block;
}

.footer a {
	color: #fff;
}

.footer-logo a{
	font-size:56px;
	font-size:3.5rem;
	display:inline-block;
	padding:20px 10px 0 10px;
	margin:0 auto;
}

.footer .container { 
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
}

.footer-top100 {
	width: 75px;
	display: block;
	margin: 15px 0 0 auto;
}

/*@import "_nav.css";*/

/*@import "_brand.css";*/

/* --- section styling ----------------------------------------------------- */

/* --- sections --- */

.section {
	padding: 32px 2.5%;
	padding: 2rem 2.5%;
}

.section-learn-more {
	background: rgba(237, 237, 237, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 237, 237, 1)), color-stop(53%, rgba(246, 246, 246, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
}

.section-donor-tools { background-color: rgba(237, 237, 237, 1); }

.section-affiliates { background-color: #fff; }

.section-mission {
	background: rgba(237, 237, 237, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 237, 237, 1)), color-stop(53%, rgba(246, 246, 246, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
}

.section-title {
	font-size: 20px;
	font-size: 1.25rem;
	color: #00539b;
}

/*@import "_panel.css";*/

/*@import "_sidebar.css";*/

/*@import "_form.css";*/

/* --- table styling ------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;	
}

table thead {
	background-color: #ebebeb;
}

table td {
	padding: 16px 12px;
	vertical-align: top;
}

table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
}

table tr {
	border-top: 1px solid #ebebeb;
}

/* --- general site styles ------------------------------------------------- */

.container,
.container-wrapper {
	margin:0 auto;
	max-width: 980px;
	padding:0 2.5%;
}

.container-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

.container h2:first-child {
		font-size: 28px;
		font-size: 1.75rem;
		color: #00539b;
	}

/*********************************************************************
 * 2. Masthead area
 *
 */

header{
	background-color: #ebebeb;
	/*padding:20px 0;*/
}

.header-quote,
header p{
	color: #00539b;;
	text-align:center;
	font-size:16px;
	font-size:1rem;
	line-height:24px;
	line-height:1.5rem;
}

.header-image {
	position: relative;
	height: 150px;
}

.header-title{
	z-index:100;
	position:absolute;
	right:5%;
	top:25%;
	line-height:32px;
	line-height:2rem;
	text-align:right;
}

h1.header-title {
	font-size: 28px;
	font-size: 1.75rem;
}

.header-quote {
	padding: 16px 2.5%;
	padding: 1rem 2.5%;
}

.header-quote p {
		margin-bottom: 8px;
		margin-bottom: 0.5rem;
	}

.eyebrow{
	padding: 12px 0;
	padding: 0.75rem 0;
}

.eyebrow .container {
		padding: 0;
	}

.header-image.home-header-image {
	height: 600px;
}

/*
nav {
	float:right;
	padding: 20px 0 0 0;
}

nav ul li {
	display:inline-block;
	padding: 0 15px;
	font-size:1.25rem;
}
*/

.home{
	text-align:center;
}

/* --- home page specific header styles --- */

.header-title-wrapper {
	z-index: 100;
	position: absolute;
	left: 5%;
	top: 20%;
	width: 80%;
	text-align: left;
}

.header-title-wrapper h1 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 50.4px;
		line-height: 3.15rem;
		margin-bottom: 8px;
		margin-bottom: 0.5rem;
	}

.header-title-wrapper h2 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
		color: #000;
	}

/*********************************************************************
 * 3. Main content and sidebar
 *
 */

#main {
	padding-top: 1em;
	margin-top: 1em;
	clear: both;
}

.content-w-sidebar {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 10px;
}

#sidebar div {
	text-align: center;
}

.sidebar-btn {
	margin: 0 auto;
}

.pdfs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1rem;
}

.pdf{}

.pdf img{
	margin:0 auto;
	width: 100%;
}

.pdf-title {
	text-align: center;
	font-weight: 700;
}

.resources {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1rem;
}

.doc {
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, .25);
	        box-shadow: 5px 5px 3px rgba(0, 0, 0, .25);
	padding: 5px;
}

/* --- flex box stuff for the sections --- */

.wrapper-brochures,
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* --- learn more --- */

.learn-more {
	padding: 16px;
	padding: 1rem;
	width: 100%;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.learn-more-img {
	display: block;
	border-radius: 50%;
	border: 5px solid #7d8e9b;
	width: 200px;
	height: 200px;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
}

.learn-more-title {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-size: 19.2px;
	font-size: 1.2rem;
	text-align: center;
	color: #4b5a65;
}

.learn-more-body {
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
}

.learn-more-link {}

/* --- donor tools --- */

.donors-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.donor-tools {
	/*padding: 1rem;*/
	width: 50%;
	line-height: 1.3;
}

.donor-tools-img {
	display: block;
	border: 5px solid #fff;
	width: 100%;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
}

.donor-tools-title {
	font-size: 19.2px;
	font-size: 1.2rem;
	text-align: center;
	color: #4b5a65;
}

.donor-tools p {
	text-align: center;
}

/* --- affiliates --- */

.affiliates-title {
	font-size: 28px;
	font-size: 1.75rem;
	color:
}

.affiliates-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.affiliates {
	padding: 16px;
	padding: 1rem;
	width: 25%;
	/*float: left;*/
	line-height: 1.3;
}

.affiliates:first-of-type {	padding-left: 0; }

.affiliates:last-of-type {	padding-right: 0; }

.affiliates-img {
	display: block;
	/*border: 5px solid #fff;*/
	/*width: 200px;
	margin: 0 auto 1rem;*/
}

/* --- mission section --- */

.missions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}

/* --- team --- */

section.team-bios {
	background: rgba(237, 237, 237, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 237, 237, 1)), color-stop(53%, rgba(246, 246, 246, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
	/*padding: 1.3rem 0;*/
}

.board-members,
.members {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
}

.team-member {
	padding: 16px;
	padding: 1rem;
	line-height: 1.3;
	text-align: center;
}

.member-img {
	display: block;
	border-radius: 50%;
	border: 5px solid #7d8e9b;
	width: 200px;
	height: 200px;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
}

.member-title {
	font-size: 19.2px;
	font-size: 1.2rem;
	text-align: center;
	color: #4b5a65;
}

.member p {
	text-align: center;
}

.member-cred p { margin-bottom: 0; }

.member-email { margin-bottom: 20.8px; margin-bottom: 1.3rem; }

.member-link {

}

.member-name{
	color: #00539b;
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
	height: 55px;
}

.member-body {
    display: none;
	padding: 20.8px 0;
	padding: 1.3rem 0;
}

.member-bios {
}

/* --- brochures --- */

.wrapper-brochures {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px
}

.brochure-title {
	font-size: 16px;
	font-size: 1rem;
}

.brochure-cover {
	border: 1px solid #ebebeb;
}

.carousel-brochure {
	padding: 0 7px;
}

.mobile-only { display: block; }

.desktop-only { display: none; }

/* --- some buttons --- */

.gfc-btn,
.pdf-btn,
.bio-btn,
.close-btn,
.sidebar-btn {
	display: block;
	background-color: #5096ce;
	padding: 8px;
	padding: .5rem;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	border: none;
}

.gfc-btn {
	margin-top: 16px;
	margin-top: 1rem;
	width: 180px;
	margin: 0 auto;
}

.sidebar-btn {
	width: 175px;
}

.pdf-btn {
	width: 150px;
}

.alpha-btn,
.bio-btn {
	margin: 0 auto;
	width: 150px;
	border: 1px solid #5096ce;
	background-color: #fff;
	color: #5096ce;
}

.bio-btn:hover {
		background-color: #eee;
	}

.alpha-btn {
		padding: 2px 5px;
	}

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

/* --- navigation ---------------------------------------------------------- */

.nav-toggle,
.nav-menu {
	margin: 0;
	/*padding: 0.25rem 0;*/
}

.nav-menu {
	display: none;
}

ul.menu-list {
    display: block;
    text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-item a, a.nav-item {
	font-weight: 400;
}

.menu-item {
    display: block;
    zoom: 1;
    vertical-align: middle;
	padding: 4px 0;
	padding: 0.25rem 0;
    margin: 0;
    height: 100%;
}

.menu-item, .menu-list {
    position: relative;
}

.menu-link {
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 12px;
	padding: 0 0.75rem;
}

.nav-btn {
	text-decoration: none;
}

.nav-btn:hover,
.menu-link:hover {
	background-color: transparent;
}

.nav-toggle {
	display: block;
	margin: 0 auto;
}

.def-jump {
	border-bottom: 1px solid #7d8e9b;
}

/* --- videos --- */

.wrapper-videos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px
}

.video-cover {
	/*border: 1px solid var(--colour-section-bkg-1);*/
}

.carousel-video {
	padding: 0 7px;
}

p.video-title {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 8px;
	margin-top: .5rem;
}

/* --- posts --- */

.blog-sidebar > li > a {
	display: inline;
}

.wrapper-posts {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px
}

.post-meta {
	font-size: 12px;
	font-size: 0.75rem;
}

.post-meta-full {
	font-size: 16px;
	font-size: 1rem;
}

.post-meta .uk-button-link,
.post-meta-full .uk-button-link {
	vertical-align: baseline;
}

.MarkupSocialShareButtons {
	list-style: none;
	padding-left: 10px;
	margin-top: 0;
}

.MarkupSocialShareButtons li {
		display: inline-block;
		margin-right: 5px;
	}

ul.MarkupSocialShareButtons > li > a {
		color: #5096ce;
		font-size: 24px;
		font-size: 1.5rem;
	}
	

/* ---------------------------deadline banner 2024 STARTS implemented by Shawn Nov 6, 2024-----------------------------*/

.deadline-banner-2024{
	width:100%;
	margin:-40px 0 20px 0 !important;
	padding:25px;
	margin: 0 auto;
	text-align:center;
	color:white;
	background-color:#478bc4;
}

.deadline-banner-2024 h2{
    color:white;
}

/* ---------------------------deadline banner 2024 ENDS implemented by Shawn Nov 6, 2024 Delete lines 832 - 846 to remove-----------------------------*/

/* --- over-rides of other styles ------------------------------------------ */

.pure-menu-link { 
	padding: 8px 16px; 
	padding: .5rem 1rem; 
	font-size: 16px; 
	font-size: 1rem; 
}

.pure-menu-children {
	z-index: 300;
}

.owl-theme .owl-nav [class*="owl-"] {
	font-size: 20px;
	font-weight: bold;
	background: #5096ce;
	padding: 4px 15px;
}

.modal {
	max-width: 800px;
}

.uk-navbar-nav > li > a {
	text-transform: none;
	font-size:16px;
	font-size:1rem;
	padding: 0 10px;
	font-family: 'Lato', sans-serif;
}

.uk-navbar-dropdown {
    width: 230px;
}

.uk-nav > li > a {
    padding: 3px 0;
}

.uk-navbar-left {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.modal {
    z-index: 200;
}

.blocker {
    z-index: 195;
}

/* ---Media queries for responsive layout ---------------------------------- */

/* ---- Phone, etc portrait: nothing in here as this is the default --- */

@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 360px) {}

/* ---- iPhone  --- */

@media only screen and (min-width: 480px) {}

/* ---- Phone landscape ---- */

@media only screen and (min-width: 568px) {
	.board-members, .members { grid-template-columns: repeat(2, 1fr); }
}

/* --- iPad, tablets etc portrait ---- */

@media only screen and (min-width: 768px) {
	html { font-size: 16px; }
	.header-image { height: 225px;  }
	.header-title {
		right:5%;
		top:25%;
		line-height:3.5rem;
	}
	h1.header-title { font-size: 3rem; }

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

	.content-w-sidebar { grid-template-columns: 3fr 1fr; }

	.resources { grid-template-columns: repeat(3, 1fr);	}

	.section { padding: 2rem 2%; }
	.section-title { font-size: 1.75rem; }
	.footer{ padding: 1.75rem 2%; }
	.footer .container { grid-template-columns: repeat(4, 1fr); }

	.learn-more {	width: 33%;	}

	.header-title-wrapper {
		left: 50%;
		top: 30%;
		width: 40%;
		text-align: left;
	}

	.wrapper-posts {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ---- Laptops, Desktops, etc ---- */

@media only screen and (min-width: 1024px) {
	.section { padding: 2rem 0; }
	.footer{ padding: 1.75rem 0; }

	.donor-tools { width: 22%; }

    .desktop-only { display: block; }
    .mobile-only { display: none; }

	.header-title-wrapper {
		width: 35%;
		text-align: left;
	}

	.members { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Widescreen ---- */

@media only screen and (min-width: 1200px) {}

/* --- Navigation specific --- */

@media only screen and (min-width: 1275px) {
	.nav-toggle { display: none; }
	.nav-menu { display: block; }
	.menu-item { display: inline-block; }
}

/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */

@media only screen and (max-width: 767px) {
	/* mobile layout */

	body, td, textarea {
		font-size: 100%;
	}
	body.has-sidebar #content,
	body.has-sidebar #sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}
	form.search {
		float: none;
		width: 100%;
	}
	#content {
		width: 100%;
	}
	#sidebar {
		border-top: 1px solid #eee;
		padding-top: 1em;
	}
	.align_left, .align_right, .align_center {
		display: block;
		float: none;
		margin: 1em auto;
		max-width: 100%;
	}

}

@media only screen and (min-width: 1200px) {
	/* extra-wide desktop layout */

	body, td, textarea {
		/*font-size: 115%;*/
	}
}

/*
@import "_popup.css";
@import "_overrides.css";
*/

/*# sourceMappingURL=main.css.map */


/******* AODA Overrides *******/
.uk-navbar-nav>li>a {
    color: #4b4b4b!important;
}

.container h2 {
    font-size: 2rem!important;;
    color: #00539b!important;;
}
#main a {
	color: #00539b!important;
	font-weight: 600!important;
	text-decoration: underline!important;
}
#main a.sidebar-btn, #main a.gfc-btn {
    color: #fff!important;
	text-decoration: none!important;
}
.bio-btn {
	color: #00539b!important;
}