@import 'helpers/animate.css';
@import url("https://use.typekit.net/fhp8wna.css");
@import 'frontend.css';
/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The LESS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent LESS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 */
@font-face {
  font-family: 'gilroy';
  font-weight: 300;
  src: url('/font/Gilroy-Light.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  font-weight: normal;
  src: url('/font/Gilroy-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  font-weight: 500;
  src: url('/font/Gilroy-Medium.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  font-weight: 700;
  src: url('/font/Gilroy-Bold.ttf');
  font-display: swap;
}
#navigation {
  background: #1C1C1C;
}
#navigation #brand {
  padding-right: 01px;
  padding-left: 0px;
}
textarea {
  min-height: 5em;
  max-height: 50vh;
  width: 100%;
}
#emailNav:hover {
  background-color: transparent;
  color: #c74718;
  cursor: pointer;
}
#twitterNav:hover {
  background-color: transparent;
  color: #e66095;
  cursor: pointer;
}
#phoneNav:hover {
  background-color: transparent;
  color: #f3cf01;
  cursor: pointer;
}
#contactNav:hover {
  background-color: transparent;
  color: #e66e17;
  cursor: pointer;
}
.map footer.footer {
  position: absolute;
  bottom: 0;
  background: transparent;
  color: #fff;
  width: 100%;
  height: 60px;
  text-align: center;
}
.map footer.footer .container {
  padding: 15px;
  background: #000;
  width: 100%;
}
#textMessage {
  color: white;
}
#textMessage :hover {
  color: #337ab7;
  cursor: pointer;
}
.buttons {
  text-align: right;
  display: inline;
}
.category-tree li {
  list-style-type: none;
  margin-bottom: 5px;
}
.category-tree ul {
  border-color: #113E88;
  border-width: 1px;
  border-left-style: solid;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  margin-top: -5px;
}
.page.apptCaseStudyView {
  color: #FF9900;
}
.category.apptCaseStudyView {
  color: #113E88;
}
.apptThoughtsView {
  color: #551A8B;
}
.category-tree ul.list-group-root {
  padding-top: 0;
}
#current-videos li {
  margin-bottom: 5px;
}
#current-resources li {
  margin-bottom: 5px;
}
.placeholder {
  position: relative;
}
.placeholder::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 0;
  margin-top: 5px;
  left: -5px;
  top: 0;
  border-top: 1px solid red;
}
i.no-margin {
  margin: 0 !important;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  top: 0;
  opacity: .5;
  z-index: 2000;
}
.box.box-bordered.box-color .box-title {
  background: #1C1C1C;
  border-color: #1C1C1C;
}
.box.box-bordered.box-color .box-title-detailed p {
  color: #fff;
}
.box.box-bordered.box-color .box-title-detailed a {
  color: #fff;
  text-decoration: underline;
}
.box.box-bordered.box-color .box-content {
  border-color: #1C1C1C;
}
.login {
  background: #eae7e1;
}
.login .wrapper .login-body {
  border-radius: 10px;
}
.login .wrapper .login-body h4 {
  font-family: 'Gilroy', sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
}
.login .wrapper .login-body p {
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.login .wrapper .login-body form {
  padding: 0 30px 20px;
}
.login .wrapper .login-body input {
  font-size: 16px;
  border: 1px solid #b2b3b6;
  border-radius: 4px !important;
  margin-top: 10px;
  padding: 5px 15px !important;
}
.login .wrapper .login-body img {
  width: 125px;
  text-align: center;
  margin: 20px auto 20px;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}
.login .wrapper .login-body .submit {
  margin-top: 20px;
  text-align: center;
}
.login .wrapper .login-body .submit input {
  float: none;
  margin: 0 auto;
  width: 200px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  border: none;
  padding: 10px 25px !important;
  background: #ffdc00;
  color: #333;
}
.btn.btn-primary {
  background: #1C1C1C;
}
.forget {
  margin-top: 20px !important;
}
.slug-ok .slug-info {
  background-color: #dff0d8 !important;
}
.slug-error .slug-info {
  background-color: #f2dede !important;
}
.box {
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 3px 0px #dbdfe0;
}
.redbox {
  width: 20px;
  height: 20px;
  background-color: #d70206;
  border: solid 1px silver;
  float: left;
  margin-right: 10px;
}
.orangebox {
  width: 20px;
  height: 20px;
  background-color: #f05b4f;
  border: solid 1px silver;
  float: left;
  margin-right: 10px;
}
.yellowbox {
  width: 20px;
  height: 20px;
  background-color: #f4c63d;
  border: solid 1px silver;
  float: left;
  margin-right: 10px;
}
.social-stats .title-bar {
  background-color: #1C1C1C;
  color: #ffffff;
}
.box .title-bar {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
}
.box .title-bar i {
  font-size: 18px;
  padding: 0px 15px;
}
.social-stats ul {
  list-style: none;
  margin: 0;
  padding: 15px 15px;
}
.social-stats .new-customer {
  display: inline-block;
  width: 96%;
  margin: 10px 2% !important;
}
.profile-picture {
  float: left;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 5px 20px 10px 10px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.js-documentupload {
  float: left;
  width: 200px;
  height: 150px;
  border: 2px dashed #1C1C1C;
  padding: 7px;
  margin-right: 10px;
  background: rgba(222, 80, 33, 0.05);
}
.pdf-wrapper canvas {
  height: 150px;
  border: 1px solid #999;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.pdfthumb-wrapper {
  position: relative;
  float: left;
}
.pdfthumb-wrapper .pdfthumb-action {
  position: absolute;
  top: 3px;
  right: 3px;
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  padding: 3px 7px;
  cursor: pointer;
  z-index: 1000;
}
.pdfthumb-wrapper .pdfthumb-action:hover {
  background: rgba(255, 0, 0, 0.9);
}
.pdfthumb-wrapper .pdfthumb-action.disabled {
  background: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.btn-primary {
  color: #1C1C1C !important;
  background-color: #FFDC00 !important;
}
.btn-warning {
  background-color: #FFDC00 !important;
}
.search {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
}
.search .twitter-typeahead div.tt-menu div.tt-dataset a.tt-selectable {
  min-width: 192px;
  padding: 10px;
  margin-left: 1px;
}
.search .twitter-typeahead div.tt-menu div.tt-dataset .not-found {
  min-width: 192px;
  padding: 10px;
  margin-left: 1px;
}
.search .twitter-typeahead div.tt-menu div.tt-dataset div.pending {
  min-width: 192px;
  padding: 10px;
  margin-left: 1px;
}
