/* Used for :hover aka rollover on linked elements */
/* Used for :hover aka rollover on linked elements */
/* Page Headers - Standard */
.page-header__spacer {
  padding-top: 50px;
  padding-bottom: 30px; }

@media screen and (max-width: 375px) {
  .page-header__remove-background {
    background-image: none !important; } }

.print-header {
  display: none; }

/* Used for :hover aka rollover on linked elements */
.people {
  margin-top: 30px; }
  .people h4 {
    margin-top: 8px;
    margin-bottom: 8px; }
  .people p {
    margin-top: 0;
    margin-bottom: 5px; }

.people__image img {
  width: 100%; }

/* Spacing the Layout/Content from the PageHeader & Footer */
.layout-wrapper {
  padding-bottom: 30px; }

/* Creates the two column view of the people */
@media screen and (min-width: 550px) {
  .col-4-l {
    height: 290px; } }
@media screen and (min-width: 720px) {
  .col-4-l {
    height: 320px; } }
@media screen and (min-width: 960px) {
  .col-4-l {
    height: 370px; } }
@media screen and (min-width: 1280px) {
  .col-4-l {
    height: 340px; } }
@media screen and (min-width: 1920px) {
  .col-4-l {
    height: 380px; } }

/*# sourceMappingURL=people-holder.css.map */
