@charset "UTF-8";
/*
Theme Name: Plusume
Author: Robert Kirkner 
Author URI: rob@interactiverob.com
Description: Make a video pitch and show employers
you’re more than just a piece of paper.
Version: 1.0
License: ©2017 Plusume, All Rights Reserved.
License URI: https://www.copyright.gov/
Text Domain: plusume
*/
@import url(/css/main.css);
@import url(/css/normalize.css);
html, body {
  font-size: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", "Open Sans", Helvetica, sans-serif; }

h1 {
  font-size: 3.2rem;
  color: #6A86C3;
  margin-top: 0px; }
  @media (max-width: 460px) {
    h1 {
      font-size: 2rem; } }

h2.heading {
  font-size: 2rem; }

p {
  font-size: 1.8rem; }

i.fa {
  font-size: 1.6rem; }

.recordrtc video {
  width: 100% !important; }

video::-webkit-media-controls-enclosure {
  display: none; }

.experiment {
  margin: 0 10rem !important; }

.alert-bar {
  transition: all ease 0.6s; }

.media-container-format {
  display: none; }

.recording .backdrop {
  overflow: hidden; }

.recording .control-bar {
  opacity: 0;
  transition: all ease 0.6s;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  height: 70px;
  padding: 10px;
  position: absolute;
  bottom: 0; }
  .recording .control-bar .controls {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 250px; }
    .recording .control-bar .controls .icon {
      flex-basis: auto;
      width: auto; }
      .recording .control-bar .controls .icon.hidden {
        display: none; }
      .recording .control-bar .controls .icon button {
        background: transparent;
        border: none; }
        .recording .control-bar .controls .icon button img {
          width: 30px; }
        .recording .control-bar .controls .icon button:disabled {
          filter: grayscale(100%); }
      .recording .control-bar .controls .icon label {
        display: block;
        padding-top: 3px;
        font-size: 1.4rem;
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: 400; }

.transparent {
  opacity: 0 !important;
  pointer-events: none !important; }

.opaque {
  opacity: 1 !important; }

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

* {
  font-family: "Muli", "Open Sans", Helvetica, sans-serif;
  color: #666666; }

html {
  height: 100%; }

body {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden !important; }

a {
  text-decoration: none !important; }

.card {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: 2px; }

.flex.parent {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 1024px; }

.content {
  background-color: #EFEFEF;
  max-width: 100%; }

.sep {
  border: 1px solid #979797; }

input:focus, textarea, button, [contenteditable="true"]:focus {
  outline: none; }

header {
  display: block;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.24); }
  @media (max-width: 460px) {
    header {
      height: 50px; } }

.site-header {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: 1290px; }
  .site-header .logo {
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: 95px;
    height: 70px;
    float: left;
    margin-left: 72px; }
    @media (max-width: 460px) {
      .site-header .logo {
        margin-left: 30px;
        height: 50px; } }
  .site-header .tools {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 70px;
    width: 240px;
    margin-right: 72px;
    float: right; }
    @media (max-width: 460px) {
      .site-header .tools {
        width: 80px; } }
    .site-header .tools .activation {
      font-size: 1.4rem;
      text-align: left;
      margin-right: 30px;
      position: relative;
      top: 10px; }
      @media (max-width: 460px) {
        .site-header .tools .activation {
          display: none; } }
      .site-header .tools .activation a {
        display: inline-block;
        padding-right: 15px; }
    .site-header .tools .menu-btn {
      cursor: pointer;
      display: block;
      padding: 10px 15px;
      text-transform: uppercase;
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      border-radius: 2px;
      box-sizing: border-box;
      padding: 8px 15px;
      float: right;
      border: 1px solid #666666;
      border-radius: 2px;
      transition: all ease 0.6s; }
      @media (max-width: 460px) {
        .site-header .tools .menu-btn {
          background-color: #FAB615;
          position: fixed;
          z-index: 9999;
          bottom: 40px;
          left: 15px;
          border: none; }
          .site-header .tools .menu-btn.nav-down {
            bottom: -40px; } }
      .site-header .tools .menu-btn:hover {
        border: none;
        background-color: #FAB615; }

.boundary {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  pointer-events: none; }

.menu {
  pointer-events: all;
  transition: all ease 0.6s;
  position: fixed;
  right: -230px;
  top: 0;
  display: block;
  width: 230px;
  box-sizing: border-box;
  padding: 15px;
  height: auto;
  background-color: #FAB615;
  overflow: hidden;
  z-index: 4; }
  .menu .fa-times {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px; }
  .menu.active {
    right: 0; }
  .menu ul {
    display: block;
    padding: 0;
    list-style-type: none; }
  .menu li {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    text-align: left; }

.darken {
  display: none; }

.dark-overlay {
  position: fixed;
  top: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3; }

/*Hero*/
.hero {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 350px; }
  @media (max-width: 460px) {
    .hero, .hero .hero-text {
      height: 230px; }
    .hero .hero-image {
      background-image: url("images/shanghai-mobile.jpg");
      background-size: cover; } }

.hero-image {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 350px;
  background-image: url("images/shanghai.jpg");
  background-size: cover;
  background-position: center center; }

#user-profile .hero-image {
  background-image: url("images/city-backdrop.jpg"); }

.hero-text {
  display: flex;
  align-items: center;
  vertical-align: middle;
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  height: 360px;
  max-width: 480px;
  margin-left: 72px; }
  @media (max-width: 460px) {
    .hero-text {
      margin-left: 0px;
      align-items: center; } }
  .hero-text .big-heading {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 4.8rem;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0 0 5px 0; }
    @media (max-width: 460px) {
      .hero-text .big-heading {
        max-width: 85%;
        font-size: 2.9rem;
        text-align: left; } }
  .hero-text .subhead {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    font-size: 2.4rem;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    @media (max-width: 460px) {
      .hero-text .subhead {
        max-width: 85%;
        font-size: 1.4rem; } }
  .hero-text .cta-btn {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #FAB615; }
    @media (max-width: 460px) {
      .hero-text .cta-btn {
        float: none;
        margin: 0 auto; } }

/*Form Card*/
.hero-form {
  pointer-events: all;
  transition: all ease 0.6s;
  position: absolute;
  top: 195px;
  right: -450px; }
  @media (max-width: 460px) {
    .hero-form {
      top: 60px;
      width: 100%; } }
  .hero-form.active {
    right: 72px; }
    @media (max-width: 460px) {
      .hero-form.active {
        right: 0; } }

.sign-up {
  width: 450px;
  height: 255px;
  flex-flow: row wrap;
  box-sizing: border-box;
  position: relative;
  padding: 15px 20px 15px; }
  .sign-up.compact-form {
    height: auto;
    padding: 8px 20px 10px;
    width: 100%;
    max-width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto; }
    .sign-up.compact-form .brand-bar {
      display: none; }
  .sign-up input:not([type=submit]):not([type=file]) {
    font-size: 1.2rem;
    height: 25px;
    background: #EFEFEF;
    border: none;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    max-width: 180px;
    transition: all ease 0.6s; }
    .sign-up input:not([type=submit]):not([type=file]):focus {
      background-color: #f1f2f9; }
    .sign-up input:not([type=submit]):not([type=file]).compact-form {
      background: white; }
  .sign-up input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1.2rem; }
  .sign-up input::placeholder {
    color: 1.2rem; }
  .sign-up .fa-eye, .sign-up .fa-eye-slash {
    color: #D00000;
    display: none;
    position: absolute;
    right: 25px;
    bottom: 15px; }
  .sign-up .fa-eye {
    color: #6A86C3;
    display: inline-block; }

.brand-bar {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -4px;
  right: 0;
  left: 0; }
  .brand-bar.content-top {
    display: none; }
    .brand-bar.content-top.compact-form {
      display: block;
      position: absolute;
      left: 0;
      right: 0; }

.form-header {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 400; }
  .form-header.compact-form {
    font-size: 1.4rem; }

form#sign-up {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: flex-end; }
  form#sign-up label {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 5px; }
    form#sign-up label.compact-form {
      display: none; }
  form#sign-up .submit-button {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    box-sizing: border-box;
    height: 50px;
    background-color: #A4C639;
    color: #FFFFFF;
    border: none;
    display: inline-block;
    float: left;
    border-radius: 0; }
    form#sign-up .submit-button.compact-form {
      float: none;
      margin: 0 auto;
      padding: 10px;
      height: auto; }

.input-wrap {
  display: block;
  width: 100%;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  padding-top: 5px; }
  .input-wrap.compact-form.submit-btn {
    padding-bottom: 0px; }
  .input-wrap.password {
    position: relative; }

.social-sign-up {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 35px;
  width: 230px; }
  .social-sign-up.compact-form {
    bottom: 10px;
    right: 40px; }
  .social-sign-up .alt-sign-up {
    display: inline-block;
    font-size: 1.4rem; }
    .social-sign-up .alt-sign-up.compact-form {
      display: none; }
  .social-sign-up .fa {
    font-size: 40px;
    float: right;
    margin-left: 20px; }
  .social-sign-up .fa-google-plus-official {
    color: #C9302C;
    order: 3; }
  .social-sign-up .fa-facebook-official {
    font-size: 36px;
    color: #3B5998;
    order: 2; }

/*Article Content*/
.content {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden; }
  @media (max-width: 460px) {
    .content {
      position: relative; } }

.bobber {
  position: relative; }

.lead-in {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px; }
  .lead-in#keep-up {
    padding-top: 20px; }
  .lead-in p {
    font-size: 1.6rem; }

.main {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 811px;
  width: 100%; }
  @media (max-width: 768px) and (min-width: 460px) {
    .main {
      padding: 30px;
      box-sizing: border-box; } }
  @media (max-width: 460px) {
    .main {
      max-width: 280px; } }
  .main .article.card {
    margin-top: 30px;
    height: 300px; }
    @media (max-width: 460px) {
      .main .article.card {
        height: 215px; } }
    .main .article.card .mobile-featured-image {
      display: none; }
      @media (max-width: 460px) {
        .main .article.card .mobile-featured-image {
          position: absolute;
          left: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 80px;
          overflow: hidden; } }
    .main .article.card .featured-image {
      width: 330px;
      height: 300px; }
      @media (max-width: 460px) {
        .main .article.card .featured-image {
          display: none; } }
      .main .article.card .featured-image.flip {
        order: 2; }
    .main .article.card .descr {
      padding: 0 30px 30px 30px;
      text-align: left; }
      @media (max-width: 460px) {
        .main .article.card .descr {
          padding: 0 15px 10px 15px;
          box-sizing: border-box;
          position: relative;
          width: 100%; } }
      .main .article.card .descr.flip {
        order: 1; }
    .main .article.card .hint {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      height: 48px;
      font-size: 1.4rem;
      text-transform: uppercase;
      border-bottom: 1px solid #979797; }
      @media (max-width: 460px) {
        .main .article.card .hint {
          height: 30px;
          border-bottom: none; } }
    .main .article.card .user-meta {
      display: block;
      float: right; }
      .main .article.card .user-meta span, .main .article.card .user-meta .fa {
        font-size: 2rem; }
        @media (max-width: 460px) {
          .main .article.card .user-meta span, .main .article.card .user-meta .fa {
            position: relative;
            top: -5px;
            font-size: 1.4rem; } }
      .main .article.card .user-meta .fa {
        display: inline-block;
        padding: 0 10px 0 25px; }
        @media (max-width: 460px) {
          .main .article.card .user-meta .fa {
            padding-right: 5px; } }
    .main .article.card .headline {
      font-size: 2.8rem;
      margin: 10px 0; }
      @media (max-width: 460px) {
        .main .article.card .headline {
          font-size: 2rem;
          margin-bottom: 0; }
          .main .article.card .headline::before {
            content: '';
            display: block;
            height: 80px; } }
    .main .article.card .excerpt {
      margin: 0;
      font-size: 2rem;
      line-height: 1.5; }
      @media (max-width: 460px) {
        .main .article.card .excerpt {
          font-size: 1.4rem;
          line-height: 1.3;
          padding-bottom: 10px; }
          .main .article.card .excerpt .inline-link {
            text-decoration: underline;
            font-weight: 700; } }
    .main .article.card .cta-btn {
      background-color: #FAB615;
      cursor: pointer;
      display: block;
      padding: 10px 15px;
      text-transform: uppercase;
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      border-radius: 2px;
      box-sizing: border-box;
      margin: 20px auto;
      width: 160px; }
      @media (max-width: 460px) {
        .main .article.card .cta-btn {
          display: none; } }

/*explainer*/
.explainer {
  width: 100%;
  height: 415px; }
  @media (max-width: 768px) and (min-width: 460px) {
    .explainer {
      padding: 30px;
      box-sizing: border-box; } }
  @media (max-width: 460px) {
    .explainer {
      height: auto;
      padding: 40px 0; } }
  .explainer .flex.parent {
    max-width: 1024px; }
  .explainer .third {
    height: auto;
    width: 33%;
    align-items: flex-start; }
    @media (max-width: 460px) {
      .explainer .third {
        width: 100%;
        align-items: center; } }
  .explainer .step {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 250px; }
    @media (max-width: 460px) {
      .explainer .step {
        margin-top: 30px; }
        .explainer .step.register {
          margin-top: 0px; } }
    .explainer .step object {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      height: 110px;
      width: 140px; }
      .explainer .step object.envelope {
        position: relative;
        left: -15px; }
    .explainer .step h3 {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      padding: 40px 0 20px 0;
      font-size: 1.6rem; }
      @media (max-width: 460px) {
        .explainer .step h3 {
          padding-top: 20px; } }
    .explainer .step .mini-line {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      max-width: 30px;
      border-radius: 5px;
      height: 3px; }
      .explainer .step .mini-line.blue {
        background-color: #6A86C3; }
      .explainer .step .mini-line.green {
        background-color: #A4C639; }
      .explainer .step .mini-line.yellow {
        background-color: #FAB615; }
  .explainer .detail {
    font-size: 1.6rem; }

/*footer*/
.site-footer {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden; }
  .site-footer footer {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 75px;
    max-width: 930px; }
    @media (max-width: 460px) {
      .site-footer footer {
        padding: 0 20px 0;
        box-sizing: border-box; } }
  .site-footer .footer-nav {
    margin-top: 60px;
    margin-bottom: 30px; }
    @media (max-width: 460px) {
      .site-footer .footer-nav {
        margin-top: 20px;
        border-top: 1px solid #979797; } }
    .site-footer .footer-nav ul {
      list-style-type: none;
      padding-left: 0;
      display: block;
      width: 100%;
      text-align: left; }
      .site-footer .footer-nav ul li {
        display: inline-block;
        padding: 0 20px; }
        @media (max-width: 460px) {
          .site-footer .footer-nav ul li {
            padding: 0 10px; } }
        .site-footer .footer-nav ul li:first-child {
          padding-left: 0; }
      .site-footer .footer-nav ul a {
        font-size: 1.4rem; }
        .site-footer .footer-nav ul a .fa {
          display: inline-block;
          border: 1px solid #979797;
          margin-left: 15px;
          padding: 3px; }
  .site-footer .copyright {
    text-align: left;
    font-size: 1.2rem; }
  .site-footer .balt {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #6A86C3;
    padding: 15px 0;
    font-size: 1.2rem; }

.footer-top {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 250px;
  background-image: url("images/plusume-hand.jpg");
  background-position: cover; }
  .footer-top .flex.parent {
    height: 250px;
    flex-flow: row wrap; }
    .footer-top .flex.parent .fa-paper-plane, .footer-top .flex.parent h4 {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 20px;
      color: #FFFFFF; }
    .footer-top .flex.parent h4 {
      font-size: 1.8rem;
      text-transform: uppercase; }
    .footer-top .flex.parent .input-wrap {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      display: inline-block;
      float: none;
      width: auto; }
      .footer-top .flex.parent .input-wrap input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #a2a2a2; }
      .footer-top .flex.parent .input-wrap input::placeholder {
        color: #a2a2a2; }
      .footer-top .flex.parent .input-wrap input[type="text"] {
        box-sizing: border-box;
        height: 60px;
        width: 315px;
        background: transparent;
        border: 1px solid #FAB615;
        float: left;
        color: #FFFFFF;
        font-size: 1.4rem;
        padding: 15px; }
        @media (max-width: 460px) {
          .footer-top .flex.parent .input-wrap input[type="text"] {
            width: auto; } }
      .footer-top .flex.parent .input-wrap .submit-button {
        height: 60px;
        width: 90px;
        background-color: #FAB615;
        border: none;
        font-size: 1.2rem;
        float: left; }

#email-capture {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 430px; }

/*Content Pages*/
.hero {
  position: relative; }

.content {
  overflow: visible; }

#what-is-this .hero-image {
  background-image: url("images/smiley.jpg"); }
  @media (max-width: 460px) {
    #what-is-this .hero-image {
      background-image: url("images/smiley-mobile.jpg"); } }

#what-is-this .hero-text {
  display: none; }

.letterhead {
  position: relative;
  top: -60px;
  z-index: 2;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  max-width: 810px;
  padding: 35px 90px 50px; }
  @media (max-width: 768px) and (min-width: 460px) {
    .letterhead {
      width: calc(100% - 60px);
      box-sizing: border-box; } }
  @media (max-width: 460px) {
    .letterhead {
      width: calc(100% - 40px);
      min-width: 275px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 20px 15px 30px; } }
  .letterhead .article-cta {
    margin-top: 30px; }
    .letterhead .article-cta .heading {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      color: #6A86C3;
      max-width: 300px; }

/*Flip CTA */
.special-cta {
  position: relative;
  display: block;
  margin: 15px auto 30px;
  width: 100%;
  max-width: 390px;
  min-height: 230px;
  height: auto;
  perspective: 1000px; }
  @media (max-width: 460px) {
    .special-cta {
      min-height: 180px; } }

.cta-form {
  background-color: #ffffff;
  height: 230px;
  padding: 15px;
  box-sizing: border-box;
  transition: .6s;
  position: absolute;
  z-index: 3;
  width: 100%; }
  @media (max-width: 460px) {
    .cta-form {
      height: 180px;
      padding: 0; } }

.cta-form form {
  width: 90%;
  margin: 0 auto; }

.validation_error, .validation_message {
  display: none; }

#gform_wrapper_5 .gfield_error {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
  border: none !important; }

.cta-form .gform_confirmation_message {
  color: #2372b9; }

.cta-form .gforms_confirmation_message {
  opacity: 0;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.inner-text {
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  min-height: 230px;
  height: auto;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-size: cover; }
  @media (max-width: 460px) {
    .inner-text {
      min-height: 180px; } }
  .inner-text .cta-btn {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    padding: 1rem;
    border: solid #ffffff 2.5px;
    text-transform: uppercase;
    margin: 10px auto;
    background: transparent;
    font-weight: 400;
    transition: .6s; }

.cta-headline {
  color: #ffffff;
  font-size: 19px; }

.v-center {
  width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.overlay {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 230px;
  transition: .6s;
  backface-visibility: hidden; }
  @media (max-width: 460px) {
    .overlay {
      height: 120px; } }

.noverlay {
  background-color: #ffffff !important; }

.turnover {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.1);
  min-height: 230px;
  height: auto;
  position: relative;
  transition: .6s;
  z-index: 2;
  transform-style: preserve-3d; }
  @media (max-width: 460px) {
    .turnover {
      min-height: 180px; } }

.cta-form.back {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.1);
  background: url("images/shanghai-form.jpg"); }

.short {
  transition: 0s; }

.errored:hover {
  background-color: red !important; }

.errored {
  background-color: red !important; }

.err-text {
  color: crimson !important; }

.front .back {
  backface-visibility: hidden; }

.inner-text {
  backface-visibility: hidden; }

.back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.bluverlay {
  background-color: rgba(0, 0, 0, 0.4); }

.active-yellow {
  background-color: #FAB615 !important;
  border: 2.5px solid #FAB615 !important; }

/*———— -social contact us card- ————*/
.social-contact {
  max-width: 990px;
  min-height: 70px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  top: -30px;
  padding: 0 25px;
  box-sizing: border-box; }
  @media (max-width: 768px) and (min-width: 460px) {
    .social-contact {
      width: calc(100% - 60px); } }
  @media (max-width: 460px) {
    .social-contact {
      width: calc(100% - 40px);
      min-width: 275px;
      margin: 0 auto;
      height: auto;
      box-sizing: border-box;
      padding: 20px 15px 30px;
      flex-flow: row wrap; } }
  .social-contact p {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 40px;
    font-size: 1.8rem;
    max-height: 40px; }
    @media (max-width: 460px) {
      .social-contact p {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        float: none;
        margin: 0 auto;
        width: 100%;
        max-height: none;
        height: 130px; }
        .social-contact p span {
          display: flex;
          justify-content: space-between;
          display: block;
          text-align: center;
          width: 100%;
          margin: 0 auto; }
          .social-contact p span .lets-connect {
            display: block;
            text-align: center;
            width: 100%;
            margin: 0 auto; }
        .social-contact p .fa {
          padding: 10px 15px 0;
          margin-left: 0; } }
    .social-contact p:first-child {
      text-transform: uppercase; }
  .social-contact .fa {
    line-height: 40px;
    font-size: 40px;
    margin-left: 30px; }
  .social-contact .fa-envelope {
    font-size: 30px !important;
    color: #FAB615;
    margin: 0 20px; }
    @media (max-width: 460px) {
      .social-contact .fa-envelope {
        margin: 0 auto; } }
  .social-contact .fa-twitter {
    color: #55acee; }
  .social-contact .fa-facebook-official {
    color: #3b5998; }
  .social-contact .fa-linkedin-square {
    color: #007bb5; }

/*———— -User Profile- ————*/
.card-hint {
  position: relative;
  top: -10px;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto 10px; }
  .card-hint span {
    font-size: 1.8rem;
    text-transform: uppercase;
    width: auto;
    border-bottom: 1px solid #979797;
    padding-bottom: 2px;
    display: inline-block; }

#profile .letterhead {
  box-sizing: border-box;
  max-width: 810px;
  padding-bottom: 30px; }

#profile .recording {
  height: 323px;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 570px;
  overflow: hidden; }
  @media (max-width: 460px) {
    #profile .recording {
      height: 150px;
      max-width: 100%; } }
  #profile .recording .recording-media {
    display: none; }

#profile .empty.backdrop {
  width: 100%;
  height: 100%;
  background: url(images/video-space.png) center/contain no-repeat;
  position: relative; }

#profile .backdrop.processing {
  background: #9be1d3; }

#profile .alert-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 350px;
  margin: 0 auto;
  height: 50px;
  background-color: #FAB615; }
  @media (max-width: 460px) {
    #profile .alert-bar {
      flex-flow: row wrap;
      top: 190px;
      height: 100px;
      box-sizing: border-box;
      padding: 10px 0; } }
  #profile .alert-bar span.alert-text {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    height: 20px;
    margin-top: 3px; }
    @media (max-width: 460px) {
      #profile .alert-bar span.alert-text {
        margin-top: 100px;
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto; } }
  #profile .alert-bar #create {
    display: inline-block;
    font-size: 1.4rem;
    text-transform: uppercase;
    border: 2px solid #666666;
    padding: 5px 10px;
    margin-left: 25px;
    border-radius: 3px;
    background: transparent;
    height: auto; }
    @media (max-width: 460px) {
      #profile .alert-bar #create {
        margin-left: 0px; } }

@media (max-width: 460px) {
  #profile .user-info {
    margin-top: 100px; } }

#profile .user-info h1 {
  display: block;
  width: 100%;
  text-align: left;
  margin: 20px 0 20px; }

/*———— -Full Page form styling- ————*/
.letterhead.form-forward {
  max-width: 810px;
  box-sizing: border-box; }
  .letterhead.form-forward .form-box {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 570px; }
  .letterhead.form-forward form .input-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    .letterhead.form-forward form .input-wrap.full {
      margin-top: 5px; }
    .letterhead.form-forward form .input-wrap:not(.full) input {
      position: absolute;
      left: 240px; }
      @media (max-width: 460px) {
        .letterhead.form-forward form .input-wrap:not(.full) input {
          position: relative;
          left: 30px; } }
    .letterhead.form-forward form .input-wrap .fa-compass {
      position: relative;
      right: -185px;
      top: 4.5px; }
  .letterhead.form-forward form input:not([type=submit]):not([type=file]), .letterhead.form-forward form textarea {
    font-size: 1.2rem;
    height: 25px;
    background: #EFEFEF;
    border: none;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    max-width: 180px;
    transition: all ease 0.6s; }
    .letterhead.form-forward form input:not([type=submit]):not([type=file]):focus, .letterhead.form-forward form textarea:focus {
      background-color: #f1f2f9; }
  .letterhead.form-forward form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1.2rem;
    vertical-align: top;
    display: inline !important; }
  .letterhead.form-forward form input::placeholder {
    font-size: 1.2rem;
    display: inline !important; }
  .letterhead.form-forward form label {
    float: left;
    text-align: left;
    width: auto;
    font-size: 2rem;
    margin-bottom: 5px; }
    .letterhead.form-forward form label.compact-form {
      display: none; }
  .letterhead.form-forward form #summary {
    resize: none;
    height: 160px;
    width: 100%;
    max-width: 100%;
    padding-top: 15px; }
  .letterhead.form-forward form .submit-button {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #FAB615;
    margin: 15px auto 0px;
    border: none; }
  .letterhead.form-forward form .preview-text {
    margin: 0 auto;
    font-size: 1.6rem;
    text-decoration: underline !important; }

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