/* ===[ 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; }

@media screen and (max-width: 1200px) {
  .header-container, .footer-container {
    padding: 20px 0% 0 5%; } }

@media screen and (max-width: 750px) {
  .header-container {
    padding: 0 20px; }
    .header-container .badgekit-logo {
      float: none;
      margin: 0 auto; }
    .header-container .arrow-down {
      display: none; }
    .header-container .navigation-dropdown {
      display: block;
      padding: 0; }
  .highlight-arrow {
    display: none; }
  .header-small-screen {
    display: block; }
  .header-container {
    padding: 0; }
  .nav-header {
    display: none; }
  .home-what-is-badge, .home-what-is-image {
    width: 100%; }
  .home-what-is-badge .what-is-header {
    font-size: 33px; }
  .badge-new, .badge-template {
    width: 100%; } }

@media screen and (max-width: 340px) {
  .container.beige-container {
    width: 100%; }
  .badge-new, .badge-template {
    height: auto;
    padding-bottom: 20px;
    text-align: center; }
    .badge-new .fa-plus-circle, .badge-template .fa-plus-circle {
      float: none;
      margin: 0;
      font-size: 130px; } }
