body.page-template-activists .header-placeholder {
  display: none; }

body.page-template-activists section.cover .container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2em auto; }
  @media screen and (max-width: 480px) {
    body.page-template-activists section.cover .container {
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    body.page-template-activists section.cover .container .text br {
      display: none; } }
  body.page-template-activists section.cover .container .text .subtitle {
    margin: 1em 0 0 0; }
    body.page-template-activists section.cover .container .text .subtitle p {
      max-width: 730px;
      margin: 0 auto;
      font-size: 1.5em; }
      @media screen and (max-width: 480px) {
        body.page-template-activists section.cover .container .text .subtitle p {
          font-size: 1.1em; } }
