@font-face {
  font-family: "myriad-pro-light";
  src: url("fonts/myriadpro-light-webfont-webfont.eot");
  src: url("fonts/myriadpro-light-webfont-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/myriadpro-light-webfont-webfont.woff") format("woff"),
    url("fonts/myriadpro-light-webfont-webfont.ttf") format("truetype"),
    url("fonts/myriadpro-light-webfont-webfont.svg#myriad_prolight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* -------------------------------------------------------
	Reset Basics
------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------------------
	Basic Styles
------------------------------------------------------- */
body {
  background: #fff;
  color: #000;
  font: 16px/24px "myriad-pro", Arial, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  /* overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* -------------------------------------------------------
	Typography
------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2c2c;
  font-family: "myriad-pro", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a,
a:visited {
  color: #2c2c2c;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:focus {
  color: #247cb4;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
p a,
p a:visited {
  line-height: inherit;
}
.borderRadius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fluid-image {
  width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}

/* -------------------------------------------------------
	Header
------------------------------------------------------- */
.page-loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 9;
}
.page-loader img {
  left: 50%;
  top: 50%;
  position: fixed;
  margin: -32px 0 0 -32px;
}
header {
  width: 100%;
  height: 50px;
  background: #fafafa;
}
header .logo a {
  float: left;
  margin-top: 14px;
}
header .logo a img {
  width: 175px;
}
.livechat-links {
  padding-left: 40px;
}
.livechat-links ul li,
.other-links ul li,
.account-links ul li {
  float: left;
  margin: 14px 30px 0 0;
}
.account-links ul li {
  margin-top: 12px;
}
.livechat-links ul li:last-child,
.account-links ul li:last-child {
  margin-right: 0;
}
.livechat-links ul li a,
.other-links ul li a,
.account-links ul li a {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.other-links ul li,
.account-links ul li {
  margin-right: 20px;
}
.other-links ul li a,
.account-links ul li a {
  /*font-size: 13px;*/
  display: inline-block;
}
.other-links ul li:last-child {
  margin-right: 40px;
}
.livechat-links ul li a:hover,
.other-links ul li a:hover,
.account-links ul li a:hover,
.livechat-links ul li a.active-chat {
  color: #000;
}
.account-links ul li.signup-link a {
  color: #f26522;
}
.account-links ul li.signup-link a:hover {
  color: #d75011;
}
.nav-links .nav-menu {
  float: right;
}
.nav-links .nav-menu,
.nav-links .nav-menu {
  float: left;
}

.inline-block,
.account-links, 
.other-links {
  display: inline-block;
}

.other-links ul li a i.down-arrow,
.livechat-links ul li a i.down-arrow {
  border: solid #666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.mobile-sub-menu,
.mobile-sales-menu {
  display: none;
}
.sales-subMenu {
  /*margin-top: 16px;*/
  position: absolute;
  width: 100%;
}
.sales-subMenu .subMenu-body {
  /*border-bottom: 1px solid #dbdbdb;*/
  display: inline-block;
  /*padding-bottom: 6px;*/
  width: 100%;
}
.sales-subMenu h3,
.sales-subMenu ul li a {
  float: left;
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 100;
  font-weight: normal;
}
.sales-subMenu h3 {
  font-size: 14px;
  margin-top: 3px;
}
.sales-subMenu ul li {
  float: left;
  margin-right: 30px;
}
.sales-subMenu ul li a {
  color: #bcbcbc;
  font-size: 14px;
}
.sales-subMenu ul li a.active-submenu,
.sales-subMenu ul li a.subMenu-active,
.sales-subMenu ul li a:hover {
  color: #fff;
}
.sales-subMenu ul li:last-child {
  margin: 0;
}
.sales-subMenu ul li a.active-submenu {
  color: #fff;
}

.signup-page,
.custom-font {
  font-family: "myriad-pro-light";
}
.container {
  padding-bottom: 30px;
}
.logo-title {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 55px;
}
.logo-title img {
  width: 200px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.logo-title h1 {
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 500;
}
.signup-container {
  width: 500px;
  min-height: 430px;
  padding: 30px 30px 10px 30px;
  background-color: rgb(245, 228, 195);
  border-radius: 20px;
  float: right;
  margin-right: 40px;
}
.form-badge {
  background-color: #4c4c4c;
  color: white;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  width: 70%;
  margin: -45px auto auto auto;
}
.form-badge p {
  margin: auto;
  font-size: 15px;
}

.signup-form input.form-control,
.signup-form .form-control {
  font-size: 16px;
  height: 40px;
  color: #000;
}
.signup-form .material-input {
  margin-bottom: 15px;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}
.signup-form button#submit {
  width: 80%;
  height: 50px;
  background-color: #46be54;
  border: transparent;
  border-radius: 5px;
  color: white;
  font-size: 25px;
  display: block;
  margin: 20px auto;
}
.signup-form .validate-error-message {
  float: left;
  text-align: left;
  margin: 2px auto 10px 2px;
  padding: 0px;
  font-weight: 300;
  color: #a94442;
  display: inline;
  position: relative;
}
.signup-form select.form-control {
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url("../images/dropdown.png") 97% center no-repeat #fff;
  background-size: 15px;
}
.footer {
  text-align: center;
  font-size: 14px;
  width: 95%;
  margin: auto;
  color: #333;
  opacity: 0.8;
}
.large-text {
  font-size: 18px;
}
.testimonials {
  position: relative;
  top: 50%;
  transform: translateY(5%);
  margin-left: 40px;
  padding-left: 50px;
}
.testimonial {
  width: 400px;
  display: block;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}
.testimonial .testimonial-header .company-logo {
  height: 40px;
}
.testimonial .testimonial-body p,
.testimonial .details p {
  color: #4c4c4c;
  font-size: 22px;
  opacity: 0.8;
}
.testimonial .testimonial-author {
  height: 100px;
  width: 70%;
  display: block;
  margin: auto;
}
.testimonial .testimonial-footer {
  margin-top: 5px;
}
.testimonial .testimonial-footer img {
  height: 15px;
  margin-right: 5px;
}
.testimonial .Profile-pic {
  width: 70px;
  border-radius: 50px;
  float: left;
}
.testimonial .name {
  font-weight: bolder;
  font-size: 20px !important;
}
.testimonial .company-logo {
  height: 27px;
  margin-top: 25px;
}
.testimonial .details {
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  padding-left: 10px;
  text-align: left;
  float: right;
}
.testimonial .details p {
  font-size: 12px;
  text-align: left;
}
.no-white-space {
  white-space: nowrap;
}
.signup-to-login {
  display: inline;
  font-size: 15px;
  padding: 30px;
  position: absolute;
  margin-top: 3px;
  right: 0px;
  top: 0px;
}
.signup-to-login span a {
  color: #333;
  font-family: "Myriad Pro";
  padding: 5px;
}
.signup-to-login span a:hover {
  text-decoration: underline;
}
.testimonials .testimonial .testimonial-author .upswing.details {
  margin-right: 40px;
}
.testimonials .testimonial .testimonial-author .fittea.company-logo {
  margin-left: 20px;
}

/* new */
.logo {
  width: 175px;
  height: auto;
}

.webui-popover .webui-popover-content {
  padding: 0;
}
.webui-popover-content p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding: 7px 14px 6px;
  cursor: pointer;
  font-weight: 100;
  border-bottom: 1px solid #e0e0e0;
}
.webui-popover-content p:first-child {
  margin-top: 4px;
}
.webui-popover-content p:last-child {
  border-bottom: none;
  margin-bottom: 2px;
}
.webui-popover-content p:hover {
  color: #000;
}
.webui-popover-content p a {
  color: #666;
  font-weight: 500;
}

/* helper */
.signup-form div.mb50,
.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.small-container {
  max-width: 350px;
}

.text-small {
  font-size: 80%;
}

.main-link {
  color: #f26522;
}
.main-link:hover {
  color: #d75011;
}

.main-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: calc(100% - 50px);
}

.main-content {
  flex: 1;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

/* MQ */
@media only screen and (max-width: 1366px) {
  .signup-container {
    margin-right: 0px;
  }
  .testimonials {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials {
    display: none;
  }
  .signup-container {
    margin: auto;
    float: none;
  }
  .logo-title h1 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .signup-to-login {
    text-align: center;
    margin: auto;
    width: 100%;
    top: 750px;
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .signup-container {
    width: 100%;
  }
  .signup-form button#submit {
    width: 60%;
    height: 40px;
    font-size: 20px;
  }
  .signup-form select.form-control {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    background: #fff none;
  }
  .form-badge {
    width: 60%;
  }
  .form-badge p {
    font-size: 12px;
  }
  .logo-title h1 {
    font-size: 25px;
    padding-bottom: 30px;
  }
  .signup-to-login {
    top: 720px;
  }
}
/* end of this mediaQ */
@media only screen and (max-width: 480px) {
  .form-badge {
    margin-top: -20px;
    width: 70%;
  }
  .form-badge p {
    font-size: 10px;
  }
  .signup-container {
    padding: 10px;
    min-height: 460px;
    width: 90%;
  }
  .signup-container .signup-form {
    margin-top: 40px;
  }
  .signup-container .form-control,
  .signup-form input.form-control {
    height: 30px;
  }
  .signup-form button#submit {
    font-size: 15px;
  }
  .signup-form .validate-error-message {
    font-size: 12px;
  }
  .footer {
    font-size: 12px;
  }
  .signup-to-login {
    top: 640px;
  }
}
/* end of this mediaQ */
@media only screen and (max-width: 400px) {
  .form-badge {
    margin-top: -20px;
    width: 90%;
    border-radius: 5px;
  }
  .form-badge p {
    font-size: 11px;
  }
  .signup-container .signup-form {
    margin-top: 30px;
  }
  .logo-title h1 {
    font-size: 20px;
    padding-bottom: 0px;
  }
  .signup-container {
    min-height: 430px;
  }
  .signup-form button#submit {
    height: 30px;
  }
  .signup-form div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .signup-form input.form-control,
  .signup-form .form-control {
    font-size: 13px;
  }
  .signup-to-login {
    top: 570px;
  }
}
/* end of this mediaQ */
@media only screen and (max-width: 360px) {
  .container {
    padding: 0px;
  }
  .signup-container {
    width: 300px;
  }
}

/*  
      Google signup btn
      https://developers.google.com
  */

.google-btn {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.218s, border-color 0.218s,
    box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  -webkit-user-select: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  color: #262626;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}

.google-btn.is-large {
  height: 50px;
  width: 240px;
}

.google-btn.is-large .google-btn-icon {
  padding: 15px;
}

.google-btn.is-large .google-btn-contents {
  font-size: 16px;
  line-height: 48px;
}

.google-btn:hover {
  -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}

.google-btn-blue {
  background-color: #4285f4;
  border: none;
  color: #fff;
}

.google-btn-blue:hover {
  background-color: #4285f4;
}

.google-btn-blue:active {
  background-color: #3367d6;
}

.google-btn-light-blue {
  background-color: #fff;
  color: #757575;
}

.google-btnLight-blue:active {
  background-color: #eee;
  color: #6d6d6d;
}

.google-btn-icon {
  float: left;
}

.google-btn-blue .google-btn-icon {
  background-color: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.google-btn-svg {
  display: block;
}

.google-btn-contents {
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.21px;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: top;
}

.google-btnContent-wrapper {
  height: 100%;
  width: 100%;
}

.google-btn-blue .google-btn-content-wrapper {
  border: 1px solid transparent;
}

.google-btn-wrror-wrapper,
.google-btn-working-wrapper {
  display: none;
  height: 100%;
  width: 100%;
}

.signup-error {
  text-align: center;
  color: red;
}

.google-btn-error-icon,
.google-btn-working-icon {
  margin-left: auto;
  margin-right: auto;
}

.google-btn-error-state,
.google-btn-working-state {
  border: 1px solid #d5d5d5;
  border: 1px solid rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #262626;
}

.google-btn-error-state:hover,
.google-btn-working-state:hover {
  border: 1px solid #aaa;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.google-btn-error-state:active,
.google-btn-working-state:active {
  border: 1px solid #aaa;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 #ddd;
  box-shadow: inset 0 1px 0 #ddd;
  color: #262626;
}

.google-btn-working-state,
.google-btn-working-state:hover {
  background-color: #f5f5f5;
}

.google-btn-working-state:active {
  background-color: #e5e5e5;
}

.google-btn-error-state,
.google-btn-error-state:hover {
  background-color: #fff;
}

.google-btn-error-state:active {
  background-color: #e5e5e5;
}

.google-btn-working-state .google-btn-working-wrapper,
.google-btn-error-state .google-btn-error-wrapper {
  display: block;
}

.google-btn-error-state .google-btn-content-wrapper,
.google-btn-working-state .google-btn-content-wrapper,
.google-btn-error-state .google-btn-working-wrapper {
  display: none;
}

.disabled {
  opacity: 0.4;
  pointer-events: none !important;
  cursor: not-allowed;
}
