/* ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie8 * {
  behavior: url("js/boxsizing.htc");
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

/* ---------- =typography ---------- */

body {
  font: 14px/20px sans-serif;
  color: #444;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
p:last-child, ol:last-child, ul:last-child {
  margin-bottom: 0;
}
ol, ul {
  margin-left: 2em;
}
ul {
  list-style-type: disc;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  color: #222;
}
h5 {
  font-size: 16px;
}
h4 {
  font-size: 18px;
}
h3 {
  font-size: 21px;
  line-height: 30px;
}
h2 {
  font-size: 25px;
  line-height: 30px;
}
h1 {
  font-size: 30px;
  line-height: 40px;
}


/* ---------- =common ---------- */

body {
  background-color: #fafafa;
}

a {
  text-decoration: none;
  color: #649EE3;
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
}
.img-left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-right {
  float: right;
  margin: 0 0 10px 20px;
}

.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}


/* ---------- =grid ---------- */

.grid {
  display: block;
  padding: 0;
  margin-right: -20px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: left;
}

[class^="grid__unit--"] {
  display: inline-block;
  width: 100%;
  padding: 0 20px 70px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}

.grid__unit--1-2 {
  width: 50%;
}

.grid__unit--1-3 {
  width: 33.33%;
}

.grid__unit--2-3 {
  width: 66.66%;
}

.grid__unit--1-4 {
  width: 25%;
}

.grid__unit--3-4 {
  width: 75%;
}

@media (min-width: 470px) {
  .grid__unit--1-2-s {
    width: 50%;
  }

  .grid__unit--1-3-s {
    width: 33.33%;
  }

  .grid__unit--2-3-s {
    width: 66.66%;
  }

  .grid__unit--1-4-s {
    width: 25%;
  }

  .grid__unit--3-4-s {
    width: 75%;
  }

}
@media (min-width: 720px) {
  .grid__unit--1-2-m {
    width: 50%;
  }

  .grid__unit--1-3-m {
    width: 33.33%;
  }

  .grid__unit--2-3-m {
    width: 66.66%;
  }

  .grid__unit--1-4-m {
    width: 25%;
  }

  .grid__unit--3-4-m {
    width: 75%;
  }

}
@media (min-width: 960px) {
  .grid__unit--1-2-l {
    width: 50%;
  }

  .grid__unit--1-3-l {
    width: 33.33%;
  }

  .grid__unit--2-3-l {
    width: 66.66%;
  }

  .grid__unit--1-4-l {
    width: 25%;
  }

  .grid__unit--3-4-l {
    width: 75%;
  }

 }


/* ---------- =components ---------- */


/* ---------- =header ---------- */

header:after {
  content: '';
  display: table;
  clear: both;
}

.group {
  background-color: #ccc;
}

.group h1 {
  background-color: #ccc;
}

.group h2 {
  background-color: #144885;
}

.header-logo {
  height: 100px;
  float: left;
  padding: 0.9em 1em;
  margin: 0;
}

.header-nav {
  height: 100px;
  float: right;
  padding: 1.3em 1em;
  margin: 0;  
}

.header-nav a, .header-logo a {
  font-family: 'Montserrat' , sans-serif;
  display: inline-block;
}

.header-logo a {
  font-size: 40px;
  color: #144885;
  transition: 0.2s;
}

.header-nav a {
  color: white;
  font-size: 25px;
  transition: 0.2s;
}

.header-nav a + a {
  margin-left: 1em;
}

.header-logo a:hover, .header-nav a:hover {
  color: #488514;
}

.header-image {
  height: 200px;
  position: relative;
  overflow: hidden;
  max-height: 30vw;
}

.header-image img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-35%);
}

/*---------- =navigation ------------*/

.nav {
  float: left;
  width: 160px;
  padding-top: 20px;
  padding-left: 20px; 
}

.nav a {
  font-family: 'Raleway' , sans-serif; 
  display: block;
  background-color: #ccc;
  color: #4289AB;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 20px;
  transition: 0.2s;
  position: relative;
}

.nav a:after {
  content: ' ';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #144885;
  transition: all 0.12s ease-out;
}

.nav a:hover {
  color: #488514;
}

.nav a:hover:after {
  width: 100%;
  left: 0;
}


/* ---------- =footer ---------- */

.page-footer {
  clear: both;
  padding: 20px;
  background-color: #144885;
  text-align: center;
}

.page-footer a {
  margin: 20px;
  max-height: 100px;
  max-width: 50%;
  display: inline-block;
}

.page-footer a + a {
  margin-left: 15%;
}

.page-footer img {
  height: 80px;
}

footer p {
  color: white;
  font-weight: lighter;
  font-size: 12px;
}

/* ---------- =body ---------- */

.content h2 {
  font-size: 34px;
  font-weight: bold; 
}

.content a {
  color: #144885;
  transition: 0.2s;
}

.content a:hover {
  color: #488514;
}

.content {
  margin-left: 170px;
  padding: 20px;
  font-family: 'Raleway' , sans-serif;
}

.email, .lab-email {
  background-color: #ccc;
  padding: 10px;
  font-weight: bold;
}

.pub-list a {
  background-color: #ccc;
  padding: 10px;
  font-weight: bold;
}


img {
  vertical-align: left;
  max-height: 
}

/*.grid a:after, .lab-email:after {
  content: ' ';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 100%;
  transition: all 0.12s ease-out;
}

.grid a:after:hover, .lab-email.after:hover {
  width: 100%;
  left: 0;
}

.email,  .lab-email {
  width: 10em;
  height: 2em;
  padding: 5px;
  margin: 10px;
  display: block;
  font-weight: bold;
  background-color: #ccc;
}

.lab-email {
  width: 16em;
}

.link a:after {
  content: ' ';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #144885;
  transition: all 0.12s ease-out;
}

.link a:hover:after {
  width: 100%;
  left: 0;
}
*/