@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 100%;
	/*font-family: filson-soft, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;

}
h1, h2, h3 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 800;
	font-size: 250%;
	line-height: 1.3em;
	margin-bottom: 30px;
	display: block;
}
p {
	font-family: 'Proza Libre', sans-serif;
	color: #000000;
}
section {
	height: auto;/*margin: 30px 0 30px 0;*//*	padding: 30px 0px 30px 0px;*//*border-bottom: 8px solid #ebebeb;*/
}
section h1 {
	text-align: center;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
table th thead tr {
	border: none;
}
table th {
	border-bottom: none;
}
thead th {
	border: 0;
}
tbody {
	border: 0;
}
a.Red:link {
	text-decoration: none;
	/*color: red;*/
	font-weight: bolder;
	font-weight: 900;
}
a.Red:visited {
	/*	color: red;*/
	text-decoration: none;
}
a.Red:hover {
	text-decoration: none;/*color: red;*/
}
a.button:link {
	/*	font-family: "source-code-pro", monospace;*/
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	background: #15214D;
	border-radius: 10px;
	color: #fff;
	height: auto;
	padding: 5px 0px 5px 0px;
	width: 8rem;
	max-width: 125px;
	display: block;
	margin: 20px auto 15px auto;
	text-align: center;
}
a.button:visited {
	color: #fff;
	text-decoration: none;
	background: #15214D;
}
a.button:hover {
	text-decoration: none;
	background-color: #164923;
}
a.news-button:link {
	/*	font-family: "source-code-pro", monospace;*/
	color: #000000;
	font-size: 120%;
	text-align: left;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}
a.news-button:visited {
	color: #000000;
	font-size: 120%;
	text-align: left;
	margin: 0px 10px 0px 10px;
}
a.news-button:hover {
	color: #000000;
	font-size: 120%;
	text-align: left;
	margin: 0px 10px 0px 10px;
}
.highlights {
}
.giving {
	border-bottom: none;
}
.top-nav-A {
	height: 30px;
	background-color: #485847;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: row;
	-ms-flex-align: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}
.navCol-left {
	width: auto;
	color: #FFFFFF;
	margin-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navCol-right {
	width: 200px;
	color: #FFFFFF;
	align-self: flex-end;
	padding-right: 16px;
}
/*very top links*/
a.Soc:link {
	text-decoration: none;
	color: white;
	font-size: 80%;
}
a.Soc:visited {
	color: white;
	text-decoration: none;
}
a.Soc:hover {
	text-decoration: none;
	color: white;
}
.soc-form {
	padding-bottom: 3px;
}
#top-nav-B {
	/*	height: 34px;
	padding-top: 15px;*/
	padding-right: 25px;
	background-color: #eebf56;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-ms-flex-direction: row;
	-ms-flex-align: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	background-image: url(elements/WVSOM-secondary-brand.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
}
#banner {
	margin: 0px;
	min-height: 400px;/*background-image: url(elements/a.png);
	background-size: cover;
	background-position: center;
	background-color: #cccccc;*/
}
#PgBn {
	margin: 0px;
	min-height: 200px;
	max-height: 200px;
	background-image: url("elements/gbkg.png");
	position: relative;
	background-size: cover;
	background-position: center;
	border-bottom: 8px solid #ebebeb;
	overflow: hidden;
}
#PgBn .logo {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.wvsmLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	max-width: 40%;
	max-height: 40%
}
.content-flex {
	width: 90%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	margin: auto;
	padding: 40px 0px 60px 0px;
}
.flex-item {
	width: 22%;
	height: auto;
	background-color: #f5f5f5;
	padding: 0px;
	border: 1px solid white;
	border-radius: 1rem;
	min-height: 250px;
	overflow: hidden;
	margin: 0;
}
/*Flex items for Highlights section*/
.defaultPage {
	margin-bottom: 50px;
	width: 854px;;
	height: auto;
	min-height: 400px;
	padding: 0px 70px 0px 70px;
	color: #000000;
	background-color: #ebebeb;
}
.defaultPage p {
	display: block;
	margin: 25px 15px 10px 15px;
	overflow: hidden;
	color: #000000;
}
#highlights {
	margin: 20px 0px 20px 0px;
}
#highlights h1 {
	font-size: 130%;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}
#highlights p {
	display: block;
	min-height: 90px;
	max-height: 115px;
	font-size: 80%;
	margin: 25px 15px 10px 15px;
	overflow: hidden;
	color: #000000;
}
#C1:hover {
	background-color: #e1e1e1;
	border: 1px solid #e9e9e9;
	border-radius: 1rem;
}
#C2:hover {
	background-color: #e1e1e1;
	border: 1px solid #e9e9e9;
	border-radius: 1rem;
}
#C3:hover {
	background-color: #e1e1e1;
	border: 1px solid #e9e9e9;
	border-radius: 1rem;
}
#C4:hover {
	background-color: #e1e1e1;
	border: 1px solid #e9e9e9;
	border-radius: 1rem;
}
/*Flex items for talking points section*/
	
#talking-points {
	height: auto;
	background-image: url(elements/points-bkg.png);
	background-attachment: fixed;
	background-size: cover;
	margin: 0px;
	border-top: 12px solid #ebebeb;
}
#talking-points h1, h2, h3, p {
	color: #FFFFFF;
}
#talking-points p {
	font-weight: bold;
	font-size: 90%;
}
.point-flex {
	width: 90%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	margin: auto;
	padding: 20px 0px 60px 0px;
}
.point-item {
	width: 250px;
	padding: 1%;
}
/*Flex items for news section*/
#news {
	border-top: 12px solid #ebebeb;
}
#news p {
	font-family: 'Proza Libre', sans-serif;
	display: block;
	color: #000000;
	font-size: 90%;
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;
	margin: 15px 10px 5px 10px;
}
#news h2 {
	font-family: 'Cormorant Garamond', serif;
	color: #000000;
	font-size: 120%;
	text-align: left;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}
#news h3 {
	color: #898989;
	font-size: 100%;
	text-align: left;
	margin: 0px 10px 0px 10px;
}
#news img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.news {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.news-flex {
	width: 90%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: auto;
	padding: 20px 0px 60px 0px;
}
.news-photo-left {
	width: 16%;
	min-height: 250px;
	max-height: 250px;
	height: auto;
	max-width: 250px;
	background-color: #f5f5f5;
	padding-top: 15px;
	padding-left: 15px;
}
.news-photo-right {
	width: 16%;
	min-height: 250px;
	max-height: 250px;
	height: auto;
	max-width: 250px;
	background-color: #f5f5f5;
	padding-top: 15px;
	padding-left: 15px;
}
.news-col {
	width: 30px;
}
.news-copy-left {
	width: 32%;
	min-height: 250px;
	max-height: 250px;
	height: auto;
	background-color: #f5f5f5;
	padding-top: 15px;
}
.news-copy-right {
	width: 32%;
	min-height: 250px;
	max-height: 250px;
	height: auto;
	background-color: #f5f5f5;
	padding-top: 15px;
}
/*Flex items for EVENTS  section*/
#events {
	border-top: 12px solid #ebebeb;
	padding-bottom: 50px;
	background-image: url(elements/events-bkg.png);
	background-attachment: fixed;
	background-size: cover;
}
#events img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#events h2 {
	color: #000000;
	font-size: 120%;
	text-align: left;
	margin: 8px 10px 4px 10px;
}
#events h3 {
	color: #000000;
	font-size: 100%;
	text-align: left;
	margin: 0px 10px 4px 10px;
}
#events p {
	padding-top: 10px;
}
#events .date {
	position: absolute;
	width: auto;
	background-color: #174822;
	text-align: center;
	padding: 5px;
	color: white;
	font-size: 100%;
	left: 0px;
	top: 0px;
	z-index: 99;
}
.events {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.event-flex {
	width: 90%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	margin: auto;
	padding: 20px 0px 60px 0px;
}
.event-item {
	position: relative;
	margin: 10px;
	width: 20%;
	max-width: 300px;
	max-height: 400px;
	background-color: #f5f5f5;
}
/*Flex item for footer section*/
footer {
	background-color: #485847;
	color: #FFFFFF;
	height: auto;
	font-size: 80%;
	background-image: url(elements/footer.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 8px solid #ebebeb;
}
.foot-flex {
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	margin: auto;
	padding: 20px 0px 60px 0px;
}
.foot-item {
	width: 48%;
	margin: 1%;
}
.foot-item-r {
	width: 47%;
	margin-left: 3%;
}
#footer p img {
	max-width: 100%;
	height: auto;
	margin-right: 10px;
	display: inline;
}
#footer p {
	width: 80%;
	margin: 0px auto 0px auto;
	padding: 15px;
}
a.ada:link {
	color: white;
	text-decoration: none;
}
a.ada:visited {
	color: white;
	text-decoration: none;
}
a.ada:hover {
	text-decoration: none;
}
/*Flex items for giving section*/
#give {
	border-top: 12px solid #ebebeb;
}
#give p {
	font-family: 'Proza Libre', sans-serif;
	display: block;
	color: #000000;
	font-size: 90%;
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;
	margin: 15px 10px 10px 10px;
}
#give h2 {
	color: #000000;
	font-size: 120%;
	text-align: left;
	margin: 0px 10px 0px 10px;
}
#give h3 {
	color: #898989;
	font-size: 100%;
	text-align: left;
	margin: 0px 10px 0px 10px;
}
#give img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.give-flex {
	width: 90%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: auto;
	padding: 20px 0px 60px 0px;
}
.give-photo-left {
	width: 18%;
	min-height: 250px;
	max-height: 250px;
	height: auto;
	max-width: 250px;
	background-color: #f5f5f5;
}
.give-photo-right {
	width: 18%;
	min-height: 250px;
	max-height: 250px;
	height: auto;
	max-width: 250px;
	background-color: #f5f5f5;
}
.give-col {
	width: 30px;
}
.give-copy-left {
	width: 30%;
	min-height: 250px;
	max-height: 250px;
	height: auto;
	background-color: #f5f5f5;
}
.give-copy-right {
	width: 30%;
	min-height: 250px;
	max-height: 250px;
	height: auto;
	background-color: #f5f5f5;
}
/*csss for meniu*/
.nav, .nav a, .nav ul, .nav li, .nav div {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.nav a {
	text-decoration: none;
}
.nav li {
	list-style: none;
}
/* Menu Container */
.nav {
	margin: 0px;
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 100;
}
/* Menu List */
.nav > li {
	display: block;
	float: left;
}
/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 9999;
	/*	padding: 0 20px;*/
	padding: 18px 20px 18px 20px;
	/*	line-height: 25px;*/
/*	font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #154a24;
	background-color: #eebf56;
	/*	border-left: 1px solid #4b4441;
	border-right: 1px solid #312a27;*/

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.nav > li:hover > a {
	background: white;
}
/*.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}*/
/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 20px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	/*background: #ffffff;*/
	background: white;
	border-radius: 0 0 10px 10px;
	border-radius: 10px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	text-align: left;
}
.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	text-align: left;
}
/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 20%;
	padding: 2.5%;
}
.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #372f2b;
	text-transform: uppercase;
}
.nav .nav-column h3.orange {
	color: #ff722b;
}
.nav .nav-column li a {
	display: block;
	line-height: 26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #888888;
}
.nav .nav-column li a:hover {
	color: #154a24;
}
/*Normal body*/
#flex-body {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	width: 98%;
	min-height: 600px;
	margin: auto;
	margin: 50px 1% 50px 1%;
	-webkit-justify-content: center;
	justify-content: center;
}
#flex-body img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#flex-body h1 {
	border-bottom: 1px solid #2e4e2e;
	margin: 0px 0px 10px 0px;
}
#flex-body h2 {
	border-bottom: 1px solid #2e4e2e;
	margin-top: 40px;
	margin-bottom: 20px;
}
#flex-body h3 {
	border-bottom: 1px solid #2e4e2e;
	margin-top: 20px;
	margin-bottom: 20px;
}
#flex-body p {
	font-size: 120%;
	line-height: 125%;
	margin: 8px 0 25px 0;
}
#flex-body ul {
	margin-left: 25px;
}
#flex-body l1 {
	font-size: 120%;
}
.flex-body-copy {
	position: relative;
	width: 66%;
	height: auto;
	margin-left: 2%;
	padding-bottom: 8px;
}
.flex-body-nav {
	position: relative;
	width: 30%;
	max-width: 400px;
	height: auto;
	margin-right: 2%;
	background-color: #f5f5f5;
}
.navTitle {
	background-color: #f5f5f5;
	font-family: filson-soft, sans-serif;
	font-size: 100%;
	font-weight: bold;
	display: block;
	border-radius: 25px;
	padding: 10px 10px 10px 5px;
	margin-bottom: 10px;
	text-align: center;
}
#navCol {
	font-family: filson-soft, sans-serif;
	font-size: 100%;/*border: .5px solid #a5a8ab;*/
}
#navCol h1 {
	font-family: filson-soft, sans-serif;
	font-size: 90%;
	font-weight: 600;
	display: block;
	border: none;
	/*	border-bottom: .5px solid #a5a8ab;*/
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 3px 5px;
}
#navCol h2 {
	font-family: filson-soft, sans-serif;
	font-size: 90%;
	font-weight: 600;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 3px 5px;
	border: none;
}
#navCol h3 {
	font-family: filson-soft, sans-serif;
	font-size: 90%;
	font-weight: 600;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 3px 5px;
	border: none;
}
#navCol p {
	font-family: filson-soft, sans-serif;
	font-size: 100%;
	padding: 0 8px 0 8px;
}
#navCol ul {
	margin-left: 25px;
}
#navCol ul, li {
	font-family: filson-soft, sans-serif;
	font-size: 100%;
	padding: 0 8px 0 8px;
}
#navCol a:link {
	font-size: 100%;
	text-decoration: none;
	color: #2e4e2e;
	font: menu;
}
#navCol a:visited {
	color: #2e4e2e;
}
#navCol a:hover {
	text-decoration: none;
	color: darkgreen;
}

/* ====================================================================================================================
 * breakpoints
 * ====================================================================================================================*/
@media (min-width: 1200px) {
.nav > li > a {
	font-size: 90%;
}
}

@media (max-width: 1100px) {
html, body {
	font-size: 80%;
}
.nav > li > a {
	font-size: 70%;
}
#top-nav-B {
	background-image: none;
}
#PgBn {
	margin: 0px;
	height: auto;
	min-height: auto;
	max-height: 200px;
	background-image: url("elements/gbkg.png");
	position: relative;
	background-size: cover;
	background-position: center;
	border-bottom: 8px solid #ebebeb;
}

a.Soc:link {
	text-decoration: none;
	color: white;
	font-size: 60%;
}
#talking-points {
/*display: none;*/
}
.event-item {
	max-height: 300px;
}
.give-photo-left {
	height: auto;
}
.give-photo-right {
	height: auto;
}
.give-col {
	width: 30px;
}
.give-copy-left {
	height: auto;
}
.give-copy-right {
	height: auto;
}
}
