/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 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; }

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

@-webkit-keyframes pulse {
  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  70% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-ms-keyframes pulse {
  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  70% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes pulse {
  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  70% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
body {
  font-family: "Lato";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #1A1919;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern=1", "liga=1", "dlig=1", "hlig=1";
  -moz-font-feature-settings: "kern" on, "liga" on, "dlig" on, "hlig" on;
  -webkit-font-feature-settings: "kern","liga","dlig","hlig";
  -ms-font-feature-settings: "kern","liga","dlig","hlig";
  font-feature-settings: "kern","liga","dlig","hlig"; }

.clear {
  clear: both; }

.logo {
  width: 66px;
  height: 90px;
  position: relative;
  cursor: pointer; }
  .logo .rect {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(26, 25, 25, 0.45);
    width: 36px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0; }
    .logo .rect img {
      opacity: 0;
      margin-top: 7px;
      margin-left: 4px;
      transition: opacity 0.4s ease; }
  .logo .circle {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    background: #0DC0CB;
    box-shadow: 0px 1px 3px 0px rgba(26, 25, 25, 0.4);
    position: absolute;
    left: 6px;
    top: 0; }
    .logo .circle img {
      opacity: 0;
      width: 100%;
      transition: opacity 0.4s ease; }
  .logo span {
    transition: color 0.4s ease; }
  .logo .name {
    position: absolute;
    left: 76px;
    top: 16px;
    font-weight: 400;
    font-size: 20px;
    color: #4C4D4D;
    line-height: 24px; }
  .logo .line {
    position: absolute;
    left: 76px;
    top: 38px;
    font-family: "Latin Modern Roman";
    font-style: italic;
    font-size: 20px;
    color: #4C4D4D;
    white-space: nowrap; }
  .logo:hover .rect img {
    opacity: 1; }
  .logo:hover .circle img {
    opacity: 0.5; }
  .logo:hover span {
    color: #1A1919; }

.home header, .home main, .home footer {
  width: 1200px;
  margin: 0 auto; }
.home a {
  text-decoration: none; }
.home input:focus {
  outline: none; }
.home .fab {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: white;
  box-shadow: 0px 4px 8px 1px rgba(26, 25, 25, 0.24); }
  .home .fab::before {
    font-family: icomoon;
    font-size: 24px;
    color: rgba(26, 25, 25, 0.54);
    line-height: 56px;
    width: 56px;
    text-align: center; }
  .home .fab.print::before {
    content: '\e60f'; }
  .home .fab.mobile::before {
    font-size: 30px;
    content: '\e611'; }
.home .button {
  font-weight: 900;
  font-size: 16px;
  color: #0DC0CB;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #0DC0CB;
  border-radius: 21px;
  height: 42px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease; }
  .home .button:hover {
    background-color: #0DC0CB;
    color: white; }
  .home .button.primary {
    background-color: #0DC0CB;
    color: white;
    margin-right: 16px;
    width: 180px; }
    .home .button.primary:hover {
      background-color: white;
      color: #0DC0CB; }
.home .slogen {
  padding-top: 260px; }
  .home .slogen h1 {
    font-family: "Latin Modern Roman";
    font-style: italic;
    font-size: 64px;
    color: #0DC0CB;
    line-height: 90px;
    text-align: center; }
  .home .slogen h2 {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    color: #777776;
    letter-spacing: 1.5px;
    line-height: 40px; }
.home .actions {
  margin-top: 80px;
  text-align: center; }
  .home .actions .button {
    width: 180px;
    line-height: 40px; }
.home header {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  box-sizing: border-box; }
  .home header .logo {
    position: absolute;
    left: 0;
    top: 40px; }
  .home header .menu {
    position: absolute;
    right: 0;
    top: 40px; }
    .home header .menu span, .home header .menu a {
      cursor: pointer;
      font-weight: 400;
      font-size: 16px;
      color: #777776;
      line-height: 24px;
      text-transform: uppercase;
      margin-left: 40px;
      transition: all 0.3s ease; }
      .home header .menu span:hover, .home header .menu a:hover {
        color: #0DC0CB; }
  .home header #newsletter {
    position: relative;
    margin-bottom: 40px; }
.home .demoBlock {
  width: 1144px;
  height: 775px;
  margin: 0 auto 37px auto;
  background: white;
  box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.24); }
  .home .demoBlock iframe {
    width: 100%;
    height: 695px; }
  .home .demoBlock .twitter {
    display: block;
    margin: 30px auto 0 auto;
    width: 84px;
    height: 84px;
    border-radius: 500%;
    background-color: white;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
    position: relative;
    -webkit-transition: .5s;
    transition: .5s; }
    .home .demoBlock .twitter:hover border {
      -webkit-animation: pop .5s;
      -webkit-animation-fill-mode: forwards;
      animation: pop .5s;
      animation-fill-mode: forwards; }
    .home .demoBlock .twitter:hover border, .home .demoBlock .twitter:hover pulse {
      border: 1px solid #0DC0CB; }
    .home .demoBlock .twitter:hover pulse {
      -webkit-animation: pulse .5s;
      -webkit-animation-fill-mode: forwards;
      animation: pulse .5s;
      animation-fill-mode: forwards; }
    .home .demoBlock .twitter:hover::before {
      color: white; }
    .home .demoBlock .twitter border, .home .demoBlock .twitter pulse {
      position: absolute;
      top: 0;
      left: 0;
      width: 84px;
      height: 84px;
      display: block;
      box-sizing: border-box;
      border-radius: 100%; }
    .home .demoBlock .twitter pulse {
      opacity: 0;
      background-color: #0DC0CB;
      -ms-transform: scale(0.1);
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
      -webkit-transition: .5s;
      transition: .5s; }
    .home .demoBlock .twitter::before {
      content: '\e616';
      font-family: 'icomoon';
      display: block;
      position: absolute;
      font-size: 32px;
      color: #0DC0CB;
      text-align: center;
      width: 84px;
      line-height: 84px;
      -webkit-transition: .5s;
      transition: .5s;
      z-index: 9; }
.home section {
  text-align: center;
  margin-bottom: 100px; }
  .home section h1 {
    font-family: "Latin Modern Roman";
    display: inline-block;
    text-align: center;
    font-style: italic;
    font-size: 36px;
    color: #4C4D4D;
    line-height: 48px;
    position: relative; }
    .home section h1::after {
      content: '';
      display: block;
      width: 50%;
      height: 1px;
      margin: 10px auto 0 auto;
      background-color: rgba(26, 25, 25, 0.54); }
  .home section h3 {
    font-weight: 700;
    font-size: 20px;
    color: #4C4D4D;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase; }
  .home section div.input {
    margin-top: 24px; }
    .home section div.input input[type="email"] {
      border: 2px solid #B4B5B4;
      box-sizing: border-box;
      border-radius: 40px;
      height: 42px;
      width: 420px;
      font-weight: 700;
      font-size: 16px;
      color: #4C4D4D;
      letter-spacing: 1px;
      line-height: 40px;
      padding: 0 0 0 24px;
      margin-right: 10px; }
      .home section div.input input[type="email"]:focus {
        border-color: #0DC0CB; }
    .home section div.input div {
      display: inline-block; }
    .home section div.input .button {
      background-color: #0DC0CB;
      border: solid 2px #0DC0CB;
      border: none;
      padding: 0 28px;
      border: solid 2px #0DC0CB;
      line-height: 40px;
      width: auto;
      color: white; }
      .home section div.input .button:hover {
        color: #0DC0CB;
        background-color: white; }
  .home section div.pdfWrapper {
    position: relative; }
    .home section div.pdfWrapper .fab.print {
      position: absolute;
      right: 86px;
      top: 32px; }
    .home section div.pdfWrapper .fab.mobile {
      position: absolute;
      right: 0px;
      top: 32px; }
    .home section div.pdfWrapper iframe {
      margin-top: 60px;
      width: 1124px;
      height: 1423px;
      background: #FFFFFF;
      box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.24); }
  .home section#tryitnow .button {
    margin-top: 24px;
    width: 180px; }
  .home section#features .featureGroup {
    margin-top: 60px;
    margin-left: 100px;
    margin-right: 100px; }
    .home section#features .featureGroup .feat {
      width: 310px;
      height: 250px;
      padding: 0 90px 0 100px;
      margin-bottom: 40px;
      float: left;
      text-align: left; }
      .home section#features .featureGroup .feat h2 {
        font-family: "Latin Modern Roman";
        font-style: italic;
        font-size: 24px;
        color: #0DC0CB;
        line-height: 28px;
        margin-top: 8px; }
      .home section#features .featureGroup .feat p {
        margin-top: 10px;
        font-weight: 300;
        font-style: italic;
        font-size: 18px;
        color: #1A1919;
        line-height: 24px;
        letter-spacing: 0; }
.home footer {
  margin-top: 100px;
  font-weight: 300;
  font-size: 16px;
  color: #4c4d4d;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding-bottom: 30px; }
  .home footer::before {
    content: '';
    display: block;
    margin: 0 auto;
    height: 1px;
    width: 82px;
    background-color: rgba(26, 25, 25, 0.54);
    margin-bottom: 20px; }

.home.temp {
  position: relative; }
  .home.temp header {
    padding-bottom: 100px; }
    .home.temp header .slogen {
      padding-top: 160px; }
    .home.temp header .actions {
      margin-top: 30px; }
      .home.temp header .actions .button {
        border-color: #4C4D4D;
        background-color: white;
        color: #4C4D4D; }
        .home.temp header .actions .button:hover {
          background-color: #4C4D4D;
          color: white; }
      .home.temp header .actions .button.primary {
        background-color: #4C4D4D;
        color: white; }
        .home.temp header .actions .button.primary:hover {
          background-color: white;
          color: #4C4D4D; }
    .home.temp header section {
      margin-top: 100px;
      margin-bottom: 40px; }
      .home.temp header section h3 {
        color: #4C4D4D; }
      .home.temp header section div.input {
        margin-top: 10px; }
        .home.temp header section div.input input[type="email"] {
          border-color: #4C4D4D; }
        .home.temp header section div.input .button {
          background-color: #0DC0CB;
          border: solid 2px #0DC0CB;
          line-height: 40px;
          color: white; }
          .home.temp header section div.input .button:hover {
            color: #0DC0CB;
            background-color: white; }
  .home.temp footer {
    width: 100%;
    margin: 0;
    padding-bottom: 10px; }

.editMode [contenteditable]:focus,
.editMode input:focus {
  outline: none;
  background-color: rgba(248, 89, 49, 0.04); }
.editMode [contenteditable] {
  min-width: 20px;
  transition: background-color 0.3s ease; }
  .editMode [contenteditable]:empty {
    background-color: rgba(248, 89, 49, 0.04); }
  .editMode [contenteditable]:hover {
    background-color: rgba(248, 89, 49, 0.04);
    transition: none; }
.editMode input:hover {
  background-color: rgba(248, 89, 49, 0.04);
  transition: none; }

.right-column div.delete,
.contact div.delete {
  left: auto;
  right: -40px; }

div.delete {
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 40px;
  font-family: icomoon;
  font-size: 36px;
  cursor: pointer;
  color: #F85931;
  opacity: 0.3;
  transition: all 0.4s ease; }
  div.delete:hover {
    opacity: 1; }
  div.delete::before {
    content: '\e60d';
    display: block; }
  .contact div.delete::before {
    line-height: 37px; }
  .right-column div.delete {
    left: auto;
    right: -50px; }

.add {
  overflow: hidden;
  margin-bottom: 0 !important; }
  .add *, .add::before {
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  .add:hover *, .add:hover::before {
    -webkit-filter: blur(1px);
    filter: blur(1px); }
  .add:hover::after {
    color: #f85931;
    background-color: rgba(255, 255, 255, 0.7); }
  .add::after {
    content: '\e60c';
    font-family: icomoon;
    position: absolute;
    display: block;
    cursor: pointer;
    font-size: 36px;
    line-height: 86px;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgba(248, 89, 49, 0.3);
    background-color: rgba(255, 255, 255, 0.85);
    transition: all 0.4s ease; }
  .skills .add {
    padding: 2px 0; }
  .contact .add::after {
    line-height: 37px; }
  .skills .add::after, .awards .add::after {
    line-height: 28px; }

input.ui {
  position: absolute;
  height: 24px;
  width: 20px;
  right: 0;
  top: 0;
  border: none;
  border-bottom: solid 1px rgba(248, 89, 49, 0.3);
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  transition: all 0.2s ease; }
  input.ui:focus {
    border-bottom: solid 1px #f85931; }

.roundButton {
  width: 41px;
  height: 41px;
  box-sizing: border-box;
  border: solid 1px #F85931;
  border-radius: 21px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease; }
  .roundButton:hover {
    opacity: 1; }
  .roundButton::before {
    font-family: icomoon;
    font-size: 19px;
    color: #F85931;
    line-height: 39px;
    width: 41px;
    text-align: center; }
  .roundButton.on, .roundButton:active {
    opacity: 1;
    background-color: #F85931; }
    .roundButton.on::before, .roundButton:active::before {
      color: white; }
  .roundButton.preview::before {
    content: '\e615'; }
  .roundButton.print::before {
    content: '\e60f'; }
  .roundButton.export::before {
    line-height: 42px;
    content: '\e613'; }

.resume .infoBanner {
  position: fixed;
  width: 100%;
  height: 61px;
  top: 0;
  left: 0;
  text-align: center;
  border-bottom: dotted 1px rgba(180, 181, 180, 0.4);
  background-color: white;
  z-index: 9999; }
  .resume .infoBanner .logoWrapper {
    position: absolute;
    left: 20px;
    top: 7px; }
    .resume .infoBanner .logoWrapper:hover .logo .rect img {
      opacity: 1; }
    .resume .infoBanner .logoWrapper:hover .logo .circle img {
      opacity: 0.5; }
    .resume .infoBanner .logoWrapper:hover span {
      color: #1A1919; }
    .resume .infoBanner .logoWrapper .logo {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
      display: inline-block; }
    .resume .infoBanner .logoWrapper span {
      color: #4C4D4D;
      font-weight: 700;
      position: absolute;
      font-size: 18px;
      top: 8px;
      left: 43px;
      cursor: pointer;
      transition: all 0.3s ease; }
  .resume .infoBanner .logoDescription {
    font-weight: 300;
    font-size: 18px;
    color: #4C4D4D;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 189px; }
    .resume .infoBanner .logoDescription a {
      color: #F85931;
      display: inline-block;
      padding: 0 12px;
      border: solid 1px rgba(248, 89, 49, 0.3);
      border-radius: 15px;
      transition: all 0.3s ease; }
      .resume .infoBanner .logoDescription a:hover {
        color: #F85931;
        border-color: #F85931; }
  .resume .infoBanner .buttonGroup {
    float: right;
    margin-right: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .resume .infoBanner .buttonGroup .roundButton {
      margin-top: 10px;
      margin-left: 8px; }
    .resume .infoBanner .buttonGroup span.save {
      cursor: pointer; }

.resume .infoBanner + header {
  margin-top: 91px; }

.previewMode .ui {
  display: none; }
.previewMode .infoBanner.ui {
  display: block; }
  .previewMode .infoBanner.ui .logoWrapper,
  .previewMode .infoBanner.ui .logoDescription {
    display: none; }
  .previewMode .infoBanner.ui .buttonGroup {
    display: block; }
    .previewMode .infoBanner.ui .buttonGroup * {
      visibility: hidden; }
    .previewMode .infoBanner.ui .buttonGroup .roundButton {
      transition: none; }
    .previewMode .infoBanner.ui .buttonGroup .preview {
      visibility: visible; }

@media screen and (max-width: 768px) {
  .resume .infoBanner .logoDescription {
    display: none; } }
.resume.defaultTheme a {
  text-decoration: none;
  color: #1A1919;
  transition: all 0.35s ease; }
  .resume.defaultTheme a:hover {
    color: #0DC0CB; }
  .resume.defaultTheme a[contenteditable]:hover {
    color: #1A1919; }
.resume.defaultTheme.editMode header {
  margin-top: 91px; }
.resume.defaultTheme header {
  position: relative;
  width: 1024px;
  margin: 30px auto 0 auto;
  padding-bottom: 32px; }
  .resume.defaultTheme header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: url(../i/pattern.svg) repeat;
    bottom: 0px; }
.resume.defaultTheme .name {
  font-family: "Roboto Condensed";
  font-size: 96px;
  color: #4C4D4D;
  letter-spacing: 0.5px;
  line-height: 100px;
  width: 666px;
  text-transform: uppercase;
  text-align: center; }
  .resume.defaultTheme .name span {
    display: inline-block; }
  .resume.defaultTheme .name .first-name {
    font-weight: 400; }
  .resume.defaultTheme .name .last-name {
    font-weight: 300; }
.resume.defaultTheme .career {
  font-family: "Lato";
  font-weight: 300;
  font-size: 30px;
  color: #1A1919;
  line-height: 36px;
  width: 666px;
  text-align: center;
  margin-top: 7px; }
.resume.defaultTheme ul.contact {
  font-family: "Lato";
  font-weight: 300;
  font-size: 18px;
  color: #1A1919;
  width: 260px;
  position: absolute;
  right: 0;
  bottom: 29px; }
  .resume.defaultTheme ul.contact li {
    position: relative;
    padding: 6px 0;
    line-height: 24px;
    padding-left: 24px; }
    .resume.defaultTheme ul.contact li a {
      display: block; }
    .resume.defaultTheme ul.contact li::before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      font-family: 'icomoon';
      font-size: 17px;
      color: #4C4D4D;
      padding-right: 8px;
      width: 16px;
      line-height: 36px;
      text-align: center;
      display: inline-block; }
  .resume.defaultTheme ul.contact li.link::before {
    content: "\e600";
    font-size: 15px; }
  .resume.defaultTheme ul.contact li.mail::before {
    content: "\e602";
    top: 2px; }
  .resume.defaultTheme ul.contact li.phone::before {
    content: "\e601"; }
  .resume.defaultTheme ul.contact li.github::before {
    content: "\e60a";
    font-size: 14px;
    top: 2px; }
.resume.defaultTheme main {
  width: 1024px;
  margin: 0 auto; }
  .resume.defaultTheme main .left-column {
    width: 666px;
    margin-bottom: 30px;
    float: left; }
  .resume.defaultTheme main .right-column {
    width: 328px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left; }
.resume.defaultTheme section {
  margin-top: 30px; }
  .resume.defaultTheme section h2 {
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-size: 28px;
    color: #4C4D4D;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    line-height: 36px;
    border-bottom: solid 2px #4C4D4D; }
    .resume.defaultTheme section h2 span {
      display: block; }
  .resume.defaultTheme section ul.timeline {
    font-family: "Lato";
    position: relative; }
    .resume.defaultTheme section ul.timeline::before {
      content: '';
      position: absolute;
      left: 146px;
      top: 0;
      bottom: 0px;
      width: 1px;
      border-left: solid 1px #4C4D4D; }
    .resume.defaultTheme section ul.timeline li.entry {
      font-size: 18px;
      line-height: 28px;
      padding-left: 179px;
      margin-top: 20px;
      position: relative; }
      .resume.defaultTheme section ul.timeline li.entry::before {
        content: '';
        display: block;
        position: absolute;
        left: 142px;
        top: 12px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #4C4D4D;
        outline: 4px solid white;
        background: #FFFFFF; }
      .resume.defaultTheme section ul.timeline li.entry .time {
        position: absolute;
        left: 0;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        width: 140px;
        color: #1A1919; }
        .resume.defaultTheme section ul.timeline li.entry .time span {
          display: inline-block; }
      .resume.defaultTheme section ul.timeline li.entry h3 {
        font-weight: 700;
        font-size: 24px;
        color: #4C4D4D;
        line-height: 32px; }
      .resume.defaultTheme section ul.timeline li.entry h4 {
        font-weight: 700;
        color: #0DC0CB; }
      .resume.defaultTheme section ul.timeline li.entry p {
        font-weight: 300;
        color: #1A1919; }
  .resume.defaultTheme section blockquote {
    padding-top: 20px;
    padding-left: 50px;
    position: relative; }
    .resume.defaultTheme section blockquote::before {
      text-indent: 0;
      font-family: 'icomoon';
      content: "\e606";
      display: block;
      position: absolute;
      left: 0;
      top: 13px;
      font-weight: 400;
      color: #0DC0CB;
      font-size: 38px;
      line-height: 28px; }
    .resume.defaultTheme section blockquote a {
      text-shadow: 3px 0 white, 2px 0 white, 1px 0 white, -1px 0 white, -2px 0 white,  -3px 0 white;
      background-image: linear-gradient(to bottom, rgba(76, 77, 77, 0) 75%, rgba(76, 77, 77, 0.7) 75%);
      background-repeat: repeat-x;
      background-size: 2px 2px;
      background-position: 0 18px; }
    .resume.defaultTheme section blockquote a:hover {
      background-image: linear-gradient(to bottom, rgba(13, 192, 203, 0) 75%, rgba(13, 192, 203, 0.7) 75%); }
  .resume.defaultTheme section ul.awards {
    margin-top: 20px; }
    .resume.defaultTheme section ul.awards li.award {
      padding-left: 24px;
      line-height: 28px;
      margin-bottom: 12px;
      position: relative; }
      .resume.defaultTheme section ul.awards li.award::before {
        position: absolute;
        left: 0;
        font-family: 'icomoon';
        content: "\e604";
        font-size: 18px;
        color: #4C4D4D;
        padding-right: 8px;
        top: 1px; }
      .resume.defaultTheme section ul.awards li.award span {
        display: block; }
    .resume.defaultTheme section ul.awards.scholarship li.award::before {
      content: "\e609";
      left: 4px; }
  .resume.defaultTheme section ul.skills {
    margin-top: 20px; }
    .resume.defaultTheme section ul.skills li {
      line-height: 24px;
      margin-bottom: 6px;
      position: relative; }
      .resume.defaultTheme section ul.skills li span {
        display: inline-block;
        text-align: right;
        width: 124px;
        margin-right: 30px; }

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px; }

  .resume.defaultTheme header {
    width: auto;
    margin: 20px 20px 0 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #4C4D4D; }
    .resume.defaultTheme header::after {
      content: none; }
  .resume.defaultTheme .name[style] {
    font-size: 36px !important;
    letter-spacing: 0.27px;
    line-height: 42px;
    width: 100%;
    text-align: left; }
    .resume.defaultTheme .name[style] .first-name {
      display: block; }
    .resume.defaultTheme .name[style] .last-name {
      display: block; }
  .resume.defaultTheme .career {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 4px;
    margin-top: 5px; }
  .resume.defaultTheme ul.contact {
    font-size: 16px;
    color: #1A1919;
    width: 100%;
    position: relative;
    bottom: initial; }
    .resume.defaultTheme ul.contact li {
      margin-top: 6px;
      line-height: 18px; }
  .resume.defaultTheme main {
    width: 100%; }
    .resume.defaultTheme main .left-column {
      width: 100%;
      margin-bottom: 0;
      float: none; }
    .resume.defaultTheme main .right-column {
      width: 100%;
      margin-left: 0;
      margin-bottom: 0;
      float: none; }
  .resume.defaultTheme section {
    margin-top: 20px; }
    .resume.defaultTheme section h2 {
      font-size: 24px;
      letter-spacing: 0.5px;
      line-height: 36px;
      border-bottom: none;
      position: relative; }
      .resume.defaultTheme section h2 span {
        background: white;
        padding: 0 8px;
        margin-left: 12px; }
      .resume.defaultTheme section h2::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        display: block;
        background: url(../i/pattern.svg) repeat;
        height: 17px;
        z-index: -1; }
    .resume.defaultTheme section ul.timeline {
      margin-right: 20px; }
      .resume.defaultTheme section ul.timeline::before {
        left: 24px;
        border-left: solid 1px #4C4D4D; }
      .resume.defaultTheme section ul.timeline li.entry {
        font-size: 16px;
        line-height: 24px;
        padding-left: 40px; }
        .resume.defaultTheme section ul.timeline li.entry::before {
          left: 20px;
          top: 28px; }
        .resume.defaultTheme section ul.timeline li.entry .time {
          position: relative;
          font-size: 18px;
          line-height: 24px;
          width: auto; }
        .resume.defaultTheme section ul.timeline li.entry h3 {
          font-size: 16px;
          line-height: 24px; }
        .resume.defaultTheme section ul.timeline li.entry h4 {
          font-weight: 400; }
    .resume.defaultTheme section blockquote {
      margin: 0 20px;
      text-indent: 42px; }
      .resume.defaultTheme section blockquote::before {
        font-size: 32px;
        top: 12px; }
    .resume.defaultTheme section ul.awards {
      margin-top: 14px;
      margin-left: 18px;
      margin-right: 20px; }
      .resume.defaultTheme section ul.awards li.award {
        padding-left: 24px;
        line-height: 24px;
        margin-bottom: 12px;
        position: relative; }
    .resume.defaultTheme section ul.skills {
      margin-top: 17px;
      margin-left: 20px;
      margin-right: 20px; }
      .resume.defaultTheme section ul.skills li span {
        width: 110px;
        margin-right: 20px; } }
@media print {
  body .ui {
    display: none !important; }
  body .resume.defaultTheme header {
    margin: 0 auto 0 auto;
    padding-bottom: 0px;
    padding-bottom: 10px;
    margin-top: 30px !important; }
    body .resume.defaultTheme header::after {
      content: none; }
  body .resume.defaultTheme ul.contact {
    bottom: 11px; } }

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