@media only screen and (min-width: 60em) {
   /*body {
   	border-left: 1px solid #eee;
    border-right: 1px solid #eee;
   }*/
	
	/* new navigation menu options - March 2015 */
	/*.nav-give { position: absolute; bottom: 0em; right: 19.3em; margin-right: 1em; }
	.nav-give span { display: inline; font-size: 0.75em; }*/
	
	.login {
	    position: absolute;
	    bottom: 0em;
	    right: 19.3em;
	    margin-right: 1em;
	}
	
	.login span {
		display: inline;
		font-size: 0.75em;
	}
	
	.logout span {
		display: inline;
		font-size: 0.75em;
	}
  
	.register span {
		display: inline;
		font-size: 0.75em;
	}
	
  .page-home .news li:nth-child(4),
  .page-home .news li:nth-child(5){
    display: block;
  }

   .listing.grid.five li {
      width: 20%;
  }

  .listing.grid.five li:nth-child(3n+4),
  .listing.grid.gutters.five li {
    clear: none !important;
  }

  .listing.grid.five li:nth-child(6n+6) {

    clear: left !important;
  }

  .listing.grid.gutters.five li,
  .listing.grid.gutters.five li:nth-child(3n+3) {
    width: 19% !important;
    margin-right: 1.25% !important;
	margin-bottom: 2% !important;
  }


  .listing.grid.gutters.five li:nth-child(5n+5) {
    margin: 0 !important;
    padding: 0 !important; 
  }

  .listing.grid.five li:nth-child(6n+6) {
    clear: left;
  }

   /*Success article*/
	.page-success-article .hero h1 {
	    font-size: 9em ;
	    line-height: 1.125;
	}

	.page-home .hero,
	.page-news-related .hero,
	.page-success-article .hero {
		min-height: 48em;
	}

	.data-vis em {
		font-size: 4.5em;
	}

	.page-priorities-index .hero p {
	-webkit-column-count: 2;
	-webkit-column-gap:   2em;  
	-moz-column-count:    2;
	-moz-column-gap:      2em;
	column-count:         2;
	column-gap:           2em;
	}

	footer .quick-links {
		position: absolute;
		top: 1.65em;
		right: 2em;
		font-size: 0.85em;
	}
	
	.page-priorities-index .left-panel {
		padding: 3em;
	}
	
	.about-the-campaign .left-panel h1 {
		font-size: 3em;
	}
	
	.page-priorities-index .left-panel .inner-panel {
		position: absolute;
		top: 50%;
		width: 33%;
		transform: translateY(-50%);
	}
	
	.nav-youtube {
		display: block;
	}
}


