/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

ul.sub-menu li.menu-item a {
	font-size: 1em;
	line-height: 100%;
}

ul.sub-menu li.menu-item ul.sub-menu li.menu-item a {
	font-size: 0.8em;
	line-height: 75%;
}



@media screen and (min-width: 1000px) {
		.page #masthead {
		background:#ffff;
		height:70px;
		margin-bottom: 100px auto;
		z-index:999;
		width:100%;
		max-width:100%;
		position:fixed;
		padding-top: 2%;
		padding-left: 2%;
		padding-right: 2%;
		border-bottom: 1px solid #dadada;
		margin-bottom: 10%;
		left:0;
		right:0;
	}
		div #content { 
			padding-top: 65px; 
	}
	
}


.small-list li {
	font-size: 14px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 10px
}

.figure .figcaption .caption-white {
    color: #FFFFFF;
}

.small-label {
	font-size: 14px;
}

.light-list a {
	color: #30a369;
}

.section {
	border-radius: 40px;
	outline: 2px solid;
	outline-color: #242527;
}

.section-green {
	border-radius: 30px;
	padding: 50px;
	margin: 30px;
	outline: 4px solid;
	box-shadow: 15px 15px #35845d;
	outline-color: #35845d;
}

.white-outline {
	display: inline-block;
	text-align: centre;
	background-color: #242527;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 0 0 0 1px;
	font-weight: bold;
}

.black-bg {
	background-color: #242527;
	color: white;
}

.green-bg {
	background-color: #35845d;
	color: white;
}


h2 {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

h1 {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

h6 {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

h4 {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

p {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

span {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

em {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

strong {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

a {
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

.entry-footer {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}

#colophon {
	padding-top: 0 !important;
}

.wp-block-cover {
	margin: 0 !important;
}

.download {
	font-size: 12px; !important
}