/*==============
FONTS
==============*/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on September 15, 2016 */
@font-face {
  font-family: 'sf_ui_textregular';
  src: url("../fonts/sf-ui-text-regular-webfont.woff2") format("woff2"), url("../fonts/sf-ui-text-regular-webfont.woff") format("woff"), url("../fonts/sf-ui-text-regular-webfont.ttf") format("truetype"), url("../fonts/sf-ui-text-regular-webfont.otf") format("otf"), url("../fonts/sf-ui-text-regular-webfont.svg#sf_ui_textregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on September 15, 2016 */
@font-face {
  font-family: 'sf_ui_textmedium';
  src: url("../fonts/sf-ui-text-medium-webfont.woff2") format("woff2"), url("../fonts/sf-ui-text-medium-webfont.woff") format("woff"), url("../fonts/sf-ui-text-medium-webfont.ttf") format("truetype"), url("../fonts/sf-ui-text-medium-webfont.otf") format("otf"), url("../fonts/sf-ui-text-medium-webfont.svg#sf_ui_textmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on September 15, 2016 */
@font-face {
  font-family: 'sf_ui_textlight';
  src: url("../fonts/sf-ui-text-light-webfont.woff2") format("woff2"), url("../fonts/sf-ui-text-light-webfont.woff") format("woff"), url("../fonts/sf-ui-text-light-webfont.ttf") format("truetype"), url("../fonts/sf-ui-text-light-webfont.otf") format("otf"), url("../fonts/sf-ui-text-light-webfont.svg#sf_ui_textlight") format("svg");
  font-weight: normal;
  font-style: normal; }
/*================================================================
  SCSS PLACEHOLDERS
================================================================*/
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body::before, .clearfix::before, body::after, .clearfix::after {
  content: " ";
  display: table; }
body:after, .clearfix:after {
  clear: both; }

.img-wrapper img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.img-wrapper img {
  max-width: 100%;
  max-height: 100%; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

*,
*:before,
*:after {
  box-sizing: border-box; }

*:focus {
  outline: 0; }

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section, button, input, textarea, select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit; }

fieldset {
  min-width: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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; }

svg:not(:root) {
  overflow: hidden; }

img {
  border: 0;
  vertical-align: middle; }

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; }

label {
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

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;
  padding: 0; }

input {
  line-height: normal; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

[role="button"] {
  cursor: pointer; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled, fieldset[disabled]
  input[type="checkbox"] {
    cursor: default; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

blockquote, q {
  quotes: "" ""; }

/*================================
	* CSS base Elements
=================================*/
html {
  height: 100%;
  overflow-x: hidden; }

body {
  font-family: "sf_ui_textregular";
  color: black;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fff;
  line-height: 1.42857;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

::-moz-selection {
  /* Code for Firefox */ }

/* LINKS */
a {
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease; }
  .no-touch a:hover {
    outline: 0; }
  .no-touch a:active, a:active {
    outline: 0; }
  a:focus {
    outline: 0; }
  a.textLink {
    color: #014c8d;
    position: relative; }
	a.textLink-large{font-size: 27px;}
    a.textLink::after {
      -webkit-transition: width 300ms;
      transition: width 300ms;
      content: '';
      position: absolute;
      left: 0;
      display: block;
      bottom: -2px;
      width: 0;
      height: 1px;
      background-color: #014c8d; }
    .no-touch a.textLink:hover::after {
      width: 100%; }
  a.button.disabled, fieldset[disabled] a.button {
    pointer-events: none; }
  a.active {
    cursor: default;
    pointer-events: none;
    opacity: .5; }

ul {
  list-style: none; }

p .textLink::after {
  height: 1px;
  bottom: -2px; }
p + p {
  margin-top: 25px; }

h1.container {
  font-family: "sf_ui_textmedium";
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0; }

small {
  font-size: 12px;
  font-size: 1.2rem; }

em {
  font-style: italic; }
  
h2.midSizeTopBottomText{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 33px;
}

.button {
  -webkit-transition: color 300ms ease, background-color 200ms ease, opacity 300ms ease;
  transition: color 300ms ease, background-color 200ms ease, opacity 300ms ease;
  background-color: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  min-width: 200px;
  touch-action: manipulation;
  cursor: pointer;
  padding: 14px 25px;
  border-radius: 3px;
  letter-spacing: 1.5px; }
  .button.disabled {
    opacity: .5;
    pointer-events: none;
    cursor: default; }

.show-mobile {
  display: none; }

.img-wrapper {
  overflow: hidden; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.container {
  max-width: 900px;
  margin: 0 auto; }

nav {
  z-index: 9;
  padding: 30px 0 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px;
  background-color: #1d356f; }

.mainNav-item {
  padding: 10px 30px; }

.mainNav-link {
  position: relative;
  color: #f2f2f2; }
  .mainNav-link::after {
    -webkit-transition: width 300ms;
    transition: width 300ms;
    content: '';
    position: absolute;
    display: block;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #f2f2f2; }
  .no-touch .mainNav-link:hover::after {
    width: 100%; }

.mainContent {
  width: calc(100% - 150px);
  position: relative;
  float: right;
  padding: 34px 30px 0; }
  .mainContent__noTop {
    padding-top: 0; }

.nkar {
  float: left;
  display: block;
  max-width: 500px;
  height: auto; }

.avatar {
  float: left;
  display: block;
  max-width: 300px;
  height: auto; }

.info {
  margin-left: 330px; }

.infoList {
  font-size: 20px;
  font-size: 2rem;
  margin-top: -7px; }
  .infoList li + li {
    margin-top: 20px; }

.discription {
  margin-top: 40px; }
  .discription p {
    text-align: justify; }

.themeImage {
  max-width: 500px;
  height: auto;
  display: block;
  margin: 15px auto 0; }
  .themeImage__bottom {
    margin: 45px 15px 0 0;
    max-width: 600px;
    float: left; }
    .themeImage__bottom img {
      width: 100%;
      height: auto; }
    .themeImage__bottom + p {
      margin-top: 60px; }

.smallNote {
  font-size: 11px;
  font-size: 1.1rem; }

.workList {
  counter-reset: li;
  list-style: none;
  padding-left: 25px;
  max-width: 900px;
  margin: 30px auto 0; }

.workActions li {
  float: left; }
.workActions li + li {
  margin-left: 15px; }

.overview {
  -webkit-transition: color 300ms;
  transition: color 300ms; }
  .overview.open {
    color: #d9251c; }
    .overview.open::after {
      background-color: #d9251c; }

.work {
  list-style-type: decimal;
  position: relative;
  content: counter(li);
  counter-increment: li;
  padding: 6px 0;
  border-bottom: 1px solid #bbb; }

.workIntro {
  background-color: lightgrey;
  -webkit-transition: margin-top 300ms;
  transition: margin-top 300ms;
  padding: 10px 15px;
  text-align: justify;
  display: none;
  margin-top: 10px; }

.journalName {
  color: #d9251c; }

footer {
  clear: both;
  padding: 15px 0;
  text-align: center; }

.teaching ul {
  margin-top: 25px; }
  .teaching ul + p {
    margin-top: 25px; }
.teaching li + li {
  margin-top: 10px; }
.teaching .leftSpace {
  padding-left: 25px; }
.teaching h4 {
  margin: 25px 0;
  font-size: 20px;
  font-size: 2rem; }
.teaching .colored {
  color: #d9251c; }

@media (max-width: 991px) {
  .mainContent {
    padding: 34px 15px 0; }
    .mainContent__noTop {
      padding-top: 0; }

  .info {
    margin-left: 310px; }

  .infoList {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: -4px; }

  .themeImage__bottom {
    float: none; }
    .themeImage__bottom + p {
      margin-top: 15px; } }
.mainNav-toggle {
  display: none; }

@media (max-width: 767px) {
  .smallscreenMT{margin-top: 10px;}
  .mainNav-toggle {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 10;
    padding: 10px;
    background: #1d356f;
    border: none;
    display: block; }
    .mainNav-toggle.active .one {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mainNav-toggle.active .two {
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0); }
    .mainNav-toggle.active .three {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

  .icon-bar {
    -webkit-transition: width 500ms, transform 500ms, opacity 500ms;
    transition: width 500ms, transform 500ms, opacity 500ms;
    width: 21px;
    height: 3px;
    display: block;
    border-radius: 2px;
    background-color: #fff; }
    .icon-bar + .icon-bar {
      margin-top: 4px; }

  .one {
    -ms-transform-origin: left top;
    /* IE 9 */
    -webkit-transform-origin: left top;
    /* Chrome, Safari, Opera */
    transform-origin: left top; }

  .two {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

  .three {
    -ms-transform-origin: left bottom;
    /* IE 9 */
    -webkit-transform-origin: left bottom;
    /* Chrome, Safari, Opera */
    transform-origin: left bottom; }

  .mainContent {
    width: 100%;
    padding-top: 16px; }
    .mainContent__noTop {
      padding-top: 0; }

  nav {
    width: 100%;
    left: -100%;
    text-align: center;
    padding-top: 60px;
    -webkit-transition: left 300ms;
    transition: left 300ms; }
    nav.open {
      left: 0; }

  .nkar {
    margin: 0 auto; }

  .nkar, .themeImage {
    float: none;
    width: 100%; }

  .info {
    margin: 20px 0 0; }

  .workList {
    margin-top: 15px; }

  .about, h1 {
    text-align: center; }

  .mainNav-link::after {
    display: none; } }

/*# sourceMappingURL=style.css.map */
