/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media (min-width: 0) {
  body::before {
    content: '{ "current" : "small", "all" : [small ], "position" : 0 }';
    display: none; } }

/*! Grid based on https://github.com/necolas/griddle by Nicolas Gallagher (@necolas) */
body {
  font-size: 1em; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em; }

img {
  max-width: 100%; }

.no-js .responsive-image {
  display: none; }

.grid {
  display: block;
  padding: 0;
  margin: 0 -0.625em;
  text-align: left;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed; }

.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em; }

.grid > .grid {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0; }

.grid__cell {
  width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0.625em;
  /* controls vertical positioning of units */
  vertical-align: top;
  /* keeps unit content correctly aligned */
  text-align: left;
  /* reset text defaults */
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto; }

.grid--center {
  text-align: center; }

.grid__cell--center {
  display: block;
  margin: 0 auto; }

html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #363636; }

/* skrollr UTILS ****************************************/
#offset {
  font-size: .7em;
  text-align: center;
  color: #FFF;
  min-width: 30px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: none; }

/* Tooltips */
.tooltipsy {
  font-size: 12px;
  color: #FFF;
  padding: 6px 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6); }
  .tooltipsy:after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 6px solid rgba(0, 0, 0, 0.6);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 5px); }

.wrapper-outer {
  position: relative;
  height: 100vh;
  top: 0; }
  .wrapper-outer h1 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #169998;
    margin: 0 0 16px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale; }
    .wrapper-outer h1 span {
      font-weight: 200; }
  .wrapper-outer h2 {
    font-size: 1rem;
    margin: 0 0 8px;
    font-weight: 400; }
  .wrapper-outer p {
    font-size: .96rem; }
    .wrapper-outer p + h2 {
      margin-top: 30px; }
  .wrapper-outer ul.nav {
    text-align: center;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding: 0 0 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 12; }
    .wrapper-outer ul.nav li {
      font-size: 0;
      text-align: center;
      width: 36px;
      height: 36px;
      margin: 0 8px;
      background-color: white;
      display: inline-block;
      border-radius: 50%;
      position: relative;
      cursor: pointer;
      opacity: .5;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .wrapper-outer ul.nav li:hover {
        opacity: 1;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
      .wrapper-outer ul.nav li.icon-resume {
        background-image: url(../img/icon-resume.svg);
        background-repeat: no-repeat;
        background-position: center 7px;
        background-size: 60%; }
      .wrapper-outer ul.nav li.icon-portfolio {
        width: 44px;
        height: 44px;
        top: 4px;
        background-image: url(../img/icon-portfolio.svg);
        background-repeat: no-repeat;
        background-position: center 4px;
        background-size: 80%; }
      .wrapper-outer ul.nav li.icon-contact {
        background-image: url(../img/icon-contact.svg);
        background-repeat: no-repeat;
        background-position: center 4px;
        background-size: 70%; }
  .wrapper-outer .full-screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }

.home-panel {
  z-index: 9; }
  .home-panel .home-slide {
    width: 100vw;
    position: absolute; }
    .home-panel .home-slide.top {
      height: 45vh;
      background-color: #787878;
      border-bottom: 5px solid #169998;
      overflow: hidden;
      top: 0; }
      .home-panel .home-slide.top img {
        bottom: 0; }
      .home-panel .home-slide.top p.logo-type {
        cursor: pointer;
        bottom: 18px; }
    .home-panel .home-slide.bottom {
      height: 55vh;
      background-color: #787878;
      border-top: 5px solid #169998;
      top: 45vh; }
      .home-panel .home-slide.bottom img {
        top: 0; }
      .home-panel .home-slide.bottom p {
        top: 18px; }
    .home-panel .home-slide img {
      margin: 0 auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: .05;
      max-width: none; }
    .home-panel .home-slide p {
      font-family: "Raleway";
      font-size: 3rem;
      font-weight: 100;
      text-transform: uppercase;
      text-align: center;
      line-height: 0;
      letter-spacing: .03em;
      color: #FFF;
      position: absolute;
      width: 100%;
      margin: 0 auto; }
      .home-panel .home-slide p span {
        position: absolute; }
        .home-panel .home-slide p span.sf {
          right: 50%; }
        .home-panel .home-slide p span.gd {
          left: 50%; }
      .home-panel .home-slide p strong {
        font-weight: 600; }

h1.intro-text {
  font-size: 6vw;
  font-weight: 100;
  text-transform: none;
  color: rgba(0, 0, 0, 0.2);
  position: fixed;
  pointer-events: none;
  z-index: 2; }
  h1.intro-text strong {
    font-weight: 600; }
  h1.intro-text.resume {
    top: 40vh;
    left: 0;
    width: 100vw;
    text-align: center; }
  h1.intro-text.samples {
    top: 15vh;
    right: 10vw;
    text-align: right;
    opacity: 0; }

.wrapper-content {
  position: relative; }
  .wrapper-content h1 {
    font-weight: 100; }
    .wrapper-content h1 strong {
      font-weight: 600; }
  .wrapper-content .wrapper-resume {
    text-align: justify;
    padding: 60vh 0 200px;
    background-color: #F3F3F3; }
    .wrapper-content .wrapper-resume .content-resume {
      content: "";
      display: table;
      clear: both;
      max-width: 970px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1200px) {
        .wrapper-content .wrapper-resume .content-resume {
          content: "";
          display: table;
          clear: both;
          max-width: 1170px;
          margin-left: auto;
          margin-right: auto; } }
    .wrapper-content .wrapper-resume .main-content {
      width: 65.7142857143%;
      float: left;
      margin-right: 2.8571428571%; }
      .wrapper-content .wrapper-resume .main-content h1 {
        clear: both; }
        .wrapper-content .wrapper-resume .main-content h1:before {
          content: "";
          border-top: 3px solid #169998;
          width: 60px;
          margin-bottom: 15px;
          display: block;
          position: absloute; }
      .wrapper-content .wrapper-resume .main-content h2 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        clear: left; }
        .wrapper-content .wrapper-resume .main-content h2 strong {
          font-weight: 600;
          margin-right: 8px; }
        .wrapper-content .wrapper-resume .main-content h2 + h2 {
          color: #169998; }
      .wrapper-content .wrapper-resume .main-content h3 {
        font-size: 15px;
        font-weight: 400;
        font-style: italic;
        color: #169998;
        margin-top: 0; }
        .wrapper-content .wrapper-resume .main-content h3 span {
          font-style: normal; }
      .wrapper-content .wrapper-resume .main-content p:first-of-type {
        font-size: 16px;
        line-height: 2;
        color: #666;
        margin-bottom: 50px; }
      .wrapper-content .wrapper-resume .main-content p + h3 {
        margin-top: 40px; }
      .wrapper-content .wrapper-resume .main-content p {
        font-size: .85rem;
        line-height: 2; }
        .wrapper-content .wrapper-resume .main-content p.col-2 {
          width: 50%;
          float: left;
          padding-bottom: 50px; }
    .wrapper-content .wrapper-resume .sidebar {
      width: 31.4285714286%;
      position: sticky;
      position: -webkit-sticky;
      top: -80px;
      float: right;
      margin-right: 0;
      padding: 0 0 0 10px; }
      @media (min-width: 1200px) {
        .wrapper-content .wrapper-resume .sidebar {
          width: 31.4285714286%;
          float: right;
          margin-right: 0; } }
      .wrapper-content .wrapper-resume .sidebar img {
        margin-bottom: 20px; }
      .wrapper-content .wrapper-resume .sidebar h1:before {
        content: "";
        border-top: 3px solid #169998;
        width: 60px;
        margin-bottom: 15px;
        display: block;
        position: absloute; }
      .wrapper-content .wrapper-resume .sidebar p:first-of-type {
        font-size: 17px;
        font-weight: 200;
        line-height: 1.9;
        text-align: left;
        color: #9C9C9C;
        padding: 0 0 0 20px;
        margin: 200px 0 60px;
        position: relative; }
        .wrapper-content .wrapper-resume .sidebar p:first-of-type:before {
          content: "";
          border-left: 3px solid #D3D3D3;
          height: calc(100% - 14px);
          position: absolute;
          top: 8px;
          left: 0px; }
        .wrapper-content .wrapper-resume .sidebar p:first-of-type strong {
          font-weight: 700;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale; }
      .wrapper-content .wrapper-resume .sidebar p {
        font-size: .85rem;
        line-height: 2; }
  .wrapper-content .wrapper-samples {
    padding: 100px 0 0;
    text-align: center; }
    .wrapper-content .wrapper-samples .nav-samples {
      list-style: none;
      position: fixed;
      top: 45vh;
      right: 0;
      z-index: 10;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .wrapper-content .wrapper-samples .nav-samples.visible {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
      .wrapper-content .wrapper-samples .nav-samples li {
        font-size: 12px;
        text-transform: uppercase;
        color: #353535;
        position: absolute;
        width: 80px;
        right: 0;
        margin: 10px 0;
        padding: 4px 10px;
        background: rgba(0, 0, 0, 0.2);
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        cursor: pointer;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
        .wrapper-content .wrapper-samples .nav-samples li.s2 {
          top: 30px; }
        .wrapper-content .wrapper-samples .nav-samples li.s3 {
          top: 60px; }
        .wrapper-content .wrapper-samples .nav-samples li:hover {
          color: #FFF;
          background: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 200ms ease;
          transition: all 200ms ease; }
        .wrapper-content .wrapper-samples .nav-samples li.active {
          color: #FFF;
          width: 100px;
          background: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 200ms ease;
          transition: all 200ms ease; }
    .wrapper-content .wrapper-samples .sample {
      padding: 200px 0 80px; }
      .wrapper-content .wrapper-samples .sample h1 {
        padding-bottom: 8px; }
        .wrapper-content .wrapper-samples .sample h1 strong {
          padding-right: 10px; }
      .wrapper-content .wrapper-samples .sample p {
        font-size: 15px;
        line-height: 1.5;
        color: #868686;
        padding: 0 10% 20px; }
      .wrapper-content .wrapper-samples .sample h2 {
        font-size: 14px;
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: .1em;
        color: #FFF;
        margin: 0 auto 120px;
        padding: 6px 10px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        display: inline-block; }
      .wrapper-content .wrapper-samples .sample img {
        margin: 20px auto; }
    .wrapper-content .wrapper-samples .wrapper-info {
      width: 100%;
      padding: 50px 0 20px;
      margin-bottom: 50px;
      background-color: #EFEFEF;
      position: relative; }
      .wrapper-content .wrapper-samples .wrapper-info .content-info {
        content: "";
        display: table;
        clear: both;
        max-width: 970px;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 1200px) {
          .wrapper-content .wrapper-samples .wrapper-info .content-info {
            content: "";
            display: table;
            clear: both;
            max-width: 1170px;
            margin-left: auto;
            margin-right: auto; } }
        .wrapper-content .wrapper-samples .wrapper-info .content-info h1 {
          font-weight: 100; }
          .wrapper-content .wrapper-samples .wrapper-info .content-info h1 strong {
            font-weight: 600; }
      .wrapper-content .wrapper-samples .wrapper-info .arrow {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #FFF;
        background: #EFEFEF url(../img/icon-arrow.png) no-repeat center center;
        position: absolute;
        left: calc(50% - 17px); }
  .wrapper-content .quote-strip .ccm-custom-style-quotestrip {
    height: 50vh;
    position: relative;
    background-size: cover; }
  .wrapper-content .quote-strip p {
    font-size: 2.8vh;
    line-height: 1.3;
    width: 40vw;
    height: inherit;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.4); }
    .wrapper-content .quote-strip p .author {
      font-size: 2.3vh;
      font-weight: 300;
      font-style: italic;
      margin-top: 20px;
      text-align: right; }
  @media (min-width: 1200px) {
    .wrapper-content .quote-strip p {
      font-size: 3.8vh; }
      .wrapper-content .quote-strip p .author {
        font-size: 3.2vh; } }
  .wrapper-content .contact-form {
    padding: 100px 0 180px;
    min-height: 100vh;
    background-color: #F3F3F3;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .wrapper-content .contact-form h1 {
      text-align: center; }
    .wrapper-content .contact-form p {
      text-align: center;
      line-height: 1.3; }
    .wrapper-content .contact-form form fieldset {
      border: none;
      padding: 50px 0 20px; }
    .wrapper-content .contact-form form .form-group {
      margin-bottom: 30px;
      position: relative; }
      .wrapper-content .contact-form form .form-group:after {
        content: "Required";
        font-size: 13px;
        font-weight: 300;
        position: absolute;
        right: 15px;
        top: 2px;
        display: block;
        z-index: 10;
        color: #989898; }
      .wrapper-content .contact-form form .form-group:last-of-type:after {
        content: "";
        display: none; }
    .wrapper-content .contact-form form input,
    .wrapper-content .contact-form form textarea {
      border-radius: 0;
      position: relative;
      max-width: 100%; }
    .wrapper-content .contact-form form label.control-label {
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 4px;
      position: relative;
      display: block; }
    .wrapper-content .contact-form form label.error {
      font-size: 12px;
      font-weight: 400;
      color: #FFF;
      padding: 4px 8px;
      background-color: #D87804;
      display: inline-block;
      bottom: -22px;
      left: 26px;
      position: absolute; }
    .wrapper-content .contact-form form input {
      height: 48px; }
    .wrapper-content .contact-form form .btn {
      text-align: center;
      margin: 0 auto;
      padding: 14px 60px;
      background-color: #169998;
      border: none;
      border-radius: 0;
      display: block; }
      .wrapper-content .contact-form form .btn:hover {
        background-color: #9c9700; }
    .wrapper-content .contact-form form.inactive {
      opacity: .4;
      pointer-events: none;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .wrapper-content .contact-form form.inactive .btn {
        background-color: #D2D2D2;
        cursor: not-allowed; }
    .wrapper-content .contact-form .loader {
      margin: 30px auto 0;
      width: 70px;
      text-align: center;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .wrapper-content .contact-form .loader.active {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      .wrapper-content .contact-form .loader > div {
        width: 18px;
        height: 18px;
        background-color: #337ab7;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
      .wrapper-content .contact-form .loader .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s; }
      .wrapper-content .contact-form .loader .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s; }
    .wrapper-content .contact-form .grecaptcha-badge {
	display: none!important;
		}
	.wrapper-content .contact-form .form-group.captcha {
			visibility: hidden;
		}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
    .wrapper-content .contact-form .form-message {
      display: none; }
      .wrapper-content .contact-form .form-message h2 {
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 20px; }
      .wrapper-content .contact-form .form-message.active {
        display: block;
        padding: 60px;
        background-color: #FFF;
        margin: 30px auto 0; }

.ccm-edit-mode .wrapper-content .contact-form .form-message {
  display: block; }
  

@media screen and (min-width: 1450px) {
  .sample-panel .container-fluid {
    max-width: 2000px; } }

@media (max-width: 768px) {
  .wrapper-outer h1 {
    font-size: 1.4rem; }
  .home-panel .home-slide p {
    font-size: 2.2rem; }
  .home-panel .home-slide.top p.logo-type {
    bottom: 12px; }
  .home-panel .home-slide.bottom p {
    top: 14px; }
  .wrapper-content .wrapper-resume,
  .wrapper-content .contact-form {
    padding: 40px 15px; }
  .wrapper-content .wrapper-resume .main-content p:first-of-type {
    font-size: 14px; }
  .wrapper-content .wrapper-resume .sidebar p:first-of-type {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0; }
  .wrapper-content .wrapper-samples .nav-samples {
    top: 60px; }
  .wrapper-content .wrapper-samples .sample {
    padding: 0 0 40px; }
    .wrapper-content .wrapper-samples .sample .images {
      padding: 0 15px; }
  .wrapper-content .quote-strip p {
    width: 60vw;
    background: rgba(255, 255, 255, 0.6); } }

@media (max-width: 767px) {
  .home-panel .home-slide p {
    font-size: 1.8rem; }
    .home-panel .home-slide p span.sf,
    .home-panel .home-slide p span.gd {
      width: 100%;
      display: block;
      position: relative;
      right: 0;
      left: 0; }
    .home-panel .home-slide p span.sf {
      display: none; }
  .home-panel .home-slide.top p.logo-type {
    bottom: 10px; }
  .home-panel .home-slide.bottom p {
    top: 10px; }
  .wrapper-content .wrapper-resume,
  .wrapper-content .wrapper-contact {
    padding: 40px 15px; }
  .wrapper-content .wrapper-resume .main-content {
    width: 100%; }
  .wrapper-content .wrapper-resume .sidebar {
    display: none; }
  .wrapper-content .wrapper-samples .nav-samples {
    top: 40px; }
  .wrapper-content .wrapper-samples .sample h2 {
    width: 100%;
    margin: 0 auto 50px; }
  .wrapper-content .quote-strip p {
    font-size: 1.4rem;
    line-height: 1.6;
    width: 100%;
    background: rgba(255, 255, 255, 0.6); }
    .wrapper-content .quote-strip p .author {
      font-size: 1.2rem; } }
