/* LESS Document */
@font-face {
  font-family: 'bespoke';
  src: url('fonts/bespoke/bespoke.eot');
  src: url('fonts/bespoke/bespoke.eot?#iefix') format('embedded-opentype'), url('fonts/bespoke/bespoke.woff2') format('woff2'), url('fonts/bespoke/bespoke.woff') format('woff'), url('fonts/bespoke/bespoke.ttf') format('truetype'), url('fonts/bespoke/bespoke.svg#bespoke') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bespoke_light';
  src: url('fonts/bespoke/bespoke_light.eot');
  src: url('fonts/bespoke/bespoke_light.eot?#iefix') format('embedded-opentype'), url('fonts/bespoke/bespoke_light.woff2') format('woff2'), url('fonts/bespoke/bespoke_light.woff') format('woff'), url('fonts/bespoke/bespoke_light.ttf') format('truetype'), url('fonts/bespoke/bespoke_light.svg#bespoke_light') format('svg');
  font-weight: 300;
  font-style: normal;
}
div[data-ng-view].ng-enter {
  transition: all 0.75s ease-in;
  opacity: 0;
}
div[data-ng-view].ng-enter-active {
  opacity: 1;
}
.accent {
  color: #00ff8e;
  fill: #00ff8e;
  opacity: 1.0 !important;
}
.noMargin {
  margin: 0;
  padding: 0;
}
.absolute {
  position: absolute;
}
.nav_right {
  right: 100px;
}
.nav_left {
  left: 100px;
}
html,
body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
#headerSuper,
#headerSub,
#footer {
  margin: 0;
  padding: 0;
  font-family: 'bespoke_light';
  -webkit-font-smoothing: antialiased;
}
#headerSub {
  font-family: 'bespoke';
  font-weight: 300;
}
a:link,
a:visited,
a:active,
a:hover,
a img {
  text-decoration: none;
  border: none;
}
header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 128px;
  font-weight: 700;
  position: fixed;
  top: 0;
  z-index: 9995;
}
#headerSuper {
  background-color: #000000;
  height: 80px;
  font-size: 30px;
  color: #000000;
  text-align: center;
  line-height: 84px;
  border-bottom: solid 1px #222222;
}
#headerSuper .logo {
  width: 150px;
  height: 27px;
}
#headerSuper svg {
  fill: #ffffff;
  transition: all 0.25s ease-in-out;
}
#headerSuper svg:hover {
  fill: #00ff8e;
}
#headerSub {
  background-color: #000000;
  height: 48px;
  font-size: 18px;
}
#headerSub svg {
  fill: #ffffff;
  transition: all 0.25s ease-in-out;
}
#headerSub svg:hover {
  fill: #00ff8e;
}
#headerSub #nav_last,
#headerSub #nav_next {
  line-height: 48px;
}
#headerSub a:link,
#headerSub a:visited,
#headerSub a:active {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#headerSub a:hover {
  color: #00ff8e;
}
#content_container {
  width: auto;
  margin: 100px;
  margin-top: 229px;
  padding: 0;
  min-height: calc(100vh - 629px);
}
#content_container #gallery_container {
  text-align: center;
  width: 100%;
}
#content_container .sectionContainer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#content_container .modalOverlay {
  position: fixed;
  z-index: 9997;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  background-color: rgba(0, 0, 0, 0.95);
}
#content_container .modalOverlay .closeModal {
  position: absolute;
  z-index: 9999;
  top: 24px;
  right: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 25px;
  cursor: pointer;
  background-color: #000000;
  font-family: 'bespoke';
  line-height: 25px;
}
#content_container .modalOverlay .modalImage {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  top: 50px;
  text-align: center;
}
#content_container .modalOverlay .modalImage img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
#content_container .modalOverlay .modalOffset {
  width: 300px;
  height: 300px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#content_container .modalOverlay .modalSpinner {
  position: relative;
  z-index: 9999;
  margin: 0;
  width: 300px;
  height: 300px;
  -webkit-animation: loading 1s infinite linear;
  -moz-animation: loading 1s infinite linear;
  -o-animation: loading 1s infinite linear;
  -ms-animation: loading 1s infinite linear;
  animation: loading 1.25s infinite linear;
}
#content_container .modalOverlay .modalSpinner #spinner {
  fill: #00ff8e;
}
@-webkit-keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#content_container .modalOverlay .modalSpinner svg {
  width: 100%;
  height: 100%;
}
#content_container #heroImage {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 22px;
  margin-bottom: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
#content_container #heroImage img {
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
#content_container #thumbnails {
  width: 100%;
  /* margin-top: 59px; */
  margin: 0;
  padding: 0;
}
#content_container #thumbnails .projectThumb {
  width: calc(33.333% - 16px);
  margin: 0;
  padding: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
#content_container #thumbnails .projectThumbSpacing {
  margin: 0;
  padding: 0;
  margin-right: 24px;
}
#content_container #thumbnails img {
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  cursor: url(cursors/magnify.cur), default;
}
#content_container #synopsis,
#content_container #resume,
#content_container #home {
  margin-top: 0;
}
#content_container #synopsis #synopsisColumns,
#content_container #resume #synopsisColumns,
#content_container #home #synopsisColumns {
  float: left;
  display: inline-block;
  width: 76%;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-top: 16px;
  color: #555555;
  text-align: justify;
}
#content_container #synopsis #synopsisColumns .expand,
#content_container #resume #synopsisColumns .expand,
#content_container #home #synopsisColumns .expand {
  display: none;
}
#content_container #synopsis #synopsisColumns svg,
#content_container #resume #synopsisColumns svg,
#content_container #home #synopsisColumns svg {
  display: none;
}
#content_container #synopsis #synopsisColumns a:link,
#content_container #resume #synopsisColumns a:link,
#content_container #home #synopsisColumns a:link,
#content_container #synopsis #synopsisColumns a:active,
#content_container #resume #synopsisColumns a:active,
#content_container #home #synopsisColumns a:active,
#content_container #synopsis #synopsisColumns a:visited,
#content_container #resume #synopsisColumns a:visited,
#content_container #home #synopsisColumns a:visited,
#content_container #synopsis #synopsisColumns a:hover,
#content_container #resume #synopsisColumns a:hover,
#content_container #home #synopsisColumns a:hover {
  font-weight: 500;
  text-decoration: underline;
  color: #000000;
}
#content_container #synopsis #synopsisColumns a:hover,
#content_container #resume #synopsisColumns a:hover,
#content_container #home #synopsisColumns a:hover {
  color: #00ff8e;
}
#content_container #synopsis #synopsisSoftware,
#content_container #resume #synopsisSoftware,
#content_container #home #synopsisSoftware {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
  width: 19%;
  text-align: right;
  margin-top: 16px;
}
#content_container #home {
  margin: 0 0 96px 0;
}
#content_container #home .secondary_font {
  margin: 0;
}
#content_container #process {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  width: 100%;
}
#content_container #process .processRow {
  margin: 25px 0px;
  width: 100%;
  height: auto;
  display: table;
  table-layout: fixed;
}
#content_container #process .processRow .processText {
  display: table-cell;
  position: relative;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  padding-right: 20px;
  vertical-align: middle;
}
#content_container #process .processRow .processText p {
  display: inline;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
#content_container #process .processRow .processImage {
  margin: 0;
  padding: 0;
  width: 66%;
  height: auto;
  display: table-cell;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
#content_container #process .processRow .processImage img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
#content_container #downloads {
  margin-top: 50px;
}
#content_container #downloads .downloadRow {
  width: 100%;
  margin: 25px 0px;
  display: table;
  table-layout: fixed;
}
#content_container #downloads .downloadRow .downloadImage {
  margin: 0;
  padding: 0;
  width: 12%;
  height: auto;
  display: table-cell;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
#content_container #downloads .downloadRow .downloadImage img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
#content_container #downloads .downloadRow .downloadDetails {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 66%;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  color: #000000;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 400;
}
#content_container #downloads .downloadRow .downloadDetails .downloadFileFormat {
  display: inline-block;
  width: 40%;
}
#content_container #downloads .downloadRow .downloadDetails .downloadFileSize {
  display: inline-block;
  width: 20%;
  text-align: center;
}
#content_container #downloads .downloadRow .downloadDetails .downloadFileLink {
  display: inline-block;
  width: 40%;
  text-align: right;
}
#content_container #downloads .downloadRow .downloadDetails .downloadFileLink a:link,
#content_container #downloads .downloadRow .downloadDetails .downloadFileLink a:visited,
#content_container #downloads .downloadRow .downloadDetails .downloadFileLink a:active {
  color: #000000;
  border: solid 2px #000000;
  padding: 8px 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#content_container #downloads .downloadRow .downloadDetails .downloadFileLink a:hover {
  color: #ffffff;
  background-color: #000000;
}
#content_container ul.galleryEntry {
  margin: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
}
#content_container ul.galleryEntry li {
  width: calc(99.99% * 1 - (30px - 30px * 1));
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
  height: 50vh;
  display: block;
}
#content_container ul.galleryEntry li:nth-child(1),
#content_container ul.galleryEntry li:nth-child(6),
#content_container ul.galleryEntry li:nth-child(7),
#content_container ul.galleryEntry li:nth-child(12),
#content_container ul.galleryEntry li:nth-child(13),
#content_container ul.galleryEntry li:nth-child(18) {
  width: calc(99.99% * 0.93333333/3 - (1px - 1px * 0.93333333/3));
}
#content_container ul.galleryEntry li:nth-child(2),
#content_container ul.galleryEntry li:nth-child(4),
#content_container ul.galleryEntry li:nth-child(8),
#content_container ul.galleryEntry li:nth-child(10),
#content_container ul.galleryEntry li:nth-child(14),
#content_container ul.galleryEntry li:nth-child(16) {
  width: calc(99.99% * 0.46666667/3 - (1px - 1px * 0.46666667/3));
}
#content_container ul.galleryEntry li:nth-child(3),
#content_container ul.galleryEntry li:nth-child(5),
#content_container ul.galleryEntry li:nth-child(9),
#content_container ul.galleryEntry li:nth-child(11),
#content_container ul.galleryEntry li:nth-child(15),
#content_container ul.galleryEntry li:nth-child(17) {
  width: calc(99.99% * 0.53333333 - (1px - 1px * 0.53333333));
}
#content_container ul.galleryEntry li:nth-child(1):nth-child(n),
#content_container ul.galleryEntry li:nth-child(2):nth-child(n),
#content_container ul.galleryEntry li:nth-child(3):nth-child(n),
#content_container ul.galleryEntry li:nth-child(4):nth-child(n),
#content_container ul.galleryEntry li:nth-child(5):nth-child(n),
#content_container ul.galleryEntry li:nth-child(6):nth-child(n),
#content_container ul.galleryEntry li:nth-child(7):nth-child(n),
#content_container ul.galleryEntry li:nth-child(8):nth-child(n),
#content_container ul.galleryEntry li:nth-child(9):nth-child(n),
#content_container ul.galleryEntry li:nth-child(10):nth-child(n),
#content_container ul.galleryEntry li:nth-child(11):nth-child(n),
#content_container ul.galleryEntry li:nth-child(12):nth-child(n),
#content_container ul.galleryEntry li:nth-child(13):nth-child(n),
#content_container ul.galleryEntry li:nth-child(14):nth-child(n),
#content_container ul.galleryEntry li:nth-child(15):nth-child(n),
#content_container ul.galleryEntry li:nth-child(16):nth-child(n),
#content_container ul.galleryEntry li:nth-child(17):nth-child(n),
#content_container ul.galleryEntry li:nth-child(18):nth-child(n) {
  float: left;
  margin-right: 1px;
  clear: none;
}
#content_container ul.galleryEntry li:nth-child(3):nth-child(3n),
#content_container ul.galleryEntry li:nth-child(6):nth-child(3n),
#content_container ul.galleryEntry li:nth-child(9):nth-child(3n),
#content_container ul.galleryEntry li:nth-child(12):nth-child(3n),
#content_container ul.galleryEntry li:nth-child(15):nth-child(3n),
#content_container ul.galleryEntry li:nth-child(18):nth-child(3n) {
  margin-right: 0;
}
#content_container ul.galleryEntry li:nth-child(1):nth-child(3n + 1),
#content_container ul.galleryEntry li:nth-child(4):nth-child(3n + 1),
#content_container ul.galleryEntry li:nth-child(7):nth-child(3n + 1),
#content_container ul.galleryEntry li:nth-child(13):nth-child(3n + 1) {
  clear: left;
}
#content_container ul.galleryEntry .galleryThumb {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#content_container ul.galleryEntry .galleryThumb .galleryImage {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
}
#content_container ul.galleryEntry .galleryThumb .galleryImage img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
#content_container ul.galleryEntry .galleryThumb .galleryOverlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#content_container ul.galleryEntry .galleryThumb .galleryOverlay .galleryLabel {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #00ff8e;
  position: relative;
  top: 0;
}
#content_container ul.galleryEntry .galleryThumb .galleryOverlay .galleryLabel span {
  width: 100%;
  text-align: center;
  color: #00ff8e;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content_container ul.galleryEntry .galleryThumb:hover .galleryOverlay {
  opacity: 1;
}
#content_container #resume_details,
#content_container #resume_history {
  margin-bottom: 100px;
  min-height: 200px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  color: #555555;
}
#content_container #resume_details .resume_nest,
#content_container #resume_history .resume_nest {
  margin: 48px 64px;
  line-height: 24px;
}
#content_container #resume_details .resume_nest ul,
#content_container #resume_history .resume_nest ul {
  margin: 4px 0 0 24px;
  padding: 0;
}
#content_container #resume_details {
  float: left;
  width: 39.1%;
  background-color: #dedede;
}
#content_container #resume_history {
  float: right;
  width: 60.9%;
}
#content_container .resume_item {
  display: block;
  margin: 24px 0;
  font-size: 16px;
}
#content_container .resume_item_first {
  margin-top: 0;
}
#content_container .resume_heading {
  display: block;
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
#content_container .emphasis {
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 0;
}
#content_container .history_detail {
  list-style-type: circle;
}
#content_container #contact #contactInfo {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-top: 16px;
  color: #555555;
  text-align: justify;
}
#icon_gallery {
  margin: 13.25px auto;
  width: 25.5px;
  height: 21.5px;
  right: 0;
  left: 0;
}
#footer {
  clear: both;
  width: 100%;
  min-height: 300px;
  background-color: #000000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
#footer #footer_links span {
  line-height: 300px;
}
#footer .footer_link {
  color: #ffffff;
}
#footer .footer_spacer {
  color: #00ff8e;
  fill: #00ff8e;
  opacity: 1.0 !important;
}
#footer .footer_spacer:before {
  content: "\002E";
  padding: 0px 6px;
}
#footer a {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#footer a:hover {
  color: #00ff8e;
}
.secondary_font {
  font-weight: 600;
  font-family: "Tungsten A", "Tungsten B";
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  color: #000000;
}
h2 {
  font-size: 36px;
  color: #000000;
}
h3 {
  font-size: 18px;
  opacity: 0.5;
  font-weight: 300;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
#about_image,
#about_details {
  margin: 20px 0 100px 0;
}
#about_image {
  width: 30%;
  float: left;
}
#about_image img {
  max-width: 100%;
}
#about_details {
  float: left;
  width: calc(70% - 40px);
  padding: 0 20px;
}
.about_text {
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  padding: 0;
  opacity: 1.0;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  line-height: 22px;
  margin: 0;
}
.about_text li {
  color: #555555;
}
.about_text li a:link,
.about_text li a:active,
.about_text li a:visited,
.about_text li a:hover {
  font-weight: 500;
  text-decoration: underline;
  color: #000000;
}
.about_text li a:hover {
  color: #00ff8e;
}
hr {
  border: none;
  border-top: 1px solid #000000;
  opacity: 0.2;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.transluscent {
  opacity: 0.4;
}
.clear {
  clear: both;
}
@media all and (max-width: 1366px) {
  #content_container {
    margin: 209px 80px 80px 80px;
    min-height: calc(100vh - 589px);
  }
  #content_container #resume_details,
  #content_container #resume_history {
    margin: 0 0 18px 0;
    float: none;
    width: auto;
    padding: 12px;
  }
  #content_container #resume_details .resume_nest,
  #content_container #resume_history .resume_nest {
    margin: 18px 24px;
  }
  #content_container #resume_details .resume_nest .resume_item,
  #content_container #resume_history .resume_nest .resume_item {
    margin-bottom: 0;
  }
  #content_container ul.galleryEntry li {
    height: 40vh;
  }
  #content_container ul.galleryEntry li:nth-child(1),
  #content_container ul.galleryEntry li:nth-child(6),
  #content_container ul.galleryEntry li:nth-child(7),
  #content_container ul.galleryEntry li:nth-child(12),
  #content_container ul.galleryEntry li:nth-child(13),
  #content_container ul.galleryEntry li:nth-child(18) {
    width: calc(50% - 1px);
  }
  #content_container ul.galleryEntry li:nth-child(2),
  #content_container ul.galleryEntry li:nth-child(4),
  #content_container ul.galleryEntry li:nth-child(8),
  #content_container ul.galleryEntry li:nth-child(10),
  #content_container ul.galleryEntry li:nth-child(14),
  #content_container ul.galleryEntry li:nth-child(16) {
    width: calc(50% - 1px);
  }
  #content_container ul.galleryEntry li:nth-child(3),
  #content_container ul.galleryEntry li:nth-child(5),
  #content_container ul.galleryEntry li:nth-child(9),
  #content_container ul.galleryEntry li:nth-child(11),
  #content_container ul.galleryEntry li:nth-child(15),
  #content_container ul.galleryEntry li:nth-child(17) {
    width: calc(50% - 1px);
  }
  #content_container ul.galleryEntry li:nth-child(3):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(6):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(9):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(12):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(15):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(18):nth-child(3n) {
    margin-right: 1px;
  }
  #content_container ul.galleryEntry li:nth-child(1):nth-child(3n + 1),
  #content_container ul.galleryEntry li:nth-child(4):nth-child(3n + 1),
  #content_container ul.galleryEntry li:nth-child(7):nth-child(3n + 1),
  #content_container ul.galleryEntry li:nth-child(13):nth-child(3n + 1) {
    clear: none;
  }
}
@media all and (max-width: 768px) {
  #content_container {
    margin: 189px 60px 60px 60px;
    min-height: calc(100vh - 549px);
  }
  #content_container #resume_details,
  #content_container #resume_history {
    margin: 0 0 18px 0;
    float: none;
    width: auto;
    padding: 12px;
  }
  #content_container #resume_details .resume_nest,
  #content_container #resume_history .resume_nest {
    margin: 0 8px;
  }
  #content_container #resume_details .resume_nest .resume_item,
  #content_container #resume_history .resume_nest .resume_item {
    margin-bottom: 0;
  }
  #content_container ul.galleryEntry li {
    height: 30vh;
  }
  #content_container #synopsis #synopsisColumns {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
@media all and (max-width: 670px) {
  #content_container {
    margin: 169px 40px 40px 40px;
    min-height: calc(100vh - 509px);
  }
  #content_container #resume_details,
  #content_container #resume_history {
    margin: 0 0 18px 0;
    float: none;
    width: auto;
    padding: 12px;
  }
  #content_container #resume_details .resume_nest,
  #content_container #resume_history .resume_nest {
    margin: 0 8px;
  }
  #content_container #resume_details .resume_nest .resume_item,
  #content_container #resume_history .resume_nest .resume_item {
    margin-bottom: 0;
  }
  #content_container ul.galleryEntry li {
    height: 240px;
  }
  #content_container ul.galleryEntry li:nth-child(1),
  #content_container ul.galleryEntry li:nth-child(6),
  #content_container ul.galleryEntry li:nth-child(7),
  #content_container ul.galleryEntry li:nth-child(12),
  #content_container ul.galleryEntry li:nth-child(13),
  #content_container ul.galleryEntry li:nth-child(18) {
    width: 100%;
  }
  #content_container ul.galleryEntry li:nth-child(2),
  #content_container ul.galleryEntry li:nth-child(4),
  #content_container ul.galleryEntry li:nth-child(8),
  #content_container ul.galleryEntry li:nth-child(10),
  #content_container ul.galleryEntry li:nth-child(14),
  #content_container ul.galleryEntry li:nth-child(16) {
    width: 100%;
  }
  #content_container ul.galleryEntry li:nth-child(3),
  #content_container ul.galleryEntry li:nth-child(5),
  #content_container ul.galleryEntry li:nth-child(9),
  #content_container ul.galleryEntry li:nth-child(11),
  #content_container ul.galleryEntry li:nth-child(15),
  #content_container ul.galleryEntry li:nth-child(17) {
    width: 100%;
  }
  #content_container ul.galleryEntry li:nth-child(3):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(6):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(9):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(12):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(15):nth-child(3n),
  #content_container ul.galleryEntry li:nth-child(18):nth-child(3n) {
    margin-right: 0;
  }
  #content_container ul.galleryEntry li:nth-child(1):nth-child(3n + 1),
  #content_container ul.galleryEntry li:nth-child(4):nth-child(3n + 1),
  #content_container ul.galleryEntry li:nth-child(7):nth-child(3n + 1),
  #content_container ul.galleryEntry li:nth-child(13):nth-child(3n + 1) {
    clear: none;
  }
  #footer #footer_links {
    padding: 36px;
  }
  #footer #footer_links span {
    line-height: 64px;
  }
}
@media all and (max-width: 414px) {
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h3 {
    font-size: 16px;
    opacity: 1;
    color: #555555;
  }
  #about_image,
  #about_details {
    margin: 0 0 24px 0;
  }
  #about_image {
    width: auto;
  }
  #about_image img {
    width: 100%;
  }
  #about_details {
    width: auto;
    padding: 0;
  }
  #content_container {
    margin: 130px 0 0 0;
    min-height: calc(100vh - 274px);
    width: 100%;
    overflow: hidden;
  }
  #content_container .modalOverlay .modalImage {
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: 25%;
  }
  #content_container #home {
    margin: 16px 20px;
  }
  #content_container .sectionContainer {
    width: auto;
  }
  #content_container #synopsis,
  #content_container #resume,
  #content_container #about,
  #content_container #comments,
  #content_container #contact {
    margin: 24px 24px 0px 24px;
  }
  #content_container #synopsis #synopsisColumns,
  #content_container #resume #synopsisColumns,
  #content_container #about #synopsisColumns,
  #content_container #comments #synopsisColumns,
  #content_container #contact #synopsisColumns,
  #content_container #synopsis #synopsisSoftware,
  #content_container #resume #synopsisSoftware,
  #content_container #about #synopsisSoftware,
  #content_container #comments #synopsisSoftware,
  #content_container #contact #synopsisSoftware {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  #content_container #synopsis #synopsisColumns,
  #content_container #resume #synopsisColumns,
  #content_container #about #synopsisColumns,
  #content_container #comments #synopsisColumns,
  #content_container #contact #synopsisColumns {
    position: relative;
    overflow: hidden;
  }
  #content_container #synopsis #synopsisColumns .project_description,
  #content_container #resume #synopsisColumns .project_description,
  #content_container #about #synopsisColumns .project_description,
  #content_container #comments #synopsisColumns .project_description,
  #content_container #contact #synopsisColumns .project_description {
    height: 100px;
    display: block;
    overflow: hidden;
  }
  #content_container #synopsis #synopsisColumns .project_expanded,
  #content_container #resume #synopsisColumns .project_expanded,
  #content_container #about #synopsisColumns .project_expanded,
  #content_container #comments #synopsisColumns .project_expanded,
  #content_container #contact #synopsisColumns .project_expanded {
    height: auto;
    padding-bottom: 24px;
  }
  #content_container #synopsis #synopsisColumns .expand_svg,
  #content_container #resume #synopsisColumns .expand_svg,
  #content_container #about #synopsisColumns .expand_svg,
  #content_container #comments #synopsisColumns .expand_svg,
  #content_container #contact #synopsisColumns .expand_svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 52px;
    z-index: 900;
    bottom: 0;
    left: 0;
  }
  #content_container #synopsis #synopsisColumns .collapse_svg,
  #content_container #resume #synopsisColumns .collapse_svg,
  #content_container #about #synopsisColumns .collapse_svg,
  #content_container #comments #synopsisColumns .collapse_svg,
  #content_container #contact #synopsisColumns .collapse_svg {
    display: none;
  }
  #content_container #synopsis #synopsisColumns .expand,
  #content_container #resume #synopsisColumns .expand,
  #content_container #about #synopsisColumns .expand,
  #content_container #comments #synopsisColumns .expand,
  #content_container #contact #synopsisColumns .expand {
    display: block;
    position: absolute;
    z-index: 901;
    bottom: 6px;
    right: 0;
    color: #00ff8e;
  }
  #content_container #synopsis #synopsisSoftware,
  #content_container #resume #synopsisSoftware,
  #content_container #about #synopsisSoftware,
  #content_container #comments #synopsisSoftware,
  #content_container #contact #synopsisSoftware {
    margin-top: 0;
  }
  #content_container #resume_details,
  #content_container #resume_history {
    float: none;
    background-color: transparent;
    width: auto;
    margin: 0 0 18px 0;
  }
  #content_container #resume_details .resume_nest,
  #content_container #resume_history .resume_nest {
    margin: 12px 0;
  }
  #content_container ul.galleryEntry .galleryThumb .galleryOverlay {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
  }
  #content_container ul.galleryEntry .galleryThumb .galleryOverlay .galleryLabel {
    display: block;
    width: auto;
  }
  #content_container ul.galleryEntry .galleryThumb .galleryOverlay .galleryLabel span {
    width: auto;
    color: #000000;
    background-color: #00ff8e;
    padding: 8px 14px;
    float: none;
    top: 110px;
  }
  #content_container #heroImage {
    width: auto;
    margin: 24px 24px 0 24px;
  }
  #content_container #thumbnails {
    width: auto;
    margin: 2px 24px 0px 24px;
  }
  #content_container #thumbnails .projectThumbSpacing {
    margin-right: 6px;
  }
  #content_container #thumbnails .projectThumb {
    width: calc(33.3333% - 4px);
  }
  #content_container #downloads {
    margin: 18px 24px 24px 24px;
  }
  #content_container #downloads .downloadRow {
    margin: 24px 0;
  }
  #content_container #downloads .downloadRow .downloadImage {
    width: auto;
    display: block;
  }
  #content_container #downloads .downloadRow .downloadDetails {
    display: block;
    width: auto;
    padding-left: 0;
    text-align: center;
  }
  #content_container #downloads .downloadRow .downloadDetails .downloadFileFormat,
  #content_container #downloads .downloadRow .downloadDetails .downloadFileSize {
    width: auto;
    margin: 8px 0 16px 0;
  }
  #content_container #downloads .downloadRow .downloadDetails .downloadFileFormat:after {
    content: "\00a0";
  }
  #content_container #downloads .downloadRow .downloadDetails .downloadFileSize:before {
    content: "/\00a0";
  }
  #content_container #downloads .downloadRow .downloadDetails .downloadFileLink {
    display: block;
    width: auto;
    text-align: center;
  }
  #footer {
    min-height: 100px;
    font-size: 18px;
    line-height: 24px;
  }
  #footer #footer_links {
    padding: 24px;
  }
  #footer #footer_links span {
    line-height: 48px;
  }
  .transluscent {
    display: none;
  }
}
