/****************

THIS IS THE CURRENT CONTENTS OF THE MASTER CSS 
OVERRIDES CONFIGURED ON WILDAPRCIOT VIA https://48wn4j.wildapricot.org/sys/website/css/

Please maintain any changes at:
https://github.com/48WN4J/website

****************/

/*
div.s1_grid_12 s2_grid_12 s3_grid_12 {
    width:100;
    margin:auto;
}


div.container_12 {
    margin:auto;
}
*/

* {
	font-family: Raleway, Trebuchet MS, Avenir, Segoe UI, sans‑serif;
}

.WaPlaceHolder>div {
	padding: 0px;
}

h1 {
	font-family: Raleway, Trebuchet MS, Avenir, Segoe UI, sans‑serif;
	color: #123751;
	text-transform: uppercase;
	font-size: 200%;
	font-weight: 900;
}

h2 {
	font-family: Raleway, Trebuchet MS, Avenir, Segoe UI, sans‑serif;
	color: #E0A208;
	text-transform: capitalize;
	font-size: 180%;
	font-weight: normal;
}

h6 {
	font-family: Raleway, Trebuchet MS, Avenir, Segoe UI, sans‑serif;
	font-size: 110%;
	font-weight: normal;
	color: #666666;
}

h3, h4, h5 {
	font-family: Raleway, Trebuchet MS, Avenir, Segoe UI, sans‑serif;
	text-transform: capitalize;
	font-weight: normal;
	color: #666666;
}

th {
	background-color: #123751;
	font-weight: bold;
	color: #FFF;
}

a {
	color: #21AAC2;
}

[class^="WaLayoutContainer"] {
	margin: 0;
}

.cover_image {
	background-image:url('https://48wn4j.wildapricot.org/resources/Pictures/Protest%20Header%20bw.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	min-height: 360px;
	color:#FFF;
  	margin: auto;
	padding-top: 32px;
	overflow:visible;
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}

.cover_image h1, .cover_image h2, .cover_image h3, .cover_image h4, .cover_image h5, .cover_image a {
	color:#FFF;
}

.justification-center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:100%;
}

.inner-container {
	margin: auto;
	max-width: 900px;
	width: calc(100% - 64px);
}


.WaGadgetMenuHorizontal .menuBackground {
	max-width: 100%;
	position: static;
}

/*
.WaGadgetMenuHorizontal .menuInner  {
	padding-bottom: 20px;
	text-align: right;
	float:right;
}
*/

.WaGadgetFirst.WaGadgetLoginButton.gadgetStyleNone {
	margin-bottom: 30px;
}

.WaGadgetMenuHorizontal.menuStyle001 {
	margin-top: -30px;
}

.WaGadgetSocialProfile.gadgetThemeStyle {
	margin-top: -25px;
}

.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel {
	/*display: inline-block;*/
	margin-left: auto;
	margin-right: 0px;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    text-align: center;
}

.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel > li > .item > a {
    font: normal 110% 'Open Sans';
	color: #FFF;
	margin-top: 10px;
	margin-left: min(10px, 20px);
	margin-bottom: 10px;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.phantom>.item>a>span {
    border-bottom: 0;
    font-size: 220%;
    margin-top: -15px;
}

/*
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel > li > .item > a:hover {
	border-bottom: 3px solid #E0A208;
	border-bottom-right-radius: 5px;
}
*/

.med_square {
	text-align: center;
}

.med_square img {
	height: 210px;
	width: 210px;
	object-fit: cover;
	object-position: center center;
}

.lg_square {
	text-align: center;
}

.lg_square img {
	height: 320px;
	width: 320px;
	object-fit: cover;
	object-position: center center;
}
#id_YbdKrFN .WaLayoutItem div {
	max-width: 210px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 0px;
}

.spacer {
	height: 20px;
	padding: 0px;
	width: 100%;
	margin: 0px;
}

#id_RhjJPRz {
	min-width: 50px;
}

.page_cover {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	color: white;
	width: 100%;
	position: relative;
	/*left: calc(-50vw + 50%);
	height: 300px;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page_cover .vertical_center h1 {
	font-weight: 900;
	text-align: center;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	font-size: 2.5rem;
    letter-spacing: normal;
    line-height: 1.125;
  	margin: 0;
	padding: 25px 0px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vertical_center { 
  height: 300px;
  position: relative; 
}

.zoneContent {
	margin-bottom: 25px;
}

.body_list li {
	line-height: 2em;
}