@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

figure,
footer,
header,
main,
section{
  display: block;
}

progress{
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: transparent;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ol, ul,
figure,
hr {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6,
p,
ul,
address,
hr,
figure,
.progress-bar {
  margin-bottom: 0.55rem;
}

html {
  font-size: 14px;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1rem;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.75;
  color: #333;
  background: #fff;
}

html,
body {
  height: 100%;
}

body {
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3, .number,
h4,
h5,
h6 {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

h1 small,
h2 small,
h3 small, .number small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  font-size: .7em;
}

h2,
h3, .number {
  font-size: 1.2rem;
  line-height: 1.45;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

hr {
  height: 2px;
  color: #ccc;
  background: #ccc;
  font-size: 0;
  border: 0;
}

ul{
  margin-left: 3.5rem;
  padding: 0;
}

.social-buttons {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media__figure {
  margin-right: 1rem;
}

.media__body {
  -ms-flex: 1;
      flex: 1;
}

.media--block > .media__figure {
  margin-left: 0;
  margin-right: 0;
  width: 2.8rem;
}

.container {
  max-width: 1276px;
  margin: 0 auto;
}

.content {
  padding-bottom: 1.75rem;
}

@media (min-width: 760px) {
  .content {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .content {
    padding-bottom: 2.7125rem;
  }
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -3.5rem;
  position: relative;
}

[class*="grid__col"] {
  width: 100%;
  padding-right: 3.5rem;
  margin-bottom: 0;
}


@media (min-width: 600px) {
  .grid__col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.5);
  }
  .grid__col-sm-6:last-child{
    margin-right: 0;
  }
}

@media (min-width: 760px) {
  .grid__col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.25);
  }
  .grid__col-md-3:last-child{
    margin-right: 0;
  }
  .grid__col-md-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.33333);
  }
  .grid__col-md-4:last-child{
    margin-right: 0;
  }
  .grid__col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.41667);
  }
  .grid__col-md-5:last-child{
    margin-right: 0;
  }
  .grid__col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.5);
  }
  .grid__col-md-6:last-child{
    margin-right: 0;
  }
  .grid__col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.58333);
  }
  .grid__col-md-7:last-child{
    margin-right: 0;
  }
}

.section__header-bg,
.section__content-bg {
  display: none;
}

.section__header {
  padding: 1.75rem 1.75rem 0rem;
}

.section__content {
  padding: 1.75rem 1.75rem 0rem;
}

@media (min-width: 760px) {
  .section__header {
    padding: 3.15rem 3.5rem 1.4rem;
  }
  .section--header .section__header {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section {
    position: relative;
  }
  .section__container {
    z-index: 2;
    position: relative;
    display: -ms-flexbox;
    display: flex;
  }
  .section__header {
    width: 30%;
    text-align: right;
  }
  .section__content {
    width: 70%;
  }
  .section__header-bg,
  .section__content-bg {
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 1;
  }
  .section__content-bg {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .section__header {
    padding: 4.375rem 5.25rem 1.6625rem;
  }
  .section__content {
    padding: 4.375rem 5.25rem 1.6625rem;
  }
}

.js-main-container {
  display: none;
}

.main-container {
  overflow-x: hidden;
}

.preloader {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  height: 100%;
}

.preloader {
  display: -ms-flexbox;
  display: flex;
}

.preloader__spinner {
  min-width: 70px;
  min-height: 70px;
}

.preloader__spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
}

@keyframes preloader__spinner {
  to {
    transform: rotate(360deg);
  }
}

.preloader__spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 4px solid transparent;
  animation: preloader__spinner .8s ease infinite;
  -webkit-animation: preloader__spinner .8s ease infinite;
}

.progress-bar {
  position: relative;
  height: 5px;
}

.progress-bar__filler {
  height: 100%;
}

.header__top,
.header__brand,
.header__contact-divider {
  margin-bottom: 1.75rem;
}

.header__brand,
.header__avatar,
.header__contact {
  text-align: center;
}

.header__social-buttons {
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 760px) {
  .header__top,
  .header__brand {
    margin-bottom: 1.75rem;
  }
  .header__content {
    padding-top: 1.75rem;
  }
  .header__contact {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .header__header,
  .header__content {
    height: 100vh;
  }
  .header__inner-header,
  .header__inner-content {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .header__avatar,
  .header__top {
    top: -2vh;
    position: relative;
  }
  .header__avatar {
    margin-top: -5.8rem;
    text-align: right;
    position: relative;
  }
  .header__social-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .header__brand {
    text-align: left;
    margin-bottom: 0;
  }
  .header__contact {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

.footer__brand {
  margin-bottom: 1.75rem;
}

@media (min-width: 600px) {
  .footer__bottom {
    position: relative;
  }
  .footer__brand {
    margin-bottom: 0;
  }
}

.brand__title{
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.75;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.brand__second-word {
  display: block;
}

.brand__sizer {
  font-size: 65%;
}

.brand__button{
  margin-top: 20px;
  display: block;
  font-size: small;
  background-color: #e0a80d;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}

@media (min-width: 1024px) {
  .brand__title {
    margin-bottom: .8rem;
  }
}

@media (min-width: 1200px) {
  .brand__title {
    margin-bottom: 1.4rem;
  }
  .brand__sizer {
    font-size: 100%;
  }
  .brand__sizer--sm {
    font-size: 80%;
  }
}

.avatar__img {
  border-radius: 50%;
  width: 11rem;
}

@media (min-width: 760px) {
  .avatar__img {
    width: 14rem;
  }
}

@media (min-width: 1200px) {
  .avatar__img {
    width: 100%;
  }
}

.intro p {
  margin-bottom: 1.1rem;
}

@media (min-width: 600px) {
  .intro p {
    font-size: 1.22rem;
    margin-bottom: 1.375rem;
  }
}

.deco-line {
  height: 5px;
  width: 30%;
  margin-top: 0.55rem;
  margin-bottom: 0.935rem;
  text-align: left;
}

.timeline {
  border-left-width: 2px;
  border-left-style: solid;
  margin-left: calc(1rem - 2px);
  padding-left: 25px;
  position: relative;
}

.timeline__item {
  position: relative;
}

.timeline__point {
  height: 10px;
  width: 10px;
  position: absolute;
  left: -31px;
  top: 3px;
  border-radius: 50%;
}

.timeline__end {
  height: 1px;
  width: 16px;
  position: absolute;
  left: -9px;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
}

.work__timeframe,
.work__heading,
.work__title,
.work__location {
  margin-bottom: .4rem;
}

.work__timeframe,
.work__title,
.work__location {
  font-weight: 500;
}

.work__timeframe,
.work__location {
  opacity: .6;
  font-size: 0.7rem;
}

.work__title {
  font-size: 0.8rem;
}

.social-button {
  display: block;
  text-align: center;
  width: 33px;
  height: 33px;
  font-size: .8rem !important;
  line-height: 2.7 !important;
  border-radius: 2px;
  border: 2px solid;
}

@media (min-width: 1200px) {
  .social-button {
    width: 38px;
    height: 38px;
    font-size: 1rem !important;
    line-height: 2.6 !important;
    border-radius: 3px;
  }
}

.social-buttons {
  display: -ms-flexbox;
  display: flex;
}

.social-buttons li {
  margin-right: 6px;
}

.image-overlay {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-overlay .image-overlay__deco-line {
  height: 3px;
  width: 0;
  margin-top: 0.825rem;
  margin-bottom: 0.825rem;
  text-align: left;
  transition: width .65s ease-out;
}

.a-progress-bar {
  width: 0;
}

.a-progress-bar.in-view {
  transition: width 1.4s ease-in-out .5s;
}

.fa-lg {
  font-size: 1.5em;
  line-height: 0.75em;
  vertical-align: -15%;
}
