.pittsburgh-360-row {
	float: left;
	width: 100%;
}
.pittsburgh-360-archive-row {
	float: left;
	margin: 0 .5em 2.5em;
	width: 100%;
}
@media screen and (min-width: 650px) {
	.pittsburgh-360-row,
  .pittsburgh-360-archive-row {
		float: left;
		margin: 0 .5em 2.5em;
		width: calc(50% - 1em);
	}
  .pittsburgh-360-row:nth-child(2n + 1),
	.view-display-id-block_3 .view-content .pittsburgh-360-archive-row:nth-child(2n + 1) {
		clear: both;
	}
}
@media screen and (min-width: 925px) {
	.pittsburgh-360-archive-row {
		float: left;
		margin: 0 .5em 2.5em;
		width: calc(33.3% - 1em);
	}
	.view-display-id-block_3 .view-content .pittsburgh-360-archive-row:nth-child(2n + 1) {
		clear: none;
	}
	.view-display-id-block_3 .view-content .pittsburgh-360-archive-row:nth-child(3n + 1) {
		clear: both;
	}
}
.pane-views-pittsburgh-360-block-1 {
	clear: both;
	overflow: auto;
}



.digital-first-recent-features-row {
	float: left;
	margin: 0 .5em;
	width: calc(33.33% - 1em);
}

.digital-first-pittsburgh-360 .main-content {
  padding-top: 0;
  max-width: 100%;
  width: 100%;
}


.digital-first-pittsburgh-360 a,
.digital-first-pittsburgh-360 a:active,
.digital-first-pittsburgh-360 a:visited {
  color: #000;
}
/*
.digital-first-pittsburgh-360 a:hover {
  color: @color_body;
}
*/
.digital-first-pittsburgh-360 h1,
.digital-first-pittsburgh-360 h2,
.digital-first-pittsburgh-360 h3,
.digital-first-pittsburgh-360 h4 {
  color: #000;
}

.digital-first-pittsburgh-360 ::selection {
  background-color: #000;
  color: #FFFFFF;
}
.digital-first-pittsburgh-360 ::-moz-selection {
  background-color: #000;
  color: #FFFFFF;
}

.digital-first-pittsburgh-360 #main-content--wrapper {
  background-color: #fcfcfc;
}
  
.digital-first-pittsburgh-360 #footer-wrapper {
  background-color: #2c2c2c;
}

.digital-first-pittsburgh-360 #header {
  background-color: #2c2c2c;
}

.digital-first-pittsburgh-360 #header-buttons {
      background-color: #2c2c2c;
    }
@media screen and (min-width: 575px) {
  .digital-first-pittsburgh-360 #header-buttons {
    background-color: transparent;
  }
}
      
.digital-first-pittsburgh-360 #header-logo {
  background-color: #000;
}

.digital-first-pittsburgh-360 #header-menu {
  background-color: #000;
}

.digital-first-pittsburgh-360 #header-menu .expanded:hover {
  background-color: #000;
}

.digital-first-pittsburgh-360 #header-menu .expanded ul {
  background-color: #2c2c2c;
}

.digital-first-pittsburgh-360 #header-search {
  background-color: #2c2c2c;
}



    /* THEME BUTTONS */
/*
    a.button,
    a.theme1-button {
      background-color: #fff;
      border: 2px solid @color_1;
      color: @color_1;
    }

    a.button:hover,
    a.theme1-button:hover {
      background-color: @color_1;
      color: #fff;
    }

    a.theme2-button {
      background-color: #fff;
      border: 2px solid @color_2;
      color: @color_2;
    }

    a.theme2-button:hover {
      background-color: @color_2;
      color: #fff;
    }
	
	
	/* GALLERY PAGERS */
  /*
	a.image-grid--pager--number {
	  background-color: @color_1;
	  color: @color_2;
	}
	a.image-grid--pager--number:hover {
	  background-color: @color_2;
	  color: @color_1;
	}
	a.image-grid--pager--number.current {
	  background-color: @color_2;
	  color: @color_1;
	}
	a.image-grid--pager--number.current:hover {
	  background-color: @color_1;
	  color: @color_2;
	}
  */