/* Imports -----------------------------------------------------------------*/
/* line 17, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Variables -------------------------------------------------------------- */
/* Body ------------------------------------------------------------------- */
/* line 22, ../sass/desktop.scss */
body {
  font-family: lato;
  color: #555555;
}

/* line 27, ../sass/desktop.scss */
a {
  color: #ffaa82;
}

/* line 31, ../sass/desktop.scss */
h1 {
  font-size: 2em;
  font-weight: 800;
}

/* line 36, ../sass/desktop.scss */
h2 {
  font-size: 1.5em;
}

/* line 40, ../sass/desktop.scss */
h3 {
  font-size: 1.17em;
}

/* line 44, ../sass/desktop.scss */
.content {
  padding: 50px 13%;
  line-height: 1.75em;
}
/* line 48, ../sass/desktop.scss */
.content h1 {
  margin-bottom: 40px;
}

/* line 53, ../sass/desktop.scss */
a.shift_link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 60, ../sass/desktop.scss */
a.shift_link:hover {
  padding-left: 25px;
  color: #ffcab1;
}

/* Grid ------------------------------------------------------------------- */
/* line 67, ../sass/desktop.scss */
.table-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 72, ../sass/desktop.scss */
.table-container .col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px;
}
/* line 80, ../sass/desktop.scss */
.table-container .col:first-child {
  padding-left: 0px;
}
/* line 84, ../sass/desktop.scss */
.table-container .col:last-child {
  padding-right: 0px;
}
/* line 88, ../sass/desktop.scss */
.table-container .col-1 {
  width: 100%;
}
/* line 92, ../sass/desktop.scss */
.table-container .col-1-2 {
  width: 50%;
}
/* line 96, ../sass/desktop.scss */
.table-container .col-1-3 {
  width: 33.33%;
}
/* line 100, ../sass/desktop.scss */
.table-container .col-2-3 {
  width: 66.66%;
}
/* line 104, ../sass/desktop.scss */
.table-container .col-1-4 {
  width: 25%;
}
/* line 108, ../sass/desktop.scss */
.table-container .col-3-4 {
  width: 75%;
}
/* line 112, ../sass/desktop.scss */
.table-container .col-1-5 {
  width: 20%;
}
/* line 116, ../sass/desktop.scss */
.table-container .col-2-5 {
  width: 40%;
}
/* line 120, ../sass/desktop.scss */
.table-container .col-3-5 {
  width: 60%;
}
/* line 124, ../sass/desktop.scss */
.table-container .col-4-5 {
  width: 80%;
}
/* line 128, ../sass/desktop.scss */
.table-container .col-1-6 {
  width: 16.66%;
}
/* line 132, ../sass/desktop.scss */
.table-container .col-5-6 {
  width: 83.33%;
}

/* Navigation ------------------------------------------------------------- */
/* line 139, ../sass/desktop.scss */
nav {
  background-color: #ffaa82;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  z-index: 2;
  -webkit-box-shadow: inset 0px -1px 0px #ff905c;
  -moz-box-shadow: inset 0px -1px 0px #ff905c;
  box-shadow: inset 0px -1px 0px #ff905c;
  border-bottom: 1px solid #ffcab1;
}
/* line 152, ../sass/desktop.scss */
nav #nav-button {
  display: none;
}
/* line 156, ../sass/desktop.scss */
nav #nav-links {
  display: inline-block !important;
  font-weight: 300;
  font-size: 24px;
  margin-left: 13%;
}
/* line 162, ../sass/desktop.scss */
nav #nav-links li {
  padding: 22px 15px;
}
/* line 167, ../sass/desktop.scss */
nav #social {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFF;
  font-size: 1em;
  margin-right: 13%;
}
/* line 175, ../sass/desktop.scss */
nav #social li {
  padding: 18px 0px 18px 10px;
}
/* line 180, ../sass/desktop.scss */
nav li {
  display: inline-block;
  color: #FFF;
}
/* line 184, ../sass/desktop.scss */
nav li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 190, ../sass/desktop.scss */
nav li a:hover {
  color: #ffcab1;
}

/* line 196, ../sass/desktop.scss */
#project_navigation {
  z-index: 1;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 201, ../sass/desktop.scss */
#project_navigation .nav-links {
  font-size: 16px;
  padding-left: 13%;
}
/* line 205, ../sass/desktop.scss */
#project_navigation .nav-links li {
  padding: 8px 8px 10px;
}

/* line 211, ../sass/desktop.scss */
#project_navigation.show {
  top: 70px;
}

/* Header ------------------------------------------------------------------*/
/* line 217, ../sass/desktop.scss */
#header {
  background: url("../images/congruent_pentagon.png") center center fixed;
  padding: 0 13%;
}
/* line 221, ../sass/desktop.scss */
#header #title {
  position: relative;
}
/* line 224, ../sass/desktop.scss */
#header #title #title-text {
  display: inline-block;
  text-align: center;
  color: #FFF;
}
/* line 230, ../sass/desktop.scss */
#header #title h1 {
  font-weight: 300;
  font-size: 8em;
  margin: 0 0 10px;
}
/* line 236, ../sass/desktop.scss */
#header #title h2 {
  font-weight: 300;
  font-size: 4.2em;
  margin: 0;
}
/* line 242, ../sass/desktop.scss */
#header #title h3 {
  font-weight: 400;
  padding-top: 5px;
}
/* line 247, ../sass/desktop.scss */
#header #title img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 190px;
  border: 3px solid #fff;
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-right: 50px;
}

/* About -------------------------------------------------------------------*/
/* line 261, ../sass/desktop.scss */
#about {
  position: relative;
}
/* line 264, ../sass/desktop.scss */
#about h2 {
  font-weight: 300;
}
/* line 268, ../sass/desktop.scss */
#about #wide_photo {
  background-image: url("../images/wide_photo.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* Projects ----------------------------------------------------------------*/
/* line 279, ../sass/desktop.scss */
#projects .project_header {
  background-position: center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 360px;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
/* line 288, ../sass/desktop.scss */
#projects .project_mask {
  background-position: center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* line 296, ../sass/desktop.scss */
#projects .project_name {
  padding: 100px 13%;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 6px;
}
/* line 301, ../sass/desktop.scss */
#projects .project_name h1 {
  font-size: 5em;
}
/* line 305, ../sass/desktop.scss */
#projects .project_name h2 {
  font-size: 2em;
}
/* line 309, ../sass/desktop.scss */
#projects .project_name h3 {
  font-size: 1.5em;
  padding-top: 10px;
}
/* line 314, ../sass/desktop.scss */
#projects .project_name a {
  text-decoration: none;
  color: #FFF;
}
/* line 320, ../sass/desktop.scss */
#projects .project_detail {
  display: none;
}
/* line 323, ../sass/desktop.scss */
#projects .project_detail .table-container {
  padding-bottom: 120px;
}
/* line 327, ../sass/desktop.scss */
#projects .project_detail .project_image {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 333, ../sass/desktop.scss */
#projects .project_detail .project_gallery {
  height: 150px;
  font-size: 0;
}
/* line 337, ../sass/desktop.scss */
#projects .project_detail .project_gallery .project_image {
  display: inline-block;
  height: 100%;
  width: 19%;
  margin-right: 1.25%;
}
/* line 344, ../sass/desktop.scss */
#projects .project_detail .project_gallery .project_image:last-child {
  margin-right: 0;
}
/* line 349, ../sass/desktop.scss */
#projects .project_detail h1 {
  padding: 60px 0;
  font-size: 3.5em;
  color: #ffaa82;
}
/* line 355, ../sass/desktop.scss */
#projects .project_detail .collapse {
  color: inherit;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 15px;
}
/* line 366, ../sass/desktop.scss */
#projects #emcee .project_header {
  background: url(../images/emcee/banner.jpg) no-repeat center fixed;
}
/* line 367, ../sass/desktop.scss */
#projects #emcee .project_mask {
  background: url(../images/emcee/overlay.jpg) no-repeat center fixed;
}

#projects #grass_roots .project_header {
  background: url(../images/grass_roots/banner.jpg) no-repeat center fixed;
}
#projects #grass_roots .project_mask {
  background: url(../images/grass_roots/overlay.jpg) no-repeat center fixed;
}

/* line 371, ../sass/desktop.scss */
#projects #rocket_blocks .project_header {
  background: url(../images/rocket_blocks/banner.jpg) no-repeat center fixed;
}
/* line 372, ../sass/desktop.scss */
#projects #rocket_blocks .project_mask {
  background: url(../images/rocket_blocks/overlay.jpg) no-repeat center fixed;
}
/* line 376, ../sass/desktop.scss */
#projects #compositions .project_header {
  background: url(../images/compositions/banner.jpg) no-repeat center fixed;
}
/* line 377, ../sass/desktop.scss */
#projects #compositions .project_mask {
  background: url(../images/compositions/overlay.jpg) no-repeat center fixed;
}
/* line 381, ../sass/desktop.scss */
#projects #bb10 .project_header {
  background: url(../images/bb10/banner.jpg) no-repeat center fixed;
}
/* line 382, ../sass/desktop.scss */
#projects #bb10 .project_mask {
  background: url(../images/bb10/overlay.jpg) no-repeat center fixed;
}
/* line 386, ../sass/desktop.scss */
#projects #wordworks .project_header {
  background: url(../images/wordworks/banner.jpg) no-repeat center fixed;
}
/* line 387, ../sass/desktop.scss */
#projects #wordworks .project_mask {
  background: url(../images/wordworks/overlay.jpg) no-repeat center fixed;
}

/* Experience --------------------------------------------------------------*/
/* line 395, ../sass/desktop.scss */
#experience #pro_experience {
  margin-bottom: 50px;
}
/* line 399, ../sass/desktop.scss */
#experience h3 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}
/* line 404, ../sass/desktop.scss */
#experience .left-col {
  border-right: 1px solid #555555;
}
/* line 411, ../sass/desktop.scss */
#experience .right-col {
  border-left: 1px solid #555555;
}
/* line 415, ../sass/desktop.scss */
#experience #education-image {
  background-image: url("../images/sfu_photo.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* Contact -----------------------------------------------------------------*/
/* line 425, ../sass/desktop.scss */
#contact {
  background: url("../images/congruent_pentagon.png") center center fixed;
  color: #FFF;
}
/* line 429, ../sass/desktop.scss */
#contact h2 {
  padding-bottom: 1.2em;
}
/* line 433, ../sass/desktop.scss */
#contact p {
  padding-bottom: 1em;
}
/* line 437, ../sass/desktop.scss */
#contact a {
  color: inherit;
}
/* line 441, ../sass/desktop.scss */
#contact #contact-info {
  display: table-cell;
  vertical-align: top;
  padding-right: 50px;
  font-size: 1.3em;
  width: 180px;
}
/* line 449, ../sass/desktop.scss */
#contact #contact-form {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
/* line 455, ../sass/desktop.scss */
#contact .input-form {
  position: relative;
  height: 40px;
  margin-bottom: 7px;
  background: orange;
}
/* line 462, ../sass/desktop.scss */
#contact .textarea-form {
  position: relative;
  height: 200px;
  background: orange;
}
/* line 468, ../sass/desktop.scss */
#contact label {
  display: inline-block;
  text-align: center;
  width: 38px;
  font-size: 20px;
  line-height: 20px;
  padding: 8.5px 0;
  background-color: #FFF;
  color: #ffaa82;
  border: 1px solid #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 485, ../sass/desktop.scss */
#contact input {
  padding: 5px;
  padding-left: 45px;
  height: 40px;
  border: 0;
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 495, ../sass/desktop.scss */
#contact textarea {
  font-family: lato;
  padding: 10px;
  padding-left: 45px;
  width: 100%;
  height: 200px;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
/* line 507, ../sass/desktop.scss */
#contact .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: lato;
  border: 1px solid #FFF;
  background: #FFF;
  color: #ffaa82;
  outline: none;
  padding: 10px;
  margin-top: 7px;
  width: 120px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 521, ../sass/desktop.scss */
#contact .button + .button {
  margin-left: 4px;
}
/* line 525, ../sass/desktop.scss */
#contact .button:focus, #contact .button:hover {
  background: #ffaa82;
  color: #FFF;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 531, ../sass/desktop.scss */
#contact input:focus + label, #contact textarea:focus + label {
  background-color: #ffaa82;
  color: #FFF;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 537, ../sass/desktop.scss */
#contact #copyright {
  text-align: center;
  padding-bottom: 20px;
}

/* -------------------------------------------------------------------------*/
