/* In their own words page */
.page-id-634 .wp-block-cover {
	display: none;
}

/* blog page: remove header */
.page-id-575 .entry-header-wrapper-single {
	display: none;
}

/* remove menu */
.page-id-228 nav#site-navigation {
  display: none;
}
.page-id-228 div .hamburger-wrapper {
  display: none;
}
/* change size of logo */
.custom-logo {
	max-height: 60px;
}
/* add left padding to logo if no menu */
.page-id-228 .custom-logo {
padding-left: 70px;
}
/* banner height */
.site-header {
	padding: 1.25rem 0;
}
/* remove padding above top image */
.page-id-228 .site-content {
	padding: 0;
}
/* remove bar under title */
.page-id-228 .entry-header-wrapper-single {
	display: none;
}
/* top image height */
.page-id-228 .wp-block-cover, .wp-block-cover-image {
	min-height: 250px;
}
/* replace Investors page title */
.page-id-38 .entry-header-wrapper-single {
	height: 103px;
}
.page-id-38 h1.entry-title {
	visibility: hidden;
	line-height: 0.37;
	margin-bottom: 47px;
}
.page-id-38 h1.entry-title::after {
	content: 'Investors';
	visibility: visible;
	display: block;
}
/* center-align images */
.page-id-228 .wp-block-image.is-resized, .page-id-8 .wp-block-image.is-resized {
  display: block;
}
/* center-align button */
.page-id-228 p.ctct-form-field.ctct-form-field-submit {
	text-align: center;
}
/* increase font size for button text */
.page-id-228 input[type='submit'] {
	font-size: 16px;
}
/* add border radius to button */
input[type='submit'] {
	border-radius: 5px;
}
/* remove margin in between disclaimer and asterisk text */
.page-id-228 div#ctct-form-wrapper-1.ctct-form-wrapper {
	margin-bottom: 10px;
}
.page-id-228 p#star-sentence {
	margin-top: 0px;
}
/* change font for bullets */
li {
	font-family: "EB Garamond",serif;
}
/* center-align bottom image in Who we Are */
.page-id-8 article#post-8 div.wp-block-cover.alignfull.has-background-dim-30.has-background-dim[style] {
	background-position: -11px 50% !important;
}
.page-id-8 .wp-block-cover.alignfull.has-background-dim-30.has-background-dim {
	width: 105vw;
  max-width: 105vw;
}
/* remove extra space of footer */
.site-footer-widgets {
	display: none;
}
/* remove social media page links from footer */
.page-id-228 div.site-footer-menu {
	display: none;
}
/* remove ... under * and cursor: help */
abbr[title] {
    text-decoration: none;
}
abbr {
	cursor: auto;
}