/* Prevent horiztonal scrolling */
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

/* 5px round corners on Query Loops */
.uael-post__bg-wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* Rounded top corners on grids */
.uael-post__thumbnail {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Nathan's blockquotes */
.wordpress-developer blockquote {
    margin: 0;
    border-left: 3px solid #5755D4;
		padding: 0px;
    padding-left: 20px;
}

/* Remove primary (above footer) CTA on colleagues pages */
.wordpress-developer .footerPrimaryCTA {
	display: none;
}