html.is-public body {
	background-color: #333d47;
	color: #000000;
}

html.is-public .desktop-brand .brand.as-logo > span {
  height: 70px;
}

#___gatsby .desktop-nav {
  position: relative;
}

#___gatsby .desktop-nav::before {
  content: " ";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(28%, rgba(255, 255, 255, 0.01)), to(rgba(255, 255, 255, 0.21)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 28%, rgba(255, 255, 255, 0.21));
  z-index: 1;
}

#___gatsby .desktop-brand img[src*="logo"] {
  transform: scale(0.80);
  margin-left: -50px;
}
@media (max-width: 680px) {
  #___gatsby img[src*="logo"] {
    transform: scale(0.65);
    margin-left: -45px;
  }
}
#___gatsby .desktop-nav nav *{
  font-size: 13px;
}


#single-body {
  background-color: #f5f5f5;
}

#___gatsby .call-to-action.layout-bottom {
  background-image: url('/texture3.png?v=1');
  background-size: auto 100%;

}

#___gatsby .call-to-action.layout-bottom .filter-1 {
  opacity: 0.5;
}

#___gatsby .call-to-action.layout-bottom .filter-2 {
  opacity: 0.4;
}

#___gatsby .call-to-action.layout-bottom .filter-3 {
  opacity: 0.5;
}

#footer .MuiGrid-container .MuiGrid-item {
  padding-top: 20px !important;
}

#footer .MuiGrid-container .MuiGrid-item:first-child .text > * {
  margin-bottom: 15px;
}

#footer .MuiGrid-container .MuiGrid-item img[src*="logo"] {
  height: 53px;
  width: auto;
  margin-right: 30px;
}

#footer .MuiGrid-container img[src*="twitter"] {
  height: 24px;
  width: auto;
}

#footer .colophon {
  padding-top: 15px;
  margin-top: 15px;
}

#___gatsby #single-body .closing-section {
  padding-bottom: 40px;
}

#___gatsby #single-body .closing-section .image-block.square {
  padding-top: 80%;
}

#___gatsby #single-body .closing-section > .MuiContainer-root {
  margin-top: 80px;
  max-width: 1200px;
}

#___gatsby #single-body .closing-section > .title-bar + .MuiContainer-root {
  margin-top: 40px;
}

#___gatsby #single-body .closing-section > .title-bar {
  margin-top: 80px;
}

#___gatsby #single-body .closing-section .highlight.style-frame .inner {
  padding: 30px 24px;
}

.sidebar-section .MuiPaper-root > *:not(:first-child){
  margin-top: 15px;
}

.main-container {
  padding-bottom: 60px !important;
}

#___gatsby .MuiAccordionSummary-expandIconWrapper {
  color: #ffffff;
}

#___gatsby #single-body > main > .MuiContainer-maxWidthXl {
  max-width: 1248px;
}
#___gatsby .title-bar .MuiContainer-maxWidthXl {
  max-width: 1248px;
}

html.type-node--personnel .main-section h2,
html.type-node--personnel .main-section .heading-h2 {
  font-size: 1.4rem;
  margin-top: 50px !important;
}

html.type-node--personnel .main-section .text blockquote {
  margin-left: 0;
}

html.type-node--event .MuiTypography-h1 {
  font-weight: 600;
  margin-top: 30px;
}

html.type-node--event time.MuiTypography-overline {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

html.type-node--fellowship .MuiAccordionDetails-root {
  padding: 36px;
}
html.type-node--fellowship .MuiAccordionSummary-root .MuiTypography-root {
  font-size: 1.2rem;
  font-weight: 600;
}

html.type-node--fellowship .MuiAccordionSummary-root {
  background-color: #d4d4d4;
  color: #242424;
}

body .text blockquote {
  background-color: #f1f6fb;
  border-left: 16px solid #e9eff5;
  font-size: 1.3em;
  padding: 32px 40px;
  margin: 2% 0;
}

.main-section .MuiAvatar-root{
  transform: scale(1.25);
}

.excerpt-content h3{
  padding-top: 5px;
}

.type-node--page .entities-list .excerpt-content .subtitle{
  font-weight: bold;
}