/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #0972b9;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #054570;
    cursor: pointer; }
  a:active, a:focus {
    color: #054570;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    border-color: #0972b9;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(8, 99, 161, 0.7);
    outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.error, #flash_failure {
  background: #FBE3E4;
  color: #96151b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .error a, #flash_failure a {
    color: #6a0f13; }
    .error a:hover, #flash_failure a:hover {
      color: #110203; }

.notice, #flash_notice {
  background: #FFF6BF;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .notice a, #flash_notice a {
    color: #594c00; }
    .notice a:hover, #flash_notice a:hover {
      color: black; }

.success, #flash_success {
  background: #E6EFC2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .success a, #flash_success a {
    color: #333c10; }
    .success a:hover, #flash_success a:hover {
      color: black; }

/*-----------------------------
SETUP BOX SIZING
-----------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------
VARIABLES
-----------------------------*/
/*-----------------------------
LAYOUT
-----------------------------*/
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }

a:hover {
  color: #6ab5d5;
  cursor: pointer;
  opacity: 1; }

a:active, a:focus {
  color: #6ab5d5;
  weight: 400; }

.boldtype {
  font-weight: 600; }

.primarycolor {
  color: #337FE7; }

.primarylight {
  color: #3CC6ED; }

.monotype {
  font-family: "PT Mono", Georgia, Times, serif;
  letter-spacing: .03em;
  font-size: .8em; }

.typebar {
  background-color: #aaa;
  opacity: .6;
  height: 0.3em;
  width: 1.5em;
  margin-bottom: .6em;
  margin-top: 1.6em;
  margin-left: 5%; }
  @media screen and (min-width: 768px) {
    .typebar {
      margin-left: 0; } }

.wrapper {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.feature {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  float: left;
  margin-bottom: 1em;
  overflow: hidden;
  position: static; }
  .feature:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .feature {
      margin-bottom: 5em; } }

.logo {
  float: left;
  margin-left: 10%;
  margin-top: 5%;
  opacity: 1;
  position: fixed;
  width: 5%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  /* width: 2%; 23.23176%;*/
  z-index: 5000; }
  .logo:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .logo {
      width: 2%; 
      margin-left: 7%;
      margin-top: 2%;
      } 
    }
  .logo img {
    width: 100%; }

.top {
  float: left;
  height: 10em;
  overflow: hidden;
  position: absolute;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0; }
  .top:last-child {
    margin-right: 0; }

.sidebar {
  clear: left;
  float: left;
  margin-bottom: 2em;
  margin-left: 10%;
  margin-top: 12em;
  /*background-color: rgba(255, 255, 255, 0.6);*/
  padding: 1.8em 1.5em 1.8em 0;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: .8em;
  font-weight: 300;
  letter-spacing: 1px;
  position: static;
  z-index: 3000;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .sidebar {
      float: left;
      display: block;
      margin-left: 7%;
      margin-right: 2.35765%;
      width: 17.5%; /*17.2609%;*/
      position: fixed; }
      .sidebar:last-child {
        margin-right: 0; } }

.sidebar h3 {
  color: #4a4a4a;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: .5em; }
.sidebar h4 {
  color: #4a4a4a;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: .8em;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.7em;
  margin-bottom: .8em;
  margin-top: 1em; }
.sidebar p {
  color: #4a4a4a;
  font-family: "Inconsolata", Georgia, Times, serif;
  font-size: .9em;
  font-weight: 300;
  letter-spacing: .03em;
  margin-bottom: 1.5em; }
.sidebar ul li {
  color: #4a4a4a;
  font-size: .8em; }

.md-content {
  clear: both;
  padding-bottom: 60px;
  position: static;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .md-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .md-content {
      clear: none;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65%; /*59.14224%;*/
      margin-left: 26%; /*29.85432%;*/ }
      .md-content:last-child {
        margin-right: 0; } }

iframe {
  margin-bottom: 2.5em;
  position: static;
  width: 100%; }

img {
  width: 100%;
  margin-bottom: 1em; }

.caption {
  font-family: "Inconsolata", Georgia, Times, serif;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: .03em;
  text-align: left;
  padding-left: 5%;
  color: #6d6d6d; /*#8c8c8c;*/
  width: 90%; 
  }
  @media screen and (min-width: 768px) {
    .caption {
      padding-left: 0;
      width: 80%; } }

.captionbold {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.3em;
  text-align: left;
  color: #6d6d6d;

}

footer {
  border-top: 1px solid #ccc;
  color: #aaa;
  height: 60px;
  margin-left: 7%;
  margin-right: 8%;
  position: abosolute;
  bottom: 0;
  overflow: hidden;
  width: 85%;
  z-index: 5000; }

footer p {
  font-size: .7em;
  padding-top: 3px;
  position: absolute;
  opacity: .8;
  width: 85%;
  text-align: right; }


.next {
  font-size: .7em;
  letter-spacing: .1em;
  margin-top: 2em;
  margin-right: 2em;
  line-height: 2.5em;
  text-align: right;
}

  @media screen and (min-width: 768px) {
    .next {
      font-size: .8em;
      margin-right: 0;
      } 
    }







.resumetitle {
  color: #6ab5d5;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  padding-left: 7%;
  width: 95%;
  }
  @media screen and (min-width: 768px) {
    .resumetitle {
      padding-left: 0;
      width: 95%; } }

.resumesubtitle {
  color: #777;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: .9em;
  padding-left: 7%;
  width: 90%;
}
  @media screen and (min-width: 768px) {
    .resumesubtitle {
      padding-left: 0;
      width: 95%; } }

.resumetext {
  color: #505050;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: .8em;
  list-style-type: circle;
  padding-left: 7%;
  width: 95%;
}
  @media screen and (min-width: 768px) {
    .resumetext {
      font-size: .9em;
      padding-left: 0;
      width: 90%; } }




/*
footer ul {
    float: right;
    padding-top: 3px;
    width: 29%;
    text-align: right;
}

footer ul li {
    color: $secondary-color;
    display: inline;
    font-size: 1.2em;
    opacity: .7;
}*/

/*# sourceMappingURL=style_.css.map */
