/* =================================================================== 
 * orange: #f54b4b 
 * light orange: #ff5f5f
 * dark gray: #292929
 * middle gray2: #757575
 * middle gray1: #afafaf
 * light gray: #e1e1e1
 * yellow: #f54b4b
 *
 * =================================================================== */

@import url("font-awesome/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

@media screen and (max-width:1000px) {
    .block-1000-full>.column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:900px) {
    .block-900-full>.column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.position__header span {
  color: #afafaf;
  width: 100%;
}

.position {
  margin-top: 7.5rem;
}

.services__content .column:nth-child(4) {
  margin-top: -57.5rem;
}

@media screen and (max-width:1040px) {
  .position {
    margin-top: .75rem;
  }

  .services__content .column:nth-child(4) {
    margin-top: 0;
  }
}

.position__header a {
  color: #f54b4b;
}

.position__header a:hover,
.position__header a:focus {
  color: #ff5f5f;
}

#cvbutton {
    width: 275px;
    border: 0.25rem solid;
    z-index: 1;
    background-color: #292929;
}

#cvbutton.cvenabled,
#cvbutton:hover,
#cvbutton:focus {
    background-color: #f54b4b;
    border-color: #f54b4b;
}

#cvbutton.cvenabled:hover {
    background-color: #ff5f5f;
    border-color: #ff5f5f;
}

.input.error {
  display: block;
  top: -3rem;
  margin-bottom: -2.2rem;
  color: #f54b4b;
  position: relative;
  font-size: 1.25rem;
}

#charCounter {
  display: block;
  top: -3rem;
  margin-bottom: -2.2rem;
  color: #afafaf;
  position: relative;
  font-size: 1.25rem;
  text-align: right;
}

#cvform {
    margin: 0;
}

#cvinput {
    height: 45px;
    width: 275px;
    right: 7.5rem;
    position: absolute;
    margin-bottom: 0;
    /* margin-top: 7.75rem; */
    /* margin-top: -4.75rem; */
    margin-top: -8rem;
}

#cvinput input {
    height: 100%;
    width: 100%;
    color: #757575;
    padding-left: 12.5px;
    font-weight: bolder;
    /* position: absolute; */
    text-transform: uppercase;
    background-color: #ffffff;
    border: none;
}

#cvinput input::placeholder {
    opacity: .75;
    color: #afafaf;
}

#cvinput.error input::placeholder {
    color: #f54b4b;
}

#cvinput button {
    display: flex;
    width: 25px;
    height: 25px;
    right: 1.25rem;
    font-size: 25px;
    top: 1rem;
    padding: 0;
    margin-bottom: 0;
    border: none;
    color: #f54b4b;
    position: absolute;
    text-transform: uppercase;
    transform: unset;
}

#cvinput button[disabled] {
    cursor: default;
    color: #e1e1e1;
    background-color: transparent;
}

#cvinput button:not([disabled]):focus,
#cvinput button:not([disabled]):hover {
    background-color: transparent;
}

#cvinput a {
  right: .5rem;
  font-size: 10px;
  top: 5rem;
  position: absolute;
  color: #afafaf;
  text-decoration: underline;
}

#cvinput a:hover,
#cvinput a:focus {
  color: #e1e1e1;
}

@media screen and (min-width:900px) {
    #cvinput button:not([disabled]):focus,
    #cvinput button:not([disabled]):hover {
        color: #ff5f5f;
    }
}

#cvinput button[disabled]:hover {
    cursor: default;
    background-color: transparent;
}

#cvinput.cvclosed {
    opacity: 0;
    visibility: hidden;
    animation: slide-up .25s ease-out;
}

#cvinput.cvopened {
    visibility: initial;
    animation: slide-down .25s ease-out;
}

header:not(.sticky) #cvinput {
  margin-top: -4.25rem;
}

@keyframes -webkit-disabling {
    from {
        background-color: #ffffff;
    }
    to {
        background-color: #afafaf;
    }
}

@keyframes disabling {
    from {
        background-color: #ffffff;
    }
    to {
        background-color: #afafaf;
    }
}

#cvload {
    opacity: 0;
    color: #292929;
    position: absolute;
    top: 9rem;
    right: 7.5rem;
    transform-origin: center;
    width: 17.5px;
    font-size: 17.5px;
    line-height: 17.5px;
    text-align: center;
}

#cvload.cvdownloading {
    opacity: 1;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 1;
    }
    /* 50% { opacity: .5; -webkit-transform: translateY(-50%); } */
    100% {
        opacity: 0;
    }
}

@keyframes slide-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    /* 50% { opacity: .5; transform: translateY(-50%); } */
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

#about p {
  text-align: justify;
}

.work-positions p {
  line-height: 2.5rem;
}

.quotes {
  color: #afafaf;
  font-size: 1.5rem;
}

#quotes-author {
  text-align: right !important;
  color: #e1e1e1;
  font-size: 1.25rem;
} 

.tag {
  top: -.75rem;
  color: #afafaf;
  font-size: 1.5rem;
  position: relative;
}

.tag:hover,
.tag:focus {
  color: #f54b4b;
}

br + span {
  top: -1.25rem;
  position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #757575;
    color: #ffffff;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    letter-spacing: .75px;
    font-family: "Montserrat", sans-serif;
}

.tooltiptext.icon-tooltip {
  top: 2.25rem;
  left: 22.75rem;
}

.tooltiptext.text-tooltip {
  top: 17.75rem;
  left: 7.5rem;
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext,
.tooltip:active .tooltiptext {
    visibility: visible;
}


/* ===================================================================
  * # base style overrides
  *
  * ------------------------------------------------------------------- */

html {
    font-size: 10px;
}

@media screen and (max-width:400px) {
    html {
        font-size: 9.444444444444444px;
    }
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #757575;
}

::-webkit-scrollbar-thumb {
    background: #f54b4b;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

html,
body {
    height: 100%;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    background: #2f2f2d;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.778;
    color: #292929;
    margin: 0;
    padding: 0;
    position: relative;
}


/* ------------------------------------------------------------------- 
  * ## links
  * ------------------------------------------------------------------- */

#k8s {
    display: block;
    padding-top: 5px;
}

#k8s span {
    width: 32.5px;
    height: 32.5px;
    display: inline-block;
    background-size: cover;
    backface-visibility: hidden;
    background-image: url("../images/k8s-white.png");
}

#k8s span:hover {
    text-rendering: auto;
    width: 32.5px;
    height: 32.5px;
    background-image: url("../images/k8s-orange.png");
}

@media screen and (orientation:portrait) {
    #intro {
        background-image: url("../images/background-mobile.jpg") !important;
        background-position: top center !important;
        background-attachment: fixed !important;
    }
}


/* ===================================================================
  * # typography & general theme styles
  * 
  * ------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    font-style: normal;
    color: #292929;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin-top: 6rem;
    margin-bottom: 1.6rem;
}

@media screen and (max-width:600px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4 {
        margin-top: 5.6rem;
    }
}

h5,
.h5,
h6,
.h6 {
    margin-top: 4.8rem;
    margin-bottom: 1.2rem;
}

@media screen and (max-width:600px) {
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 4.4rem;
        margin-bottom: 0.8rem;
    }
}

h1,
.h1 {
    font-size: 3.6rem;
    line-height: 1.222;
}

@media screen and (max-width:600px) {
    h1,
    .h1 {
        font-size: 3.3rem;
    }
}

h2,
.h2 {
    font-size: 3.2rem;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 2.4rem;
    line-height: 1.167;
}

h4,
.h4 {
    font-size: 2.1rem;
    line-height: 1.333;
}

h5,
.h5 {
    font-size: 1.75rem;
    line-height: 1.333;
}

h6,
.h6 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .3rem;
}

p img {
    margin: 0;
}

p.lead {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.833;
    margin-bottom: 3.6rem;
    color: #292929;
}

@media screen and (max-width:1200px) {
    p.lead {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:600px) {
    p.lead {
        font-size: 2.1rem;
    }
}

em,
i,
strong,
b {
    font-size: inherit;
    line-height: inherit;
}

em,
i {
    /* font-family: "Montserrat", sans-serif; */
    font-style: italic;
}

strong,
b {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}

blockquote {
    margin: 4rem 0;
    padding: 4rem 4rem;
    border-left: 4px solid black;
    position: relative;
}

@media screen and (max-width:600px) {
    blockquote {
        padding: 3.2rem 3.2rem;
    }
}

@media screen and (max-width:400px) {
    blockquote {
        padding: 2.8rem 2.8rem;
    }
}

blockquote p {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 400;
    padding: 0;
    font-size: 2.8rem;
    line-height: 1.857;
    color: #292929;
}

@media screen and (max-width:1200px) {
    blockquote p {
        font-size: 2.6rem;
    }
}

@media screen and (max-width:600px) {
    blockquote p {
        font-size: 2.2rem;
    }
}

blockquote cite {
    display: block;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.333;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
    color: #7e7e7e;
    border: none;
}

abbr {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #7e7e7e;
}

var,
kbd,
samp,
code,
pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
    padding: 2.4rem 3.2rem 3.2rem;
    background: #efefef;
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .4rem .8rem;
    white-space: nowrap;
    background: #efefef;
    border: 1px solid #e1e1e1;
    color: #292929;
    border-radius: 3px;
}

pre>code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
}

pre.prettyprint>code {
    border: none;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
}

mark {
    background: #fff099;
    color: #292929;
}

hr {
    border: solid #e0e0e0;
    border-width: 1px 0 0;
    clear: both;
    margin: 8rem 0 9.6rem;
    height: 0;
}


/* ------------------------------------------------------------------- 
  * ## Lists
  * ------------------------------------------------------------------- */

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: 1.5rem;
}

ul li {
    padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: .8rem 0 .8rem 1.6rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f54b4b;
    position: absolute;
    left: -16px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #f54b4b;
}

dd {
    margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
  * ## floated image 
  * ------------------------------------------------------------------- */

img.h-pull-right {
    margin: 1.2rem 0 1.2rem 2.8rem;
}

img.h-pull-left {
    margin: 1.2rem 2.8rem 1.2rem 0;
}


/* ------------------------------------------------------------------- 
  * ## tables
  * ------------------------------------------------------------------- */

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    /* font-family: "Montserrat", sans-serif; */
    border-collapse: collapse;
}

th,
td {
    padding: 1.5rem 3.2rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

th {
    color: #292929;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    /* -webkit-overflow-scrolling: touch; */
}


/* ------------------------------------------------------------------- 
  * ## Spacing
  * ------------------------------------------------------------------- */

button,
.btn {
    margin-bottom: 1.6rem;
}

fieldset {
    margin-bottom: 1.6rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.custom-select {
    margin-bottom: 3.2rem;
}


/* ===================================================================
  * # preloader
  *
  * ------------------------------------------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2f2f2d;
    z-index: 500;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    padding: 0;
    display: inline-block;
    transform: translate3d(-50%, -50%, 0);
}

#loader>div {
    content: "";
    background: #ffffff;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #f54b4b;
}

#loader>div:nth-of-type(1) {
    left: 15px;
}

#loader>div:nth-of-type(3) {
    left: -15px;
}


/* dots jump */

.dots-jump>div {
    animation: dots-jump 1.2s infinite ease;
    animation-delay: 0.2s;
}

.dots-jump>div:nth-of-type(1) {
    animation-delay: 0.4s;
}

.dots-jump>div:nth-of-type(3) {
    animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
    0% {
        top: 0;
    }
    40% {
        top: -6px;
    }
    80% {
        top: 0;
    }
}

@keyframes dots-jump {
    0% {
        top: 0;
    }
    40% {
        top: -6px;
    }
    80% {
        top: 0;
    }
}


/* dots fade */

.dots-fade>div {
    animation: dots-fade 1.6s infinite ease;
    animation-delay: 0.4s;
}

.dots-fade>div:nth-of-type(1) {
    animation-delay: 0.8s;
}

.dots-fade>div:nth-of-type(3) {
    animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0.2;
    }
    80% {
        opacity: 1;
    }
}

@keyframes dots-fade {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0.2;
    }
    80% {
        opacity: 1;
    }
}


/* dots pulse */

.dots-pulse>div {
    animation: dots-pulse 1.2s infinite ease;
    animation-delay: 0.2s;
}

.dots-pulse>div:nth-of-type(1) {
    animation-delay: 0.4s;
}

.dots-pulse>div:nth-of-type(3) {
    animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
    0% {
        transform: scale(0.99);
    }
    40% {
        transform: scale(1.3);
    }
    80% {
        transform: scale(0.99);
    }
}

@keyframes dots-pulse {
    0% {
        transform: scale(0.99);
    }
    40% {
        transform: scale(1.3);
    }
    80% {
        transform: scale(0.99);
    }
}


/* ===================================================================
  * # forms
  *
  * ------------------------------------------------------------------- */

fieldset {
    border: none;
}

input[type="email"],
input[type="text"],
textarea {
    display: block;
    height: 6.8rem;
    padding: 1.8rem 0 1.5rem;
    border: 0;
    outline: none;
    color: #757575;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 1.5rem;
    line-height: 3.2rem;
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid #e1e1e1;
    transition: all .3s ease-in-out;
}

.custom-select {
    position: relative;
    padding: 0;
}

.custom-select select {
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select::after {
    border-bottom: 2px solid #292929;
    border-right: 2px solid #292929;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transition: all 0.15s ease-in-out;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
}

textarea {
    min-height: 25.6rem;
    resize: none;
}

input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    color: #757575;
    border-bottom: 1px solid #afafaf;
}

label,
legend {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: .8rem;
    line-height: 1.714;
    color: #292929;
    display: block;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label>.label-text {
    display: inline-block;
    margin-left: 1rem;
    /* font-family: "Montserrat", sans-serif; */
    line-height: inherit;
}

label>input[type="checkbox"],
label>input[type="radio"] {
    margin: 0;
    position: relative;
    top: .2rem;
}


/* ------------------------------------------------------------------- 
  * ## Style Placeholder Text
  * ------------------------------------------------------------------- */

 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #afafaf;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #afafaf;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #afafaf;
}

 ::placeholder {
    /* Most modern browsers support this now. */
    color: #afafaf;
}

.placeholder {
    color: #afafaf !important;
}


/* ------------------------------------------------------------------- 
  * ## Change Autocomplete styles in Chrome
  * ------------------------------------------------------------------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: color 5000s ease-in-out 0s, background-color 5000s ease-in-out 0s;
}


/* ===================================================================
  * # buttons
  *
  * ------------------------------------------------------------------- */

.btn,
button {
    display: inline-block;
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .5rem;
    height: 6rem;
    line-height: 5.6rem;
    padding: 0 3.2rem;
    margin: 0 .4rem 1.6rem 0;
    color: #292929;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #e1e1e1;
    border: 0.2rem solid #e1e1e1;
    outline: 0;
}


/* button primary
  * ------------------------------------------------- */

button.btn--primary {
  color: #ffffff;
  background: #f54b4b;    
  border-color: #f54b4b;
  transform: scale(1);
}

button.btn--primary:hover,
button.btn--primary:focus {
  background: #ff5f5f;    
  border-color: #ff5f5f;
}


/* button modifiers
  * ------------------------------------------------- */

.btn.h-full-width,
button.h-full-width {
    width: 100%;
    margin-right: 0;
}

.btn--small,
button.btn--small {
    /* height: 5.6rem !important; */
    line-height: 5.2rem !important;
}

.btn--medium,
button.btn--medium {
    height: 6.4rem !important;
    line-height: 6rem !important;
}

.btn--large,
button.btn--large {
    height: 6.8rem !important;
    line-height: 6.4rem !important;
}

.btn--stroke,
button.btn--stroke {
    background: transparent;
    border: 0.2rem solid #292929;
    color: #292929;
}

.btn--stroke:hover,
button.btn--stroke:hover {
    background: #292929;
    border: 0.2rem solid #292929;
    color: #ffffff;
}

.btn--pill,
button.btn--pill {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
    border-radius: 1000px !important;
}

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


/* =================================================================== 
  * # additional components
  *
  * ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- 
  * ## additional typo styles 
  * ------------------------------------------------------------------- */

.drop-cap:first-letter {
    float: left;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    font-size: 5.334em;
    line-height: 1;
    padding: 0 0.125em 0 0;
    text-transform: uppercase;
    background: transparent;
    color: #292929;
}


/* line definition style 
  * ----------------------------------------------- */

.lining dt,
.lining dd {
    display: inline;
    margin: 0;
}

.lining dt+dt:before,
.lining dd+dt:before {
    content: "\A";
    white-space: pre;
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd:before {
    content: ": ";
    margin-left: -0.2em;
}


/* dictionary definition style 
  * ----------------------------------------------- */

.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt+dt:before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
}


/** 
  * Pull Quotes
  * -----------
  * markup:
  *
  * <aside class="pull-quote">
  *    <blockquote>
  *      <p></p>
  *    </blockquote>
  *  </aside>
  *
  * --------------------------------------------------------------------- */

.pull-quote {
    position: relative;
    padding: 2.4rem 0;
}

.pull-quote blockquote {
    background-color: #efefef;
    border: none;
    margin: 0;
    padding-top: 9.6rem;
    position: relative;
}

.pull-quote blockquote:before {
    content: "";
    display: block;
    height: 3.2rem;
    width: 3.2rem;
    background-repeat: no-repeat;
    background: center center;
    background-size: contain;
    background-image: url(../images/icons/icon-quote.svg);
    position: absolute;
    top: 4rem;
    left: 4rem;
}


/** 
  * Stats Tab
  * ---------
  * markup:
  *
  * <ul class="stats-tabs">
  *    <li><a href="#">[value]<em>[name]</em></a></li>
  *  </ul>
  *
  * Extend this object into your markup.
  *
  * --------------------------------------------------------------------- */

.stats-tabs {
    padding: 0;
    margin: 3.2rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.6rem 3.2rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid #e0e0e0;
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    border: none;
    color: #292929;
}

.stats-tabs li a:hover {
    color: #f54b4b;
}

.stats-tabs li a em {
    display: block;
    margin: .8rem 0 0 0;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    color: #7e7e7e;
}


/* ------------------------------------------------------------------- 
  * ## email form
  * ------------------------------------------------------------------- */

.contact-title {
  /* margin-top: auto; */
  margin-left: 0;
  /* margin-bottom: auto;
  margin-right: auto; */
  /* text-align: center; */
  padding: 0 2.5rem;
}

.contact-title h3 {
    margin-bottom: 2.75rem;
}

.contact-title .section-intro {
  margin-bottom: 2.5rem;
}

.contact-title .subhead {
  border: 1px solid #f54b4b;
}

/* .contact-info {
  margin-left: 5rem;
} */

.email-form {
  /* margin-top: auto; */
  margin-left: 0;
  /* margin-right: 5rem; */
  /* margin-bottom: auto;
  margin-right: auto; */
  background-color: #ffffff;
  padding-top: 2.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.email-form h3 {
    margin-top: 0.75rem;
}

.email-form form {
    margin: 0;
}


/* ------------------------------------------------------------------- 
  * ## skillbars
  * ------------------------------------------------------------------- */

.skills {
    /* margin-top: auto;
    margin-left: auto; */
    margin-bottom: 10rem;
    /* margin-right: auto; */
}

.skill-bars {
    list-style: none;
    margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
    height: .4rem;
    background: #c3c3c3;
    width: 100%;
    margin-bottom: 6.8rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -4rem;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    color: #292929;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.skill-bars li sub {
  display: block;
  color: #afafaf;
  margin-top: -3.375rem;
  margin-left: 16rem;
  font-size: 1.25rem;
}

@media screen and (max-width:565px) {
  .skill-bars li sub {
    margin-left: 0;
    margin-top: -1.75rem;
  }
}

.skill-bars li .progress {
    background: #292929;
    position: relative;
    height: 100%;
    transition: width 1.75s;
}

.skill-bars li .progress.initskill1,
.skill-bars li .progress.initskill2,
.skill-bars li .progress.initskill3,
.skill-bars li .progress.initskill4,
.skill-bars li .progress.initskill5 {
    width: 0;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    /* font-family: "Montserrat", sans-serif; */
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
    background: #292929;
    padding: .8rem .8rem;
    border-radius: 3px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #292929;
    content: "";
}

.skill-bars li .percent5 {
    width: 5%;
}

.skill-bars li .percent10 {
    width: 10%;
}

.skill-bars li .percent15 {
    width: 15%;
}

.skill-bars li .percent20 {
    width: 20%;
}

.skill-bars li .percent25 {
    width: 25%;
}

.skill-bars li .percent30 {
    width: 30%;
}

.skill-bars li .percent35 {
    width: 35%;
}

.skill-bars li .percent40 {
    width: 40%;
}

.skill-bars li .percent45 {
    width: 45%;
}

.skill-bars li .percent50 {
    width: 50%;
}

.skill-bars li .percent55 {
    width: 55%;
}

.skill-bars li .percent60 {
    width: 60%;
}

.skill-bars li .percent65 {
    width: 65%;
}

.skill-bars li .percent70 {
    width: 70%;
}

.skill-bars li .percent75 {
    width: 75%;
}

.skill-bars li .percent80 {
    width: 80%;
}

.skill-bars li .percent85 {
    width: 85%;
}

.skill-bars li .percent90 {
    width: 90%;
}

.skill-bars li .percent95 {
    width: 95%;
}

.skill-bars li .percent100 {
    width: 100%;
}


/* ------------------------------------------------------------------- 
  * ## alert box 
  * ------------------------------------------------------------------- */

.alert-box {
    padding: 2.4rem 4rem 2.4rem 3.2rem;
    position: relative;
    margin-bottom: 3.2rem;
    border-radius: 3px;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    display: block;
    right: 1.6rem;
    top: 1.6rem;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.alert-box__close::before,
.alert-box__close::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
}

.alert-box__close::before {
    transform: rotate(45deg);
}

.alert-box__close::after {
    transform: rotate(-45deg);
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #dd4043;
}

.alert-box--error .alert-box__close::before,
.alert-box--error .alert-box__close::after {
    background-color: #dd4043;
}

.alert-box--success {
    background-color: #c8e675;
    color: #637533;
}

.alert-box--success .alert-box__close::before,
.alert-box--success .alert-box__close::after {
    background-color: #637533;
}

.alert-box--info {
    background-color: #d5ebfb;
    color: #387fb2;
}

.alert-box--info .alert-box__close::before,
.alert-box--info .alert-box__close::after {
    background-color: #387fb2;
}

.alert-box--notice {
    background-color: #fff099;
    color: #827217;
}

.alert-box--notice .alert-box__close::before,
.alert-box--notice .alert-box__close::after {
    background-color: #827217;
}


/* ===================================================================
  * # Common and Reusable Styles
  *
  * ------------------------------------------------------------------- */

.wide {
    max-width: 1400px;
}

.wider {
    max-width: 1600px;
}

.narrow {
    max-width: 1000px;
}

.subhead {
    font-size: 1.4rem;
    line-height: 1.286;
    text-transform: uppercase;
    letter-spacing: .4em;
    margin-top: 0;
    margin-bottom: 6rem;
    color: #f54b4b;
    border: 2px solid #f54b4b;
    width: 55%;
}

.display-1 {
    font-size: 4.8rem;
    line-height: 1.333;
}

.section-intro {
    position: relative;
    margin-bottom: 12rem;
}

.section-intro .display-1 {
    margin-top: 0;
}

.section-intro .subhead,
.section-intro .display-1 {
    position: relative;
}

.section-intro::before {
    content: attr(data-num);
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 600;
    font-size: 30rem;
    line-height: 1;
    letter-spacing: -.045em;
    color: #e1e1e1;
    position: absolute;
    top: -.275em;
    left: 4.4rem;
}

.h-dark-bg {
    color: #ffffff;
}

.h-dark-bg .section-intro .display-1 {
    color: #ffffff;
}

.h-dark-bg .section-intro::before {
    color: #757575;
}

.h-dark-bg p.lead {
    color: #ffffff;
}

.right-vert-line {
    width: 2px;
    height: 20rem;
    background-color: #302c59;
    transform: translate3d(50%, 0, 0);
    position: absolute;
    top: 0;
    right: 11.2rem;
}


/* ------------------------------------------------------------------- 
  * responsive:
  * common and reusable styles
  * ------------------------------------------------------------------- */

@media screen and (max-width:1200px) {
    .right-vert-line {
        right: 9rem;
    }
}

@media screen and (max-width:900px) {
    .section-intro::before {
        font-size: 24rem;
    }
    .right-vert-line {
        height: 16rem;
        right: 6.2rem;
    }
}

@media screen and (max-width:600px) {
    .subhead {
        font-size: 1.3rem;
    }
    .display-1 {
        font-size: 4.2rem;
    }
    .section-intro::before {
        font-size: 22rem;
    }
    .right-vert-line {
        height: 12rem;
        right: 5rem;
    }
}

@media screen and (max-width:500px) {
    .display-1 {
        font-size: 4rem;
    }
}

@media screen and (max-width:400px) {
    .section-intro {
        margin-bottom: 9.6rem;
    }
    .section-intro::before {
        font-size: 20rem;
    }
}

@media screen and (max-width:360px) {
    .display-1 {
        font-size: 3.6rem;
    }
    .section-intro::before {
        font-size: 18rem;
    }
}


/* ===================================================================
  * # site header
  *
  * ------------------------------------------------------------------- */

header {
    z-index: 100;
    width: 100%;
    height: 8.8rem;
    position: absolute;
    top: 4rem;
    left: 0;
}

header.offset {
    transform: translate3d(0, -100%, 0);
    transition: all .5s;
}

header.scrolling {
    transform: translate3d(0, 0, 0);
}

header.sticky {
    background-color: #292929;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width:900px) {
  header.sticky {
    position: absolute;
  }
}

/* header.sticky .header-content .btn {
    height: 4.8rem !important;
    line-height: 4.4rem !important;
} */
header.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width:901px) {
  header.sticky.scrolling {
      border-bottom: 2.5px solid #ff5f5f;
  }
}

.header-content {
    height: 8.8rem;
    position: relative;
}


/* -------------------------------------------------------------------
  * ## header logo
  * ------------------------------------------------------------------- */

.header-logo {
    z-index: 101;
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: all .5s;
    transform: translate3d(0, -50%, 0);
    position: absolute;
    left: 8rem;
    top: 45%;
}

/* header.scrolling .header-logo {
    top: 50%;
} */

.header-logo a {
    display: block;
    border: none;
    padding: 0;
    outline: 0;
}

#logo {
    width: auto;
    height: 45px;
    vertical-align: bottom;
}


/* .menu-is-open .header-logo img {
    transition: all 2.75s;
   content: url("../images/logo-dark.png");
 } */


/* -------------------------------------------------------------------
  * ## main navigation
  * ------------------------------------------------------------------- */

.header-nav-wrap {
    max-width: 57.5%;
    /* padding-left: 25.5rem; */
}

.header-nav {
    list-style: none;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 6rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    /* margin: 3.75rem 0 0 0; */
    margin-left: -0.5rem;
    transition: all .45s;
}

.header-nav a {
    color: #afafaf;
}

.header-nav a:hover,
.header-nav a:focus {
    color: #f54b4b !important;
}

.header-nav li {
    display: inline-block;
    padding-left: 0;
    margin: 0 1rem;
}


/* ------------------------------------------------------------------- 
  * ## mobile menu toggle
  * ------------------------------------------------------------------- */

.header-menu-toggle {
    z-index: 101;
    display: none;
    height: 4.2rem;
    width: 4.2rem;
    line-height: 4.2rem;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #ffffff;
    outline: none;
    transition: all .3s;
    position: absolute;
    right: 5rem;
    top: 1.6rem;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
    color: #ffffff;
}

.header-menu-toggle span {
    display: block;
    width: 2.4rem;
    height: 2px;
    background-color: #ffffff;
    transition: all .5s;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: .9rem;
    right: auto;
    bottom: auto;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    transition: all .5s;
    position: absolute;
    left: 0;
}

.header-menu-toggle span::before {
    top: -.9rem;
}

.header-menu-toggle span::after {
    bottom: -.9rem;
}

.header-menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    transition: all .1s;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
    background-color: #afafaf;
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    transform: rotate(225deg);
}


/* ------------------------------------------------------------------- 
  * ## download resume button
  * ------------------------------------------------------------------- */

.header-content .btn {
    border-color: #ffffff;
    color: #ffffff;
    margin: 0;
    padding: 0 4rem;
    font-size: 1.1rem;
    transform: translate3d(0, -50%, 0);
    position: absolute;
    top: 50%;
    right: 7.5rem;
    font-weight: bolder;
}


/* ------------------------------------------------------------------- 
  * responsive:
  * header
  * ------------------------------------------------------------------- */

@media screen and (max-width:1700px) {
    .header-logo {
        left: 2.55rem;
        top: 4.25rem;
    }
    .header-nav-wrap {
        max-width: 45%;
        width: 100%;
        /* padding-left: 25rem; */
    }
    .header-content .btn,
    #cvinput {
        right: 6rem;
    }
}

@media screen and (max-width:900px) {
    header {
        top: 2rem;
        height: 8rem;
    }
    
    header:not(.sticky) #cvinput {
      margin-top: .25rem;
    }

    #logo {
        width: auto;
        height: 35px;
    }
    .header-content {
        display: block;
        background-color: #ffffff;
        /* height: 345px; */
        height: unset;
        width: 100%;
        padding: 12.5rem 6rem 4.5rem;
        transform: translate3d(0, -100%, 0);
        position: absolute;
        top: -2rem;
        left: 0;
    }
    .header-content .btn {
        /* margin-top: 4.5rem; */
        transform: translate3d(0, -2rem, 0);
        opacity: 0;
        visibility: hidden;
        position: static;
    }
    #cvbutton {
        position: relative;
        right: unset;
        color: #f54b4b;
        /* border-color: #f54b4b; */
        background-color: #ffffff;
        width: 325px;
    }
    #cvbutton.cvenabled,
    #cvbutton:hover,
    #cvbutton:focus {
        color: #ffffff;
    }
    /* #cvbutton.cvenabled:hover,
   #cvbutton.cvenabled:focus {
     background-color: #ffffff;
     border-color: #f54b4b;
     color: #f54b4b;
   } */
    #cvinput {
        right: unset;
        position: relative;
        margin: -1px 0 0 0;        
        width: 325px;
    }
    #cvinput input {
        margin-top: 3.5px;
        margin-bottom: 2.5px;
        border-radius: 2.5px;
        border: 2px solid #e1e1e1;
    }
    #cvinput button {
        margin-top: 0;
        right: 1.5rem;
    }
    .header-nav-wrap {
        padding: 0;
        max-width: unset;
        transform: translate3d(0, -2rem, 0);
        opacity: 0;
        visibility: hidden;
    }
    .header-nav {
        display: block;
        width: 100%;
        padding: 0;
    }
    .header-nav a {
        display: block;
    }
    .header-nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        display: block;
        margin: 0;
    }
    .header-nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .header-menu-toggle {
        display: block;
    }
    .menu-is-open .header-content {
        transform: translate3d(0, 0, 0);
        transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu-is-closing .header-content {
        transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu-is-open .header-content .btn {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        transition-duration: .45s;
        transition-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
        transition-delay: .25s;
    }
    .menu-is-open .header-nav-wrap {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        transition: all .75s cubic-bezier(0.5, 0.5, 0.5, 0.5);
        transition-delay: .25s;
    }
}

@media screen and (max-width:600px) {
    .header-logo {
        left: 1.5rem;
        top: 3.75rem;
    }
    .header-menu-toggle {
        right: 2.5rem;
    }
    .header-content {
        padding: 12.5rem 4rem 4.5rem;
    }
    .header-content .btn {
        display: block;
    }

    
  #cvbutton,
  #cvinput {
      width: 100%;
  }
}


/* ===================================================================
  * # cover
  *
  * ------------------------------------------------------------------- */

.intro {
    padding: 12.5px;
}

.intro h1 {
    margin-bottom: 0;
}

.cover {
    width: 100%;
    height: 100vh;
    min-height: 82rem;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}

.cover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(10%, black), to(rgba(0, 0, 0, 0))); */
    /* background: linear-gradient(90deg, black 10%, rgba(0, 0, 0, 0) 100%); */
    opacity: .25;
}

.no-js .cover {
    background: #ffffff;
}

.cover-content {
    height: 100%;
    max-width: 1400px;
    align-items: center;
    padding-top: 22.5vh;
    padding-bottom: 14vh;
    position: relative;
}

.cover-content h1 {
    font-size: 7rem;
    font-weight: 400;
    line-height: 1.257;
    padding-right: 3.2rem;
    margin-top: 0;
    color: #ffffff;
    position: relative;
}

.cover-content h1::before {
    content: "";
    display: block;
    height: 2px;
    width: 8rem;
    background-color: #f54b4b;
    position: absolute;
    left: -10.8rem;
    top: .55em;
}


/* -------------------------------------------------------------------
  * ## cover roles and social
  * ------------------------------------------------------------------- */

.cover-roles {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 3.2rem;
    text-transform: uppercase;
    letter-spacing: .5em;
    margin-left: .4rem;
    margin-bottom: 0;
    position: relative;
}

.cover-social {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    font-size: 2.5rem;
    line-height: 12.5rem;
    letter-spacing: .75em;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
}

.cover-roles span {
    color: #afafaf;
}

.cover-social a,
.cover-social span {
    color: #ffffff;
}

.cover-social a {
    display: block;
}

.cover-social #separator {
    color: #757575;
    margin-top: -2.5px;
    margin-left: 12.5px;
    width: 22.5px;
    display: block;
}

.cover-social a:hover,
.cover-social a:focus,
.cover-social a:active {
    color: #f54b4b;
}

.cover-roles li {
    padding-left: 0;
}

.cover-roles li::after {
    content: '|';
    color: #f54b4b;
    margin-left: 0rem;
    margin-right: 1rem;
}

.cover-roles li:last-child::after {
    display: none;
}


/* -------------------------------------------------------------------
  * ## cover scroll
  * ------------------------------------------------------------------- */

.cover-scroll {
    position: absolute;
    right: 8rem;
    bottom: 10rem;
}

.cover-scroll::after {
    content: "";
    display: block;
    width: 2px;
    height: 7rem;
    background-color: white;
    transform: translate3d(50%, 0, 0);
    position: absolute;
    right: 50%;
    bottom: -10rem;
}


/* .cover-scroll .scroll-link,
 .cover-scroll .scroll-link svg path {
   transition: all .3s ease-in-out;
 } */

.cover-scroll .scroll-link,
.cover-scroll .scroll-link svg path {
    transition: all .3s ease-in-out;
}

.cover-scroll .scroll-link {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 6.4rem;
    width: 6.4rem;
    border-radius: 50%;
    background-color: #f54b4b;
    margin: 0;
    position: relative;
    transition: all .3s ease-in-out;
}


/* .cover-scroll .scroll-link svg {
   height: 1.2rem;
   width: 1.2rem;
   position: absolute;
   transform: translate3d(-50%, -50%, 0);
   left: 50%;
   top: 50%;
 } */


/* .cover-scroll .scroll-link svg path {
   fill: #ffffff;
 } */


/* .cover-scroll .scroll-link:hover svg path,
 .cover-scroll .scroll-link:focus svg path {
   fill: #f54b4b;;
 } */

.cover-scroll .scroll-link i {
    /* height: 1.2rem;
   width: 1.2rem; */
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    transition: all .3s ease-in-out;
    left: 50%;
    top: 51.5%;
    color: #ffffff;
}

.cover-scroll .scroll-link:hover,
.cover-scroll .scroll-link:focus {
    background-color: #ffffff;
}

.cover-scroll .scroll-link:hover i,
.cover-scroll .scroll-link:focus i {
    color: #f54b4b;
    ;
}


/* -------------------------------------------------------------------
  * ## animate intro content
  * ------------------------------------------------------------------- */

html.preload .cover-content {
    opacity: 0;
}

html.loaded .cover-content {
    animation-name: fadeIn;
    backface-visibility: hidden;
    animation-duration: 3s;
    /* -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
   animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
   animation-fill-mode: both; */
    padding-left: 0;
    padding-right: 0;
}

html.no-csstransitions .cover-content {
    opacity: 1;
}


/* ------------------------------------------------------------------- 
  * ## animations
  * ------------------------------------------------------------------- */


/* fade in */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}


/* fade in left */

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}


/* fade out */

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}


/* ------------------------------------------------------------------- 
  * responsive:
  * cover
  * ------------------------------------------------------------------- */

@media screen and (max-width:1900px) {
    .cover-content h1 {
        font-size: 6.3rem;
    }
    .cover-content h1::before {
        width: 6rem;
        left: -8.8rem;
    }
}

@media screen and (max-width:1700px) {
    .cover-content {
        max-width: 1200px;
    }
}

@media screen and (max-width:1500px) {
    .cover-content {
        max-width: 1000px;
    }
}

@media screen and (max-width:1300px) {
    .cover-content {
        max-width: 1200px;
    }
    .cover-content h1 {
        font-size: 6rem;
        padding-top: 3.2rem;
    }
    .cover-content h1::before {
        width: 6rem;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width:1200px) {
    .cover-scroll {
        right: 6rem;
    }
    .cover-scroll::after {
        height: 8rem;
    }
    .cover-scroll .scroll-link {
        height: 6rem;
        width: 6rem;
    }
}

@media screen and (max-width:1000px) {
    .cover-content h1 {
        font-size: 5.6rem;
    }
    .cover-roles {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:900px) {
    .cover-content {
        padding-top: 10rem;
    }
    .cover-content h1 {
        font-size: 4.8rem;
    }
    .cover-scroll {
        right: 3.6rem;
        bottom: 15rem;
    }
    .cover-scroll::after {
        height: 12.5rem;
        bottom: -15rem;
    }
    .cover-scroll .scroll-link {
        height: 5.2rem;
        width: 5.2rem;
    }
}

@media screen and (max-width:600px) {
    .cover-content h1 {
        font-size: 4.6rem;
    }
    .cover-content h1 br {
        display: none;
    }
    .cover-roles {
        font-size: 1rem;
    }
    .cover-scroll {
        right: 2.4rem;
    }
}

@media screen and (max-width:500px) {
    .cover-content h1 {
        font-size: 4.4rem;
        padding-right: 0;
    }
}

@media screen and (max-width:400px) {
    .cover-content h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width:360px) {
    .cover-content h1 {
        font-size: 3.8rem;
    }
}


/* ===================================================================
  * # about section
  *
  * ------------------------------------------------------------------- */

.about {
    padding-bottom: 16rem;
    background-color: #ffffff;
    position: relative;
}

.about .right-vert-line {
    background-color: #302c59;
}

.about__section--profile {
    padding-top: 28rem;
    padding-bottom: 4rem;
    min-height: 108rem;
    position: relative;
}

.about__section--profile::before {
    content: "";
    display: block;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(50% + 12vw);
}

.about__section--profile .row {
    position: relative;
}

.about__section--profile .profile-pic {
    width: 24vw;
    position: absolute;
    top: 17.5rem;
    left: calc(50% + 80px);
}

.profile-pic img {
    max-height: 545px;
    margin-bottom: 5rem;
}


/* ------------------------------------------------------------------- 
  * ## career position
  * ------------------------------------------------------------------- */

.work-positions {
    margin-top: 2rem;
}

.work-positions .column:nth-child(2n+1) {
    padding-right: 40px;
}

.work-positions .column:nth-child(2n+2) {
    padding-left: 40px;
}

.position {
    padding-top: 3.6rem;
    padding-bottom: 3.2rem;
    border-top: 1px solid #b3c2c1;
}

.position__header {
    margin-bottom: 4rem;
}

.position__header h6 {
    line-height: 2.8rem;
    margin-top: 0;
    margin-bottom: .4rem;
    font-weight: normal;
}

.position__header h6 .position__co {
    margin-right: 2rem;
}

.position__header h6 .position__pos {
    display: inline-block;
    font-size: 1.8rem;
    text-transform: none;
    letter-spacing: 0;
}

.position__timeframe {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #7e7e7e;
}


/* ------------------------------------------------------------------- 
  * responsive:
  * about
  * ------------------------------------------------------------------- */

@media screen and (max-width:1200px) {
    .about__section--profile::before {
        left: 75%;
    }
    .about__section--profile .profile-pic {
        width: 26vw;
        right: 0;
        left: auto;
    }
    .work-positions .column:nth-child(2n+1) {
        padding-right: 30px;
    }
    .work-positions .column:nth-child(2n+2) {
        padding-left: 30px;
    }
}

@media screen and (max-width:900px) {
    .work-positions .column:nth-child(n) {
        padding: 0 16px;
    }
    .position {
        padding-right: 8rem;
    }
}

@media screen and (max-width:900px) {
    .section-intro {
        margin-bottom: 5rem;
    }
    .about__section--profile .profile-pic {
        display: contents;
    }
    .about__section--profile .profile-pic img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 75vw;
    }
    .about__section--profile {
        padding-top: 20rem;
        padding-bottom: 0;
        min-height: 0;
    }
    .about__section--profile::before {
        display: none;
    }
    .position {
        padding-right: 0;
    }
}

@media screen and (max-width:600px) {
    .work-positions .column:nth-child(n) {
        padding: 0 10px;
    }
}

@media screen and (max-width:400px) {
    .work-positions .column:nth-child(n) {
        padding: 0;
    }
}


/* ===================================================================
  * # services section
  *
  * ------------------------------------------------------------------- */

.services {
    padding-top: 24rem;
    padding-bottom: 20rem;
    background-color: #292929;
    position: relative;
}

.services__content {
    position: relative;
}

.services__leftcol {
    padding-bottom: 12rem;
}

.services__leftcol p.lead {
    max-width: 90%;
}

.services .vert-line {
    width: 2px;
    height: 20rem;
    background-color: #f54b4b;
    transform: translate3d(50%, 0, 0);
    position: absolute;
    bottom: -20rem;
    left: 20px;
}


/* ------------------------------------------------------------------- 
  * ## services list
  * ------------------------------------------------------------------- */

.services-list {
    list-style: none;
    padding-left: 20px;
    margin: 8.8rem 0 0 0;
    counter-reset: ctr;
}

.services-list h5 {
    color: #ffffff;
}

.services-list__item {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 0;
}

.services-list__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-list__item-header {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-right: 6rem;
    cursor: pointer;
    position: relative;
}

.services-list__item-header h5 {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 400;
    font-size: 3.6rem;
    padding-left: 1.111em;
    margin: 0;
    position: relative;
}

.services-list__item-header h5::before {
    content: counter(ctr, decimal-leading-zero) ".";
    counter-increment: ctr;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 600;
    font-size: .5em;
    line-height: 1;
    color: #f54b4b;
    position: absolute;
    top: .5em;
    left: 0;
}

.services-list__item-header::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform-origin: 66% 66%;
    transition: all, .3s;
    transform: rotate(45deg);
}

.services-list__item-body {
    padding-top: 1.2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
}

.is-active .services-list__item-header::after {
    transform: rotate(225deg);
}

.is-active .services-list__item-body {
    display: block;
}


/* ------------------------------------------------------------------- 
  * responsive:
  * services
  * ------------------------------------------------------------------- */

@media screen and (max-width:1200px) {
    .services-list {
        padding-left: 10px;
    }
}

@media screen and (max-width:1040px) {
    .services .vert-line {
        height: 12rem;
        left: 16px;
    }
    .services__content .column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .services__content .services__leftcol {
        flex: 0 0 75%;
        max-width: 75%;
        padding-bottom: 0;
    }
    .services__content .services__leftcol p.lead {
        max-width: none;
    }
    .services-list {
        padding-left: 0;
        margin: 0;
    }
}

@media screen and (max-width:900px) {
    .services {
        padding-top: 20rem;
    }
    .services__content .services__leftcol {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:600px) {
    .services .vert-line {
        left: 34px;
    }
    .services-list__item-header h5 {
        font-size: 3.2rem;
    }
}

@media screen and (max-width:500px) {
    .services-list__item-header h5 {
        font-size: 3rem;
    }
}

@media screen and (max-width:400px) {
    .services .vert-line {
        left: 24px;
    }
    .services-list__item-header h5 {
        font-size: 2.8rem;
    }
}


/* ===================================================================
  * # portfolio
  *
  * ------------------------------------------------------------------- */

.portfolio {
    padding-top: 24rem;
    padding-bottom: 0;
    background-color: #ffffff;
    position: relative;
}

.portfolio::before {
    content: "";
    display: block;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
}


/* ------------------------------------------------------------------- 
  * ## portfolio list
  * ------------------------------------------------------------------- */

.portfolio__list {
    max-width: 1240px;
}

.folio-item {
    position: relative;
    overflow: hidden;
}

.folio-item__caption {
    display: none;
}


/* thumbnail
  *---------------------------------------------- */

.folio-item__thumb a {
    display: block;
}

.folio-item__thumb a::before {
    z-index: 1;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all, .5s;
}

.folio-item__thumb a::after {
    z-index: 1;
    content: "+";
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 300;
    font-size: 3rem;
    color: #ffffff;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    left: 50%;
    top: 50%;
}

.folio-item__thumb img {
    vertical-align: bottom;
}


/* portfolio info
  *---------------------------------------------- */

.folio-item__info {
    z-index: 2;
    padding: 0 3rem;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;
    transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    left: 0;
    top: 3.6rem;
}

.folio-item__title {
    color: #ffffff;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1.333;
    margin: 0;
}

.folio-item__cat {
    color: rgba(255, 255, 255, 0.5);
    /* font-family: "Montserrat", sans-serif; */
    font-size: 1.4rem;
    margin-bottom: 0;
}

.folio-item__project-link {
    z-index: 2;
    display: block;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #292929;
    background-color: #ffffff;
    padding: .6rem 1.2rem;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    bottom: 3.9rem;
    left: 3rem;
}

.folio-item__project-link::before {
    display: block;
    content: "";
    height: 1px;
    width: 3rem;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: -3rem;
}

.folio-item__project-link:hover,
.folio-item__project-link:focus,
.folio-item__project-link:active {
    background-color: #f54b4b;
    color: #ffffff;
}


/* on hover
  *---------------------------------------------- */

.folio-item:hover .folio-item__thumb a::before {
    opacity: 1;
    visibility: visible;
}

.folio-item:hover .folio-item__thumb a::after {
    opacity: 1;
    visibility: visible;
    transform: scale(0.99);
}

.folio-item:hover .folio-item__project-link {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.folio-item:hover .folio-item__info {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}


/* ------------------------------------------------------------------- 
  * responsive:
  * portfolio
  * ------------------------------------------------------------------- */

@media screen and (max-width:1200px) {
    .portfolio::before {
        display: none;
    }
    .folio-item__thumb a::after {
        font-size: 2rem;
    }
    .folio-item__title {
        font-size: 1.8rem;
    }
    .folio-item__cat {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:900px) {
    .portfolio {
        padding-top: 20rem;
    }
    .folio-item__thumb a::after {
        font-size: 3rem;
    }
    .folio-item__title {
        font-size: 2.1rem;
    }
    .folio-item__cat {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:600px) {
    .folio-item__thumb a::after {
        font-size: 2rem;
    }
    .folio-item__title {
        font-size: 1.8rem;
    }
    .folio-item__cat {
        font-size: 1.2rem;
    }
}


/* ===================================================================
  * # testimonials
  *
  * ------------------------------------------------------------------- */

.testimonials {
    padding-top: 14.4rem;
    padding-bottom: 16rem;
    background-color: #ffffff;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider p {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.882;
    color: #292929;
}

.testimonial-slider .slick-slide {
    outline: none;
}

.testimonial-slider .slick-dots {
    display: block;
    list-style: none;
    padding: 0;
    margin: 5.6rem 0 0 0;
    text-align: center;
}

.testimonial-slider .slick-dots li {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 9px;
    cursor: pointer;
}

.testimonial-slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.testimonial-slider .slick-dots li button:hover,
.testimonial-slider .slick-dots li button:focus {
    outline: none;
}

.testimonial-slider .slick-dots li.slick-active button,
.testimonial-slider .slick-dots li:hover button {
    background: #292929;
}

.testimonial-slider__slide {
    position: relative;
    padding: 0 20px;
}

.testimonial-slider__author {
    min-height: 7.2rem;
    margin-top: 4rem;
    padding-left: 8.8rem;
    position: relative;
}

.testimonial-slider__avatar {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-slider__cite {
    display: block;
}

.testimonial-slider__cite strong,
.testimonial-slider__cite span {
    /* font-family: "Montserrat", sans-serif; */
    font-style: normal;
}

.testimonial-slider__cite strong {
    font-size: 1.6rem;
    line-height: 1.75;
}

.testimonial-slider__cite span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.333;
    color: rgba(0, 0, 0, 0.7);
}


/* ------------------------------------------------------------------- 
  * responsive:
  * testimonials
  * ------------------------------------------------------------------- */

@media screen and (max-width:900px) {
    .testimonial-slider__slide {
        text-align: center;
    }
    .testimonial-slider__author {
        display: inline-block;
    }
}

@media screen and (max-width:400px) {
    .testimonial-slider__author {
        margin: 0;
        padding: 0;
    }
    .testimonial-slider__avatar {
        position: static;
        margin-bottom: 2.4rem;
    }
}


/* ===================================================================
  * # CTA
  *
  * ------------------------------------------------------------------- */

.cta {
    padding-top: 12rem;
    background-color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.818;
    text-align: center;
}

.cta h2 {
    margin-top: 0;
}

.cta-content {
    max-width: 900px;
}

.cta-content .btn {
    max-width: 600px;
}


/* ------------------------------------------------------------------- 
  * responsive:
  * cta
  * ------------------------------------------------------------------- */

@media screen and (max-width:900px) {
    .cta {
        font-size: 2rem;
    }
    .cta-content {
        max-width: 600px;
    }
}

@media screen and (max-width:600px) {
    .cta {
        font-size: 1.8rem;
    }
}


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

.footer {
    padding-top: 24rem;
    padding-bottom: 8rem;
    background-color: #292929;
    position: relative;
}

.footer .right-vert-line {
    background-color: #f54b4b;
}

.footer__bottom {
    /* font-family: "Montserrat", sans-serif; */
    color:#292929;
    margin-top: 8rem;
}

.footer .footer-email-us .btn:hover,
.footer .footer-email-us .btn:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #292929;
}

.footer .footer-contacts {
    margin-top: 7.2rem;
    margin-left: 22.5%;
}


/* ------------------------------------------------------------------- 
  * ## contact block
  * ------------------------------------------------------------------- */

.footer-contact-block {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
}

.footer-contact-block a {
    color: #ffffff;
    font-size: 2.25rem;
}

.footer-contact-block a:hover,
.footer-contact-block a:focus {
    color: #f54b4b;
}

.footer-contact-block__content,
.footer-contact-block__list li {
    padding: .8rem 0;
}

.footer-contact-block__list {
    list-style: none;
    margin-top: .4rem;
    margin-left: 0;
}

.footer-contact-block__list li {
    padding-left: 0;
}

.footer-contact-block__header {
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}


/* ------------------------------------------------------------------- 
  * ## copyright
  * ------------------------------------------------------------------- */

.copyright {
    z-index: 2;
    position: relative;
    /* text-align: center; */
}

.copyright a,
.copyright span {
    color: #ffffff;
}

.copyright a:hover,
.copyright a:focus {
    color: #f54b4b;
}

.copyright span {
    font-size: 1.5rem;
    display: inline-block;
    /* margin-right: -1.65rem; */
    /* margin-right: 14.75px; */
}

.copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 .8rem 0 1rem;
    color: #f54b4b;
    font-size: 1.75rem;
}

.copyright span:last-child::after {
    display: none;
}


/* ------------------------------------------------------------------- 
  * ## go top
  * ------------------------------------------------------------------- */

.go-top {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 200%, 0);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    bottom: 8.4rem;
    right: 8rem;
}

.go-top a {
    text-decoration: none;
    /* border: 2.5px solid #f54b4b; */
    display: block;
    height: 6.4rem;
    width: 6.4rem;
    border-radius: 50%;
    background-color: #afafaf;
    transition: all .3s;
    position: relative;
}

.go-top a:hover,
.go-top a:focus {
    background-color: #f54b4b;
}

.go-top i {
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    transition: all .3s ease-in-out;
    left: 50%;
    top: 48.5%;
    color: #ffffff;
}


/* .go-top:hover svg path,
 .go-top:focus svg path {
   fill: #292929;;
 } */

.go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}


/* ------------------------------------------------------------------- 
  * responsive:
  * footer
  * ------------------------------------------------------------------- */

/* .footer__main {
  border-left: 2px solid #f54b4b;
  padding-bottom: 5rem;
} */

@media screen and (max-width:1200px) {
    .go-top {
        right: 6rem;
    }
    .go-top a {
        height: 6rem;
        width: 6rem;
    }
    .footer .footer-contacts {
        margin-left: 0;
    }
}

@media screen and (max-width:900px) {
    .footer__main {
      border-left: unset
    }
    /* .footer .footer-contacts {
        margin-left: 0;
    } */
    .footer__main .column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:600px) {
    .footer__main {
      padding: 0;
    }

    .footer__main .contact-info,
    .footer__main .contact-title {
      padding: 0;
      margin-left: 4.25rem;
    }
}

@media screen and (max-width:900px) {
    .footer {
        padding-top: 20rem;
    }
    /* .copyright {
        padding-right: 10rem;
    } */
    .go-top {
        right: 3.6rem;
    }
    .go-top a {
        height: 5.2rem;
        width: 5.2rem;
    }
}

@media screen and (max-width:600px) {
    /* .copyright {
        padding-right: 8rem;
    } */
    /* .copyright span {
        display: block;
    } */
    /* .copyright span::after {
        display: none;
    } */
    .go-top {
        right: 2.4rem;
        bottom: 4rem;
    }
}