html {
  font-size: 17px;
}
img {
  max-width: 100%;
}
.wf-loading {
  opacity: 0;
}
.wf-active {
  opacity: 1;
  transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  /* Firefox 4 */

  -webkit-transition: opacity 0.25s ease-in;
  /* Safari and Chrome */

  -o-transition: opacity 0.25s ease-in;
  /* Opera */

}
.works-img-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.works-img-link .works-img-link-hover {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  font-size: 16px;
  top: 0;
  left: 0;
  color: white;
  opacity: 0;
  transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  /* Firefox 4 */

  -webkit-transition: opacity 0.25s ease-in;
  /* Safari and Chrome */

  -o-transition: opacity 0.25s ease-in;
  /* Opera */

}
.works-img-link .works-img-link-hover .works-img-link-hover-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  font-size: 22px;
  line-height: 22px;
  margin-top: -11px;
  text-align: center;
  color: #333;
  text-shadow: 0px 0px 2px white;
}
.works-img-link .works-img-link-hover .works-img-link-hover-content .works-img-link-hover-content-link {
  color: #3498db;
}
.works-img-link:hover .works-img-link-hover {
  opacity: 1;
}
.usableimg {
  background-image: url(../img/usableandwink.png);
  background-size: 180px 90px;
  background-position: 0 0;
  width: 90px;
  height: 90px;
  display: inline-block;
}
.usableimg.wink {
  background-position: 90px 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.ib {
  display: inline-block;
}
.workhead-left {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.workhead-left h4 {
  margin-top: 6px;
}
.workhead-right {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ccc;
  color: #999;
  font-family: 'proxima-nova';
  margin-left: 20px;
  padding: 13px 20px;
}
.works-header {
  text-transform: uppercase;
  font-family: 'proxima-nova';
  margin-top: 40px !important;
}
.works-img {
  width: 46%;
  max-width: 98%;
  margin-right: 1%;
}
.works-img:last-child {
  margin-right: 0;
  margin-left: 1%;
}
.works-img .img-polaroid {
  display: block;
}
.img-shadow {
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
}
.img-polaroid {
  padding: 4px;
  background-color: white;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-polaroid * {
  vertical-align: bottom;
}
.img-polaroid img {
  line-height: 0;
}
a img {
  border: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'proxima-nova', 'Lucida Grande', Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
  width: 100%;
}
#container {
  max-width: 800px;
  padding: 20px 20px 0 20px;
  background: white;
  margin: auto;
  position: relative;
}
#header {
  padding-top: 20px;
  position: relative;
}
#nav {
  position: fixed;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 0 0 23px;
  top: 0;
  color: #2980b9;
  font-size: 16px;
  border-left: 1px solid #aaa;
  padding-left: 10px;
  padding-top: 41px;
  font-family: 'proxima-nova';
  width: 100%;
  height: 100%;
}
#nav li div {
  width: 120px;
  margin: 16px 0 0 0;
  padding: 0 0 0 10px;
  cursor: hand;
  cursor: pointer;
  position: relative;
  text-transform: lowercase;
}
#nav .email_link {
  border-top: 1px solid white;
  margin-top: 10px;
}
#nav li div.active:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #aaaaaa;
  content: ' ';
  before: ' ';
  top: 50%;
  left: 0;
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
}
#nav li div.active:after {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #ffffff;
  content: ' ';
  before: ' ';
  top: 50%;
  left: 0;
  position: absolute;
  margin-left: -16px;
  margin-top: -14px;
}
#dialog_container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
#dialog_bg {
  height: 100%;
  width: 100%;
  background: white;
  -moz-opacity: 0.70;
  opacity: 0.70;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.close {
  float: right;
  font-size: 24px;
  font-family: 'proxima-nova';
  font-weight: normal;
  color: #2980b9;
  cursor: hand;
  cursor: pointer;
}
.loader {
  display: none;
  text-align: center;
}
.loader > img {
  height: 40px;
}
.response {
  color: white;
  margin-top: 10px;
}
.error {
  background: #AF3434;
}
.success {
  background: #20638f;
}
.error,
.success {
  text-align: center;
  padding: 5px 10px;
}
.dialog {
  padding: 20px 40px !important;
  width: 500px;
  margin: auto;
  position: fixed;
  background: white;
  border: 2px solid #2980b9;
  -moz-box-shadow: 2px 2px 2px 2px #777777;
  -webkit-box-shadow: 2px 2px 2px 2px #777777;
  box-shadow: 2px 2px 2px 2px #777777;
  /*
		@radius: 10px;
		-webkit-border-radius: @radius;
		-moz-border-radius: @radius;
		border-radius: @radius;*/

}
.email_form > div {
  margin: 5px 0px;
}
#email_dialog h1 {
  margin-top: 10px;
}
.email_form h2 {
  font-size: 16px !important;
  margin: inherit;
  color: #333333;
  /*	font-family:@futura;*/

  text-transform: uppercase;
}
.email_form .portion {
  margin-bottom: 10px;
  clear: both;
}
.email_form .portion.half {
  width: 50%;
  float: left;
  clear: none !important;
}
input:focus,
textarea:focus {
  outline: 0 none;
}
input[type=text],
textarea {
  padding: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px !important;
}
textarea {
  overflow: auto;
  padding: 1px;
  background-color: white;
  border: 2px inset;
  border-image: initial;
  width: 490px;
  max-width: 490px;
  height: 80px;
  max-height: 80px;
  resize: none;
  padding: 5px;
}
.email_form .portion.half input[type=text],
.email_form .portion.half textarea {
  width: 90%;
}
.email_form .portion.half:nth-child(even) > * {
  margin-left: 14px;
}
.contact_info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact_info li {
  float: left;
  margin: 0 20px 0 0;
}
a {
  color: #3498db;
  text-decoration: none;
}
a:hover {
  color: #20638f;
}
#header .name.move {
  display: none;
  cursor: pointer;
  cursor: hand;
}
.subName h4 {
  font-weight: 400;
  font-size: 22px;
  color: #999;
  margin: 0 0 40px 0;
}
#header .name {
  padding: 0;
  margin-bottom: 0px;
  margin-left: -4px;
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 90px;
  font-family: 'proxima-nova';
  font-weight: 100;
  text-align: left;
  line-height: 90px;
  width: 800px;
  max-width: 100%;
}
#header .name img {
  max-width: 100%;
}
#header .name.rotate {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* IOS fix */

  margin-bottom: 20px;
  text-align: right;
  /* Safari */

  -webkit-transform: rotate(-90deg);
  /* Firefox */

  -moz-transform: rotate(-90deg);
  /* Opera */

  -o-transform: rotate(-90deg);
  /* Internet Explorer */

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#header .name.rotate img {
  max-height: 60px;
}
#header .name.rotate:after {
  content: ' ';
  background: url(../img/arrow.png);
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  color: #2980b9;
  font-size: 30px;
  position: relative;
  top: -6px;
  left: -6px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'proxima-nova', 'sans-serif';
}
#header .last_name {
  font-family: 'proxima-nova';
  font-weight: bold;
}
#header .first_name {
  color: #2980b9;
}
#cody_cutout {
  float: right;
  margin: 0 20px 40px 60px;
  overflow: hidden;
  border-radius: 100%;
  width: 178px;
  height: 178px;
}
#cody_cutout img {
  max-width: 380px;
  margin-left: -145px;
  margin-top: -20px;
}
.quote_holder {
  color: #e7f2fa;
  page-break-inside: avoid !important;
  *zoom: 1;
  clear: both;
  margin-top: 60px;
  padding: 10px 20px;
  background: #2980b9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: auto;
  padding: 30px 50px 30px 40px;
}
.quote_holder:before,
.quote_holder:after {
  display: table;
  content: "";
}
.quote_holder:after {
  clear: both;
}
.quote {
  font-size: 16px;
  line-height: 1.8;
  clear: both;
  margin: 0 0 0 140px;
}
.quote:after,
.quote .after {
  font-family: 'proxima-nova';
  line-height: 10px;
  content: '\201D';
  after: '\201D';
}
.quote:before,
.quote .before {
  font-family: 'proxima-nova';
  position: absolute;
  margin-left: -148px;
  line-height: 335px;
  font-size: 335px !important;
  margin-top: -35px;
  padding-right: 5px;
  content: '\201C';
  before: '\201C';
}
.ie_quotefix:before,
.ie_quotefix .before {
  content: none !important;
  before: none !important;
}
.quoter {
  float: right;
  font-size: 28px;
  text-align: right;
  margin-top: 10px;
}
.quoter_company {
  float: right;
}
.quoter_company img {
  width: 150px;
}
.section {
  clear: both;
  padding: 5px 0 0 0;
}
.avoidbr {
  page-break-inside: avoid !important;
}
.section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heading {
  font-size: 24px;
  font-family: 'proxima-nova';
  font-weight: normal;
}
.section-subhead {
  text-align: center;
}
.section-subhead h4 {
  font-size: 24px;
  font-family: 'proxima-nova';
  font-weight: normal;
  color: #999;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 40px;
}
.section-head {
  position: relative;
  text-align: center;
  padding-bottom: 2px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  overflow: visible;
  height: 2px;
  margin: 80px 0 20px 0;
}
.section-head h1 {
  font-size: 24px;
  font-family: 'proxima-nova';
  position: relative;
  z-index: 999;
  color: #555;
  font-weight: normal;
  display: inline-block;
  background: white;
  margin: -12px 0 0 0;
  padding: 0 10px;
}
.section p {
  font-size: 18px;
  line-height: 1.4;
}
.section.over {
  position: absolute;
  width: 430px;
}
.section.half {
  width: 47%;
  float: left;
}
.section_half_even {
  float: right !important;
  clear: none !important;
}
.section.half:nth-child(even) {
  float: right !important;
  clear: none !important;
}
.section_grouping {
  margin: 10px 0;
}
.kiosklogolist {
  *zoom: 1;
  max-width: 500px;
}
.kiosklogolist:before,
.kiosklogolist:after {
  display: table;
  content: "";
}
.kiosklogolist:after {
  clear: both;
}
.kiosklogolist li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 40px 0;
}
.kiosklogolist li img {
  height: 80px;
}
#timeline {
  width: 100%;
  position: relative;
}
#timeline #events {
  position: absolute;
  width: 100%;
  z-index: 2;
}
#timeline .event {
  text-align: center;
  font-size: 14px;
  margin: 15px 0;
  padding: 0;
  background-size: auto 30px;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  background-color: white;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#timeline .event.uofs {
  background-image: url(../img/uofsbig.png);
}
#timeline .event.beagle {
  background-image: url(../img/beaglebig.png);
}
#timeline .event.celtx {
  background-image: url(../img/celtxbig.png);
}
#timeline .event.macewan {
  background-image: url(../img/grantmacbig.png);
}
#timeline .pop_ups {
  page-break-inside: avoid !important;
  position: absolute;
  background-color: #e7f2fa;
  padding: 5px;
  border: 1px solid rgba(32, 99, 143, 0.5);
  margin: 0 0 0 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#timeline .pop_ups:before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid rgba(32, 99, 143, 0.5);
  content: ' ';
  before: ' ';
  top: 50%;
  left: 0;
  position: absolute;
  margin-left: -12px;
  margin-top: -12px;
}
#timeline .pop_ups:after {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #e7f2fa;
  content: ' ';
  after: ' ';
  top: 50%;
  left: 0;
  position: absolute;
  margin-left: -11px;
  margin-top: -11px;
}
#timeline .pop_ups.left_side {
  margin: 0 20px 0 0;
}
#timeline .pop_ups.left_side:before {
  border-left: 12px solid rgba(32, 99, 143, 0.5);
  border-right: none;
  left: 100%;
  position: absolute;
  margin-left: 0;
}
#timeline .pop_ups.left_side:after {
  width: 0;
  border-left: 11px solid #e7f2fa;
  border-right: none;
  left: 100%;
  margin-left: 0;
}
#timeline .pop_ups p,
#timeline .pop_ups h3 {
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 12px !important;
  line-height: normal;
}
#timeline .pop_ups .location {
  font-style: italic;
  float: left;
  clear: none !important;
  margin: 0 4px;
}
#timeline .pop_ups h3 {
  float: left;
}
#timeline #years {
  height: 30px;
  width: 100%;
  z-index: 1;
  margin-bottom: 1em;
}
#timeline .year_container {
  height: 100%;
  float: left;
  position: relative;
  background-color: #EFEFEF;
}
.year_container_even {
  background-color: #fafafa !important;
}
#timeline .year_container:nth-child(even) {
  background-color: #fafafa !important;
}
#timeline .year {
  text-align: center;
  background-color: #2980b9;
  color: white;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.year_even {
  background-color: #20638f !important;
}
#timeline .year_container:nth-child(even) .year {
  background-color: #20638f !important;
}
.asterix_note {
  color: #AAA;
  clear: both;
}
.asterix_note {
  font-size: 12px;
  float: right;
}
.skill_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skill_list li,
.rounded_item {
  float: left;
  margin: 5px 14px 5px 0;
  padding: 5px 10px;
  color: white;
  background: #2980b9;
  /*	border: 2px solid @splash_colour_alt;*/

  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.works {
  margin: 0 0 10px 25px;
  width: 295px;
  max-width: 100%;
  overflow: hidden;
  float: right;
  position: relative;
}
.works a:hover {
  text-decoration: none;
}
.works_words h4 {
  margin: 0;
}
.works_words h5 {
  margin: 0;
  font-weight: normal;
}
.webdev {
  margin: 30px 0;
  clear: both;
}
.webdev h4 {
  margin-bottom: 0px;
}
.webdev h5 {
  margin-top: 0px;
}
.works .message {
  background-color: #3498db;
}
.works .title {
  color: #2980b9;
  background: white;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */

  -webkit-transition: all 0.5s;
  /* Safari and Chrome */

  -o-transition: all 0.5s;
  /* Opera */

  opacity: 0;
}
.works:hover .title {
  top: 0;
  opacity: 1;
}
.works .message {
  font-size: 14px;
  padding: 5px 24px 5px 8px;
  color: white;
  position: absolute;
  /*
		@shadow: -2px 2px 2px 2px rgba(0,0,0,0.7);
		-webkit-box-shadow: @shadow;
		-moz-box-shadow: @shadow;
		box-shadow: @shadow;
		*/

  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */

  -webkit-transition: all 0.5s;
  /* Safari and Chrome */

  -o-transition: all 0.5s;
  /* Opera */

  bottom: 7px;
  right: -100%;
  opacity: 0;
}
.works:hover .message {
  opacity: 1;
  right: -1%;
}
.works .overlay {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */

  -webkit-transition: all 0.5s;
  /* Safari and Chrome */

  -o-transition: all 0.5s;
  /* Opera */

  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 295px;
  height: 180px;
  max-width: 100%;
}
.works:hover .overlay {
  opacity: 1;
}
.works img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */

  -webkit-transition: all 0.5s;
  /* Safari and Chrome */

  -o-transition: all 0.5s;
  /* Opera */

  width: 300px;
  margin-left: 0;
}
.kiosk {
  float: right;
}
.button {
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */

  -webkit-transition: all 0.5s;
  /* Safari and Chrome */

  -o-transition: all 0.5s;
  /* Opera */

  float: left;
  font-size: 18px;
  color: white;
  color: #ffffff;
  padding: 10px 20px;
  background: #2980b9;
  background: -moz-linear-gradient(top, #20638f 0%, #2980b9);
  background: -webkit-gradient(linear, left top, left bottom, from(#20638f), to(#2980b9));
  background: -o-linear-gradient(top, #20638f 0%, #2980b9 1% 100);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #20638f 0%, #2980b9 1% 100%);
  /* IE10+ */

  background: linear-gradient(top, #20638f 0%, #2980b9 1% 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006753", endColorstr="#309783", GradientType=0);
  /* IE6-9 */

  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border: 1px solid #2980b9;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px #ffffff;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 1px #000000;
  width: 40%;
  margin: 20px 30%;
  text-align: center;
}
#buttons .button {
  width: 30%;
  margin: 20px 7%;
}
.button:hover {
  color: #333333;
  background: white;
  background: -moz-linear-gradient(top, #ffffff 0%, #20638f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#20638f));
  background: -o-linear-gradient(top, #ffffff 0%, #20638f 1% 100);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #20638f 1% 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #20638f 1% 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#006753', GradientType=0);
  /* IE6-9 */

  border-color: #2980b9;
  cursor: pointer;
  cursor: hand;
}
#buttons a:hover {
  text-decoration: none;
}
.bigicon-list {
  text-align: center;
}
.bigicon-list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 220px;
  max-width: 100%;
  margin: 20px 20px;
}
.bigicon-list li .bigicon {
  display: inline-block;
  vertical-align: top;
  background: #2980b9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 30px;
}
.bigicon-list li .bigicon img {
  width: 90px;
  max-width: 100%;
}
.bigicon-list li h4 {
  font-family: 'proxima-nova';
  color: #aaa;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.bigicon-list li p {
  font-size: 15px;
}
.works-img-desc {
  font-size: 12px !important;
  color: #777;
  font-style: italic;
}
#footer {
  clear: both;
}
#footer_links {
  padding: 20px 0;
  margin: 40px 0;
  /*	background-color: @splash_colour;*/

  border-top: 1px solid #aaaaaa;
}
.typekit-badge {
  display: none !important;
}
*[tooltip] {
  position: relative;
}
*[tooltip]:hover:after {
  background: rgba(41, 128, 185, 0.9);
  border-radius: 5px;
  top: 26px;
  color: #fff;
  content: attr(tooltip);
  left: 50%%;
  margin-left: -140px;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: 260px;
  font-size: 14px;
  text-align: center;
}
*[tooltip]:hover:before {
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(41, 128, 185, 0.9);
  content: ' ';
  before: ' ';
  top: 26px;
  left: 50%;
  margin-left: 4px;
  position: absolute;
  margin-left: -10px;
  margin-top: -8px;
}
@media (max-width: 1300px) {
  .name.move.rotate,
  #nav {
    margin: 0 !important;
  }
}
@media (max-width: 1200px) {
  .name.move {
    display: none !important;
  }
  .name.real {
    opacity: 1 !important;
  }
  #container {
    margin: 0 40px;
  }
}
@media (max-width: 1100px) {
  .bigicon-list li {
    display: block;
    margin: 40px auto 60px auto;
  }
  #container {
    margin: 0 50px;
    max-width: 600px;
  }
  .works {
    float: none !important;
    margin-left: 0;
  }
  .kiosk {
    display: none;
  }
  #timeline #events {
    position: static;
  }
  .event {
    margin-left: 0 !important;
    width: 140px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-size: 100% auto !important;
  }
  .pop_ups {
    right: auto !important;
    left: 150px !important;
    margin-left: 18px !important;
    opacity: 1 !important;
  }
  #timeline .pop_ups.left_side::after {
    border-right: 11px solid #e7f2fa;
    border-left: none;
    left: -11px !important;
  }
  #timeline .pop_ups.left_side::before {
    border-right: 12px solid rgba(32, 99, 143, 0.5);
    border-left: none;
    left: -12px !important;
  }
  #years {
    opacity: 0 !important;
    height: initial !important;
  }
}
@media (max-width: 960px) {
  .quote {
    margin-left: 0;
    text-align: left;
  }
  .quote_holder {
    padding: 30px 40px;
  }
  .quote::before {
    position: static;
    margin-left: 0;
    line-height: 10px;
    font-size: inherit !important;
    margin-top: 0;
    padding-right: 0;
  }
}
@media (max-width: 867px) {
  #nav {
    display: none;
  }
  #container {
    margin: 0 20px;
  }
}
@media (max-width: 600px) {
  #cody_cutout {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .contact_info li {
    float: none !important;
  }
  #header .name {
    font-size: 36px;
  }
  .section-head h1 {
    font-size: 18px;
    margin-top: -9px;
  }
  .workhead-right {
    border: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: block;
  }
  .contact_info li {
    float: none;
  }
  .kiosklogolist {
    max-width: 100%;
  }
  .kiosklogolist li {
    margin: 0 8px 10px 8px;
    max-width: 110px;
  }
  .kiosklogolist li.lgbt {
    max-width: 240px;
  }
  .kiosklogolist li img {
    height: auto;
    width: 100%;
  }
  .works-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .event {
    display: none;
  }
  #timeline .pop_ups {
    position: static;
    margin: 20px 0 !important;
    border: none;
    background: none;
    border-bottom: #ccc solid 1px;
    padding-bottom: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  #timeline .pop_ups:last-child {
    border: none;
  }
  #timeline .pop_ups .location {
    float: none;
    margin: 0 0 10px 0;
  }
  #timeline .pop_ups h3 {
    float: none;
    font-size: 14px !important;
  }
  #timeline .pop_ups::before,
  #timeline .pop_ups::after {
    display: none;
  }
  .contact_info li {
    margin-bottom: 20px;
  }
}
@media print {
  #header .name.real,
  #timeline .pop_ups {
    opacity: 1 !important;
  }
  #header .name.move {
    opacity: 0 !important;
  }
  .quote {
    margin-left: 0;
  }
  .quote::before {
    display: none;
  }
  .event {
    display: none;
  }
  #years {
    opacity: 0 !important;
  }
  #timeline .pop_ups {
    position: static;
    margin: 20px 0 !important;
  }
  #timeline .pop_ups::before,
  #timeline .pop_ups::after {
    display: none;
  }
  .skill_list {
    margin-left: 15px !important;
  }
  .skill_list li {
    background: transparent;
    color: black;
    float: none !important;
    list-style: disc;
  }
}
