@charset "UTF-8";
html {
  box-sizing: border-box;
  body: 16px;
  line-height: 24px; }

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

body {
  margin: 0;
  background-color: #323654;
  color: rgba(255, 255, 255, 0.8); }

textarea, input {
  outline: none; }

.hbl_txt_wrapper {
  width: 98%;
  margin-left: 1%; }

.container-site {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  min-height: 800px; }

.right {
  height: 100%;
  background: #f3f5fa !important;
  color: black; }

.left {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 80px; }

.nav {
  position: absolute;
  top: 12px;
  left: 5px; }

.account-container {
  margin: 70px 40px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8); }
  .account-container p {
    text-align: center; }

.account-completed-chats {
  margin-top: 0px;
  text-align: center; }

.account-img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto; }

.account-img-input {
  width: 300px;
  display: block;
  margin: 0 auto; }

.account-title {
  text-align: center; }

.account-description {
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 300px;
  min-height: 120px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  border: 0px;
  resize: none; }

.account-save-button {
  display: block;
  margin: 0 auto; }

.account-description:focus {
  outline: none; }

.account-transcript-list {
  list-style: none;
  padding-left: 0px; }
  .account-transcript-list li {
    margin-top: 15px;
    text-align: center;
    font-size: 16; }
  .account-transcript-list .title-field {
    width: 300px; }
  .account-transcript-list .edit {
    color: white; }

.company-img {
  width: 25%; }

.employers-section {
  width: 100%; }

.featured-container {
  display: flex;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  width: 90%;
  margin: 0px auto;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8); }

.featured-container-title {
  text-align: center;
  font-size: 18px;
  margin: 110px 0px 25px 0; }

.featured-user {
  width: 20%;
  min-width: 190px;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  padding: 20px 30px;
  margin: 0 0 40px 0;
  cursor: pointer; }

.featured-title {
  font-size: 16px;
  text-align: center;
  margin: 8px 0 8px 0; }

.featured-img {
  border-radius: 100%;
  margin: 0 auto;
  display: block; }

.featured-button {
  display: block;
  margin: 0 auto;
  color: #d6d6dd;
  background-color: #4c3fb5;
  border: 0px;
  padding: 4px 10px; }

.featured-button:active {
  outline: none; }

.featured-description {
  text-align: center;
  height: 50px; }

.featured-chats {
  text-align: center;
  font-size: 14px;
  margin: 0 auto 0px;
  width: 78px;
  line-height: 18px;
  font-weight: 100; }

.img-small {
  width: 100px;
  height: 100px; }

.left-content {
  max-width: 700px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.live-expert-box {
  color: black;
  height: 70px;
  background-color: white;
  padding: 15px 30px; }
  .live-expert-box .live-expert-img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    vertical-align: middle; }
  .live-expert-box .live-expert-button {
    border-radius: 0px;
    border: 0px;
    background-color: #23263b;
    color: white;
    padding: 8px 16px;
    margin-top: 9px;
    float: right; }
  .live-expert-box .live-expert-name {
    display: inline;
    position: relative;
    top: 3px;
    font-size: 20px;
    margin-left: 20px; }

.ReactModal__Content {
  font-family: 'Open Sans', sans-serif;
  width: 80%;
  color: black; }
  .ReactModal__Content .modal-img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    vertical-align: top; }
  .ReactModal__Content .modal-operatorname {
    font-size: 22px;
    font-weight: bold; }
  .ReactModal__Content .modal-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .ReactModal__Content .modal-head-left {
    -ms-flex: 1;
        flex: 1; }
  .ReactModal__Content .modal-head-right {
    -ms-flex: 3;
        flex: 3;
    padding-left: 12px; }
  .ReactModal__Content .modal-completed-chats {
    color: #5d5d5d; }
  .ReactModal__Content .modal-skills {
    padding: 0px; }
  .ReactModal__Content .modal-skill {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    list-style: none;
    background-color: #23263B;
    color: white;
    border-radius: 12px;
    margin: 0 2px; }

.nav ul {
  padding-left: 15px;
  list-style-type: none;
  margin-top: 0; }

.nav ul li {
  float: left;
  margin-right: 30px;
  padding-top: 10px; }

.nav ul li:first-child {
  padding-top: 0; }

.nav li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }

.logo {
  height: 38px;
  width: 158px; }

.olark {
  width: 100px;
  display: block;
  margin: 0 auto; }

.partners {
  margin-top: 60px; }

.partners-title {
  text-align: center; }

.transcript {
  margin: 70px 0px;
  color: #383c3d;
  -ms-flex: 1;
      flex: 1; }
  .transcript .message-visitor {
    text-align: left;
    background-color: #f9fafa; }
  .transcript .message-operator {
    background-color: white; }
    .transcript .message-operator .nickname {
      color: #6d85fd; }
  .transcript table {
    width: 100%;
    table-layout: fixed; }
  .transcript tr {
    height: 45px; }
    .transcript tr td {
      word-wrap: break-word; }
    .transcript tr .body {
      padding: 4px 2px 4px 8px; }
    .transcript tr .operator {
      color: blue; }
  .transcript .nickname {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 20px 0px 20px;
    font-weight: 700;
    vertical-align: top; }
  .transcript .single-message {
    margin: 0; }
  .transcript .grouped-message {
    margin: 20px auto; }
  .transcript .transcript-header {
    margin-bottom: 30px;
    padding: 0 20px; }
  .transcript .transcript-title {
    margin-top: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8); }
  .transcript .operator-username {
    color: rgba(255, 255, 255, 0.8);
    text-align: center; }
  .transcript .operator-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    margin: 0 auto; }

.becomeexpert {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 100px;
  line-height: 16px;
  width: 160px;
  height: 30px; }
  .becomeexpert:hover {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #4cb9ff; }

#habla_offline_email_input {
  width: 90%; }

#habla_name_input {
  width: 90%; }

#habla_offline_body_input {
  width: 90%; }

.headline {
  color: #4cb9ff;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.5px; }

.tagline {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8); }

.second-tagline:after {
  content: "Try it out at the bottom. ↓"; }

ol {
  padding-left: 20px; }

h2 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85); }

li {
  color: #4cb9ff;
  font-weight: 600; }

@media (min-width: 600px) {
  .headline {
    font-size: 33px;
    line-height: 42px;
    margin-top: 0; }
  .tagline {
    font-size: 18px;
    line-height: 29px; }
  .second-tagline:after {
    content: "Try it out now →"; }
  .faq {
    margin-top: 100px; } }

.coding-icons {
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 75px; }
  .coding-icons li {
    padding: 1px 10px;
    margin: 0;
    list-style: none;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    margin: 0 2px;
    line-height: 33px; }

.experts-section {
  overflow: hidden;
  margin-top: 60px;
  background: #23263b;
  padding-top: 50px;
  padding-bottom: 5px0px; }

.expert {
  width: 50%;
  display: table-cell;
  float: left;
  margin-bottom: 30px; }

.expert-name {
  text-align: center; }

.expert-img {
  display: block;
  margin: 0 auto;
  width: 100px;
  border-radius: 100%; }

.expert-text {
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  line-height: 20px; }

.faq {
  margin-top: 100px; }

.faq-section {
  margin-top: 65px;
  background: #23263b;
  padding-bottom: 100px; }

.footer {
  margin-top: 100px;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.25); }
  .footer a {
    color: rgba(255, 255, 255, 0.25);
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }

.link {
  color: #4cb9ff; }

.white-link {
  color: rgba(255, 255, 255, 0.8); }

.route-link a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px; }

.sub-title {
  margin-top: 70px; }

#hbl_body_message, .habla_conversation_person2, #habla_pre_chat_div span, #habla_pre_chat_error_span span {
  color: #ce2672;
  font-weight: 600;
  font-size: 20px; }

#habla_conversation_text_span {
  font-size: 20px !important; }

#habla_conversation_div {
  height: auto !important;
  padding-top: 10%;
  font-size: 20px;
  background: #f3f5fa; }

#habla_beta_container_do_not_rely_on_div_classes_or_names {
  background: #f3f5fa; }

#habla_topbar_div {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  text-align: center;
  line-height: 50px; }

#habla_chatform_form textarea {
  padding-top: 10px; }

#habla_chatform_form textarea, #habla_chatform_form #habla_input_div {
  width: 100%;
  height: 100px !important; }

#habla_chatform_form #habla_wcsend_input {
  border: 1px solid #dbdde2;
  padding-left: 10px; }

#habla_chatform_form .hbl_txt_wrapper {
  width: 98%; }

.hbl_txt_wrapper {
  width: 94%; }

#habla_pre_chat_div {
  padding-top: 50px; }

#habla_pre_chat_email_input {
  width: 100% !important;
  height: 50px !important;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #333; }

#habla_pre_chat_submit_input {
  background: #4cb9ff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  color: white;
  height: 50px;
  width: 250px;
  font-size: 16px;
  font-weight: 400; }

#habla_middle_div {
  height: 100vh; }

#habla_middle_wrapper_div {
  height: calc( 100% - 175px);
  padding-left: 20px;
  overflow: scroll !important; }

#habla_wcsend_input {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.25); }

#habla_window_div {
  margin: 0 !important; }

.olark_avatar {
  border-radius: 100%; }

@media (min-width: 1000px) {
  .hero-content {
    height: 40vh; }
  .left {
    width: 60%; }
  .right {
    width: 40%;
    left: 60% !important; } }

@media (min-width: 800px) {
  .ReactModal__Content {
    width: 40%; }
  .container-site {
    display: -ms-flexbox;
    display: flex; }
  .left {
    width: 60%;
    margin-top: 80px; }
  .right {
    position: fixed;
    width: 40%;
    left: 60% !important; }
  .transcript {
    padding: 0 100px; }
    .transcript .nickname {
      width: 130px; } }
