/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
  /* END RESET */
body {
  margin: 0;
  background: #FAFAFA;
  padding: 80px 120px 120px 120px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35;
  color: #282E45;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  animation-delay: 3s;
  -webkit-animation: fadein 1.5s .5s forwards;
  animation: fadein 1.5s .5s forwards;
  opacity:0;
}
@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
img {
  width: 225px;
  border-radius: 50%;
  margin-right: 50px;
  display: block;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
a, a:visited {
  color: #418AFF;
  position: relative;
  top: 0px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
a:hover {
  color: #1A66E0;
  position: relative;
  top: -4px;
}
h1 {
  font-size: 86px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  left: -6px;
  letter-spacing: -1px;
}
.title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 60px;
}
.actions, .quote {
  color: #A6AAB9
}
.actions {
  margin-bottom: 0px;
  line-height: 1.75;
}
.actions li:after {
  content: " | ";
}
.actions li:last-child:after {
  content: ""
}
.actions {
  padding: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.actions li {
  display: inline-block;
}
.quote {
  font-style: italic;
  font-size: 29px;
}
.content {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding-left: 112px;
}
@media only screen and (max-width: 1200px) {
  .content {
    padding-left: 0px;
  }
}
.intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  padding: 0;
  margin: 0;
}
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-flex-grow: 0;
  flex-grow: 0;

  -webkit-flex-shrink: 0;
  flex-shrink: 0;

  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;

  -webkit-box-flex: 0;
  -moz-box-flex: 0;
}
.flex-column-auto {
  -webkit-flex-grow: 1;
  flex-grow: 1;

  -webkit-flex-basis: 470px;
  -ms-flex-preferred-size: 470px;
  flex-basis: 470px;

  width: auto;
  max-width: 700px;
}
@media only screen and (max-width: 900px) {
  .actions {
    max-width: 400px;
  }
  .actions li:nth-child(2):after {
    content: ""
  }
}
@media only screen and (max-width: 700px) {
  body {
    padding: 60px;
  }
  .flex-column-auto {
    -webkit-flexw -basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 220px;
  }
  .flex-column {
    width: 100%;
  }
  img {
    width: 150px;
    margin-right: 0px;
  }
  .quote {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 460px) {
  body {
    padding: 40px;
  }
  h1 {
    font-size:70px;
  }
  .quote {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  img {
    width: 100px;
  }
  h1 {
    font-size:50px;
  }
  .quote {
    font-size: 16px;
  }
  .title {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .actions li {
    display: block;
  }
  .actions li:after {
    content: ""
  }
}