p, ul, ol, .wp-caption, blockquote, .bean-tab-content, .bean-panel-body {
    font-family: "Source Sans Pro", sans-serif;
	  font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.9;

}

.wp-block-quote.is-style-large p {
    font-size: 30px;
    line-height: 1.6;
    max-width: 800px;
    margin: auto;
}

.site-title a {
	position: relative;
}

#logo_subtitle {
    position: absolute;
    color: #4a479b;
    left: 58px;
	  letter-spacing: 1px;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    bottom: 27px;
    line-height: 1;
	text-align: left;

	white-space: nowrap;
}


body.page-id-150 .custom-logo-link img.custom-logo,
body.page-id-770 .custom-logo-link img.custom-logo,
body.page-id-156 .custom-logo-link img.custom-logo {
	content: url('https://libertyit.mystagingwebsite.com/wp-content/uploads/2019/07/liberty-logo-red.png');
}

body.page-id-150 #logo_subtitle,
body.page-id-770 #logo_subtitle,
body.page-id-156 #logo_subtitle {
	color: #b24c48;
}

/* green */
body.page-id-770 .custom-logo-link img.custom-logo,
body.page-id-1039 .custom-logo-link img.custom-logo,
body.page-id-152 .custom-logo-link img.custom-logo{
		content: url('https://libertyit.mystagingwebsite.com/wp-content/uploads/2019/07/liberty-logo-green.png');
}
body.page-id-770 #logo_subtitle,
body.page-id-1039 #logo_subtitle,
body.page-id-152 #logo_subtitle,
body.page-id-152 #logo_subtitle {
	color: #afc374;
}





/* team, events, blog grid */
.team-grid,
#projects.projects {
    margin-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
.team-grid .grid-sizer,
#projects.projects .grid-sizer {
	display: none;
}

.team-grid.med-grid .masonry-project, 
.team-grid.med-grid .grid-sizer,
#projects.projects .masonry-project {
    width: 100%;
    min-height: 200px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

@media screen and (min-width: 480px) {
	.team-grid.med-grid .masonry-project, 
  .team-grid.med-grid .grid-sizer,
  #projects.projects .masonry-project {
	width: 50%;
	}
}

@media screen and (min-width: 767px) {
	.team-grid.med-grid .masonry-project, 
  .team-grid.med-grid .grid-sizer,
  #projects.projects .masonry-project {
	width: 33.33%;
	}
}

@media screen and (min-width: 1200px) {
  .team-grid.med-grid .masonry-project, 
  .team-grid.med-grid .grid-sizer,
  #projects.projects .masonry-project {
  		width: 25%;
  }
}