/* ===[ Fonts ]============================================================== */
@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg"); }

/* ===[ Base styles ]======================================================== */
.container {
  width: 90%;
  /*width: 960px;*/
  max-width: 960px;
  margin: auto;
  position: relative;
  clear: both; }

/*** STANDARD COLORS ***/
/*** BRAND COLORS  ***/
/*mozilla green*/
/*mozilla charcoal*/
body {
  font-family: "Open Sans", sans-serif;
  color: #5d5b57; }

h1 {
  font-size: 38px;
  font-family: "Open Sans Light";
  line-height: 1.1em; }

h2 {
  font-size: 20px; }

h5 {
  font-family: "Open Sans", Arial;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px; }

p {
  font-family: "Open Sans Light";
  font-size: 16px; }

li {
  list-style: none; }

a {
  color: #63c6f4;
  text-decoration: none; }
  a:hover {
    color: #0592d8; }

hr {
  border-color: #e6e6e6; }

label {
  font-family: "Open Sans Light"; }

textarea {
  height: 150px; }

textarea, input {
  border: 1px solid #cccccc;
  display: block;
  padding: 2px 4px; }
  textarea:hover:enabled, input:hover:enabled {
    -webkit-box-shadow: 0 0 2px;
    -moz-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }

input[type="submit"] {
  border-top: none;
  border-left: none;
  border-right: none; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 3px; }

input[type="checkbox"] + span:before {
  content: "\f096";
  /* check-empty */ }

input[type="checkbox"]:checked + span:before {
  content: "\f046";
  /* check */ }

pre.stacktrace {
  text-align: left;
  overflow: auto;
  white-space: pre;
  background: #f9f9fa;
  padding: 20px; }

/* Let's get this scrollbar started */
::-webkit-scrollbar {
  width: 12px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e6e6e6; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #4d4e53; }

.block {
  display: block; }

.white-container {
  background-color: white; }

.beige-container {
  background-color: #f8f9f5;
  border: 20px solid #cbcbc6;
  position: relative; }

.checkbox {
  display: inline; }

.inline {
  display: inline; }

.column {
  margin-bottom: 20px; }

.left {
  float: left; }

.right {
  float: right; }

.middle {
  margin-left: 3.7%;
  float: left; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.cb {
  clear: both; }

.header-small-screen {
  display: none;
  padding: 20px 0;
  background: #cbcbc6;
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); }
  .header-small-screen .fa-bars, .header-small-screen .fa-gear {
    font-size: 20px;
    color: #5d5b57;
    cursor: pointer; }
  .header-small-screen .fa-bars {
    padding-left: 20px; }

.menu-small-screen {
  display: none;
  width: 100%;
  background-color: white;
  color: #5d5b57;
  margin-top: -16px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); }
  .menu-small-screen ul {
    padding: 0 20px; }
  .menu-small-screen .menu-title {
    border-bottom: 1px solid #5d5b57;
    padding: 20px 5px; }
    .menu-small-screen .menu-title .fa-briefcase, .menu-small-screen .menu-title .fa-folder-open {
      margin-right: 10px;
      font-size: 20px; }
  .menu-small-screen .second-menu-title {
    padding-top: 0; }
  .menu-small-screen .first-item {
    padding-top: 0; }
  .menu-small-screen li {
    margin-left: 10px;
    padding: 20px 5px;
    border-bottom: 1px dotted #cbcbc6; }
  .menu-small-screen .last-item {
    border-bottom: none;
    padding-bottom: 10px; }

.form-col-1, .form-col-2 {
  width: 43%;
  margin-right: 7%; }

.form-container {
  padding: 50px 0; }

.sign-up-form {
  width: 100%;
  padding-top: 5px; }
  .sign-up-form .form-fields {
    width: 80%; }
  .sign-up-form .form-row {
    width: 100%;
    margin-bottom: 5px;
    line-height: 14px; }
    .sign-up-form .form-row span {
      font-family: "Open Sans";
      font-weight: bold;
      margin-top: 10px; }
    .sign-up-form .form-row input {
      height: 32px;
      padding-left: 5px;
      border: 1px solid #e6e6e6;
      border-radius: 2px; }
      .sign-up-form .form-row input:not(button).invalid-field {
        border: 2px solid #5bc1a5; }
  .sign-up-form .expandable-section {
    display: none; }
  .sign-up-form .button-container {
    width: 20%; }
  .sign-up-form button {
    border: none;
    background-color: #282828;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    font-family: "Open Sans";
    font-weight: bold; }
    .sign-up-form button:disabled {
      background-color: #e6e6e6; }
  .sign-up-form .privacy {
    display: none;
    width: 95%;
    padding-top: 9px; }
    .sign-up-form .privacy .privacy-check {
      display: inline-block;
      margin-right: 5px;
      margin-top: 5px; }
    .sign-up-form .privacy .privacy-text {
      font-size: 11px;
      display: inline-block;
      float: left;
      width: 85%;
      margin-top: 5px;
      position: relative;
      top: -2px; }

.thanks-for-signup {
  display: none;
  text-align: center; }
  .thanks-for-signup p {
    margin-top: 5px; }
  .thanks-for-signup h2 {
    font-size: 32px;
    color: #63c6f4;
    margin-bottom: 0; }

.first {
  background: url(../images/badgekit-splash.png) #029dd9 center bottom no-repeat;
  min-height: 450px;
  margin-bottom: 100px; }
  .first .text {
    width: 40%;
    margin: 100px 0;
    color: white; }

.placeholder-new-template {
  width: 90%;
  margin: 0 auto; }

.home-get-started {
  text-align: center;
  position: relative; }
  .home-get-started h1 {
    font-size: 30px; }
  .home-get-started .badge-new, .home-get-started .badge-template {
    width: 37%;
    margin: 0 30px; }
  .home-get-started .badge-new {
    height: 410px; }
  .home-get-started .badge-template .view-btn {
    width: 100%; }

.or-seperator {
  position: relative;
  border-left: 1px solid #63c6f4;
  height: 300px;
  margin: 65px 40px; }
  .or-seperator .or {
    background: white;
    border: 1px solid #63c6f4;
    border-radius: 100px;
    font-size: 20px;
    color: #63c6f4;
    padding: 22px 25px;
    position: absolute;
    right: -35px;
    top: 110px; }

#tabzilla {
  margin-top: -20px; }

#tabzilla-panel {
  z-index: 1000; }
