/* @override 
https://chsfomaha.org/wp-content/themes/gmlaunch/css/format.css?*
	https://central.local/wp-content/themes/gmlaunch/css/format.css?* */

@font-face {
	font-family: 'Avenir Medium';
	src: url('/wp-content/themes/gmlaunch/fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2') format('woff2'),
	url('/wp-content/themes/gmlaunch/fonts//c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff') format('woff');
}

@font-face {
	font-family: 'Avenir Heavy';
	src: url('/wp-content/themes/gmlaunch/fonts//d513e15e-8f35-4129-ad05-481815e52625.woff2') format('woff2'),
	url('/wp-content/themes/gmlaunch/fonts//61bd362e-7162-46bd-b67e-28f366c4afbe.woff') format('woff');
}

*, 
*:before, 
*:after {
	box-sizing: inherit;
}

body {
	font-family: 'Avenir Medium';
	display: flex;
	flex-direction: column;
	height: auto;
	margin: 0;
	color: #53565a;
	background: #fff;
}

*, 
*:before, 
*:after {
	box-sizing: border-box;
}

.full:before, 
.full:after, 
.content:before, 
.content:after, 
.content-full:before, 
.content-full:after {
	display: table;
	table-layout: fixed;
	content: '';
}

.full:after, 
.content:after, 
.content-full:after {
	clear: both;
}

.full {
	width: 100%;
}

.content {
	max-width: 1400px;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
}

@media all and (max-width: 1450px) {
	.content {
		padding-right: 3%;
		padding-left: 3%;
	}
}
.section-content-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-full {
	overflow: hidden;
	max-width: 1600px;
	margin: 0 auto;
}

.section-fullpage-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 50vh;
	margin-top: 115px;
}

.fullscreen {
	position: relative;
	right: 50%;
	left: 50%;
	width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw;
}

.wrapper {
	overflow: hidden; /*need this to keep fullsceen from having scroll bars*/
	padding-top: 0;
	padding-bottom: 0;
	flex: 1;
}

.rte, 
p, 
ul, 
ol {
	font-family: 'Avenir Medium';
	font-size: 19px;
	line-height: 160%;
	margin: 0 0 15px;
	padding: 0;
	letter-spacing: 0;
	color: #53565a;
	color: #5e5e5e;
}

p.halfmargin {
	margin: 0 0 15px;
}

p.nomargin {
	margin: 0;
}

ul li, 
ol li {
	margin: 0 0 30px;
	padding: 0;
}

ol, 
ul {
	padding-top: 0;
	list-style-position: inside;
}

.btn.nomargin {
	margin: 0!important;
}

.btn:hover {
	transition: all .2s ease-in-out;
	color: #000;
	border: 2px solid #000;
	background-color: #fff;
}

::-moz-placeholder {
	font-family: Avenir;
	opacity: 1;
}

:focus {
	outline: none;
}

a {
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: #764399;
}

p a.nolink {
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

a:active, 
a:hover {
	transition: all .2s ease-in-out;
}

a:focus {
	outline: none;
}

a:hover, 
a:active {
	transition: all .2s ease-in-out;
	color: #bbb;
	outline: 0;
}

b, 
strong {
	color: #000;
}

blockquote {
	quotes: '' '';
}

button, 
input, 
select, 
textarea, 
::placeholder, 
::-webkit-input-placeholder, 
:-moz-placeholder, 
:-ms-input-placeholder {
	font-family: Avenir;
}

em, 
i {
	font-style: italic;
}

embed, 
iframe, 
object {
	max-width: 100%;
	margin-bottom: 1.5em;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Avenir Heavy';
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 30px;
	color: #2c2c2c;
}

h1.halfmargin, 
h2.halfmargin, 
h3.halfmargin, 
h4.halfmargin, 
h5.halfmargin, 
h6.halfmargin {
	margin-bottom: 15px!important;
}

h1.nomargin, 
h2.nomargin, 
h3.nomargin, 
h4.nomargin, 
h5.nomargin, 
h6.nomargin {
	margin-bottom: 5px!important;
}

p.white, 
h1.white, 
h2.white, 
h3.white, 
h4.white, 
h5.white, 
h6.white {
	color: #fff;
}

p.center, 
h1.center, 
h2.center, 
h3.center, 
h4.center, 
h5.center, 
h6.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center!important;
}

h1.page-title {
	/*	min-height: 15vh;*/
	display: flex;
	flex-direction: column;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	align-content: center;
	justify-content: center;
	/*border: 1px dotted #bbb; */
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}

@media (max-width: 900px) {
	h1.page-title {
		
	}
}
h1.page-title.center-title {
	text-align: center;
}

h1 {
	font-family: 'Avenir Heavy';
	font-size: 65px;
	font-style: normal;
	line-height: 1.1em;
	letter-spacing: 0;
}

@media (max-width: 900px) {
	h1 {
		font-size: 50px;
	}
}
@media (max-width: 700px) {
	h1 {
		font-size: 40px;
	}
}
h2 {
	font-family: Crimson Text;
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.15em;
	letter-spacing: 0;
}

@media (max-width: 900px) {
	h2 {
		font-size: 30px;
	}
}
h3 {
	font-family: 'Avenir Medium';
	font-size: 24px;
	font-style: normal;
	line-height: 1.2em;
	text-align: left;
	letter-spacing: 0;
}

h4 {
	font-size: 19px;
	/*	color: #512d6d;*/
}

a h4 {
	color: rgba(81, 45, 109, 1.000);
}

h4.gray {
	color: #53565a;
}

h4.black {
	color: #000;
}

h5 {
	font-family: Crimson Text;
	font-size: 26px;
	font-weight: 400;
	font-style: normal;
	line-height: 36px;
	letter-spacing: 0;
}

h6 {
	font-size: 17px;
	color: #512d6d;
}

p {
	font-family: 'Avenir Medium';
	font-size: 19px;
	line-height: 160%;
	margin-bottom: 30px;
	letter-spacing: 0;
	color: #53565a;
}

@media (max-width: 700px) {
	p {
		font-size: 16px;
	}
}
p.small {
	font-size: 15px;
	line-height: 24px;
}

p.strong {
	font-family: 'Avenir Heavy';
	color: #000;
}

.section-blog-post blockquote.wp-block-quote {
	width: 80%;
	/*background: red;	*/
	margin: 30px 0;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
}

.section-blog-post blockquote.wp-block-quote  p {
	font-size: 36px;
	line-height: 1.5em;
	color: #000;
}

.section-blog-post blockquote.wp-block-quote cite {
	font-weight: normal;
	font-style: normal;
	color: #53565a;
}

.impact-quote {
	font-size: 36px;
	font-weight: 700;
	color: #2c2c2c;
}

@media all and (max-width: 650px) {
	.impact-quote {
		font-size: 27px;
	}
}
hr {
	display: block;
	overflow: visible;
	box-sizing: content-box;
	width: 100%;
	height: 1px;
	margin: 2em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #e0dfdd;
}

html {
	font-family: 'DM Sans', sans-serif;
	box-sizing: border-box;
	height: auto;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
	display: block;
	border-style: none;
}

img, 
video {
	max-width: 100%;
	height: auto;
}

.bgcolor-eeeeee {
	background-color: #eee;
}

.bgcolor-000000 {
	background-color: #000;
}

.bgcolor-333333 {
	background-color: #333;
}

.bgcolor-512D6D {
	background-color: #512d6d;
}

.bgcolor-FFFBF7 {
	background-color: #fffbf7;
}

.border-top-B8B8B9 {
	border-top: 1px solid #b8b8b9;
}

a.btn {
	text-decoration: none;
}

.btn {
	font-size: 16px;
	line-height: 47px;
	display: flex;
	min-width: 140px;
	height: 50px;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-align: center;
	color: #fff;
	border: 2px solid #764399;
	border-radius: 5px;
	background: #764399;
	align-items: flex-start;
	align-content: center;
	justify-content: center;
	
}

@media (max-width: 650px) {
	.btn.small-mobile {
		font-size: 13px;
		min-width: inherit;
	}
}
.btn.btncenter {
	align-self: center;
}

.btn a {
	color: #fff;
}

.btn:hover, 
.rte .btn:hover {
	transition: all .2s ease-in-out;
	color: #fff;
	border: 2px solid #764399;
	background-color: #512d6d;
}

.btn:hover a {
	color: #000;
}

.btn.reverse {
	color: #000;
	background: #fff;
}

.btn.reverse:hover {
	color: #fff;
	background: #000;
}

header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	width: 100vw;
	min-height: 115px;
	background: #512d6d;
	justify-content: center;
	align-items: center;
}

body.admin-bar header {
	top: 32px;
}

header.scrolled {
	/*	transition: all 0.20s ease-in-out;*/
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
}

.section-footer-wrapper {
	padding-top: 90px;
	padding-bottom: 0;
	background: #fffbf6;
}

@media (max-width: 900px) {
	.section-footer-wrapper {
		padding-top: 60px;
	}
}
@media (max-width: 700px) {
	.section-footer-wrapper {
		padding-top: 30px;
	}
}
.section-footer-credits {
	display: flex;
	min-height: 70px;
	padding-left: 30px;
	border: 1px solid #d9dadb;
	flex-basis: 100%;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.section-footer-credits {
		padding-left: 15px;
	}
}
@media (max-width: 600px) {
	.section-footer-credits p {
		font-size: 13px;
		line-height: 1.1em;
	}
}
.back-to-top {
	display: flex;
	width: 70px;
	height: 70px;
	transition: all .2s ease-in-out;
	color: #fff;
	background: #764399;
	justify-content: center;
	align-items: center;
}

.back-to-top:hover {
	transition: all .2s ease-in-out;
	background: #512d6d;
}

.back-to-top i.far.fa-arrow-up {
	font-size: 25px;
	transition: all .2s ease-in-out;
}

.back-to-top:hover i.far.fa-arrow-up {
	font-size: 30px;
	transition: all .2s ease-in-out;
}

.section-footer-credits_inner {
	display: flex;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	align-items: center;
}

.blog-single-header {
	max-width: 950px;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
}

@media (max-width: 1450px) {
	.blog-single-header {
		padding-right: 3%;
		padding-left: 3%;
	}
}
.section-blog-post {
	max-width: 950px;
	min-height: 20vh;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	flex-wrap: wrap;
}

@media (max-width: 900px) {
	.section-blog-post {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.section-blog-post  h3 {
	margin-bottom: 15px;
}

.section-blog-post  p {
	margin-bottom: 30px;
}

.section-blog-post img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

.share-links {
	display: flex;
	align-items: center;
}

.share-links a i {
	font-size: 21px;
	margin-right: 0;
	margin-left: 10px;
}

.featured-image {
	width: 100%;
	padding-bottom: 30px;
}

.featured-image img {
	width: 100%;
	height: auto;
}

.section-general-hero-imageholder {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 950px) {
	.section-general-hero-imageholder {
		height: 550px;
		justify-content: center;
	}
}
@media screen and (max-width: 750px) {
	.section-general-hero-imageholder {
		width: 100%;
		height: 420px;
		min-height: inherit;
		background-position: center bottom !important;
	}
}
.section-general-hero-imageholder img {
	display: block;
}

.section-general-hero-imageholder-gradient {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 31, 32, .45);
}

.page-title-wrapper-over-image h1.page-title {
	margin: 0;
	padding: 0 5%;
	text-align: center;
	color: #fff;
	/*	background: red;*/
}

.page-title-wrapper-standard {
	padding-top: 30px;
	text-align: center;
}

.section-posttype-wrapper {
	margin-bottom: 30px;
	padding: 30px;
	background: #eee;
}

.section-posttype-wrapper ul {
	margin-bottom: 0;
}

.section-posttype-wrapper ul li.portfolio_categories-list {
	font-size: 12px;
	list-style: none;
}

.flex-container.section-posttype-outterwrapper.post-type-portfolio {
	display: flex;
	margin-left: 2%;
	/*  outline: 1px solid red;*/
	padding-top: 60px;
	padding-bottom: 60px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media screen and (max-width: 650px) {
	.flex-container.section-posttype-outterwrapper.post-type-portfolio {
		margin-left: 0;
	}
}
.post-type-portfolio .section-posttype-wrapper {
	margin-right: 2%;
	flex-basis: 31.3%;
}

@media screen and (max-width: 950px) {
	.post-type-portfolio .section-posttype-wrapper {
		flex-basis: 48%;
	}
}
@media screen and (max-width: 650px) {
	.post-type-portfolio .section-posttype-wrapper {
		flex-basis: 100%;
	}
}
.section-post-pagination {
	display: flex;
	margin-right: 1.5%;
	margin-left: 1.5%;
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-basis: 100%;
}

.section-next-prev-posts-link {
	display: flex;
	flex-basis: 50%;
}

.pagination-all-posts {
	text-align: center;
}

.pagination-next-posts {
	justify-content: flex-end;
}

@media screen and (max-width: 950px) {
	.pagination-next-posts {
		text-align: center;
	}
}
.section-gereral-hero-imageholder {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 60vh;
	min-height: 590px !important;
	padding: 60px 40px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	align-items: center;
	/*	justify-content: center;*/
}

@media screen and (max-width: 1050px) {
	.section-gereral-hero-imageholder {
		height: 40vh;
		min-height: inherit !important;
		background-position: 0 center !important;
	}
}
@media screen and (max-width: 950px) {
	.section-gereral-hero-imageholder {
		width: 100%;
		height: inherit;
		min-height: inherit;
		background-position: 90% center !important;
	}
}
.section-gereral-hero-imageholder img {
	display: block;
}

.section-gereral-hero-imageholder-gradient {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4 );
}

.section-page-content.two-column {
	display: flex;
	padding-top: 60px;
	border-top: 1px solid #ddd;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.section-page-content.two-column {
		flex-direction: column;
		flex-wrap: wrap;
	}
}
.section-gereral-hero-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	max-width: none;
	max-width: 1000px;
	margin-right: auto;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	justify-content: center;
}

.section-gereral-hero-imageholder 	.section-gereral-hero-content {
	padding-right: 1%;
	padding-left: 3%;
}

.section-gereral-hero-content.center {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
}

.section-gereral-hero-content.left {
	display: flex;
	text-align: left;
	align-items: flex-start;
}

.section-gereral-hero-content.center {
	text-align: center;
}

.section-hero-color-background {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 700px) {
	.section-hero-color-background {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.section-gereral-hero-content h3, 
.section-gereral-hero-content h1 {
	color: #fff;
}

.section-gereral-hero-content h3 a {
	color: #fff;
}

.section-gereral-hero-content.center h3, 
.section-gereral-hero-content.center h1 {
	text-align: center;
}

.downarrow {
	display: flex;
	width: 40px;
	height: 40px;
	padding-top: 30px;
	justify-content: center;
	align-items: center;
}

.downarrow svg {
	display: block;
	transform: rotate(90deg);
}

.downarrow path {
	fill: #fff;
}

.section-gereral-hero-content.medium, 
.section-page-content.medium {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	/*		border: 1px solid #bbb;*/
}

.section-gereral-hero-content.narrow, 
.section-page-content.narrow {
	/*	border: 1px solid #ddd;*/
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.section-gereral-hero-content.wide, 
.section-page-content.wide {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}

.section-page-topper {
	display: flex;
	min-height: 25vh;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
	align-items: center;
	align-self: center;
	justify-content: space-between;
}

.section-page-content {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
}

@media (max-width: 900px) {
	.section-page-content {
		/*		padding-top: 30px;
		padding-bottom: 30px;*/
	}
}
.section-page-topper {
	display: flex;
	min-height: 25vh;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
	align-items: center;
	align-self: center;
	justify-content: space-between;
}

.section-page-topper .page-title, 
.page-topper-content, 
.page-topper-title {
	flex-basis: 50%;
}

.section-gereral-hero-imageholder {
	width: 100%;
	min-height: inherit;
	padding-right: 5px;
	padding-left: 5px;
	background-position: 90% center!important;
	justify-content: center;
}

.section-two-column-sidebar {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	padding-right: 30px;
	flex-wrap: wrap;
	align-items: flex-start;
}

@media (max-width: 900px) {
	.section-two-column-sidebar {
		max-width: inherit;
		padding-right: 3%;
		padding-left: 3%;
	}
}
.section-two-column-wp-content {
	flex: 2;
}

@media (max-width: 900px) {
	.section-two-column-wp-content {
		padding-left: 0;
		flex: 2;
	}
}
.wp-block-cover {
	margin-bottom: 30px;
}

figure.wp-block-image {
	margin-top: 0;
	margin-bottom: 30px;
}

figure.wp-block-image img {
	display: block;
	margin-top: 0;
}

figure.wp-block-image.size-large {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.section-footer-content {
	/*	background: #eee;*/
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3%;
	padding-bottom: 90px;
	padding-left: 3%;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

@media (max-width: 900px) {
	.section-footer-content {
		padding-right: 5%;
		padding-left: 5%;
	}
}
.footer-column-one {
	flex-basis: 20%;
}

.footer-column-one svg {
	max-width: 120px;
}

@media (max-width: 900px) {
	.footer-column-one {
		display: flex;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 30px;
		justify-content: center;
	}
}
.footer-column-two {
	max-width: 800px;
	flex-basis: 60%;
}

div.footer-column-two h3.center {
	color: rgba(81, 45, 109, 1.000);
}

.footer-column-three {
	/*	border: 1px solid #333;*/
	display: flex;
	flex-basis: 20%;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 900px) {
	.footer-column-one, 
	.footer-column-two, 
	.footer-column-three {
		margin-right: auto;
		margin-left: auto;
		flex-basis: 100%;
	}
}
.footer-column-three a {
	font-size: 30px;
	display: flex;
	color: #512d6d;
	flex-basis: 30%;
	justify-content: center;
	/*border: 1px solid #333;*/
}

@media (max-width: 900px) {
	.footer-column-three a {
		flex-basis: 20%;
	}
}
.footer-column-three a:hover {
	color: #764399;
}

.footer-column-three a i {
	font-family: 'Font Awesome 5 Brands';
	padding-bottom: 20px;
	text-align: center;
}

@media (max-width: 900px) {
	.footer-column-three a i {
		padding-bottom: 0;
	}
}
.section-footer-cta {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	min-height: 300px;
	padding-top: 3%;
	padding-bottom: 3%;
	justify-content: center;
	align-items: center;
}

.section-breadcrumbs span {
	font-size: 15px;
}

.section-breadcrumbs {
	position: relative;
	display: flex;
	height: 60px;
	padding-right: 1%;
	padding-left: 1%;
	color: #fff;
	border-top: 1px solid #764399;
	background: #512d6d;
	align-items: center;
}

@media (max-width: 900px) {
	.section-breadcrumbs {
		line-height: 1.5em;
		padding-right: 3%;
		padding-left: 3%;
	}
}
.section-breadcrumbs a {
	transition: all .2s ease-in-out;
	color: #fff;
	border-bottom: 2px solid transparent;
	background: #512d6d;
}

@media (max-width: 900px) {
	.section-breadcrumbs span {
		font-size: 13px;
	}
}
.section-breadcrumbs span {
	flex: 1;
}

.section-breadcrumbs a:hover {
	transition: all .2s ease-in-out;
	border-bottom: 2px solid rgba(118, 67, 153, 1.000);
}

.section-breadcrumbs  i.fas.fa-caret-right {
	padding-right: 7px;
	padding-left: 7px;
	vertical-align: middle;
	color: #764399;
}
/*.section-breadcrumbs span a:first-child {
	background: red;
	display: none;
	}*/
/*.section-breadcrumbs span a:first-child::before {
font-family: 'Font Awesome 5 Pro';
font-size: 18px;
content: '\f80a';
color: #fff;
font-weight: bold;
margin-right: 6px;
}*/
/*body form#mc-embedded-subscribe-form {
	padding: 0;
	background: red;
	display: flex;
	flex-wrap: wrap;
}
div#mc_embed_signup_scroll {
display: flex;
flex-wrap: wrap;
width: 100%;
}*/

body #mc_embed_signup {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

body #mc_embed_signup  input:-webkit-autofill, 
body #mc_embed_signup  input:-webkit-autofill:hover, 
body #mc_embed_signup  input:-webkit-autofill:focus, 
body #mc_embed_signup  textarea:-webkit-autofill, 
body #mc_embed_signup  textarea:-webkit-autofill:hover, 
body #mc_embed_signup  textarea:-webkit-autofill:focus, 
body #mc_embed_signup  select:-webkit-autofill, 
body #mc_embed_signup  select:-webkit-autofill:hover, 
body #mc_embed_signup  select:-webkit-autofill:focus {
	/*  transition: background-color 5000s ease-in-out 0s;*/
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	color: #000 !important;
	border: none !important;
	border: 1px solid #c4c4c4!important;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #000;
}

body input#mce-EMAIL.email {
	font-family: 'avenir-medium';
	width: 70%;
	height: 70px;
	margin-right: -6px;
	padding-right: 0;
	padding-left: 10px;
	border: 1px solid #d9dadb;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius-radius: 3px;
}

@media (max-width: 768px) {
	body input#mce-EMAIL.email {
		width: 100%;
		margin: 0 0 15px;
	}
}
body #mc_embed_signup ::placeholder, 
body #mc_embed_signup ::-webkit-input-placeholder, 
body #mc_embed_signup :-moz-placeholder {
	font-family: 'avenir-medium';
	opacity: 1;
	color: #53565a;
}

body input#mc-embedded-subscribe.button {
	font-family: 'avenir-medium';
	font-size: 15px;
	width: 100%!important;
	max-width: none!important;
	height: 70px;
	padding-right: 30px;
	padding-left: 30px;
	/*Hide Safari styles*/
	-webkit-border-radius: 0;
	border-radius: 0;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #764399;
	-webkit-appearance: none;
}

body input#mc-embedded-subscribe.button:hover {
	background: #512d6d;
}

.menu-panel {
	position: absolute;
	top: 116px;
	display: flex;
	visibility: hidden;
	width: 100%;
	height: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	transition: all .2s ease-in-out;
	opacity: 0;
	outline: 1px solid #ddd;
	background: #fffbf5;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.menu-panel {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-wrap: wrap;
	}
}
.menu-panel.events.open, 
.menu-panel.support.open {
	z-index: 10;
	visibility: visible;
	height: inherit;
	transition: all .2s ease-in-out;
	opacity: 1;
}

.panel-cta {
	/*		outline: 1px solid #ddd;*/
	padding-right: 2%;
	padding-left: 2%;
	flex-basis: 33%;
}

.panel-column {
	display: flex;
	flex-direction: column;
	/*		outline: 1px solid #ddd;*/
	padding-right: 2%;
	padding-left: 2%;
	flex-basis: 33%;
}

@media (max-width: 900px) {
	.panel-column {
		flex-basis: 100%;
	}
}
.panel-column h4 {
	position: relative;
	margin-bottom: 0;
}

.panel-column h4:after {
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	font-weight: normal;
	margin-left: 7px;
	content: '\f061';
	transition: all .2s ease-in-out;
	color: #512d6d;
}

.panel-column a:hover h4:after {
	margin-left: 10px;
	transition: all .2s ease-in-out;
}

.panel-column a:hover p {
	color: #512d6d;
}

.menu-panel-close {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
}

.menu-panel-close .fa-times {
	font-size: 30px;
	color: #512d6d;
}

.section-prev-next-wrapper {
	display: flex;
	flex-basis: 100%;
}

.section-list-wrapper {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-list-repeater {
	background: #fffbf6;
	flex-basis: 48%;
}

.section-list-repeater_inner {
	padding: 30px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

@media (max-width: 900px) {
	.section-list-repeater {
		margin-bottom: 60px;
		background: #fffbf6;
		flex-basis: 100%;
	}
}
.section-list-repeater ul {
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

@media (max-width: 600px) {
	.section-list-repeater ul {
		
	}
}
.section-list-repeater ul li {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-bottom: 40px;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

@media (max-width: 600px) {
	.section-list-repeater ul li {
		padding-bottom: 30px;
	}
}
.section-list-repeater ul li p {
	margin: 0;
}

.section-list-repeater h3 {
	line-height: 1em;
	margin: 0;
	padding: 30px;
	color: #fff;
	background: #512d6d;
}

.section-sponsors-wrapper {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.section-sponsors-wrapper {
		flex-direction: column;
		max-width: 600px;
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
}
.section-sponsors-wrapper p {
	flex-basis: 60%;
}

.section-sponsors-wrapper h5 {
	line-height: 1;
	flex-basis: 20%;
}

@media (max-width: 900px) {
	.section-sponsors-wrapper h5 {
		margin-top: 20px;
		margin-bottom: 20px!important;
	}
}
.section-sponsors-wrapper img {
	/*flex-basis: 20%;*/
	max-width: 120px;
	align-self: center;
}

.section-newsroom-header {
	display: flex;
	padding-top: 60px;
	padding-bottom: 60px;
	justify-content: space-between;
}

@media (max-width: 700px) {
	.section-newsroom-header {
		padding-top: 30px;
		padding-bottom: 30px;
		flex-wrap: wrap;
	}
}
.section-newsroom-header_text {
	display: flex;
	flex-direction: column;
	flex-basis: 60%;
	align-content: center;
	justify-content: center;
}

.section-newsroom-header_image {
	display: flex;
	flex-basis: 30%;
	justify-content: center;
	align-content: center;
	align-items: center;
}

@media (max-width: 700px) {
	.section-newsroom-header_image {
		flex-basis: 100%;
	}
}
@media (max-width: 700px) {
	.section-newsroom-header_text {
		padding-bottom: 30px;
		flex-basis: 100%;
	}
}
.content.section-newsroom-sorting {
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d9dadb;
	flex-basis: 100%;
}

@media (max-width: 900px) {
	.content.section-newsroom-sorting {
		flex-direction: column;
		margin-right: 3%;
		margin-left: 3%;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}
.content.section-newsroom-sorting.lost {
	max-width: 1000px;
	padding-bottom: 0;
	border: none;
}

.content.section-newsroom-sorting select#cat.postform {
	font-family: 'Avenir Medium';
	font-size: 13px !important;
	line-height: inherit !important;
	line-height: 50px !important;
	min-width: 350px;
	height: 50px;
	margin-top: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 10px !important;
	color: #53565a;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	background: #fff url('/wp-content/themes/gmlaunch/imgs/select-arrow.svg') no-repeat;
	background-position: right 20px center;
	background-size: 10px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media (max-width: 900px) {
	.content.section-newsroom-sorting select#cat.postform {
		min-width: 300px;
		margin-bottom: 15px;
	}
}
form.blog-search-form label input.search-field {
	margin-left: 15px;
}

@media all and (max-width: 900px) {
	form.blog-search-form label input.search-field {
		margin-left: 0;
	}
}
div.content.section-newsroom-sorting form.blog-search-form  input.search-field {
	font-size: 13px !important;
	line-height: inherit !important;
	min-width: 350px;
	height: 50px;
	margin-top: 0;
	padding: 0 0 0 10px !important;
	color: #53565a;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	background: #fff url('/wp-content/themes/gmlaunch/imgs/search-icon.svg') no-repeat;
	background-position: right 20px center;
	background-size: 15px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media (max-width: 900px) {
	div.content.section-newsroom-sorting form.blog-search-form  input.search-field {
		min-width: 300px;
	}
}
.content.section-newsroom-sorting form.blog-search-form label {
	height: 50px!important;
}

@media (max-width: 900px) {
	.content.section-newsroom-sorting form.blog-search-form label {
		margin-left: 0;
	}
}
div.content.section-newsroom-sorting form.blog-search-form button.search-submit {
	font-size: 13px !important;
	line-height: inherit !important;
	display: none;
	height: 50px;
	margin-top: 0;
	padding: 0 !important;
	color: #53565a;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	background-size: 10px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

form.blog-search-form input::-webkit-input-placeholder {
	font-family: 'Avenir Medium';
	font-size: 13px !important;
	line-height: inherit !important;
	/* Chrome/Opera/Safari */
	color: #53565a;
}

form.blog-search-form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #c2c8cc;
}

form.blog-search-form input:-ms-input-placeholder {
	/* IE 10+ */
	color: pink;
}

form.blog-search-form input:-moz-placeholder {
	/* Firefox 18- */
	color: #c2c8cc;
}

.section-newsroom-header_text div.taxonomy-description p {
	font-family: 'Avenir Medium';
	margin: 0;
}

.section-404-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.btn.download span, 
.btn.external span {
	position: relative;
	padding-right: 30px;
}

.btn.external span {
	background: url('/wp-content/themes/gmlaunch/imgs/external-link.svg') right no-repeat;
	background-size: 20px;
}

.btn.download span {
	background: url('/wp-content/themes/gmlaunch/imgs/download.svg') right no-repeat;
	background-size: 20px;
}

a.btn.center {
	margin-right: auto;
	margin-left: auto;
}

.page-id-4 .content.border-top-B8B8B9 {
	border-top: none;
}

.hero-image-events {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

ul.wsp-pages-list {
	font-size: 21px;
	list-style: none;
}

ul.wsp-pages-list  ul.children {
	padding-left: 60px;
}

.wsp-category-title, 
ul.children li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
/* Global menu styles start */

#mobile-nav {
	display: none;
}

div.header-nav-wrapper {
	flex-direction: row;
	height: 115px;
}

.header-nav-wrapper .menu {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}

.header-nav-wrapper .menu > li {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
}

.header-nav-wrapper .menu > li.has-sub-menu {
	padding-right: 10px;
}

.header-nav-wrapper .menu > li.has-sub-menu:after {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	content: '';
	border-width: 6px 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.header-nav-wrapper .menu > li:hover > a {
	color: #000;
}

.header-nav-wrapper .menu > li:hover:after {
	border-top-color: #000;
}

.header-nav-wrapper .menu > li:hover .sub-menu-container {
	opacity: 1;
	transform: translateX(0);
	transition: .3s opacity;
}

.header-nav-wrapper .menu > li > a {
	display: flex;
	height: 100%;
	padding: 35px;
	align-items: center;
}

.header-nav-wrapper .menu > li.has-explanation .sub-menu {
	width: 75%;
}

.header-nav-wrapper .sub-menu-container {
	position: fixed;
	z-index: 10;
	top: 115px; /* header height */
	left: 0;
	opacity: 0;
	transform: translateX(100%);
	transition: .3s opacity, 0s .3s transform;
	overflow: auto;
	box-sizing: border-box;
	width: 100%;
	max-height: calc(100vh - 115px);
	padding: 30px 3%;
	background-color: #fff;
}

body.admin-bar .header-nav-wrapper .sub-menu-container {
	top: 147px; /* header height + admin menu height */
}

.header-nav-wrapper .sub-menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	column-gap: 40px;
}

.header-nav-wrapper .explanation {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding-right: 60px;
	flex-shrink: 0;
}

.header-nav-wrapper .sub-menu > li {
	padding: 0;
	break-inside: avoid;

}

.header-nav-wrapper .sub-menu > li > a span {
	display: block;
}

.header-nav-wrapper .sub-menu > li > a span.label {
	font-size: 17px!important;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 1;
}

#mobile-nav.mm-opened {
	display: block;
}

#mobile-menu-button {
	position: relative;
	display: none;
	width: 32px;
	height: 19px;
	margin-left: auto;
	align-items: center;
	align-self: center;
}

#mobile-menu-button:before, 
#mobile-menu-button:after {
	position: absolute;
	top: calc(50% - 1.5px);
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	transition: transform .2s;
	transform: translateY(-9px);
	background: #fff;
}

#mobile-menu-button:after {
	transform: translateY(9px);
}

#mobile-menu-button span {
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
	transition: opacity .2s;
	background: #fff;
}

#mm-blocker {
	z-index: 15;
}

@media all and (max-width: 1008px) {
	#mobile-menu-button {
		display: flex;
	}
	
	.header-nav-wrapper {
		display: none;
	}
}
/* Global menu styles end */
/* Central specific menu styles start */

div.header-nav-wrapper {
	height: 73px;
}

nav {
	display: flex;
	flex-direction: row;
	width: 95%;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

#logo {
	display: flex;
	cursor: pointer;
	text-align: center;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#logo img, 
#logo svg {
	display: block;
	max-width: 200px;
	height: auto;
	max-height: 80px;
	margin-right: auto;
	margin-left: auto;
}

#menu-toggle {
	display: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}

.header-nav-wrapper .menu > li > a {
	font-family: 'Avenir Heavy';
	font-size: 18px;
	position: relative;
	display: flex;
	height: 100%;
	text-align: center;
	color: #fff;
	justify-content: center;
}

.header-nav-wrapper .menu > li {
	border-bottom: 5px solid transparent;
}

.header-nav-wrapper .menu > li:hover, 
.header-nav-wrapper .menu > li.active {
	border-color: #764399;
}

.header-nav-wrapper .menu > li:hover > a {
	color: #fff;
}

.header-nav-wrapper .menu > li.has-sub-menu:after, 
.header-nav-wrapper .menu > li.has-sub-menu:hover:after {
	border-top-color: #764399;
}



a.arrow-after {
	/*	border: 1px solid #333;*/
	font-size: 17px!important;
	font-weight: bold;
	padding-bottom: 0;
}

a.arrow-after:after,
.header-nav-wrapper .sub-menu > li > a span.label:after {
	font-family: 'Font Awesome 5 Pro';
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	content: '\f061';
	transition: all .2s ease-in-out;
	transform: translate(10px, 0px);
	text-decoration: inherit;
	color: #764399;
}


a.arrow-after:hover:after,
.header-nav-wrapper .sub-menu > li > a:hover span.label:after {
	transform: translate(13px, 0px);
	color: #bbb;
}

.utility-menu {
	display: flex;
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
}

.utility-menu li {
	font-size: 14px;
	margin: 0;
	padding: 0 20px;
}

.utility-menu li a {
	color: #fff;
}

nav .right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.header-nav-wrapper .sub-menu-container {
	background-color: #fffbf6;
}

.sub-menu-container p {
	font-size: 15px;
}

.sub-menu-container .explanation h3 {
	font-family: Crimson Text;
	font-size: 21px;
	font-weight: normal;
	margin: 10px 0;
}

.sub-menu-container .explanation .btn {
	display: inline-flex;
	min-width: 0;
}

.header-nav-wrapper .sub-menu > li > a span.label {
	font-size: 19px;
}

.header-nav-wrapper .sub-menu > li > a span.description {
	font-size: 14px;
	color: #53565a;
}

@media all and (max-width: 1008px) {
	.utility-menu {
		display: none;
	}
}
@media all and (max-width: 950px) {
	#logo img {
		max-width: 180px;
	}
}
.mm-menu {
	background: #fffbf6;
}

.mm-listview > li:not(.mm-divider):after {
	display: none;
}

.mm-listview > li > a {
	font-family: 'Avenir Medium';
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #512d6d;
}

@media all and (max-width: 650px) {
	.mm-listview > li > a {
		font-size: 16px;
	}
}
.mm-listview > li > a.small {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mm-listview > li > a.divider {
	padding-top: 40px;
}

.mm-listview > li > a.divider:after {
	position: absolute;
	top: 10px;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	content: '';
	background: #d9dadb;
}

.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -10px;
}

.mm-listview .mm-next:before {
	display: none;
}

.mm-menu .mm-listview > li .mm-next:after, 
.mm-menu .mm-btn:before {
	font-family: 'Font Awesome 5 Pro';
	top: calc(50% - 10px);
	width: auto;
	height: auto;
	content: '\f061';
	transition: all .2s ease-in-out;
	transform: none;
	text-decoration: inherit;
	color: #764399;
	border: none;
}

.mm-menu .mm-btn:before {
	top: 4px;
	height: 16px;
	transform: rotate(180deg);
}

.mm-listview > li .mm-next {
	width: 68px;
}

.mm-listview > li form, 
.search-form {
	display: flex;
	padding: 20px;
}

.search-form {
	max-width: 600px;
	padding: 40px 0 0;
}

.mm-listview > li form input, 
.search-form input {
	width: 100%;
	height: 50px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 10px !important;
	border: 1px solid #b8b8b9;
	border-color: #b8b8b9 transparent #b8b8b9 #b8b8b9;
	border-radius: 5px 0 0 5px;
}

.mm-listview > li.social {
	display: flex;
	padding-top: 10px;
	padding-right: 20px !important;
	padding-left: 20px;
	align-items: center;
	justify-content: space-between;
}

.mm-listview > li.social a {
	padding: 0 !important;
}

.mm-listview > li.social a:first-child {
	padding-left: 0;
}

.mm-listview > li.social:last-child {
	padding-right: 0;
}

.header-nav-wrapper .menu form input, 
#mobile-nav .menu form input {
	height: 50px;
	font-size: 13px;
	padding: 0 10px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	background: #fff url('/wp-content/themes/gmlaunch/imgs/search-icon.svg') no-repeat;
	background-position: right 20px center;
	background-size: 15px;
	box-shadow: none;
	width: 100%;
	max-width: 450px;
	margin-left: 0;
}

.header-nav-wrapper .menu form {
	/*	min-height: 300px;*/
}

.header-nav-wrapper .menu form label, 
#mobile-nav .menu form label {
	width: 100%;
}

.header-nav-wrapper .menu form button, 
#mobile-nav .menu form button {
	display: none;
}

@media all and (max-width: 1230px) {
	.header-nav-wrapper .menu > li > a {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.header-nav-wrapper .menu > li.has-sub-menu:after {
		right: 12px;
	}
}
@media all and (max-width: 1008px) {
	.sub-menu {
		columns: 1 !important;
	}
	
	.sub-menu span.description {
		display: none;
	}
}
/* Central specific menu styles end */

.section-war-casualties-wrapper {
	display: flex;
	max-width: 1000px;
	/*flex-direction: column;*/
	margin: 60px auto;
	border: 1px solid #ddd;
	flex-wrap: wrap;
}

.section-war-casualties-item {
	display: flex;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	flex-basis: 100%;
	align-content: center;
}

@media (max-width: 650px) {
	.section-war-casualties-item {
		flex-wrap: wrap;
	}
}
.section-war-casualties-item:nth-of-type(odd) {
	background: rgba(255, 255, 255, 1);
}

.section-war-casualties-item p {
	font-size: 15px;
	margin: 0;
}

.casualties_title {
	flex-basis: 30%;
	/*			border: 1px solid #ddd;*/
}

.casualties_year, 
.casualties_war {
	/*	border: 1px solid #ddd;*/
	text-align: center;
	flex-basis: 15%;
}

.casualties_notes {
	flex-basis: 40%;
	/*		border: 1px solid #ddd;*/
}

@media (max-width: 650px) {
	.casualties_title, 
	.casualties_notes, 
	.casualties_year, 
	.casualties_war {
		padding-bottom: 5px;
		text-align: left;
		flex-basis: 100%;
	}
}
.accordion {
	margin: 50px;
}

.accordion dt, 
.accordion dd {
	margin-left: 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
	border-bottom: 0;
}

.expandable-sections {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3%;
	padding-left: 3%;
}

div.module.expandable-sections.accordion dt a h3 {
	text-transform: none;
	color: #512d6d;
}


.o-book-single-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
	justify-content: center;
}

.o-book-single-wrapper {

}
.o-book-single-wrapper img {
align-self: center;
padding-bottom: 20px;
}
