/* TEAM PAGE
--------------------*/
#staff a:link {
  text-decoration: none;
  color: #FFF;
}
#staff a:visited {
  color: #FFF;
}
#staff a:hover {
  text-decoration: underline;
}
#staff div:hover {
  background: #eef0f2;
  background-image: url('/assets/images/uhe-background-medgrey-diagonalright.png');
}
#staff h3 {
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
  border-top: 2px dashed #ffffff;
  border-bottom: 2px dashed #ffffff;
  text-align: left;
  letter-spacing: 0.05em;
}
#staff p {
  color: #ffffff;
  font-size: 0.75em;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 0;
  margin: 10px 0 0 0;
}
#staff img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#staff > .flex-grid {
  width: 100%;
  padding: 20px;
  margin: 0;
  border: 0;
}
.bck-grad-team-gray1 {
  background: #e5e8eb;
  background: radial-gradient(ellipse at center, #e5e8eb 0%, #b9c2c9 100%);
}
.bck-grad-team-gray2 {
  background: #dce1e4;
  background: radial-gradient(ellipse at center, #dce1e4 0%, #b1bbc3 100%);
}
.bck-grad-team-gray3 {
  background: #d4d9de;
  background: radial-gradient(ellipse at center, #d4d9de 0%, #a8b3bc 100%);
}
.bck-grad-team-gray4 {
  background: #cbd1d7;
  background: radial-gradient(ellipse at center, #cbd1d7 0%, #b1bbc3 100%);
}
.bck-grad-team-gray5 {
  background: #c2cad0;
  background: radial-gradient(ellipse at center, #c2cad0 0%, #8f98a0 100%);
}
.bck-grad-team-gray6 {
  background: #b9c2c9;
  background: radial-gradient(ellipse at center, #cbd1d7 0%, #9faab2 100%);
}
/* TEAM MEMBER PAGE
--------------------*/
#team-social {
  text-align: right;
  font-size: 1em;
  padding: 10px 20px;
}
#team-social img {
  vertical-align: middle;
}
/* default set up for splash area */
#splash-team {
  position: relative;
}
#splash-team p {
  margin: 0;
  padding: 0;
  font-size: 1.05em;
  line-height: 1.5em;
  font-weight: 400;
}
#splash-team img {
  width: 100%;
  display: block;
}
#splash-team .intro {
  padding: 14px;
  width: 100%;
  margin: auto;
  background: #09090a;
  color: #d8d9da;
}
#splash-team .title {
  margin: 0;
  padding: 10px 0;
  font-size: 2.2em;
  line-height: 0.9em;
  display: inline;
}
/* BACKGROUND COLOURS AND STYLES
---------------------------------------*/
/* 
.outerframe {
	position: relative;
	background: #FFC0CB;
	width: 200px;
}

.outerframe div {
	position: relative;
	border: 1px red solid;
	top: 10px;
	left: 5px;
	padding: 20px;
}*/
/* SPLASH ELEMENT
--------------------*/
/* default set up for splash area in personal team page */
/* GRID
--------------------*/
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex > .flex-grid {
  width: 50%;
  max-width: 50%;
  margin: 10px 0 0 0;
  padding: 10px;
  border-bottom: 1px dashed #cbd1d7;
}
.flex-grid img {
  width: 100%;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
}
.flex-grid .head1 {
  margin: 5px 0 0 0;
}
.thumb-text {
  font-size: 1em;
}
/* grid setup for download on press page
.pressdownload {
	margin-top: 20px;
}

.pressdownload > div {
	display:inline-block;
	vertical-align:top;
	width:146px;
	margin-bottom:30px;
}

.pressdownload > div:nth-of-type(2n) {
	margin-left: 14px;
}

.pressdownload img {
	width: 100%;
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.5);
}

.pressdownload .head1 {
	margin: 5px 0 0 0;
} */
/* STATS
--------------------
#stats {
	padding-top: 0 !important;
}

#stats > div {
	display: inline-block;
	width: 50%;
	vertical-align: top;
} */
/* ABOUT PAGE (TEAM PROMO)
------------------------------*/
#teampromo {
  float: right;
  margin-right: -17px;
}
/* ABOUT PAGE (IMAGE MONTAGES)
------------------------------*/
.horiz-montageA,
.horiz-montageB {
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  display: block;
}
.horiz-montageA img.studio,
.horiz-montageB img.studio {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.horiz-montageA {
  height: 450px;
}
.horiz-montageA > div {
  display: inline-block;
  position: absolute;
  top: 260px;
  left: 5px;
  width: 50%;
  height: 175px;
  background-image: url(/about/assets/images/uhe-about-photo-officetour-promo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: left;
}
.horiz-montageA > img {
  display: inline-block;
  position: absolute;
}
.horiz-montageA > img:nth-child(1) {
  top: 5px;
  left: 10px;
  width: 57%;
  transform: rotateZ(-1deg);
  z-index: 2;
}
.horiz-montageA > img:nth-child(2) {
  top: 10px;
  left: 190px;
  width: 42%;
  transform: rotateZ(2deg);
  z-index: 1;
}
.horiz-montageA > img:nth-child(3) {
  top: 140px;
  left: 15px;
  width: 54%;
  transform: rotateZ(1deg);
  z-index: 3;
}
.horiz-montageA > img:nth-child(4) {
  top: 160px;
  left: 165px;
  width: 49%;
  transform: rotateZ(-1deg);
  z-index: 4;
}
.horiz-montageA > img:nth-child(5) {
  top: 270px;
  left: 170px;
  width: 47%;
  transform: rotateZ(-1deg);
  z-index: 2;
}
.horiz-montageA > img:nth-child(6),
.horiz-montageA > img:nth-child(7) {
  display: none;
}
.horiz-montageB {
  height: 250px;
}
.horiz-montageB > img {
  display: inline-block;
  position: absolute;
}
.horiz-montageB > img:nth-child(1) {
  top: 5px;
  left: 10px;
  width: 57%;
  transform: rotateZ(-1deg);
  z-index: 2;
}
.horiz-montageB > img:nth-child(2) {
  top: 10px;
  left: 190px;
  width: 42%;
  transform: rotateZ(2deg);
  z-index: 1;
}
.horiz-montageB > img:nth-child(3) {
  top: 140px;
  left: 15px;
  width: 54%;
  transform: rotateZ(1deg);
  z-index: 3;
}
.horiz-montageB > img:nth-child(4) {
  top: 160px;
  left: 165px;
  width: 49%;
  transform: rotateZ(-1deg);
  z-index: 4;
}
/* ABOUT PAGE (JOBS SECTION)
------------------------------*/
.job-block div:nth-of-type(2) {
  left: 0;
}
/* JOBS PAGE
--------------------*/
.jobpost {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #cbd1d7;
}
/* .postby {
	color: #a8b3bc;
	font-size: .85em;
} */
/* PLAYLIST
--------------------*/
/* group music playlist */
.playlists {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#playlist {
  position: relative;
}
#playlist img {
  position: absolute;
  top: -40px;
  right: -40px;
}
/* PHOTO GALLERY
--------------------*/
.photogallery div img {
  vertical-align: top;
}
.photogallery > div,
.photogallery2 > div {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  width: 150px;
}
.photogallery div:nth-child(odd),
.photogallery2 div:nth-child(odd) {
  margin-right: 8px;
}
/*-------------------------------------------------*/
/* BREAK POINT: SMALL */
/*-------------------------------------------------*/
@media all and (min-width: 550px) {
  /* TEAM MEMBER PAGE
	--------------------*/
  #splash-team .intro {
    position: absolute;
    display: block;
    top: 1px;
    color: #ffffff;
    width: 100%;
    text-align: left;
    padding: 35px;
    background: inherit;
  }
  #splash-team .title {
    font-size: 3em;
  }
  #splash-team p {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
  }
  /* GRID
	--------------------*/
  .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row-flex > .flex-grid {
    width: 25%;
    min-width: 160px;
    -webkit-flex: 1 1 160px;
    margin: 30px 14px 0 0;
    padding: 0;
    border-bottom: 1px dashed #cbd1d7;
  }
  .thumb-text {
    font-size: 1.05em;
  }
  /* TEAM PAGE
	--------------------*/
  div#staff > .flex-grid {
    width: 50%;
    min-width: 200px;
    max-width: 50%;
    -webkit-flex: 1 1 200px;
    padding: 30px;
    margin: 0;
  }
  /* grid setup for download on press page 
	.pressdownload > div {
		width: 137px;
	}

  	.pressdownload > div:nth-of-type(2n) {
		margin-left: 0;
	}

	.pressdownload > div:nth-of-type(3n+2) {
		margin-left: 15px;
		margin-right: 15px;
	} */
  /* ABOUT PAGE (TEAM PROMO)
	------------------------------*/
  #teampromo {
    float: right;
    margin-right: -35px;
  }
  /* ABOUT PAGE (IMAGE MONTAGES)
	------------------------------*/
  .horiz-montageA {
    height: 550px;
  }
  .horiz-montageA > div {
    top: 380px;
    left: 5px;
    width: 52%;
    height: 170px;
  }
  .horiz-montageA > img:nth-child(1) {
    top: 5px;
    left: 10px;
    width: 57%;
    transform: rotateZ(-1deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(2) {
    top: 10px;
    left: 290px;
    width: 42%;
    transform: rotateZ(1deg);
    z-index: 1;
  }
  .horiz-montageA > img:nth-child(3) {
    top: 200px;
    left: 15px;
    width: 54%;
    transform: rotateZ(2deg);
    z-index: 3;
  }
  .horiz-montageA > img:nth-child(4) {
    top: 190px;
    left: 285px;
    width: 49%;
    transform: rotateZ(-1deg);
    z-index: 4;
  }
  .horiz-montageA > img:nth-child(5) {
    top: 290px;
    left: 270px;
    width: 47%;
    transform: rotateZ(-2deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(6),
  .horiz-montageA > img:nth-child(7) {
    display: none;
  }
  .horiz-montageB {
    height: 370px;
  }
  .horiz-montageB > img {
    display: inline-block;
    position: absolute;
  }
  .horiz-montageB > img:nth-child(1) {
    top: 5px;
    left: 10px;
    width: 57%;
    transform: rotateZ(-1deg);
    z-index: 2;
  }
  .horiz-montageB > img:nth-child(2) {
    top: -10px;
    left: 290px;
    width: 42%;
    transform: rotateZ(2deg);
    z-index: 1;
  }
  .horiz-montageB > img:nth-child(3) {
    top: 200px;
    left: 15px;
    width: 54%;
    transform: rotateZ(1deg);
    z-index: 3;
  }
  .horiz-montageB > img:nth-child(4) {
    top: 220px;
    left: 240px;
    width: 49%;
    transform: rotateZ(-1deg);
    z-index: 4;
  }
  /* PLAYLIST
	--------------------*/
  #playlist {
    position: relative;
  }
  #playlist img {
    position: absolute;
    top: -40px;
    right: 0;
  }
  /* PHOTO GALLERY
	--------------------*/
  /* makes 4 up grid ... collapsed */
  .photogallery > div,
  .photogallery2 > div {
    width: 137px;
    margin-bottom: 15px;
  }
  .photogallery div:nth-child(odd),
  .photogallery2 div:nth-child(odd) {
    margin-right: 0;
  }
  .photogallery div:nth-child(3n+2),
  .photogallery2 div:nth-child(3n+2) {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT: MEDIUM */
/*-------------------------------------------------*/
@media all and (min-width: 760px) {
  /* TEAM MEMBER PAGE
	--------------------*/
  #splash-team p {
    font-size: 1.2em;
  }
  #splash-team .intro {
    padding: 54px;
  }
  #splash-team .title {
    font-size: 3.8em;
  }
  /* GRID
	--------------------*/
  /* grid setup for download on press page 
	.pressdownload > div {
		width: 154px;
	}

  .pressdownload > div:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}

	.pressdownload > div:nth-of-type(4n+2) {
		margin-left: 8px;
	}

	.pressdownload > div:nth-of-type(4n+3) {
		margin-left: 8px;
		margin-right: 8px;
	} */
  .row-flex > .flex-grid {
    width: 33.33%;
    max-width: 33.33%;
    min-width: 170px;
    -webkit-flex: 1 1 170px;
  }
  .thumb-text {
    font-size: 1em;
  }
  /* TEAM PAGE
	--------------------*/
  div#staff > .flex-grid {
    width: 50%;
    min-width: 210px;
    max-width: 33.33%;
    -webkit-flex: 1 1 210px;
    padding: 40px;
    margin: 0;
  }
  /* STATS
	-------------------- 
	#stats {
		> div {
			display: inline-block;
			width: 25%;
		}
	} */
  /* ABOUT PAGE (TEAM PROMO)
	------------------------------*/
  #teampromo {
    float: none;
    margin-right: inherit;
  }
  /* ABOUT PAGE (IMAGE MONTAGES)
	------------------------------*/
  .horiz-montageA {
    height: 270px;
  }
  .horiz-montageA > div {
    top: 140px;
    left: 355px;
    width: 25%;
    height: 155px;
  }
  .horiz-montageA > img:nth-child(1) {
    top: -5px;
    left: -20px;
    width: 28%;
    transform: rotateZ(-1deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(2) {
    top: -10px;
    left: 180px;
    width: 24%;
    transform: rotateZ(2deg);
    z-index: 1;
  }
  .horiz-montageA > img:nth-child(3) {
    top: -5px;
    left: 345px;
    width: 28%;
    transform: rotateZ(-2deg);
    z-index: 3;
  }
  .horiz-montageA > img:nth-child(4) {
    top: 0;
    left: 555px;
    width: 27%;
    transform: rotateZ(1deg);
    z-index: 4;
  }
  .horiz-montageA > img:nth-child(5) {
    top: 130px;
    left: 5px;
    width: 23%;
    transform: rotateZ(-2deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(6) {
    display: inline-block;
    position: absolute;
    top: 130px;
    left: 170px;
    width: 25%;
    transform: rotateZ(2deg);
    z-index: 3;
  }
  .horiz-montageA > img:nth-child(7) {
    display: inline-block;
    position: absolute;
    top: 130px;
    left: 530px;
    width: 29%;
    transform: rotateZ(2deg);
    z-index: 3;
  }
  .horiz-montageB {
    height: 180px;
  }
  .horiz-montageB > img {
    display: inline-block;
    position: absolute;
  }
  .horiz-montageB > img:nth-child(1) {
    top: 5px;
    left: -20px;
    width: 34%;
    transform: rotateZ(-3deg);
    z-index: 2;
  }
  .horiz-montageB > img:nth-child(2) {
    top: -10px;
    left: 200px;
    width: 26%;
    transform: rotateZ(2deg);
    z-index: 1;
  }
  .horiz-montageB > img:nth-child(3) {
    top: -10px;
    left: 350px;
    width: 31%;
    transform: rotateZ(-1deg);
    z-index: 3;
  }
  .horiz-montageB > img:nth-child(4) {
    top: 15px;
    left: 545px;
    width: 31%;
    transform: rotateZ(1deg);
    z-index: 4;
  }
  /* ABOUT PAGE (JOBS SECTION)
	------------------------------*/
  .job-block div:nth-of-type(2) {
    left: -46px;
  }
  .team-info ul {
    padding: 0 0 0 15px;
  }
  .team-info div div:first-of-type {
    margin: 60px 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e8eb;
  }
  .team-info div div:nth-of-type(2) {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #e5e8eb;
  }
  /* PLAYLIST
	--------------------*/
  #playlist {
    position: relative;
  }
  #playlist img {
    position: absolute;
    top: -40px;
    right: -30px;
  }
  /* PHOTO GALLERY
	--------------------*/
  /* makes 4 up grid */
  .photogallery > div {
    width: 154px;
    margin-bottom: 10px;
  }
  .photogallery div:nth-child(odd) {
    margin-right: 0;
  }
  .photogallery div:nth-child(3n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .photogallery div:nth-child(4n+2) {
    margin-left: 8px;
    margin-right: 8px;
  }
  .photogallery div:nth-child(4n+4) {
    margin-left: 8px;
  }
  /* makes 6 up grid */
  .photogallery2 > div {
    width: 100px;
    margin-bottom: 10px;
  }
  .photogallery2 div:nth-child(odd) {
    margin-right: 0;
  }
  .photogallery2 div:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .photogallery2 div:nth-child(6n+6) {
    margin-left: 8px;
  }
  .photogallery2 div:nth-child(6n+2),
  .photogallery2 div:nth-child(6n+4) {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT: LARGE */
/*-------------------------------------------------*/
@media all and (min-width: 980px) {
  /* TEAM MEMBER PAGE
	--------------------*/
  #splash-team .intro {
    padding: 70px;
  }
  /* GRID
	--------------------*/
  .row-flex > .flex-grid {
    width: 20%;
    max-width: 20%;
    min-width: 140px;
    -webkit-flex: 1 1 140px;
  }
  /* .pressdownload > div {
		width:126px;
	}

  .pressdownload > div:nth-of-type(4n+2) {
		margin-left:0;
	}

	.pressdownload > div:nth-of-type(4n+3) {
		margin-left:0;
		margin-right:0;
	}

	.pressdownload > div:nth-of-type(1n) {
		margin-right:14px;
	}

	.pressdownload > div:nth-of-type(6n+6) {
		margin-right:0;
	} */
  /* TEAM PAGE
	--------------------*/
  div#staff > .flex-grid {
    max-width: 25%;
  }
  /* STATS
	--------------------
	#stats > div {
		display: inline-block;
		width: 20%;
	} */
  /* ABOUT PAGE (IMAGE MONTAGES)
	------------------------------*/
  .horiz-montageA {
    height: 320px;
  }
  .horiz-montageA > div {
    top: 180px;
    left: 465px;
    width: 27%;
    height: 175px;
  }
  .horiz-montageA > img:nth-child(1) {
    top: -5px;
    left: -20px;
    width: 28%;
    transform: rotateZ(-1deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(1) {
    top: -5px;
    left: -20px;
    width: 28%;
    transform: rotateZ(-1deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(2) {
    top: -10px;
    left: 240px;
    width: 24%;
    transform: rotateZ(2deg);
    z-index: 1;
  }
  .horiz-montageA > img:nth-child(3) {
    top: -5px;
    left: 455px;
    width: 28%;
    transform: rotateZ(-2deg);
    z-index: 3;
  }
  .horiz-montageA > img:nth-child(4) {
    top: 0;
    left: 720px;
    width: 27%;
    transform: rotateZ(1deg);
    z-index: 4;
  }
  .horiz-montageA > img:nth-child(5) {
    top: 130px;
    left: 5px;
    width: 23%;
    transform: rotateZ(-2deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(6) {
    top: 180px;
    left: 220px;
    width: 25%;
    transform: rotateZ(2deg);
    z-index: 3;
  }
  .horiz-montageA > img:nth-child(7) {
    top: 160px;
    left: 730px;
    width: 29%;
    transform: rotateZ(2deg);
    z-index: 3;
  }
  .horiz-montageB {
    height: 220px;
  }
  .horiz-montageB > img {
    display: inline-block;
    position: absolute;
  }
  .horiz-montageB > img:nth-child(1) {
    top: 5px;
    left: -20px;
    width: 34%;
    transform: rotateZ(3deg);
    z-index: 2;
  }
  .horiz-montageB > img:nth-child(2) {
    top: -5px;
    left: 250px;
    width: 26%;
    transform: rotateZ(-2deg);
    z-index: 1;
  }
  .horiz-montageB > img:nth-child(3) {
    top: -10px;
    left: 450px;
    width: 32%;
    transform: rotateZ(1deg);
    z-index: 3;
  }
  .horiz-montageB > img:nth-child(4) {
    top: 20px;
    left: 700px;
    width: 31%;
    transform: rotateZ(-1deg);
    z-index: 4;
  }
  /* ABOUT PAGE (JOBS SECTION)
	------------------------------*/
  .job-block div:nth-of-type(2) {
    left: -56px;
  }
  /* PLAYLIST
	--------------------*/
  #playlist {
    position: relative;
  }
  #playlist img {
    position: absolute;
    top: -40px;
    right: 0;
  }
  /* PHOTO GALLERY
	--------------------*/
  /* makes 4 up grid */
  .photogallery > div {
    width: 196px;
  }
  .photogallery div:nth-child(odd) {
    margin-right: 0;
  }
  .photogallery div:nth-child(3n+2) {
    margin: 0;
  }
  .photogallery div:nth-child(4n+2) {
    margin-left: 14px;
    margin-right: 14px;
  }
  .photogallery div:nth-child(4n+4) {
    margin-left: 14px;
  }
  /* makes 6 up grid */
  .photogallery2 > div {
    width: 126px;
  }
  .photogallery2 div:nth-child(odd) {
    margin-right: 0;
  }
  .photogallery2 div:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .photogallery2 div:nth-child(6n+2) {
    margin-left: 8px;
    margin-right: 14px;
  }
  .photogallery2 div:nth-child(6n+4) {
    margin-left: 14px;
    margin-right: 14px;
  }
  .photogallery2 div:nth-child(6n+6) {
    margin-left: 14px;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT: XLARGE */
/*-------------------------------------------------*/
@media all and (min-width: 1465px) {
  /* TEAM MEMBER PAGE
	--------------------*/
  #splash-team p {
    font-size: 1.3em;
  }
  #splash-team .intro {
    padding: 104px;
  }
  #splash-team .title {
    font-size: 5.2em;
  }
  /* GRID
	--------------------*/
  /* .pressdownload > div {
		width: 188px;
		margin-left: 20px;
	}
	
	.pressdownload > div:nth-of-type(1) {
  	margin-left: 0;
	}
	
	.pressdownload > div:nth-of-type(7n+7) {
  	margin-left: 0;
	} */
  .row-flex > .flex-grid {
    width: 16.5%;
    min-width: 140px;
    max-width: 16.5%;
    -webkit-flex: 1 1 140px;
  }
  /* TEAM PAGE
	--------------------*/
  div#staff > .flex-grid {
    max-width: 16.5%;
    padding: 30px;
  }
  /* STATS
	--------------------
	#stats > div {
		display: inline-block;
		width: 20%;
	} */
  /* ABOUT PAGE (IMAGE MONTAGES)
	------------------------------*/
  .horiz-montageA {
    height: 510px;
  }
  .horiz-montageA > div {
    top: 290px;
    left: 680px;
    width: 25%;
    height: 235px;
  }
  .horiz-montageA > img:nth-child(1) {
    top: -5px;
    left: -20px;
    width: 28%;
    transform: rotateZ(-1deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(2) {
    top: -10px;
    left: 340px;
    width: 24%;
    transform: rotateZ(2deg);
    z-index: 1;
  }
  .horiz-montageA > img:nth-child(3) {
    top: -5px;
    left: 675px;
    width: 28%;
    transform: rotateZ(-2deg);
    z-index: 3;
  }
  .horiz-montageA > img:nth-child(4) {
    top: 0;
    left: 1020px;
    width: 30%;
    transform: rotateZ(1deg);
    z-index: 4;
  }
  .horiz-montageA > img:nth-child(5) {
    top: 230px;
    left: 5px;
    width: 20%;
    transform: rotateZ(-2deg);
    z-index: 2;
  }
  .horiz-montageA > img:nth-child(6) {
    top: 260px;
    left: 300px;
    width: 25%;
    transform: rotateZ(2deg);
    z-index: 3;
  }
  .horiz-montageA > img:nth-child(7) {
    top: 260px;
    left: 1050px;
    width: 29%;
    transform: rotateZ(2deg);
    z-index: 3;
  }
  .horiz-montageB {
    height: 320px;
  }
  .horiz-montageB > img:nth-child(1) {
    top: 5px;
    left: -20px;
    width: 30%;
    transform: rotateZ(1deg);
    z-index: 2;
  }
  .horiz-montageB > img:nth-child(2) {
    top: -5px;
    left: 400px;
    width: 22%;
    transform: rotateZ(-2deg);
    z-index: 1;
  }
  .horiz-montageB > img:nth-child(3) {
    top: -10px;
    left: 700px;
    width: 30%;
    transform: rotateZ(1deg);
    z-index: 3;
  }
  .horiz-montageB > img:nth-child(4) {
    top: 5px;
    left: 1040px;
    width: 30%;
    transform: rotateZ(2deg);
    z-index: 4;
  }
  /* ABOUT PAGE (JOBS SECTION)
	------------------------------*/
  .job-block div:nth-of-type(2) {
    left: -84px;
  }
  /* PHOTO GALLERY
	--------------------*/
  /* makes 4 up grid */
  .photogallery > div {
    width: 228px;
  }
  .photogallery div:nth-child(4n+4) {
    margin-left: 0;
  }
  .photogallery div:nth-child(3n+2),
  .photogallery div:nth-child(4n+2) {
    margin: 0;
  }
  .photogallery div:nth-child(odd) {
    margin-right: 0;
  }
  .photogallery div:nth-child(5n+2),
  .photogallery div:nth-child(5n+4) {
    margin-left: 22px;
    margin-right: 22px;
  }
  .photogallery2 > div {
    width: 188px;
  }
  .photogallery2 div:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .photogallery2 div:nth-child(6n+2) {
    margin-left: 8px;
    margin-right: 22px;
  }
  .photogallery2 div:nth-child(6n+6) {
    margin-left: 22px;
  }
  .photogallery2 div:nth-child(odd) {
    margin-right: 0;
  }
  .photogallery2 div:nth-child(6n+4) {
    margin-left: 22px;
    margin-right: 22px;
  }
}
