@charset "UTF-8";
/*
 * This file generates the main aspect of the app separately from the rails asset compiling
 *
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.InputRange-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.65rem;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 1rem;
}

.InputRange-slider:active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.InputRange-slider:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}

.InputRange.is-disabled .InputRange-slider {
  background: #cccccc;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.InputRange-sliderContainer {
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.InputRange-label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
}

.InputRange-label--min,
.InputRange-label--max {
  bottom: -1.4rem;
  position: absolute;
}

.InputRange-label--min {
  left: 0;
}

.InputRange-label--max {
  right: 0;
}

.InputRange-label--value {
  position: absolute;
  top: -1.8rem;
}

.InputRange-labelContainer {
  left: -50%;
  position: relative;
}

.InputRange-label--max .InputRange-labelContainer {
  left: 50%;
}

.InputRange-track {
  background: #eeeeee;
  border-radius: 0.3rem;
  display: block;
  height: 0.3rem;
  position: relative;
  -webkit-transition: left 0.3s ease-out, width 0.3s ease-out;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}

.InputRange.is-disabled .InputRange-track {
  background: #eeeeee;
}

.InputRange-track--container {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%;
}

.InputRange-track--active {
  background: #3f51b5;
}

.InputRange {
  cursor: pointer;
  height: 1rem;
  position: relative;
  width: 100%;
}

_ .Select {
  position: relative;
}

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.is-searchable.is-open > .Select-control {
  cursor: text;
}

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.has-value.Select--single > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value .Select-value-label {
  color: #333;
}

.has-value.Select--single > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #D0021B;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

.Select-noresults {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: '\2a';
}

.glyphicon-plus:before {
  content: '\2b';
}

.glyphicon-euro:before {
  content: '\20ac';
}

.glyphicon-minus:before {
  content: '\2212';
}

.glyphicon-cloud:before {
  content: '\2601';
}

.glyphicon-envelope:before {
  content: '\2709';
}

.glyphicon-pencil:before {
  content: '\270f';
}

.glyphicon-glass:before {
  content: '\e001';
}

.glyphicon-music:before {
  content: '\e002';
}

.glyphicon-search:before {
  content: '\e003';
}

.glyphicon-heart:before {
  content: '\e005';
}

.glyphicon-star:before {
  content: '\e006';
}

.glyphicon-star-empty:before {
  content: '\e007';
}

.glyphicon-user:before {
  content: '\e008';
}

.glyphicon-film:before {
  content: '\e009';
}

.glyphicon-th-large:before {
  content: '\e010';
}

.glyphicon-th:before {
  content: '\e011';
}

.glyphicon-th-list:before {
  content: '\e012';
}

.glyphicon-ok:before {
  content: '\e013';
}

.glyphicon-remove:before {
  content: '\e014';
}

.glyphicon-zoom-in:before {
  content: '\e015';
}

.glyphicon-zoom-out:before {
  content: '\e016';
}

.glyphicon-off:before {
  content: '\e017';
}

.glyphicon-signal:before {
  content: '\e018';
}

.glyphicon-cog:before {
  content: '\e019';
}

.glyphicon-trash:before {
  content: '\e020';
}

.glyphicon-home:before {
  content: '\e021';
}

.glyphicon-file:before {
  content: '\e022';
}

.glyphicon-time:before {
  content: '\e023';
}

.glyphicon-road:before {
  content: '\e024';
}

.glyphicon-download-alt:before {
  content: '\e025';
}

.glyphicon-download:before {
  content: '\e026';
}

.glyphicon-upload:before {
  content: '\e027';
}

.glyphicon-inbox:before {
  content: '\e028';
}

.glyphicon-play-circle:before {
  content: '\e029';
}

.glyphicon-repeat:before {
  content: '\e030';
}

.glyphicon-refresh:before {
  content: '\e031';
}

.glyphicon-list-alt:before {
  content: '\e032';
}

.glyphicon-lock:before {
  content: '\e033';
}

.glyphicon-flag:before {
  content: '\e034';
}

.glyphicon-headphones:before {
  content: '\e035';
}

.glyphicon-volume-off:before {
  content: '\e036';
}

.glyphicon-volume-down:before {
  content: '\e037';
}

.glyphicon-volume-up:before {
  content: '\e038';
}

.glyphicon-qrcode:before {
  content: '\e039';
}

.glyphicon-barcode:before {
  content: '\e040';
}

.glyphicon-tag:before {
  content: '\e041';
}

.glyphicon-tags:before {
  content: '\e042';
}

.glyphicon-book:before {
  content: '\e043';
}

.glyphicon-bookmark:before {
  content: '\e044';
}

.glyphicon-print:before {
  content: '\e045';
}

.glyphicon-camera:before {
  content: '\e046';
}

.glyphicon-font:before {
  content: '\e047';
}

.glyphicon-bold:before {
  content: '\e048';
}

.glyphicon-italic:before {
  content: '\e049';
}

.glyphicon-text-height:before {
  content: '\e050';
}

.glyphicon-text-width:before {
  content: '\e051';
}

.glyphicon-align-left:before {
  content: '\e052';
}

.glyphicon-align-center:before {
  content: '\e053';
}

.glyphicon-align-right:before {
  content: '\e054';
}

.glyphicon-align-justify:before {
  content: '\e055';
}

.glyphicon-list:before {
  content: '\e056';
}

.glyphicon-indent-left:before {
  content: '\e057';
}

.glyphicon-indent-right:before {
  content: '\e058';
}

.glyphicon-facetime-video:before {
  content: '\e059';
}

.glyphicon-picture:before {
  content: '\e060';
}

.glyphicon-map-marker:before {
  content: '\e062';
}

.glyphicon-adjust:before {
  content: '\e063';
}

.glyphicon-tint:before {
  content: '\e064';
}

.glyphicon-edit:before {
  content: '\e065';
}

.glyphicon-share:before {
  content: '\e066';
}

.glyphicon-check:before {
  content: '\e067';
}

.glyphicon-move:before {
  content: '\e068';
}

.glyphicon-step-backward:before {
  content: '\e069';
}

.glyphicon-fast-backward:before {
  content: '\e070';
}

.glyphicon-backward:before {
  content: '\e071';
}

.glyphicon-play:before {
  content: '\e072';
}

.glyphicon-pause:before {
  content: '\e073';
}

.glyphicon-stop:before {
  content: '\e074';
}

.glyphicon-forward:before {
  content: '\e075';
}

.glyphicon-fast-forward:before {
  content: '\e076';
}

.glyphicon-step-forward:before {
  content: '\e077';
}

.glyphicon-eject:before {
  content: '\e078';
}

.glyphicon-chevron-left:before {
  content: '\e079';
}

.glyphicon-chevron-right:before {
  content: '\e080';
}

.glyphicon-plus-sign:before {
  content: '\e081';
}

.glyphicon-minus-sign:before {
  content: '\e082';
}

.glyphicon-remove-sign:before {
  content: '\e083';
}

.glyphicon-ok-sign:before {
  content: '\e084';
}

.glyphicon-question-sign:before {
  content: '\e085';
}

.glyphicon-info-sign:before {
  content: '\e086';
}

.glyphicon-screenshot:before {
  content: '\e087';
}

.glyphicon-remove-circle:before {
  content: '\e088';
}

.glyphicon-ok-circle:before {
  content: '\e089';
}

.glyphicon-ban-circle:before {
  content: '\e090';
}

.glyphicon-arrow-left:before {
  content: '\e091';
}

.glyphicon-arrow-right:before {
  content: '\e092';
}

.glyphicon-arrow-up:before {
  content: '\e093';
}

.glyphicon-arrow-down:before {
  content: '\e094';
}

.glyphicon-share-alt:before {
  content: '\e095';
}

.glyphicon-resize-full:before {
  content: '\e096';
}

.glyphicon-resize-small:before {
  content: '\e097';
}

.glyphicon-exclamation-sign:before {
  content: '\e101';
}

.glyphicon-gift:before {
  content: '\e102';
}

.glyphicon-leaf:before {
  content: '\e103';
}

.glyphicon-fire:before {
  content: '\e104';
}

.glyphicon-eye-open:before {
  content: '\e105';
}

.glyphicon-eye-close:before {
  content: '\e106';
}

.glyphicon-warning-sign:before {
  content: '\e107';
}

.glyphicon-plane:before {
  content: '\e108';
}

.glyphicon-calendar:before {
  content: '\e109';
}

.glyphicon-random:before {
  content: '\e110';
}

.glyphicon-comment:before {
  content: '\e111';
}

.glyphicon-magnet:before {
  content: '\e112';
}

.glyphicon-chevron-up:before {
  content: '\e113';
}

.glyphicon-chevron-down:before {
  content: '\e114';
}

.glyphicon-retweet:before {
  content: '\e115';
}

.glyphicon-shopping-cart:before {
  content: '\e116';
}

.glyphicon-folder-close:before {
  content: '\e117';
}

.glyphicon-folder-open:before {
  content: '\e118';
}

.glyphicon-resize-vertical:before {
  content: '\e119';
}

.glyphicon-resize-horizontal:before {
  content: '\e120';
}

.glyphicon-hdd:before {
  content: '\e121';
}

.glyphicon-bullhorn:before {
  content: '\e122';
}

.glyphicon-bell:before {
  content: '\e123';
}

.glyphicon-certificate:before {
  content: '\e124';
}

.glyphicon-thumbs-up:before {
  content: '\e125';
}

.glyphicon-thumbs-down:before {
  content: '\e126';
}

.glyphicon-hand-right:before {
  content: '\e127';
}

.glyphicon-hand-left:before {
  content: '\e128';
}

.glyphicon-hand-up:before {
  content: '\e129';
}

.glyphicon-hand-down:before {
  content: '\e130';
}

.glyphicon-circle-arrow-right:before {
  content: '\e131';
}

.glyphicon-circle-arrow-left:before {
  content: '\e132';
}

.glyphicon-circle-arrow-up:before {
  content: '\e133';
}

.glyphicon-circle-arrow-down:before {
  content: '\e134';
}

.glyphicon-globe:before {
  content: '\e135';
}

.glyphicon-wrench:before {
  content: '\e136';
}

.glyphicon-tasks:before {
  content: '\e137';
}

.glyphicon-filter:before {
  content: '\e138';
}

.glyphicon-briefcase:before {
  content: '\e139';
}

.glyphicon-fullscreen:before {
  content: '\e140';
}

.glyphicon-dashboard:before {
  content: '\e141';
}

.glyphicon-paperclip:before {
  content: '\e142';
}

.glyphicon-heart-empty:before {
  content: '\e143';
}

.glyphicon-link:before {
  content: '\e144';
}

.glyphicon-phone:before {
  content: '\e145';
}

.glyphicon-pushpin:before {
  content: '\e146';
}

.glyphicon-usd:before {
  content: '\e148';
}

.glyphicon-gbp:before {
  content: '\e149';
}

.glyphicon-sort:before {
  content: '\e150';
}

.glyphicon-sort-by-alphabet:before {
  content: '\e151';
}

.glyphicon-sort-by-alphabet-alt:before {
  content: '\e152';
}

.glyphicon-sort-by-order:before {
  content: '\e153';
}

.glyphicon-sort-by-order-alt:before {
  content: '\e154';
}

.glyphicon-sort-by-attributes:before {
  content: '\e155';
}

.glyphicon-sort-by-attributes-alt:before {
  content: '\e156';
}

.glyphicon-unchecked:before {
  content: '\e157';
}

.glyphicon-expand:before {
  content: '\e158';
}

.glyphicon-collapse-down:before {
  content: '\e159';
}

.glyphicon-collapse-up:before {
  content: '\e160';
}

.glyphicon-log-in:before {
  content: '\e161';
}

.glyphicon-flash:before {
  content: '\e162';
}

.glyphicon-log-out:before {
  content: '\e163';
}

.glyphicon-new-window:before {
  content: '\e164';
}

.glyphicon-record:before {
  content: '\e165';
}

.glyphicon-save:before {
  content: '\e166';
}

.glyphicon-open:before {
  content: '\e167';
}

.glyphicon-saved:before {
  content: '\e168';
}

.glyphicon-import:before {
  content: '\e169';
}

.glyphicon-export:before {
  content: '\e170';
}

.glyphicon-send:before {
  content: '\e171';
}

.glyphicon-floppy-disk:before {
  content: '\e172';
}

.glyphicon-floppy-saved:before {
  content: '\e173';
}

.glyphicon-floppy-remove:before {
  content: '\e174';
}

.glyphicon-floppy-save:before {
  content: '\e175';
}

.glyphicon-floppy-open:before {
  content: '\e176';
}

.glyphicon-credit-card:before {
  content: '\e177';
}

.glyphicon-transfer:before {
  content: '\e178';
}

.glyphicon-cutlery:before {
  content: '\e179';
}

.glyphicon-header:before {
  content: '\e180';
}

.glyphicon-compressed:before {
  content: '\e181';
}

.glyphicon-earphone:before {
  content: '\e182';
}

.glyphicon-phone-alt:before {
  content: '\e183';
}

.glyphicon-tower:before {
  content: '\e184';
}

.glyphicon-stats:before {
  content: '\e185';
}

.glyphicon-sd-video:before {
  content: '\e186';
}

.glyphicon-hd-video:before {
  content: '\e187';
}

.glyphicon-subtitles:before {
  content: '\e188';
}

.glyphicon-sound-stereo:before {
  content: '\e189';
}

.glyphicon-sound-dolby:before {
  content: '\e190';
}

.glyphicon-sound-5-1:before {
  content: '\e191';
}

.glyphicon-sound-6-1:before {
  content: '\e192';
}

.glyphicon-sound-7-1:before {
  content: '\e193';
}

.glyphicon-copyright-mark:before {
  content: '\e194';
}

.glyphicon-registration-mark:before {
  content: '\e195';
}

.glyphicon-cloud-download:before {
  content: '\e197';
}

.glyphicon-cloud-upload:before {
  content: '\e198';
}

.glyphicon-tree-conifer:before {
  content: '\e199';
}

.glyphicon-tree-deciduous:before {
  content: '\e200';
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h1 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h1 span,
h2 .small,
h2 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h2 span,
h3 .small,
h3 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h3 span,
h4 .small,
h4 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h4 span,
h5 .small,
h5 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h5 span,
h6 .small,
h6 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h6 span,
.h1 .small,
.h1 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h1 span,
.h2 .small,
.h2 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h2 span,
.h3 .small,
.h3 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h3 span,
.h4 .small,
.h4 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h4 span,
.h5 .small,
.h5 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h5 span,
.h6 .small,
.h6 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h6 span {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
h1 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h1 span,
.h1 .small,
.h1 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h1 span,
h2 .small,
h2 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h2 span,
.h2 .small,
.h2 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h2 span,
h3 .small,
h3 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h3 span,
.h3 .small,
.h3 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h3 span {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
h4 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h4 span,
.h4 .small,
.h4 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h4 span,
h5 .small,
h5 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h5 span,
.h5 .small,
.h5 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h5 span,
h6 .small,
h6 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
h6 span,
.h6 .small,
.h6 .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
.h6 span {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small,
.listing--row--details .listing--row--details-entries-content span {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small,
blockquote .listing--row--details .listing--row--details-entries-content span, .listing--row--details .listing--row--details-entries-content
blockquote span {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before,
blockquote .listing--row--details .listing--row--details-entries-content span:before, .listing--row--details .listing--row--details-entries-content
blockquote span:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
.blockquote-reverse .listing--row--details .listing--row--details-entries-content span:before, .listing--row--details .listing--row--details-entries-content
.blockquote-reverse span:before,
blockquote.pull-right .small:before,
blockquote.pull-right .listing--row--details .listing--row--details-entries-content span:before, .listing--row--details .listing--row--details-entries-content
blockquote.pull-right span:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
.blockquote-reverse .listing--row--details .listing--row--details-entries-content span:after, .listing--row--details .listing--row--details-entries-content
.blockquote-reverse span:after,
blockquote.pull-right .small:after,
blockquote.pull-right .listing--row--details .listing--row--details-entries-content span:after, .listing--row--details .listing--row--details-entries-content
blockquote.pull-right span:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: '';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .play-button-container, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container, .boxed-content, .signup-tabs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container, .play-button-container, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container, .boxed-content, .signup-tabs {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .play-button-container, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container, .boxed-content, .signup-tabs {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container, .play-button-container, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container, .boxed-content, .signup-tabs {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type='file'] {
  display: block;
}

input[type='range'] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}

input[type='date'].input-sm,
input[type='time'].input-sm,
input[type='datetime-local'].input-sm,
input[type='month'].input-sm {
  line-height: 30px;
}

input[type='date'].input-lg,
input[type='time'].input-lg,
input[type='datetime-local'].input-lg,
input[type='month'].input-lg {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .btn-secondary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-secondary:hover,
.btn-primary:focus,
.btn-secondary:focus,
.btn-primary:active,
.btn-secondary:active,
.btn-primary.active,
.active.btn-secondary,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active, .btn-secondary:active,
.btn-primary.active,
.active.btn-secondary,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}

.btn-primary.disabled, .disabled.btn-secondary,
.btn-primary[disabled],
[disabled].btn-secondary,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-secondary,
.btn-primary.disabled:hover,
.disabled.btn-secondary:hover,
.btn-primary[disabled]:hover,
[disabled].btn-secondary:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-primary.disabled:focus,
.disabled.btn-secondary:focus,
.btn-primary[disabled]:focus,
[disabled].btn-secondary:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-primary.disabled:active,
.disabled.btn-secondary:active,
.btn-primary[disabled]:active,
[disabled].btn-secondary:active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-secondary:active,
.btn-primary.disabled.active,
.disabled.active.btn-secondary,
.btn-primary[disabled].active,
[disabled].active.btn-secondary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .active.btn-secondary {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge, .btn-secondary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle='buttons'] > .btn > input[type='radio'],
[data-toggle='buttons'] > .btn > input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .play-button-container > .navbar-header, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container > .navbar-header, .boxed-content > .navbar-header, .signup-tabs > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse, .play-button-container > .navbar-collapse, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container > .navbar-collapse, .boxed-content > .navbar-collapse, .signup-tabs > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .play-button-container > .navbar-header, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container > .navbar-header, .boxed-content > .navbar-header, .signup-tabs > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse, .play-button-container > .navbar-collapse, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container > .navbar-collapse, .boxed-content > .navbar-collapse, .signup-tabs > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .play-button-container .navbar-brand, .navtab-container.fixed .opportunities-make-intro .navbar > .opportunities-button-container .navbar-brand, .navbar > .boxed-content .navbar-brand, .navbar > .signup-tabs .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #777;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #777;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #777;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/\00a0';
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label.boot-label {
  display: inline-block;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  width: initial;
  float: initial;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .play-button-container .jumbotron, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container .jumbotron, .boxed-content .jumbotron, .signup-tabs .jumbotron {
  border-radius: 6px;
}

.jumbotron .container, .jumbotron .play-button-container, .jumbotron .navtab-container.fixed .opportunities-make-intro .opportunities-button-container, .navtab-container.fixed .opportunities-make-intro .jumbotron .opportunities-button-container, .jumbotron .boxed-content, .jumbotron .signup-tabs {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .play-button-container .jumbotron, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container .jumbotron, .boxed-content .jumbotron, .signup-tabs .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow='1'],
.progress-bar[aria-valuenow='2'] {
  min-width: 30px;
}

.progress-bar[aria-valuenow='0'] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .listing--row--details .listing--row--details-entries-content .list-group-item-heading > span, .listing--row--details .listing--row--details-entries-content
.list-group-item.active .list-group-item-heading > span,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .listing--row--details .listing--row--details-entries-content .list-group-item-heading > span, .listing--row--details .listing--row--details-entries-content
.list-group-item.active:hover .list-group-item-heading > span,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .listing--row--details .listing--row--details-entries-content .list-group-item-heading > span, .listing--row--details .listing--row--details-entries-content
.list-group-item.active:focus .list-group-item-heading > span {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: '';
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: ' ';
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: ' ';
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.play-button-container:before,
.navtab-container.fixed .opportunities-make-intro .opportunities-button-container:before,
.boxed-content:before,
.signup-tabs:before,
.container:after,
.play-button-container:after,
.navtab-container.fixed .opportunities-make-intro .opportunities-button-container:after,
.boxed-content:after,
.signup-tabs:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.play-button-container:after,
.navtab-container.fixed .opportunities-make-intro .opportunities-button-container:after,
.boxed-content:after,
.signup-tabs:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

h2 {
  text-align: center;
  font-weight: 300;
}

.btn-social-icon {
  margin-bottom: 4px;
}

.jumbotron {
  position: relative;
  font-size: 16px;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  background-color: #6c71c4;
  border-radius: 0;
}

.jumbotron h1 {
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #fff;
}

.jumbotron iframe {
  width: 100px !important;
  height: 20px !important;
  border: 0;
  overflow: hidden;
  margin: 2px;
}

.btn-outline {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 18px 24px;
  font-size: inherit;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.btn-outline:hover, .btn-outline:active {
  color: #6c71c4;
  background-color: #fff;
  border-color: #fff;
}

.jumbotron p a, .jumbotron-links a {
  font-weight: 500;
  color: #fff;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.jumbotron p a:hover, .jumbotron-links a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.55);
}

.jumbotron-links {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}

.jumbotron-links li {
  display: inline;
}

.jumbotron-links li + li {
  margin-left: 20px;
}

.how-to {
  padding: 20px;
}

.how-to h2 {
  text-align: center;
}

.how-to li {
  font-size: 21px;
  line-height: 1.7;
  margin-top: 20px;
}

.how-to li p {
  font-size: 16px;
  color: #555;
}

.how-to code {
  font-size: 85%;
  word-wrap: break-word;
  white-space: normal;
}

footer {
  text-align: center;
  opacity: .8;
  padding: 20px 0 40px;
}

.links {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.links li {
  display: inline;
  padding: 0 10px;
}

.social-class .social-hex {
  font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
  font-size: 10px;
  opacity: .3;
  float: right;
}

.social-class li {
  margin-bottom: 4px;
}

.social-class li:hover .social-hex {
  opacity: 1;
}

.social-class li:hover code {
  background-color: #e8e8ee;
}

.social-class code {
  cursor: default;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: font-url("fontawesome-webfont.eot?v=4.5.0");
  src: font-url("fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), font-url("fontawesome-webfont.woff2?v=4.5.0") format("woff2"), font-url("fontawesome-webfont.woff?v=4.5.0") format("woff"), font-url("fontawesome-webfont.ttf?v=4.5.0") format("truetype"), font-url("fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}

.fa-music:before {
  content: '\f001';
}

.fa-search:before {
  content: '\f002';
}

.fa-envelope-o:before {
  content: '\f003';
}

.fa-heart:before {
  content: '\f004';
}

.fa-star:before {
  content: '\f005';
}

.fa-star-o:before {
  content: '\f006';
}

.fa-user:before {
  content: '\f007';
}

.fa-film:before {
  content: '\f008';
}

.fa-th-large:before {
  content: '\f009';
}

.fa-th:before {
  content: '\f00a';
}

.fa-th-list:before {
  content: '\f00b';
}

.fa-check:before {
  content: '\f00c';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}

.fa-search-plus:before {
  content: '\f00e';
}

.fa-search-minus:before {
  content: '\f010';
}

.fa-power-off:before {
  content: '\f011';
}

.fa-signal:before {
  content: '\f012';
}

.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}

.fa-trash-o:before {
  content: '\f014';
}

.fa-home:before {
  content: '\f015';
}

.fa-file-o:before {
  content: '\f016';
}

.fa-clock-o:before {
  content: '\f017';
}

.fa-road:before {
  content: '\f018';
}

.fa-download:before {
  content: '\f019';
}

.fa-arrow-circle-o-down:before {
  content: '\f01a';
}

.fa-arrow-circle-o-up:before {
  content: '\f01b';
}

.fa-inbox:before {
  content: '\f01c';
}

.fa-play-circle-o:before {
  content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}

.fa-refresh:before {
  content: '\f021';
}

.fa-list-alt:before {
  content: '\f022';
}

.fa-lock:before {
  content: '\f023';
}

.fa-flag:before {
  content: '\f024';
}

.fa-headphones:before {
  content: '\f025';
}

.fa-volume-off:before {
  content: '\f026';
}

.fa-volume-down:before {
  content: '\f027';
}

.fa-volume-up:before {
  content: '\f028';
}

.fa-qrcode:before {
  content: '\f029';
}

.fa-barcode:before {
  content: '\f02a';
}

.fa-tag:before {
  content: '\f02b';
}

.fa-tags:before {
  content: '\f02c';
}

.fa-book:before {
  content: '\f02d';
}

.fa-bookmark:before {
  content: '\f02e';
}

.fa-print:before {
  content: '\f02f';
}

.fa-camera:before {
  content: '\f030';
}

.fa-font:before {
  content: '\f031';
}

.fa-bold:before {
  content: '\f032';
}

.fa-italic:before {
  content: '\f033';
}

.fa-text-height:before {
  content: '\f034';
}

.fa-text-width:before {
  content: '\f035';
}

.fa-align-left:before {
  content: '\f036';
}

.fa-align-center:before {
  content: '\f037';
}

.fa-align-right:before {
  content: '\f038';
}

.fa-align-justify:before {
  content: '\f039';
}

.fa-list:before {
  content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}

.fa-indent:before {
  content: '\f03c';
}

.fa-video-camera:before {
  content: '\f03d';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}

.fa-pencil:before {
  content: '\f040';
}

.fa-map-marker:before {
  content: '\f041';
}

.fa-adjust:before {
  content: '\f042';
}

.fa-tint:before {
  content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}

.fa-share-square-o:before {
  content: '\f045';
}

.fa-check-square-o:before {
  content: '\f046';
}

.fa-arrows:before {
  content: '\f047';
}

.fa-step-backward:before {
  content: '\f048';
}

.fa-fast-backward:before {
  content: '\f049';
}

.fa-backward:before {
  content: '\f04a';
}

.fa-play:before {
  content: '\f04b';
}

.fa-pause:before {
  content: '\f04c';
}

.fa-stop:before {
  content: '\f04d';
}

.fa-forward:before {
  content: '\f04e';
}

.fa-fast-forward:before {
  content: '\f050';
}

.fa-step-forward:before {
  content: '\f051';
}

.fa-eject:before {
  content: '\f052';
}

.fa-chevron-left:before {
  content: '\f053';
}

.fa-chevron-right:before {
  content: '\f054';
}

.fa-plus-circle:before {
  content: '\f055';
}

.fa-minus-circle:before {
  content: '\f056';
}

.fa-times-circle:before {
  content: '\f057';
}

.fa-check-circle:before {
  content: '\f058';
}

.fa-question-circle:before {
  content: '\f059';
}

.fa-info-circle:before {
  content: '\f05a';
}

.fa-crosshairs:before {
  content: '\f05b';
}

.fa-times-circle-o:before {
  content: '\f05c';
}

.fa-check-circle-o:before {
  content: '\f05d';
}

.fa-ban:before {
  content: '\f05e';
}

.fa-arrow-left:before {
  content: '\f060';
}

.fa-arrow-right:before {
  content: '\f061';
}

.fa-arrow-up:before {
  content: '\f062';
}

.fa-arrow-down:before {
  content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}

.fa-expand:before {
  content: '\f065';
}

.fa-compress:before {
  content: '\f066';
}

.fa-plus:before {
  content: '\f067';
}

.fa-minus:before {
  content: '\f068';
}

.fa-asterisk:before {
  content: '\f069';
}

.fa-exclamation-circle:before {
  content: '\f06a';
}

.fa-gift:before {
  content: '\f06b';
}

.fa-leaf:before {
  content: '\f06c';
}

.fa-fire:before {
  content: '\f06d';
}

.fa-eye:before {
  content: '\f06e';
}

.fa-eye-slash:before {
  content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}

.fa-plane:before {
  content: '\f072';
}

.fa-calendar:before {
  content: '\f073';
}

.fa-random:before {
  content: '\f074';
}

.fa-comment:before {
  content: '\f075';
}

.fa-magnet:before {
  content: '\f076';
}

.fa-chevron-up:before, .emp-card.active-meta .emp-card-details-button a .expander-icon:before {
  content: '\f077';
}

.fa-chevron-down:before, .emp-card .emp-card-details-button a .expander-icon:before {
  content: '\f078';
}

.fa-retweet:before {
  content: '\f079';
}

.fa-shopping-cart:before {
  content: '\f07a';
}

.fa-folder:before {
  content: '\f07b';
}

.fa-folder-open:before {
  content: '\f07c';
}

.fa-arrows-v:before {
  content: '\f07d';
}

.fa-arrows-h:before {
  content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}

.fa-twitter-square:before {
  content: '\f081';
}

.fa-facebook-square:before {
  content: '\f082';
}

.fa-camera-retro:before {
  content: '\f083';
}

.fa-key:before {
  content: '\f084';
}

.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}

.fa-comments:before {
  content: '\f086';
}

.fa-thumbs-o-up:before {
  content: '\f087';
}

.fa-thumbs-o-down:before {
  content: '\f088';
}

.fa-star-half:before {
  content: '\f089';
}

.fa-heart-o:before {
  content: '\f08a';
}

.fa-sign-out:before {
  content: '\f08b';
}

.fa-linkedin-square:before {
  content: '\f08c';
}

.fa-thumb-tack:before {
  content: '\f08d';
}

.fa-external-link:before {
  content: '\f08e';
}

.fa-sign-in:before {
  content: '\f090';
}

.fa-trophy:before {
  content: '\f091';
}

.fa-github-square:before {
  content: '\f092';
}

.fa-upload:before {
  content: '\f093';
}

.fa-lemon-o:before {
  content: '\f094';
}

.fa-phone:before {
  content: '\f095';
}

.fa-square-o:before {
  content: '\f096';
}

.fa-bookmark-o:before {
  content: '\f097';
}

.fa-phone-square:before {
  content: '\f098';
}

.fa-twitter:before {
  content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}

.fa-github:before {
  content: '\f09b';
}

.fa-unlock:before {
  content: '\f09c';
}

.fa-credit-card:before {
  content: '\f09d';
}

.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}

.fa-hdd-o:before {
  content: '\f0a0';
}

.fa-bullhorn:before {
  content: '\f0a1';
}

.fa-bell:before {
  content: '\f0f3';
}

.fa-certificate:before {
  content: '\f0a3';
}

.fa-hand-o-right:before {
  content: '\f0a4';
}

.fa-hand-o-left:before {
  content: '\f0a5';
}

.fa-hand-o-up:before {
  content: '\f0a6';
}

.fa-hand-o-down:before {
  content: '\f0a7';
}

.fa-arrow-circle-left:before {
  content: '\f0a8';
}

.fa-arrow-circle-right:before {
  content: '\f0a9';
}

.fa-arrow-circle-up:before {
  content: '\f0aa';
}

.fa-arrow-circle-down:before {
  content: '\f0ab';
}

.fa-globe:before {
  content: '\f0ac';
}

.fa-wrench:before {
  content: '\f0ad';
}

.fa-tasks:before {
  content: '\f0ae';
}

.fa-filter:before {
  content: '\f0b0';
}

.fa-briefcase:before {
  content: '\f0b1';
}

.fa-arrows-alt:before {
  content: '\f0b2';
}

.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}

.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}

.fa-cloud:before {
  content: '\f0c2';
}

.fa-flask:before {
  content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}

.fa-paperclip:before {
  content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}

.fa-square:before {
  content: '\f0c8';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}

.fa-list-ul:before {
  content: '\f0ca';
}

.fa-list-ol:before {
  content: '\f0cb';
}

.fa-strikethrough:before {
  content: '\f0cc';
}

.fa-underline:before {
  content: '\f0cd';
}

.fa-table:before {
  content: '\f0ce';
}

.fa-magic:before {
  content: '\f0d0';
}

.fa-truck:before {
  content: '\f0d1';
}

.fa-pinterest:before {
  content: '\f0d2';
}

.fa-pinterest-square:before {
  content: '\f0d3';
}

.fa-google-plus-square:before {
  content: '\f0d4';
}

.fa-google-plus:before {
  content: '\f0d5';
}

.fa-money:before {
  content: '\f0d6';
}

.fa-caret-down:before {
  content: '\f0d7';
}

.fa-caret-up:before {
  content: '\f0d8';
}

.fa-caret-left:before {
  content: '\f0d9';
}

.fa-caret-right:before {
  content: '\f0da';
}

.fa-columns:before {
  content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}

.fa-envelope:before {
  content: '\f0e0';
}

.fa-linkedin:before {
  content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}

.fa-comment-o:before {
  content: '\f0e5';
}

.fa-comments-o:before {
  content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}

.fa-sitemap:before {
  content: '\f0e8';
}

.fa-umbrella:before {
  content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}

.fa-lightbulb-o:before {
  content: '\f0eb';
}

.fa-exchange:before {
  content: '\f0ec';
}

.fa-cloud-download:before {
  content: '\f0ed';
}

.fa-cloud-upload:before {
  content: '\f0ee';
}

.fa-user-md:before {
  content: '\f0f0';
}

.fa-stethoscope:before {
  content: '\f0f1';
}

.fa-suitcase:before {
  content: '\f0f2';
}

.fa-bell-o:before {
  content: '\f0a2';
}

.fa-coffee:before {
  content: '\f0f4';
}

.fa-cutlery:before {
  content: '\f0f5';
}

.fa-file-text-o:before {
  content: '\f0f6';
}

.fa-building-o:before {
  content: '\f0f7';
}

.fa-hospital-o:before {
  content: '\f0f8';
}

.fa-ambulance:before {
  content: '\f0f9';
}

.fa-medkit:before {
  content: '\f0fa';
}

.fa-fighter-jet:before {
  content: '\f0fb';
}

.fa-beer:before {
  content: '\f0fc';
}

.fa-h-square:before {
  content: '\f0fd';
}

.fa-plus-square:before {
  content: '\f0fe';
}

.fa-angle-double-left:before {
  content: '\f100';
}

.fa-angle-double-right:before {
  content: '\f101';
}

.fa-angle-double-up:before {
  content: '\f102';
}

.fa-angle-double-down:before {
  content: '\f103';
}

.fa-angle-left:before {
  content: '\f104';
}

.fa-angle-right:before {
  content: '\f105';
}

.fa-angle-up:before {
  content: '\f106';
}

.fa-angle-down:before {
  content: '\f107';
}

.fa-desktop:before {
  content: '\f108';
}

.fa-laptop:before {
  content: '\f109';
}

.fa-tablet:before {
  content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}

.fa-circle-o:before {
  content: '\f10c';
}

.fa-quote-left:before {
  content: '\f10d';
}

.fa-quote-right:before {
  content: '\f10e';
}

.fa-spinner:before {
  content: '\f110';
}

.fa-circle:before {
  content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}

.fa-github-alt:before {
  content: '\f113';
}

.fa-folder-o:before {
  content: '\f114';
}

.fa-folder-open-o:before {
  content: '\f115';
}

.fa-smile-o:before {
  content: '\f118';
}

.fa-frown-o:before {
  content: '\f119';
}

.fa-meh-o:before {
  content: '\f11a';
}

.fa-gamepad:before {
  content: '\f11b';
}

.fa-keyboard-o:before {
  content: '\f11c';
}

.fa-flag-o:before {
  content: '\f11d';
}

.fa-flag-checkered:before {
  content: '\f11e';
}

.fa-terminal:before {
  content: '\f120';
}

.fa-code:before {
  content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}

.fa-location-arrow:before {
  content: '\f124';
}

.fa-crop:before {
  content: '\f125';
}

.fa-code-fork:before {
  content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}

.fa-question:before {
  content: '\f128';
}

.fa-info:before {
  content: '\f129';
}

.fa-exclamation:before {
  content: '\f12a';
}

.fa-superscript:before {
  content: '\f12b';
}

.fa-subscript:before {
  content: '\f12c';
}

.fa-eraser:before {
  content: '\f12d';
}

.fa-puzzle-piece:before {
  content: '\f12e';
}

.fa-microphone:before {
  content: '\f130';
}

.fa-microphone-slash:before {
  content: '\f131';
}

.fa-shield:before {
  content: '\f132';
}

.fa-calendar-o:before {
  content: '\f133';
}

.fa-fire-extinguisher:before {
  content: '\f134';
}

.fa-rocket:before {
  content: '\f135';
}

.fa-maxcdn:before {
  content: '\f136';
}

.fa-chevron-circle-left:before {
  content: '\f137';
}

.fa-chevron-circle-right:before {
  content: '\f138';
}

.fa-chevron-circle-up:before {
  content: '\f139';
}

.fa-chevron-circle-down:before {
  content: '\f13a';
}

.fa-html5:before {
  content: '\f13b';
}

.fa-css3:before {
  content: '\f13c';
}

.fa-anchor:before {
  content: '\f13d';
}

.fa-unlock-alt:before {
  content: '\f13e';
}

.fa-bullseye:before {
  content: '\f140';
}

.fa-ellipsis-h:before {
  content: '\f141';
}

.fa-ellipsis-v:before {
  content: '\f142';
}

.fa-rss-square:before {
  content: '\f143';
}

.fa-play-circle:before {
  content: '\f144';
}

.fa-ticket:before {
  content: '\f145';
}

.fa-minus-square:before {
  content: '\f146';
}

.fa-minus-square-o:before {
  content: '\f147';
}

.fa-level-up:before {
  content: '\f148';
}

.fa-level-down:before {
  content: '\f149';
}

.fa-check-square:before {
  content: '\f14a';
}

.fa-pencil-square:before {
  content: '\f14b';
}

.fa-external-link-square:before {
  content: '\f14c';
}

.fa-share-square:before {
  content: '\f14d';
}

.fa-compass:before {
  content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}

.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}

.fa-gbp:before {
  content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}

.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}

.fa-won:before,
.fa-krw:before {
  content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}

.fa-file:before {
  content: '\f15b';
}

.fa-file-text:before {
  content: '\f15c';
}

.fa-sort-alpha-asc:before {
  content: '\f15d';
}

.fa-sort-alpha-desc:before {
  content: '\f15e';
}

.fa-sort-amount-asc:before {
  content: '\f160';
}

.fa-sort-amount-desc:before {
  content: '\f161';
}

.fa-sort-numeric-asc:before {
  content: '\f162';
}

.fa-sort-numeric-desc:before {
  content: '\f163';
}

.fa-thumbs-up:before {
  content: '\f164';
}

.fa-thumbs-down:before {
  content: '\f165';
}

.fa-youtube-square:before {
  content: '\f166';
}

.fa-youtube:before {
  content: '\f167';
}

.fa-xing:before {
  content: '\f168';
}

.fa-xing-square:before {
  content: '\f169';
}

.fa-youtube-play:before {
  content: '\f16a';
}

.fa-dropbox:before {
  content: '\f16b';
}

.fa-stack-overflow:before {
  content: '\f16c';
}

.fa-instagram:before {
  content: '\f16d';
}

.fa-flickr:before {
  content: '\f16e';
}

.fa-adn:before {
  content: '\f170';
}

.fa-bitbucket:before {
  content: '\f171';
}

.fa-bitbucket-square:before {
  content: '\f172';
}

.fa-tumblr:before {
  content: '\f173';
}

.fa-tumblr-square:before {
  content: '\f174';
}

.fa-long-arrow-down:before {
  content: '\f175';
}

.fa-long-arrow-up:before {
  content: '\f176';
}

.fa-long-arrow-left:before {
  content: '\f177';
}

.fa-long-arrow-right:before {
  content: '\f178';
}

.fa-apple:before {
  content: '\f179';
}

.fa-windows:before {
  content: '\f17a';
}

.fa-android:before {
  content: '\f17b';
}

.fa-linux:before {
  content: '\f17c';
}

.fa-dribbble:before {
  content: '\f17d';
}

.fa-skype:before {
  content: '\f17e';
}

.fa-foursquare:before {
  content: '\f180';
}

.fa-trello:before {
  content: '\f181';
}

.fa-female:before {
  content: '\f182';
}

.fa-male:before {
  content: '\f183';
}

.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}

.fa-sun-o:before {
  content: '\f185';
}

.fa-moon-o:before {
  content: '\f186';
}

.fa-archive:before {
  content: '\f187';
}

.fa-bug:before {
  content: '\f188';
}

.fa-vk:before {
  content: '\f189';
}

.fa-weibo:before {
  content: '\f18a';
}

.fa-renren:before {
  content: '\f18b';
}

.fa-pagelines:before {
  content: '\f18c';
}

.fa-stack-exchange:before {
  content: '\f18d';
}

.fa-arrow-circle-o-right:before {
  content: '\f18e';
}

.fa-arrow-circle-o-left:before {
  content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}

.fa-dot-circle-o:before {
  content: '\f192';
}

.fa-wheelchair:before {
  content: '\f193';
}

.fa-vimeo-square:before {
  content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}

.fa-plus-square-o:before {
  content: '\f196';
}

.fa-space-shuttle:before {
  content: '\f197';
}

.fa-slack:before {
  content: '\f198';
}

.fa-envelope-square:before {
  content: '\f199';
}

.fa-wordpress:before {
  content: '\f19a';
}

.fa-openid:before {
  content: '\f19b';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}

.fa-yahoo:before {
  content: '\f19e';
}

.fa-google:before {
  content: '\f1a0';
}

.fa-reddit:before {
  content: '\f1a1';
}

.fa-reddit-square:before {
  content: '\f1a2';
}

.fa-stumbleupon-circle:before {
  content: '\f1a3';
}

.fa-stumbleupon:before {
  content: '\f1a4';
}

.fa-delicious:before {
  content: '\f1a5';
}

.fa-digg:before {
  content: '\f1a6';
}

.fa-pied-piper:before {
  content: '\f1a7';
}

.fa-pied-piper-alt:before {
  content: '\f1a8';
}

.fa-drupal:before {
  content: '\f1a9';
}

.fa-joomla:before {
  content: '\f1aa';
}

.fa-language:before {
  content: '\f1ab';
}

.fa-fax:before {
  content: '\f1ac';
}

.fa-building:before {
  content: '\f1ad';
}

.fa-child:before {
  content: '\f1ae';
}

.fa-paw:before {
  content: '\f1b0';
}

.fa-spoon:before {
  content: '\f1b1';
}

.fa-cube:before {
  content: '\f1b2';
}

.fa-cubes:before {
  content: '\f1b3';
}

.fa-behance:before {
  content: '\f1b4';
}

.fa-behance-square:before {
  content: '\f1b5';
}

.fa-steam:before {
  content: '\f1b6';
}

.fa-steam-square:before {
  content: '\f1b7';
}

.fa-recycle:before {
  content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}

.fa-tree:before {
  content: '\f1bb';
}

.fa-spotify:before {
  content: '\f1bc';
}

.fa-deviantart:before {
  content: '\f1bd';
}

.fa-soundcloud:before {
  content: '\f1be';
}

.fa-database:before {
  content: '\f1c0';
}

.fa-file-pdf-o:before {
  content: '\f1c1';
}

.fa-file-word-o:before {
  content: '\f1c2';
}

.fa-file-excel-o:before {
  content: '\f1c3';
}

.fa-file-powerpoint-o:before {
  content: '\f1c4';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}

.fa-file-code-o:before {
  content: '\f1c9';
}

.fa-vine:before {
  content: '\f1ca';
}

.fa-codepen:before {
  content: '\f1cb';
}

.fa-jsfiddle:before {
  content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}

.fa-circle-o-notch:before {
  content: '\f1ce';
}

.fa-ra:before,
.fa-rebel:before {
  content: '\f1d0';
}

.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}

.fa-git-square:before {
  content: '\f1d2';
}

.fa-git:before {
  content: '\f1d3';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}

.fa-tencent-weibo:before {
  content: '\f1d5';
}

.fa-qq:before {
  content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}

.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}

.fa-history:before {
  content: '\f1da';
}

.fa-circle-thin:before {
  content: '\f1db';
}

.fa-header:before {
  content: '\f1dc';
}

.fa-paragraph:before {
  content: '\f1dd';
}

.fa-sliders:before {
  content: '\f1de';
}

.fa-share-alt:before {
  content: '\f1e0';
}

.fa-share-alt-square:before {
  content: '\f1e1';
}

.fa-bomb:before {
  content: '\f1e2';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}

.fa-tty:before {
  content: '\f1e4';
}

.fa-binoculars:before {
  content: '\f1e5';
}

.fa-plug:before {
  content: '\f1e6';
}

.fa-slideshare:before {
  content: '\f1e7';
}

.fa-twitch:before {
  content: '\f1e8';
}

.fa-yelp:before {
  content: '\f1e9';
}

.fa-newspaper-o:before {
  content: '\f1ea';
}

.fa-wifi:before {
  content: '\f1eb';
}

.fa-calculator:before {
  content: '\f1ec';
}

.fa-paypal:before {
  content: '\f1ed';
}

.fa-google-wallet:before {
  content: '\f1ee';
}

.fa-cc-visa:before {
  content: '\f1f0';
}

.fa-cc-mastercard:before {
  content: '\f1f1';
}

.fa-cc-discover:before {
  content: '\f1f2';
}

.fa-cc-amex:before {
  content: '\f1f3';
}

.fa-cc-paypal:before {
  content: '\f1f4';
}

.fa-cc-stripe:before {
  content: '\f1f5';
}

.fa-bell-slash:before {
  content: '\f1f6';
}

.fa-bell-slash-o:before {
  content: '\f1f7';
}

.fa-trash:before {
  content: '\f1f8';
}

.fa-copyright:before {
  content: '\f1f9';
}

.fa-at:before {
  content: '\f1fa';
}

.fa-eyedropper:before {
  content: '\f1fb';
}

.fa-paint-brush:before {
  content: '\f1fc';
}

.fa-birthday-cake:before {
  content: '\f1fd';
}

.fa-area-chart:before {
  content: '\f1fe';
}

.fa-pie-chart:before {
  content: '\f200';
}

.fa-line-chart:before {
  content: '\f201';
}

.fa-lastfm:before {
  content: '\f202';
}

.fa-lastfm-square:before {
  content: '\f203';
}

.fa-toggle-off:before {
  content: '\f204';
}

.fa-toggle-on:before {
  content: '\f205';
}

.fa-bicycle:before {
  content: '\f206';
}

.fa-bus:before {
  content: '\f207';
}

.fa-ioxhost:before {
  content: '\f208';
}

.fa-angellist:before {
  content: '\f209';
}

.fa-cc:before {
  content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}

.fa-meanpath:before {
  content: '\f20c';
}

.fa-buysellads:before {
  content: '\f20d';
}

.fa-connectdevelop:before {
  content: '\f20e';
}

.fa-dashcube:before {
  content: '\f210';
}

.fa-forumbee:before {
  content: '\f211';
}

.fa-leanpub:before {
  content: '\f212';
}

.fa-sellsy:before {
  content: '\f213';
}

.fa-shirtsinbulk:before {
  content: '\f214';
}

.fa-simplybuilt:before {
  content: '\f215';
}

.fa-skyatlas:before {
  content: '\f216';
}

.fa-cart-plus:before {
  content: '\f217';
}

.fa-cart-arrow-down:before {
  content: '\f218';
}

.fa-diamond:before {
  content: '\f219';
}

.fa-ship:before {
  content: '\f21a';
}

.fa-user-secret:before {
  content: '\f21b';
}

.fa-motorcycle:before {
  content: '\f21c';
}

.fa-street-view:before {
  content: '\f21d';
}

.fa-heartbeat:before {
  content: '\f21e';
}

.fa-venus:before {
  content: '\f221';
}

.fa-mars:before {
  content: '\f222';
}

.fa-mercury:before {
  content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}

.fa-transgender-alt:before {
  content: '\f225';
}

.fa-venus-double:before {
  content: '\f226';
}

.fa-mars-double:before {
  content: '\f227';
}

.fa-venus-mars:before {
  content: '\f228';
}

.fa-mars-stroke:before {
  content: '\f229';
}

.fa-mars-stroke-v:before {
  content: '\f22a';
}

.fa-mars-stroke-h:before {
  content: '\f22b';
}

.fa-neuter:before {
  content: '\f22c';
}

.fa-genderless:before {
  content: '\f22d';
}

.fa-facebook-official:before {
  content: '\f230';
}

.fa-pinterest-p:before {
  content: '\f231';
}

.fa-whatsapp:before {
  content: '\f232';
}

.fa-server:before {
  content: '\f233';
}

.fa-user-plus:before {
  content: '\f234';
}

.fa-user-times:before {
  content: '\f235';
}

.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}

.fa-viacoin:before {
  content: '\f237';
}

.fa-train:before {
  content: '\f238';
}

.fa-subway:before {
  content: '\f239';
}

.fa-medium:before {
  content: '\f23a';
}

.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}

.fa-optin-monster:before {
  content: '\f23c';
}

.fa-opencart:before {
  content: '\f23d';
}

.fa-expeditedssl:before {
  content: '\f23e';
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}

.fa-mouse-pointer:before {
  content: '\f245';
}

.fa-i-cursor:before {
  content: '\f246';
}

.fa-object-group:before {
  content: '\f247';
}

.fa-object-ungroup:before {
  content: '\f248';
}

.fa-sticky-note:before {
  content: '\f249';
}

.fa-sticky-note-o:before {
  content: '\f24a';
}

.fa-cc-jcb:before {
  content: '\f24b';
}

.fa-cc-diners-club:before {
  content: '\f24c';
}

.fa-clone:before {
  content: '\f24d';
}

.fa-balance-scale:before {
  content: '\f24e';
}

.fa-hourglass-o:before {
  content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}

.fa-hourglass:before {
  content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}

.fa-hand-scissors-o:before {
  content: '\f257';
}

.fa-hand-lizard-o:before {
  content: '\f258';
}

.fa-hand-spock-o:before {
  content: '\f259';
}

.fa-hand-pointer-o:before {
  content: '\f25a';
}

.fa-hand-peace-o:before {
  content: '\f25b';
}

.fa-trademark:before {
  content: '\f25c';
}

.fa-registered:before {
  content: '\f25d';
}

.fa-creative-commons:before {
  content: '\f25e';
}

.fa-gg:before {
  content: '\f260';
}

.fa-gg-circle:before {
  content: '\f261';
}

.fa-tripadvisor:before {
  content: '\f262';
}

.fa-odnoklassniki:before {
  content: '\f263';
}

.fa-odnoklassniki-square:before {
  content: '\f264';
}

.fa-get-pocket:before {
  content: '\f265';
}

.fa-wikipedia-w:before {
  content: '\f266';
}

.fa-safari:before {
  content: '\f267';
}

.fa-chrome:before {
  content: '\f268';
}

.fa-firefox:before {
  content: '\f269';
}

.fa-opera:before {
  content: '\f26a';
}

.fa-internet-explorer:before {
  content: '\f26b';
}

.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}

.fa-contao:before {
  content: '\f26d';
}

.fa-500px:before {
  content: '\f26e';
}

.fa-amazon:before {
  content: '\f270';
}

.fa-calendar-plus-o:before {
  content: '\f271';
}

.fa-calendar-minus-o:before {
  content: '\f272';
}

.fa-calendar-times-o:before {
  content: '\f273';
}

.fa-calendar-check-o:before {
  content: '\f274';
}

.fa-industry:before {
  content: '\f275';
}

.fa-map-pin:before {
  content: '\f276';
}

.fa-map-signs:before {
  content: '\f277';
}

.fa-map-o:before {
  content: '\f278';
}

.fa-map:before {
  content: '\f279';
}

.fa-commenting:before {
  content: '\f27a';
}

.fa-commenting-o:before {
  content: '\f27b';
}

.fa-houzz:before {
  content: '\f27c';
}

.fa-vimeo:before {
  content: '\f27d';
}

.fa-black-tie:before {
  content: '\f27e';
}

.fa-fonticons:before {
  content: '\f280';
}

.fa-reddit-alien:before {
  content: '\f281';
}

.fa-edge:before {
  content: '\f282';
}

.fa-credit-card-alt:before {
  content: '\f283';
}

.fa-codiepie:before {
  content: '\f284';
}

.fa-modx:before {
  content: '\f285';
}

.fa-fort-awesome:before {
  content: '\f286';
}

.fa-usb:before {
  content: '\f287';
}

.fa-product-hunt:before {
  content: '\f288';
}

.fa-mixcloud:before {
  content: '\f289';
}

.fa-scribd:before {
  content: '\f28a';
}

.fa-pause-circle:before {
  content: '\f28b';
}

.fa-pause-circle-o:before {
  content: '\f28c';
}

.fa-stop-circle:before {
  content: '\f28d';
}

.fa-stop-circle-o:before {
  content: '\f28e';
}

.fa-shopping-bag:before {
  content: '\f290';
}

.fa-shopping-basket:before {
  content: '\f291';
}

.fa-hashtag:before {
  content: '\f292';
}

.fa-bluetooth:before {
  content: '\f293';
}

.fa-bluetooth-b:before {
  content: '\f294';
}

.fa-percent:before {
  content: '\f295';
}

.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 43px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child, .btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 31px;
  line-height: 33px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg, .btn-lg.btn-social-icon {
  padding-left: 65px;
}

.btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child {
  line-height: 49px;
  width: 49px;
  font-size: 1.8em;
}

.btn-social.btn-sm, .btn-sm.btn-social-icon {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child, .btn-sm.btn-social-icon > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs, .btn-xs.btn-social-icon {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  height: 33px;
  width: 33px;
  padding: 0;
}

.btn-social-icon > :first-child {
  border: 0;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg {
  height: 49px;
  width: 49px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover, .btn-adn:focus, .btn-adn:active, .btn-adn.active,
.open > .btn-adn.dropdown-toggle {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active,
.open > .btn-adn.dropdown-toggle {
  background-image: none;
}

.btn-adn.disabled, .btn-adn.disabled:hover, .btn-adn.disabled:focus, .btn-adn.disabled:active, .btn-adn.disabled.active, .btn-adn[disabled], .btn-adn[disabled]:hover, .btn-adn[disabled]:focus, .btn-adn[disabled]:active, .btn-adn[disabled].active,
fieldset[disabled] .btn-adn,
fieldset[disabled] .btn-adn:hover,
fieldset[disabled] .btn-adn:focus,
fieldset[disabled] .btn-adn:active,
fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket:active, .btn-bitbucket.active,
.open > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active,
.open > .btn-bitbucket.dropdown-toggle {
  background-image: none;
}

.btn-bitbucket.disabled, .btn-bitbucket.disabled:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled], .btn-bitbucket[disabled]:hover, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled]:active, .btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket,
fieldset[disabled] .btn-bitbucket:hover,
fieldset[disabled] .btn-bitbucket:focus,
fieldset[disabled] .btn-bitbucket:active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active,
.open > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active,
.open > .btn-dropbox.dropdown-toggle {
  background-image: none;
}

.btn-dropbox.disabled, .btn-dropbox.disabled:hover, .btn-dropbox.disabled:focus, .btn-dropbox.disabled:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled], .btn-dropbox[disabled]:hover, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled]:active, .btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox,
fieldset[disabled] .btn-dropbox:hover,
fieldset[disabled] .btn-dropbox:focus,
fieldset[disabled] .btn-dropbox:active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
  background-image: none;
}

.btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active,
.open > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active,
.open > .btn-flickr.dropdown-toggle {
  background-image: none;
}

.btn-flickr.disabled, .btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled:active, .btn-flickr.disabled.active, .btn-flickr[disabled], .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled]:active, .btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr,
fieldset[disabled] .btn-flickr:hover,
fieldset[disabled] .btn-flickr:focus,
fieldset[disabled] .btn-flickr:active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active,
.open > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active,
.open > .btn-foursquare.dropdown-toggle {
  background-image: none;
}

.btn-foursquare.disabled, .btn-foursquare.disabled:hover, .btn-foursquare.disabled:focus, .btn-foursquare.disabled:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled], .btn-foursquare[disabled]:hover, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled]:active, .btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare,
fieldset[disabled] .btn-foursquare:hover,
fieldset[disabled] .btn-foursquare:focus,
fieldset[disabled] .btn-foursquare:active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  background-color: #444;
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active,
.open > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active,
.open > .btn-github.dropdown-toggle {
  background-image: none;
}

.btn-github.disabled, .btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled:active, .btn-github.disabled.active, .btn-github[disabled], .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled]:active, .btn-github[disabled].active,
fieldset[disabled] .btn-github,
fieldset[disabled] .btn-github:hover,
fieldset[disabled] .btn-github:focus,
fieldset[disabled] .btn-github:active,
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
  color: #444;
  background-color: #fff;
}

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active,
.open > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active,
.open > .btn-google.dropdown-toggle {
  background-image: none;
}

.btn-google.disabled, .btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled:active, .btn-google.disabled.active, .btn-google[disabled], .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled]:active, .btn-google[disabled].active,
fieldset[disabled] .btn-google,
fieldset[disabled] .btn-google:hover,
fieldset[disabled] .btn-google:focus,
fieldset[disabled] .btn-google:active,
fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active,
.open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active,
.open > .btn-instagram.dropdown-toggle {
  background-image: none;
}

.btn-instagram.disabled, .btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled:active, .btn-instagram.disabled.active, .btn-instagram[disabled], .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled]:active, .btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram,
fieldset[disabled] .btn-instagram:hover,
fieldset[disabled] .btn-instagram:focus,
fieldset[disabled] .btn-instagram:active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
  background-image: none;
}

.btn-linkedin.disabled, .btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled], .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled]:active, .btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin,
fieldset[disabled] .btn-linkedin:hover,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin:active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover, .btn-microsoft:focus, .btn-microsoft:active, .btn-microsoft.active,
.open > .btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active,
.open > .btn-microsoft.dropdown-toggle {
  background-image: none;
}

.btn-microsoft.disabled, .btn-microsoft.disabled:hover, .btn-microsoft.disabled:focus, .btn-microsoft.disabled:active, .btn-microsoft.disabled.active, .btn-microsoft[disabled], .btn-microsoft[disabled]:hover, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled]:active, .btn-microsoft[disabled].active,
fieldset[disabled] .btn-microsoft,
fieldset[disabled] .btn-microsoft:hover,
fieldset[disabled] .btn-microsoft:focus,
fieldset[disabled] .btn-microsoft:active,
fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-openid {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover, .btn-openid:focus, .btn-openid:active, .btn-openid.active,
.open > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active,
.open > .btn-openid.dropdown-toggle {
  background-image: none;
}

.btn-openid.disabled, .btn-openid.disabled:hover, .btn-openid.disabled:focus, .btn-openid.disabled:active, .btn-openid.disabled.active, .btn-openid[disabled], .btn-openid[disabled]:hover, .btn-openid[disabled]:focus, .btn-openid[disabled]:active, .btn-openid[disabled].active,
fieldset[disabled] .btn-openid,
fieldset[disabled] .btn-openid:hover,
fieldset[disabled] .btn-openid:focus,
fieldset[disabled] .btn-openid:active,
fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active,
.open > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active,
.open > .btn-pinterest.dropdown-toggle {
  background-image: none;
}

.btn-pinterest.disabled, .btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled], .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled]:active, .btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest,
fieldset[disabled] .btn-pinterest:hover,
fieldset[disabled] .btn-pinterest:focus,
fieldset[disabled] .btn-pinterest:active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  background-color: #eff7ff;
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active,
.open > .btn-reddit.dropdown-toggle {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active,
.open > .btn-reddit.dropdown-toggle {
  background-image: none;
}

.btn-reddit.disabled, .btn-reddit.disabled:hover, .btn-reddit.disabled:focus, .btn-reddit.disabled:active, .btn-reddit.disabled.active, .btn-reddit[disabled], .btn-reddit[disabled]:hover, .btn-reddit[disabled]:focus, .btn-reddit[disabled]:active, .btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit,
fieldset[disabled] .btn-reddit:hover,
fieldset[disabled] .btn-reddit:focus,
fieldset[disabled] .btn-reddit:active,
fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  background-color: #f50;
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active,
.open > .btn-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active,
.open > .btn-soundcloud.dropdown-toggle {
  background-image: none;
}

.btn-soundcloud.disabled, .btn-soundcloud.disabled:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled:active, .btn-soundcloud.disabled.active, .btn-soundcloud[disabled], .btn-soundcloud[disabled]:hover, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled]:active, .btn-soundcloud[disabled].active,
fieldset[disabled] .btn-soundcloud,
fieldset[disabled] .btn-soundcloud:hover,
fieldset[disabled] .btn-soundcloud:focus,
fieldset[disabled] .btn-soundcloud:active,
fieldset[disabled] .btn-soundcloud.active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active,
.open > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active,
.open > .btn-tumblr.dropdown-toggle {
  background-image: none;
}

.btn-tumblr.disabled, .btn-tumblr.disabled:hover, .btn-tumblr.disabled:focus, .btn-tumblr.disabled:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled], .btn-tumblr[disabled]:hover, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled]:active, .btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr,
fieldset[disabled] .btn-tumblr:hover,
fieldset[disabled] .btn-tumblr:focus,
fieldset[disabled] .btn-tumblr:active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  background-color: #55acee;
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
  background-image: none;
}

.btn-twitter.disabled, .btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled:active, .btn-twitter.disabled.active, .btn-twitter[disabled], .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:active, .btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active, .btn-vimeo.active,
.open > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active,
.open > .btn-vimeo.dropdown-toggle {
  background-image: none;
}

.btn-vimeo.disabled, .btn-vimeo.disabled:hover, .btn-vimeo.disabled:focus, .btn-vimeo.disabled:active, .btn-vimeo.disabled.active, .btn-vimeo[disabled], .btn-vimeo[disabled]:hover, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled]:active, .btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo,
fieldset[disabled] .btn-vimeo:hover,
fieldset[disabled] .btn-vimeo:focus,
fieldset[disabled] .btn-vimeo:active,
fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
  background-image: none;
}

.btn-vk.disabled, .btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled:active, .btn-vk.disabled.active, .btn-vk[disabled], .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled]:active, .btn-vk[disabled].active,
fieldset[disabled] .btn-vk,
fieldset[disabled] .btn-vk:hover,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk:active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active,
.open > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active,
.open > .btn-yahoo.dropdown-toggle {
  background-image: none;
}

.btn-yahoo.disabled, .btn-yahoo.disabled:hover, .btn-yahoo.disabled:focus, .btn-yahoo.disabled:active, .btn-yahoo.disabled.active, .btn-yahoo[disabled], .btn-yahoo[disabled]:hover, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled]:active, .btn-yahoo[disabled].active,
fieldset[disabled] .btn-yahoo,
fieldset[disabled] .btn-yahoo:hover,
fieldset[disabled] .btn-yahoo:focus,
fieldset[disabled] .btn-yahoo:active,
fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0");
  src: url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.image-gallery-fullscreen-button::before,
.image-gallery-play-button::before,
.image-gallery-left-nav::before,
.image-gallery-right-nav::before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.image-gallery.fullscreen-modal .image-gallery-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-gallery-content {
  top: 0;
}

.image-gallery-content.fullscreen {
  background: #000;
}

.image-gallery-slide-wrapper {
  position: relative;
}

.image-gallery-fullscreen-button,
.image-gallery-play-button,
.image-gallery-left-nav,
.image-gallery-right-nav {
  cursor: pointer;
  position: absolute;
  z-index: 4;
}

.image-gallery-fullscreen-button::before,
.image-gallery-play-button::before,
.image-gallery-left-nav::before,
.image-gallery-right-nav::before {
  color: #fff;
  line-height: .7;
  text-shadow: 0 2px 2px #1a1a1a;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.image-gallery-fullscreen-button:hover::before,
.image-gallery-play-button:hover::before,
.image-gallery-left-nav:hover::before,
.image-gallery-right-nav:hover::before {
  color: #337ab7;
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before,
  .image-gallery-left-nav:hover::before,
  .image-gallery-right-nav:hover::before {
    color: #fff;
  }
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
}

.image-gallery-fullscreen-button::before,
.image-gallery-play-button::before {
  font-size: 1.7em;
  padding: 15px 20px;
  text-shadow: 0 1px 1px #1a1a1a;
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 1em;
  }
}

.image-gallery-fullscreen-button:hover::before,
.image-gallery-play-button:hover::before {
  color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-fullscreen-button::before {
  content: "";
}

.image-gallery-fullscreen-button.active::before {
  content: "";
}

.image-gallery-fullscreen-button.active:hover::before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-play-button::before {
  content: "";
}

.image-gallery-play-button.active::before {
  content: "";
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 5em;
  outline: none;
  padding: 50px 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: .6;
  pointer-events: none;
}

@media (max-width: 768px) {
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    font-size: 3.4em;
  }
}

@media (max-width: 480px) {
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    font-size: 2.4em;
  }
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-left-nav::before {
  content: "";
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery-right-nav::before {
  content: "";
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-gallery-slide.center {
  position: relative;
}

.image-gallery-slide img {
  width: 100%;
}

.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}

@media (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: .8em;
    padding: 8px 15px;
  }
}

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}

.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}

.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 0 #1a1a1a;
  box-shadow: 0 1px 0 #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  padding: 5px;
}

@media (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}

@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}

.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff;
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}

.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  -webkit-transition: -webkit-transform .45s ease-out;
  transition: transform .45s ease-out;
  white-space: nowrap;
}

.image-gallery-thumbnail {
  display: inline-block;
  padding-right: 5px;
}

.image-gallery-thumbnail img {
  border: 4px solid transparent;
  -webkit-transition: border .3s ease-out;
  transition: border .3s ease-out;
  vertical-align: middle;
  width: 100px;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail img {
    border: 3px solid transparent;
    width: 75px;
  }
}

.image-gallery-thumbnail.active img {
  border: 4px solid #337ab7;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail.active img {
    border: 3px solid #337ab7;
  }
}

.image-gallery-thumbnail-label {
  color: #1a1a1a;
  font-size: 1em;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: .8em;
  }
}

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

@media (max-width: 768px) {
  .image-gallery-index {
    font-size: .8em;
    padding: 5px 10px;
  }
}

.react-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000;
}

.react-toggle--checked .react-toggle-track {
  background-color: #19AB27;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15;
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27;
}

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0;
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0;
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0;
  position: relative;
}

body {
  min-width: 320px;
}

body.pages {
  min-width: initial;
  min-width: auto;
}

body.shadow-on {
  pointer-events: none;
}

.progress {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer {
  padding: 0;
  opacity: 1;
}

body {
  min-height: 100%;
  color: #585858;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

body .show-on-logged-in {
  display: none !important;
}

body.logged-in .hide-on-logged-in {
  display: none !important;
}

body.logged-in .show-on-logged-in.block {
  display: block !important;
}

body.logged-in .show-on-logged-in.inline {
  display: inline !important;
}

body.logged-in .show-on-logged-in.inline-block {
  display: inline-block !important;
}

body.users, body.invitation, body.signup {
  background: #f7f7f7;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a[class=""] {
  color: #00c2ec;
  text-decoration: none;
}

a[class=""]:visited {
  color: #00c2ec;
}

a[class=""]:active, a[class=""]:hover, a[class=""]:focus {
  color: #65e2f3;
  text-decoration: none;
}

a[class=""].hover-change {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}

a[class=""].hover-change:hover {
  border-bottom: 1px solid #00c2ec;
}

div.browsehappy {
  padding: 3em;
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
}

div.browsehappy p {
  margin: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

div.browsehappy p a {
  color: #585858;
}

div.browsehappy p a:hover {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #9c9c9c;
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9c9c9c;
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: 500;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c9c9c;
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #9c9c9c;
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: 500;
}

.relative {
  position: relative;
}

.no-overflow {
  overflow: hidden;
}

.text-center {
  position: relative;
  text-align: center;
}

.text-left {
  position: relative;
  float: left;
  text-align: left;
}

.text-right {
  position: relative;
  float: right;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .text-right {
    float: none;
    text-align: left;
  }
}

.absolute-center {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}

.inner-container, .notifications-dropdown ul li, .meta-inline--container, .listing .listing-row-header, .listing .listing--row-columns, .listing--row--details .listing--row--details-entry, .admin-candidate-row, .emp-card .emp-card-flex-container, .multistep-actions {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.inner-container::after, .notifications-dropdown ul li::after, .meta-inline--container::after, .listing .listing-row-header::after, .listing .listing--row-columns::after, .listing--row--details .listing--row--details-entry::after, .admin-candidate-row::after, .emp-card .emp-card-flex-container::after, .multistep-actions::after {
  clear: both;
  content: "";
  display: table;
}

.container, .play-button-container, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container, .boxed-content, .signup-tabs {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  float: initial;
}

.container::after, .play-button-container::after, .navtab-container.fixed .opportunities-make-intro .opportunities-button-container::after, .boxed-content::after, .signup-tabs::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .container.media-break-padding, .media-break-padding.play-button-container, .navtab-container.fixed .opportunities-make-intro .media-break-padding.opportunities-button-container, .media-break-padding.boxed-content, .media-break-padding.signup-tabs {
    padding: 0;
  }
}

.container.no-padding, .no-padding.play-button-container, .navtab-container.fixed .opportunities-make-intro .no-padding.opportunities-button-container, .no-padding.boxed-content, .no-padding.signup-tabs {
  padding: 0;
}

.small-content-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  float: initial;
}

.small-content-container::after {
  clear: both;
  content: "";
  display: table;
}

.flex-container, .partner-listing--card {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.flex-container.no-align, .no-align.partner-listing--card {
  -webkit-box-align: initial;
  box-align: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
  -o-align-items: initial;
  align-items: initial;
  -ms-flex-align: initial;
}

.flex-container.align-top, .align-top.partner-listing--card {
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 768px) {
  .flex-container-break {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
  }
  .flex-container-break::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 768px) {
  .flex-container-break {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .flex-container-break.no-align {
    -webkit-box-align: initial;
    box-align: initial;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    -o-align-items: initial;
    align-items: initial;
    -ms-flex-align: initial;
  }
  .flex-container-break.align-top {
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

@media screen and (max-width: 768px) {
  .column-flex-break {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
    margin-right: 0;
  }
  .column-flex-break:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .column-flex-break {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-flex-break.spacing {
    margin-right: 20px;
  }
  .column-flex-break:only-child {
    margin-right: 0;
  }
  .column-flex-break + .column-flex.spacing {
    margin-right: 0;
    margin-left: 20px;
  }
}

.row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

.column-full {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 100%;
  margin-right: 0;
}

.column-full:last-child {
  margin-right: 0;
}

.column-half {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
}

.column-half:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-half {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-half:last-child {
    margin-right: 0;
  }
}

.column-half.center-column {
  margin: auto;
  float: none;
}

.column-five {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 38.91066%;
}

.column-five:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-five {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-five:last-child {
    margin-right: 0;
  }
}

.column-seven {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 56.36476%;
}

.column-seven:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-seven {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-seven:last-child {
    margin-right: 0;
  }
}

.column-third {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
}

.column-third:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-third {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-third:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .column-third.right-separator {
    position: relative;
  }
  .column-third.right-separator:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -8%;
    height: 100%;
    border-right: 1px solid #e1e4e1;
  }
}

.column-two {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 12.72952%;
}

.column-two:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-two {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-two:last-child {
    margin-right: 0;
  }
}

.column-two-third {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 65.09181%;
}

.column-two-third:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-two-third {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-two-third:last-child {
    margin-right: 0;
  }
}

.column-quarter {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 21.45657%;
}

.column-quarter:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-quarter.media-break {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-quarter.media-break:last-child {
    margin-right: 0;
  }
}

.column-three-quarter {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 73.81886%;
}

.column-three-quarter:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-three-quarter.media-break {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-three-quarter.media-break:last-child {
    margin-right: 0;
  }
}

.column-quint, .listing--row--details .listing--row--details-entries-headercol {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 16.22034%;
}

.column-quint:last-child, .listing--row--details .listing--row--details-entries-headercol:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-quint, .listing--row--details .listing--row--details-entries-headercol {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-quint:last-child, .listing--row--details .listing--row--details-entries-headercol:last-child {
    margin-right: 0;
  }
}

.column-four-quint, .listing--row--details .listing--row--details-entries-content {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 79.05508%;
}

.column-four-quint:last-child, .listing--row--details .listing--row--details-entries-content:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-four-quint, .listing--row--details .listing--row--details-entries-content {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .column-four-quint:last-child, .listing--row--details .listing--row--details-entries-content:last-child {
    margin-right: 0;
  }
}

.last-column {
  margin-right: 0;
}

.always-half {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
}

.always-half:last-child {
  margin-right: 0;
}

.column-sixth-to-third {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 12.72952%;
}

.column-sixth-to-third:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-sixth-to-third {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 30.18362%;
  }
  .column-sixth-to-third:last-child {
    margin-right: 0;
  }
  .column-sixth-to-third:nth-child(3n) {
    margin-right: 0;
  }
  .column-sixth-to-third:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (min-width: 768px) {
  .column-sixth-to-third:nth-child(6n) {
    margin-right: 0;
  }
  .column-sixth-to-third:nth-child(6n+1) {
    clear: left;
  }
}

.column-fourth-to-half {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 21.45657%;
}

.column-fourth-to-half:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-fourth-to-half {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 38.91066%;
  }
  .column-fourth-to-half:last-child {
    margin-right: 0;
  }
  .column-fourth-to-half:nth-child(2n) {
    margin-right: 0;
  }
  .column-fourth-to-half:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 768px) {
  .column-fourth-to-half:nth-child(4n) {
    margin-right: 0;
  }
  .column-fourth-to-half:nth-child(4n+1) {
    clear: left;
  }
}

.always-third {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
}

.always-third:last-child {
  margin-right: 0;
}

.always-third:nth-child(3n) {
  margin-right: 0;
}

.always-third:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 768px) {
  .hide-on-devices {
    display: none !important;
  }
}

.show-on-devices {
  display: none;
}

@media screen and (max-width: 768px) {
  .show-on-devices {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .column-full-devices {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
    display: block !important;
  }
  .column-full-devices:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 980px) {
  .hide-on-small-desktop {
    display: none !important;
  }
}

.notifications-dropdown.show-notifications {
  background: #00c2ec;
}

.notifications-dropdown.show-notifications .notifications-count {
  background: #fff;
  color: #ff3e3b;
}

.notifications-dropdown.show-notifications ul {
  display: block;
}

.notifications-dropdown .notifications-count {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
  background: #ff3e3b;
  color: #fff;
  width: 60%;
  padding: 2px 0;
  text-align: center;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.notifications-dropdown ul {
  display: none;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  min-width: 500px;
  max-height: 375px;
  overflow: scroll;
  background-color: #00c2ec;
  right: -160px;
  text-align: center;
  position: absolute;
  z-index: 100;
}

.notifications-dropdown ul li {
  text-align: left;
  padding: 5px 20px;
}

@media screen and (max-width: 480px) {
  .notifications-dropdown ul {
    min-width: initial;
    min-width: auto;
    width: 320px;
    right: -110px;
  }
  .notifications-dropdown ul li {
    padding: 10px;
  }
  .notifications-dropdown .notifications-count {
    width: 26px;
  }
}

@media screen and (max-width: 480px) {
  .dashboard-nav .dashboard-nav-item {
    width: 55px;
  }
}

.notification-item:last-child {
  display: none;
}

.notification-item:only-child {
  display: block !important;
}

.notification-item .notification-info {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 56.36476%;
  overflow: hidden;
}

.notification-item .notification-info:last-child {
  margin-right: 0;
}

.notification-item .notification-action {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 38.91066%;
  margin-right: 0;
  padding-top: 10px;
}

.notification-item .notification-action:last-child {
  margin-right: 0;
}

.notification-item .notification-action .btn {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
}

.notification-item .notification-action .btn:last-child {
  margin-right: 0;
}

.notification-item .avatar-image {
  width: 30%;
  float: left;
  display: inline-block;
}

.notification-item .avatar-image .noavatar {
  width: 56px;
  height: 56px;
}

.notification-item .avatar-image img {
  width: 56px;
  height: 56px;
}

.notification-item .listing-meta {
  width: 70%;
  float: left;
  height: 66px;
  display: inline-block;
}

.notification-item .listing-meta .message-title {
  display: block;
  color: #585858;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.notification-item .listing-meta .message-description {
  display: block;
  color: #fff;
  font-size: 14px;
}

.notification-item .listing-meta .message-description .message-line-1 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.notification-item .listing-meta .message-description .message-line-2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.notification-item .noavatar {
  width: 56px;
  height: 56px;
}

.notification-item .noavatar .noavatar-letter {
  font-size: 25px;
}

@media screen and (max-width: 480px) {
  .notification-item .listing-meta {
    height: 82px;
  }
  .notification-item .listing-meta .message-title {
    margin-top: 0;
  }
  .notification-item .noavatar {
    width: 50px;
    height: 50px;
  }
  .notification-item .avatar-image {
    width: 25%;
    margin-right: 5%;
  }
  .notification-item .avatar-image img {
    width: 50px;
    height: 50px;
  }
  .notification-item .notification-info {
    width: 74%;
  }
  .notification-item .notification-action {
    padding-top: 0;
    width: 20%;
  }
  .notification-item .notification-action a {
    width: 100%;
    margin-bottom: 5px;
  }
}

.strong {
  font-weight: bold;
}

.heading, .dashboard-heading,
.subheading {
  color: #585858;
  text-align: center;
  padding: 0 20px;
}

.heading.invert, .invert.dashboard-heading,
.subheading.invert {
  color: #fff;
}

.heading.padded, .padded.dashboard-heading,
.subheading.padded {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.heading.sectional, .sectional.dashboard-heading,
.subheading.sectional {
  padding: 0;
  margin-top: 0;
}

.heading.internal-team-heading, .internal-team-heading.dashboard-heading, .heading.nomargin, .nomargin.dashboard-heading,
.subheading.internal-team-heading,
.subheading.nomargin {
  margin: 0;
}

.heading.small, .small.dashboard-heading, .listing--row--details .listing--row--details-entries-content span.dashboard-heading, .listing--row--details .listing--row--details-entries-content span.heading,
.subheading.small,
.listing--row--details .listing--row--details-entries-content span.subheading {
  font-size: 16px;
}

.blurbheading {
  color: #585858;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.blurbheading.small, .listing--row--details .listing--row--details-entries-content span.blurbheading {
  font-size: 20px;
  margin-bottom: 3px;
}

.dashboard-heading {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.blurbimage {
  height: 100px;
  margin-bottom: 10px;
}

.blurbset {
  float: left;
  margin-top: 20px;
}

.blurbset.first {
  margin-top: 40px;
}

.blurb {
  margin: 0 0 40px 0;
}

.tagline {
  text-align: center;
  padding: 0 20px 20px;
}

.heading, .dashboard-heading {
  font-size: 25px;
  font-weight: 700;
  margin: 0.5em 0;
  line-height: 1.4em;
}

@media screen and (max-width: 480px) {
  .heading, .dashboard-heading {
    font-size: 20px;
  }
}

.heading.large, .large.dashboard-heading {
  font-size: 45px;
  margin: 0.75em 0;
}

@media screen and (max-width: 768px) {
  .heading.large, .large.dashboard-heading {
    font-size: 30px;
  }
}

.heading.no-base, .no-base.dashboard-heading {
  margin: 0.75em 0 0;
}

.heading.with-tagline, .with-tagline.dashboard-heading {
  margin: 0;
  line-height: 1em;
}

.heading.avatar-heading, .avatar-heading.dashboard-heading {
  margin: 1em 0;
}

.heading.thin, .thin.dashboard-heading {
  font-weight: 200;
}

.heading.white, .white.dashboard-heading {
  color: #fff;
}

.heading.blue, .blue.dashboard-heading {
  color: #00c2ec;
}

.subheading {
  font-weight: 400;
  font-size: 24px;
  margin: 0.5em 0;
  line-height: 1.3em;
}

.subheading.large {
  font-size: 45px;
  margin: 0.75em 0;
}

@media screen and (max-width: 768px) {
  .subheading {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .subheading {
    font-size: 16px;
  }
}

.team-card-skill {
  color: #00e46f;
  margin: 0.5em 0;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .team-card-skill {
    font-size: 14px;
  }
}

.content-message .success-message,
.content-message .warning-message,
.content-message .error-message,
.content-message .info-message {
  position: relative;
  border-radius: 5px;
  padding: 20px 55px 20px 30px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 25px;
}

.content-message .success-message p,
.content-message .warning-message p,
.content-message .error-message p,
.content-message .info-message p {
  margin: 0;
}

.content-message .success-message .close-message,
.content-message .warning-message .close-message,
.content-message .error-message .close-message,
.content-message .info-message .close-message {
  display: inline-block;
  position: absolute;
  background-size: contain;
  content: ' ';
  opacity: .8;
  right: 20px;
  height: 20px;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-message .success-message .close-message:hover,
.content-message .warning-message .close-message:hover,
.content-message .error-message .close-message:hover,
.content-message .info-message .close-message:hover {
  opacity: 1;
}

.content-message .success-message {
  background-color: #a7c588;
  color: #4f8a10;
}

.content-message .warning-message {
  background-color: #feefb3;
  color: #9f6000;
}

.content-message .error-message {
  background-color: #fdc6c6;
  color: #f84040;
}

.content-message .info-message {
  background-color: #b3cbe1;
  color: #00529b;
}

.breadcrumb-button,
.right-button {
  background: #fff;
  padding: 10px 20px;
  color: #00c2ec;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 480px) {
  .breadcrumb-button,
  .right-button {
    padding: 5px 10px;
  }
}

.breadcrumb-button:hover,
.right-button:hover {
  background: #00c2ec;
  color: #fff;
}

.right-button {
  float: right;
  margin-left: 15px;
}

.right-button.absolute {
  position: absolute;
  right: 0;
}

.tool-button {
  background: transparent;
  padding: 10px 20px;
  color: #00c2ec;
  border-radius: 5px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 480px) {
  .tool-button {
    padding: 5px 10px;
  }
}

.tool-button.remove {
  color: #ff3e3b;
}

.tool-button:hover {
  background: #ff3e3b;
  color: #fff;
}

.default-link, .secondary-link, .underline-link {
  color: #585858;
}

.default-link:hover, .secondary-link:hover, .underline-link:hover {
  text-decoration: underline;
  color: #585858;
}

.default-link.underline, .underline.secondary-link, .underline.underline-link {
  text-decoration: underline;
}

.secondary-link {
  color: #a4a4a4;
  font-size: 14px;
}

.underline-link {
  text-decoration: underline;
  font-size: 14px;
}

.underline-link:hover {
  color: #00c2ec;
}

.card-action-link {
  color: #00c2ec;
  font-size: 25px;
  border: 0;
  background-color: transparent;
  outline: 0 !important;
}

.card-action-link:hover {
  color: #00c2ec;
  text-decoration: underline;
}

.add-icon, .dashboard-add {
  background-color: #00c2ec;
  cursor: pointer;
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65);
  transition: transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65);
}

.add-icon.inline, .inline.dashboard-add {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 5px;
  margin-bottom: -4px;
}

.notification-btn, .interest-btn {
  outline: none;
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 40px;
  color: #00c2ec;
  font-weight: 700;
  padding: 6px;
  text-align: center;
  margin-right: 5px;
}

.notification-btn.pass, .interest-btn.pass {
  color: #ff3e3b;
}

.notification-btn.pass:hover, .interest-btn.pass:hover {
  background: #ff3e3b;
  color: #fff;
  border: 1px solid transparent;
}

.notification-btn:hover, .interest-btn:hover {
  background: #00c2ec;
  color: #fff;
  border: 1px solid #fff;
}

.notification-btn, .interest-btn {
  width: 45%;
}

.candidate-interest-btn {
  width: 100%;
  margin-bottom: 10px;
  background: #00c2ec;
  color: #fff;
  border: 1px solid #fff;
}

.candidate-interest-btn.pass {
  background: #ff3e3b;
  color: #fff;
  border: 1px solid transparent;
}

.candidate-interest-btn.pass:hover {
  background: #fff;
  color: #ff3e3b;
  border: 1px solid #ff3e3b;
}

.candidate-interest-btn:hover {
  background: #fff;
  color: #00c2ec;
  border: 1px solid #00c2ec;
}

.signup-btn-container {
  text-align: center;
}

.play-button-container {
  height: 100px;
}

@media screen and (max-width: 768px) {
  .play-button-container {
    height: 65px;
  }
}

.play-buton {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #00e46f;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, color 0s ease;
  transition: transform 0.5s ease-in-out, color 0s ease;
}

.play-buton:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  margin-left: 5px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 0;
  width: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-top-width: 15px;
  border-bottom-width: 15px;
}

.play-buton:hover {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
}

@media screen and (max-width: 768px) {
  .play-buton {
    width: 75px;
    height: 75px;
  }
}

a.signup-btn {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 40px;
  background: #00c2ec;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transition: padding 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, color 0s ease;
  transition: padding 0.5s ease-in-out, transform 0.5s ease-in-out, color 0s ease;
}

@media screen and (max-width: 768px) {
  a.signup-btn .signup-btn {
    padding: 18px 40px;
  }
}

a.signup-btn.clear-bottom {
  margin: 30px auto 10px auto;
}

a.signup-btn.large {
  font-size: 22px;
  width: 100%;
}

a.signup-btn.large:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a.signup-btn.white {
  background: #fff;
  color: #00c2ec;
  border: 1px solid #fff;
}

a.signup-btn.white:hover {
  color: #00c2ec;
}

a.signup-btn.outline-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

a.signup-btn.red {
  background: #ff3e3b;
  border: 1px solid #ff3e3b;
  color: #fff;
}

a.signup-btn:hover, a.signup-btn:active, a.signup-btn:focus {
  color: #fff;
}

.invert-link {
  color: #fff;
}

.invert-link:hover {
  color: #fff;
  text-decoration: underline;
}

.action-btn {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 65px;
  font-size: 18px;
  background: #ff3e3b;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 25px;
  border: 2px solid #ff3e3b;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.action-btn:hover {
  color: #ff3e3b;
  background: #fff;
}

.alternate-link {
  font-size: 20px;
  font-weight: 700;
  color: #c4c4c4;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.alternate-link:hover {
  color: #00c2ec;
}

.popup-close, .modal-close, .team-card-close {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.popup-close:before, .modal-close:before, .team-card-close:before, .popup-close:after, .modal-close:after, .team-card-close:after {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  background-color: #ff3e3b;
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  content: "";
}

.popup-close:before, .modal-close:before, .team-card-close:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after, .modal-close:after, .team-card-close:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover, .modal-close:hover, .team-card-close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.popup-close.white:before, .white.modal-close:before, .white.team-card-close:before, .popup-close.white:after, .white.modal-close:after, .white.team-card-close:after {
  background-color: #fff;
}

.popup-close.blue:before, .blue.modal-close:before, .blue.team-card-close:before, .popup-close.blue:after, .blue.modal-close:after, .blue.team-card-close:after {
  background-color: #00c2ec;
}

.popup-close.thick:before, .thick.modal-close:before, .thick.team-card-close:before, .popup-close.thick:after, .thick.modal-close:after, .thick.team-card-close:after {
  height: 6px;
}

.popup-close.tight, .tight.modal-close, .tight.team-card-close {
  top: 0;
  left: 0;
}

.popup-close.gray:before, .gray.modal-close:before, .gray.team-card-close:before, .popup-close.gray:after, .gray.modal-close:after, .gray.team-card-close:after {
  background-color: #a4a4a4;
}

.top-right-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  z-index: 10;
  width: 20px;
  height: 20px;
  cusor: pointer;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  background: url("https://goelevator.com/assets/x-o_red.svg") no-repeat transparent;
  background-size: contain;
}

.top-right-close-button.active {
  display: inline-block;
}

.top-right-close-button:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.right-close-button {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://goelevator.com/assets/x-o.svg") no-repeat transparent;
  background-size: contain;
}

.right-close-button:hover {
  background: url("https://goelevator.com/assets/x-o_red.svg") no-repeat transparent;
  background-size: contain;
}

.right-close-button:hover:after {
  content: "Archive";
  color: #ff3e3b;
  font-weight: 600;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.right-close-button.active {
  background: url("https://goelevator.com/assets/x-o_red.svg") no-repeat transparent;
  background-size: contain;
}

.right-close-button.active:hover {
  background: url("https://goelevator.com/assets/x-o_blue.svg") no-repeat transparent;
  background-size: contain;
}

.right-close-button.active:hover:after {
  content: "Unarchive";
  color: #00c2ec;
}

.delete-card {
  color: #ff3e3b;
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
}

.delete-card:hover {
  color: #ff3e3b;
  text-decoration: underline;
}

.modal-close {
  right: 0;
  left: initial;
}

.team-card-close {
  left: 28px;
}

.social-signup {
  padding: 0;
  max-width: 500px;
  margin: auto;
  list-style: none;
  text-align: center;
}

.social-signup li {
  margin-bottom: 40px;
}

.social-signup li.small-spacing {
  margin-bottom: 10px;
}

.social-signup .btn-lg {
  margin-bottom: 20px;
}

.social-signup .btn-social, .social-signup .btn-social-icon {
  min-width: 175px;
}

html.noanimations * {
  -webkit-transition: none !important;
  transition: none !important;
}

body.active-form .site-main {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
}

.lightbox-filter,
.profile-lightbox-filter {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

.lightbox-filter.blue,
.profile-lightbox-filter.blue {
  background: #00c2ec;
}

body.active-form .lightbox-filter.blue, body.active-form
.profile-lightbox-filter.blue {
  opacity: .8;
  z-index: 100;
}

html.lightbox-transition .lightbox-filter, html.lightbox-transition
.profile-lightbox-filter {
  z-index: 100;
}

html.lightbox-active .lightbox-filter, html.lightbox-active
.profile-lightbox-filter {
  opacity: .2;
  z-index: 100;
}

.lightbox-form-cover {
  position: fixed;
  visibility: hidden;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  z-index: 105;
  max-width: 100%;
}

.lightbox-form-cover .lightbox-form {
  display: inline-block;
  padding: 50px 75px;
  margin-top: 50px;
  background-color: #fff;
  width: 500px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .lightbox-form-cover .lightbox-form {
    width: 400px !important;
  }
}

@media screen and (max-width: 480px) {
  .lightbox-form-cover .lightbox-form {
    width: 300px !important;
  }
}

.lightbox-form-cover .lightbox-form.no-bg {
  background-color: transparent;
}

body.active-form .lightbox-form-cover .lightbox-form {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  margin-top: 0;
}

.lightbox-form-cover .lightbox-form body.active-signup-form,
.lightbox-form-cover .lightbox-form body.active-signup-accept-form,
.lightbox-form-cover .lightbox-form body.active-signup-decline-form,
.lightbox-form-cover .lightbox-form body.active-signin-form,
.lightbox-form-cover .lightbox-form body.active-signin-accept-form,
.lightbox-form-cover .lightbox-form body.active-signin-decline-form {
  display: block;
}

.lightbox-form-cover .lightbox-form .content-header {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .lightbox-form-cover .lightbox-form {
    width: 100%;
    padding: 10px 20px;
  }
}

body.active-form .lightbox-form-cover {
  visibility: visible;
}

.lightbox-form-cover .lightbox-form-close {
  display: inline-block;
  position: absolute;
  background-size: contain;
  content: " ";
  opacity: .8;
  right: 20px;
  height: 20px;
  width: 20px;
  top: 20px;
}

.lightbox-form-cover .lightbox-form-close:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .lightbox-form-cover .lightbox-form-close {
    right: 10px;
    top: 10px;
  }
}

.lightbox-form-cover {
  overflow: hidden;
}

.lightbox-form-cover .signup-form,
.lightbox-form-cover .signup-accept-form,
.lightbox-form-cover .signup-decline-form,
.lightbox-form-cover .signin-form,
.lightbox-form-cover .signin-accept-form,
.lightbox-form-cover .signin-decline-form,
.lightbox-form-cover .signup-partner-form,
.lightbox-form-cover .signin-partner-form {
  position: absolute;
  visibility: hidden;
}

body.active-signup-partner-form .lightbox-form-cover .signup-partner-form {
  position: relative;
  visibility: visible;
}

.lightbox-form-cover .signup-partner-form .partner-terms {
  font-size: 13px;
}

.lightbox-form-cover .signup-partner-form .partner-terms .underline-link {
  font-size: 13px;
}

body.active-signin-partner-form .lightbox-form-cover .signin-partner-form {
  position: relative;
  visibility: visible;
}

body.active-signup-form .lightbox-form-cover .signup-form {
  position: relative;
  visibility: visible;
}

body.active-signup-active-form .lightbox-form-cover .signup-accept-form {
  position: relative;
  visibility: visible;
}

body.active-signup-decline-form .lightbox-form-cover .signup-decline-form {
  position: relative;
  visibility: visible;
}

body.active-signin-form .lightbox-form-cover .signin-form {
  position: relative;
  visibility: visible;
}

body.active-signin-accept-form .lightbox-form-cover .signin-accept-form {
  position: relative;
  visibility: visible;
}

body.active-signin-decline-form .lightbox-form-cover .signin-decline-form {
  position: relative;
  visibility: visible;
}

.loader {
  background: url("https://goelevator.com/assets/spinner_ring_alt_blue.svg") no-repeat transparent;
  background-size: contain;
  width: 300px;
  height: 300px;
  margin: 20px auto;
}

.employer-loader {
  background: url("https://goelevator.com/assets/spinner_ring_alt_blue.svg") no-repeat transparent;
  background-size: contain;
  width: 120px;
  height: 120px;
  margin: 20px auto;
}

li {
  margin: 0 0 5px 0;
}

ol {
  margin: 10px 0;
}

ul.listed-checkboxes {
  padding: 0;
}

ul.listed-checkboxes li {
  display: block;
  margin-bottom: 2px;
}

ul.left-vertial-list {
  padding: 0;
  position: absolute;
  margin: -10px 0 0 -5px;
  width: 35px;
  list-style: none;
}

ul.left-vertial-list li {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
}

ul.inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.inline-list li {
  display: inline-block;
}

ul.inline-list li.x-padded {
  padding: 0 5px;
}

ul.lesspadding,
ol.lesspadding {
  margin: 0;
  padding: 10px;
}

ul.lesspadding li.nomargin,
ol.lesspadding li.nomargin {
  margin: 0;
}

ul.nopadding,
ol.nopadding {
  margin: 0;
  padding: 0;
}

ul.nopadding li.nomargin,
ol.nopadding li.nomargin {
  margin: 0;
}

ul.unstyled,
ol.unstyled {
  list-style: none;
}

ul.centered-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.centered-list li {
  display: inline-block;
  padding: 8px;
}

@media screen and (max-width: 480px) {
  ul.centered-list li {
    padding: 4px;
  }
}

.meta-inline--container {
  font-size: 13px;
}

.meta-inline--container.text-center, .meta-inline--container.center {
  text-align: center;
}

.meta-inline--container.text-center .meta-inline--container--field, .meta-inline--container.center .meta-inline--container--field {
  float: none;
  display: inline-block;
}

.meta-inline--container .meta-inline--container--field {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 5px;
  background: #00c2ec;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
}

.meta-inline--container .meta-inline--container--field.green {
  background: #00e46f;
}

.meta-inline--container .meta-inline--container--field.gray {
  background: #a4a4a4;
}

.meta-inline--container .meta-inline--container--field.red {
  background: #ff3e3b;
}

.advanced_search_options {
  display: none;
}

.advanced_search_options.shown {
  display: block;
}

.listing .listing--row--details-anon {
  background-color: #fafafa;
  padding: 20px;
}

.listing .datagrid_pagination .page_info {
  margin: 0;
}

.listing .listing--row {
  padding: 30px;
  border-bottom: 2px solid #585858;
}

.listing .listing--row:nth-child(even) {
  background-color: #e6f2ff;
}

.listing .listing--row .listing-status-icon {
  margin-left: 8px;
}

.listing .listing--row .listing-status-icon:first-child {
  margin-left: 10px;
}

.listing--row--details {
  display: none;
}

.listing--row--details .listing--row--details-entry {
  border-top: 2px solid #f7f7f7;
  background-color: #fff;
  padding: 10px;
}

.listing--row--details .listing--row--details-entry:last-of-type {
  border-bottom: 2px solid #f7f7f7;
}

.listing--row--details .listing--row--details-entries-headercol {
  word-wrap: break-word;
}

.listing--row--details .listing--row--details-entries-content {
  margin-right: 0;
  padding: 0 10px;
  border-left: 2px solid #f7f7f7;
}

.listing--row--details .listing--row--details-team-details .listing--row--details-team-details-view {
  padding: 20px;
  background-color: #daffcd;
}

.elevator-popup, .team-add-popup {
  position: fixed;
  z-index: 600;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotateY(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotateY(90deg);
  transform: translateX(-50%) translateY(-50%) rotateY(90deg);
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00c2ec;
}

.elevator-popup.white, .white.team-add-popup {
  background: #fff;
  color: #585858;
}

.elevator-popup.white .elevator-popup-content, .white.team-add-popup .elevator-popup-content, .elevator-popup.white .team-add-popup .team-add-popup-content, .team-add-popup .elevator-popup.white .team-add-popup-content, .white.team-add-popup .team-add-popup-content, .elevator-popup.white
.team-add-popup .team-group-add-popup-content,
.team-add-popup .elevator-popup.white .team-group-add-popup-content, .white.team-add-popup .team-group-add-popup-content {
  background: #fff;
}

html.card-selected-transition-finished body.popup-activated .elevator-popup, html.card-selected-transition-finished body.popup-activated .team-add-popup {
  overflow: visible;
}

html.card-selected-transition-finished body.popup-activated .elevator-popup .tooltip, html.card-selected-transition-finished body.popup-activated .team-add-popup .tooltip {
  display: block;
}

.elevator-popup .tooltip, .team-add-popup .tooltip {
  display: none;
}

.elevator-popup-content, .team-add-popup .team-add-popup-content,
.team-add-popup .team-group-add-popup-content {
  border-radius: 10px;
  background: #00c2ec;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.avatar-image {
  text-align: center;
  position: relative;
}

.avatar-image.inline {
  text-align: left;
  display: inline-block;
}

.avatar-image img {
  max-width: 100px;
  border-radius: 50%;
}

.noavatar {
  text-align: center;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #00e46f;
}

.noavatar.small, .listing--row--details .listing--row--details-entries-content span.noavatar {
  width: 50px;
  height: 50px;
}

.noavatar.small .noavatar-letter, .listing--row--details .listing--row--details-entries-content span.noavatar .noavatar-letter {
  font-size: 25px;
}

.noavatar.smaller {
  width: 25px;
  height: 25px;
}

.noavatar.smaller .noavatar-letter {
  font-size: 15px;
}

.noavatar.green {
  background: #00e46f !important;
}

.noavatar.blue {
  background: #00c2ec !important;
}

.noavatar.dark-blue {
  background: #11c1ea !important;
}

.noavatar.light-blue {
  background: #65e2f3 !important;
}

.noavatar.gray {
  background: #a4a4a4 !important;
}

.noavatar.dark-gray {
  background: #585858 !important;
}

.noavatar.red {
  background: #ff3e3b !important;
}

.noavatar-letter {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 45px;
}

.no-avatar {
  text-align: center;
  width: 100px;
  height: 100px;
  position: relative;
  margin: auto;
}

.group-avatars, .team-group-card, .featured-team-opportunity {
  margin-left: auto;
  margin-right: auto;
  float: none;
  max-width: 200px;
}

.group-avatars.boxed, .boxed.team-group-card, .boxed.featured-team-opportunity {
  height: 150px;
}

.group-avatars[data-membercount='1'] .team-group-card-images, [data-membercount='1'].team-group-card .team-group-card-images, [data-membercount='1'].featured-team-opportunity .team-group-card-images {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='1'] .team-group-card-images, [data-membercount='1'].team-group-card .team-group-card-images, [data-membercount='1'].featured-team-opportunity .team-group-card-images {
    padding-top: 20px;
  }
}

.group-avatars[data-membercount='2'] .team-group-card-images, [data-membercount='2'].team-group-card .team-group-card-images, [data-membercount='2'].featured-team-opportunity .team-group-card-images {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='2'] .team-group-card-images, [data-membercount='2'].team-group-card .team-group-card-images, [data-membercount='2'].featured-team-opportunity .team-group-card-images {
    padding-top: 20px;
  }
}

.group-avatars[data-membercount='2'] .avatar-image, [data-membercount='2'].team-group-card .avatar-image, [data-membercount='2'].featured-team-opportunity .avatar-image {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
}

.group-avatars[data-membercount='2'] .avatar-image:last-child, [data-membercount='2'].team-group-card .avatar-image:last-child, [data-membercount='2'].featured-team-opportunity .avatar-image:last-child {
  margin-right: 0;
}

.group-avatars[data-membercount='2'] .avatar-image:first-child, [data-membercount='2'].team-group-card .avatar-image:first-child, [data-membercount='2'].featured-team-opportunity .avatar-image:first-child {
  padding-right: 10px;
  text-align: right;
}

.group-avatars[data-membercount='2'] .avatar-image:last-child, [data-membercount='2'].team-group-card .avatar-image:last-child, [data-membercount='2'].featured-team-opportunity .avatar-image:last-child {
  padding-left: 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='3'] .team-group-card-images, [data-membercount='3'].team-group-card .team-group-card-images, [data-membercount='3'].featured-team-opportunity .team-group-card-images {
    margin-top: 5px;
  }
}

.group-avatars[data-membercount='3'] .avatar-image:nth-child(2), [data-membercount='3'].team-group-card .avatar-image:nth-child(2), [data-membercount='3'].featured-team-opportunity .avatar-image:nth-child(2), .group-avatars[data-membercount='3'] .avatar-image:nth-child(3), [data-membercount='3'].team-group-card .avatar-image:nth-child(3), [data-membercount='3'].featured-team-opportunity .avatar-image:nth-child(3) {
  margin-top: 10px;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='3'] .avatar-image:nth-child(2), [data-membercount='3'].team-group-card .avatar-image:nth-child(2), [data-membercount='3'].featured-team-opportunity .avatar-image:nth-child(2), .group-avatars[data-membercount='3'] .avatar-image:nth-child(3), [data-membercount='3'].team-group-card .avatar-image:nth-child(3), [data-membercount='3'].featured-team-opportunity .avatar-image:nth-child(3) {
    margin-top: 5px;
  }
}

.group-avatars[data-membercount='3'] .avatar-image:nth-child(2):last-child, [data-membercount='3'].team-group-card .avatar-image:nth-child(2):last-child, [data-membercount='3'].featured-team-opportunity .avatar-image:nth-child(2):last-child, .group-avatars[data-membercount='3'] .avatar-image:nth-child(3):last-child, [data-membercount='3'].team-group-card .avatar-image:nth-child(3):last-child, [data-membercount='3'].featured-team-opportunity .avatar-image:nth-child(3):last-child {
  margin-right: 0;
}

.group-avatars[data-membercount='4'] .avatar-image, [data-membercount='4'].team-group-card .avatar-image, [data-membercount='4'].featured-team-opportunity .avatar-image {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
}

.group-avatars[data-membercount='4'] .avatar-image:last-child, [data-membercount='4'].team-group-card .avatar-image:last-child, [data-membercount='4'].featured-team-opportunity .avatar-image:last-child {
  margin-right: 0;
}

.group-avatars[data-membercount='4'] .avatar-image:nth-child(2n), [data-membercount='4'].team-group-card .avatar-image:nth-child(2n), [data-membercount='4'].featured-team-opportunity .avatar-image:nth-child(2n) {
  margin-right: 0;
}

.group-avatars[data-membercount='4'] .avatar-image:nth-child(2n+1), [data-membercount='4'].team-group-card .avatar-image:nth-child(2n+1), [data-membercount='4'].featured-team-opportunity .avatar-image:nth-child(2n+1) {
  clear: left;
}

.group-avatars[data-membercount='4'] .avatar-image:nth-child(even), [data-membercount='4'].team-group-card .avatar-image:nth-child(even), [data-membercount='4'].featured-team-opportunity .avatar-image:nth-child(even) {
  padding-left: 10px;
  text-align: left;
}

.group-avatars[data-membercount='4'] .avatar-image:nth-child(odd), [data-membercount='4'].team-group-card .avatar-image:nth-child(odd), [data-membercount='4'].featured-team-opportunity .avatar-image:nth-child(odd) {
  padding-right: 10px;
  text-align: right;
}

.group-avatars[data-membercount='4'] .avatar-image:nth-child(3), [data-membercount='4'].team-group-card .avatar-image:nth-child(3), [data-membercount='4'].featured-team-opportunity .avatar-image:nth-child(3), .group-avatars[data-membercount='4'] .avatar-image:nth-child(4), [data-membercount='4'].team-group-card .avatar-image:nth-child(4), [data-membercount='4'].featured-team-opportunity .avatar-image:nth-child(4) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='4'] .avatar-image:nth-child(3), [data-membercount='4'].team-group-card .avatar-image:nth-child(3), [data-membercount='4'].featured-team-opportunity .avatar-image:nth-child(3), .group-avatars[data-membercount='4'] .avatar-image:nth-child(4), [data-membercount='4'].team-group-card .avatar-image:nth-child(4), [data-membercount='4'].featured-team-opportunity .avatar-image:nth-child(4) {
    margin-top: 5px;
  }
}

.group-avatars[data-membercount='5'] .team-group-card-images img, [data-membercount='5'].team-group-card .team-group-card-images img, [data-membercount='5'].featured-team-opportunity .team-group-card-images img {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='5'] .team-group-card-images img, [data-membercount='5'].team-group-card .team-group-card-images img, [data-membercount='5'].featured-team-opportunity .team-group-card-images img {
    width: 35px;
    height: 35px;
  }
}

.group-avatars[data-membercount='5'] .team-group-card-images .noavatar, [data-membercount='5'].team-group-card .team-group-card-images .noavatar, [data-membercount='5'].featured-team-opportunity .team-group-card-images .noavatar {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='5'] .team-group-card-images .noavatar, [data-membercount='5'].team-group-card .team-group-card-images .noavatar, [data-membercount='5'].featured-team-opportunity .team-group-card-images .noavatar {
    width: 35px;
    height: 35px;
  }
}

.group-avatars[data-membercount='5'] .team-group-card-images .noavatar .noavatar-letter, [data-membercount='5'].team-group-card .team-group-card-images .noavatar .noavatar-letter, [data-membercount='5'].featured-team-opportunity .team-group-card-images .noavatar .noavatar-letter {
  font-size: 22px;
}

.group-avatars[data-membercount='5'] .avatar-image, [data-membercount='5'].team-group-card .avatar-image, [data-membercount='5'].featured-team-opportunity .avatar-image {
  margin-top: 15px;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='5'] .avatar-image, [data-membercount='5'].team-group-card .avatar-image, [data-membercount='5'].featured-team-opportunity .avatar-image {
    margin-top: 10px;
  }
}

.group-avatars[data-membercount='5'] .avatar-image:last-child, [data-membercount='5'].team-group-card .avatar-image:last-child, [data-membercount='5'].featured-team-opportunity .avatar-image:last-child {
  margin-right: 0;
}

.group-avatars[data-membercount='5'] .avatar-image:nth-child(1), [data-membercount='5'].team-group-card .avatar-image:nth-child(1), [data-membercount='5'].featured-team-opportunity .avatar-image:nth-child(1) {
  width: 35%;
  margin-left: 15%;
  margin-right: 0;
}

.group-avatars[data-membercount='5'] .avatar-image:nth-child(2), [data-membercount='5'].team-group-card .avatar-image:nth-child(2), [data-membercount='5'].featured-team-opportunity .avatar-image:nth-child(2) {
  width: 35%;
  margin-right: 15%;
}

.group-avatars[data-membercount='5'] .avatar-image:nth-child(5), [data-membercount='5'].team-group-card .avatar-image:nth-child(5), [data-membercount='5'].featured-team-opportunity .avatar-image:nth-child(5) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='6'] .team-group-card-images, [data-membercount='6'].team-group-card .team-group-card-images, [data-membercount='6'].featured-team-opportunity .team-group-card-images {
    margin-top: 15px;
  }
}

.group-avatars[data-membercount='6'] .team-group-card-images img, [data-membercount='6'].team-group-card .team-group-card-images img, [data-membercount='6'].featured-team-opportunity .team-group-card-images img {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='6'] .team-group-card-images img, [data-membercount='6'].team-group-card .team-group-card-images img, [data-membercount='6'].featured-team-opportunity .team-group-card-images img {
    width: 35px;
    height: 35px;
  }
}

.group-avatars[data-membercount='6'] .team-group-card-images .noavatar, [data-membercount='6'].team-group-card .team-group-card-images .noavatar, [data-membercount='6'].featured-team-opportunity .team-group-card-images .noavatar {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='6'] .team-group-card-images .noavatar, [data-membercount='6'].team-group-card .team-group-card-images .noavatar, [data-membercount='6'].featured-team-opportunity .team-group-card-images .noavatar {
    width: 35px;
    height: 35px;
  }
}

.group-avatars[data-membercount='6'] .team-group-card-images .noavatar .noavatar-letter, [data-membercount='6'].team-group-card .team-group-card-images .noavatar .noavatar-letter, [data-membercount='6'].featured-team-opportunity .team-group-card-images .noavatar .noavatar-letter {
  font-size: 22px;
}

.group-avatars[data-membercount='6'] .avatar-image, [data-membercount='6'].team-group-card .avatar-image, [data-membercount='6'].featured-team-opportunity .avatar-image {
  margin-top: 10px;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
}

@media screen and (max-width: 768px) {
  .group-avatars[data-membercount='6'] .avatar-image, [data-membercount='6'].team-group-card .avatar-image, [data-membercount='6'].featured-team-opportunity .avatar-image {
    margin-top: 5px;
  }
}

.group-avatars[data-membercount='6'] .avatar-image:last-child, [data-membercount='6'].team-group-card .avatar-image:last-child, [data-membercount='6'].featured-team-opportunity .avatar-image:last-child {
  margin-right: 0;
}

.group-avatars[data-membercount='6'] .avatar-image:nth-child(3n), [data-membercount='6'].team-group-card .avatar-image:nth-child(3n), [data-membercount='6'].featured-team-opportunity .avatar-image:nth-child(3n) {
  margin-right: 0;
}

.group-avatars[data-membercount='6'] .avatar-image:nth-child(3n+1), [data-membercount='6'].team-group-card .avatar-image:nth-child(3n+1), [data-membercount='6'].featured-team-opportunity .avatar-image:nth-child(3n+1) {
  clear: left;
}

.elevator-table {
  border: solid 1px black;
}

.elevator-table th {
  background: #00c2ec;
  color: white;
}

.elevator-table tr:nth-child(even) {
  background: #f7f7f7;
}

.elevator-table tr:nth-child(odd) {
  background: #fff;
}

.elevator-table th, .elevator-table td {
  padding: 10px;
}

.elevator-table th.number, .elevator-table td.number {
  text-align: right;
}

.elevator-table td {
  font-family: 'Courier New', Courier, monospace;
}

.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.blue {
  color: #00c2ec;
}

.content-header {
  margin: 80px 0;
}

.content-header body.signup.signup_profile {
  margin: 40px 0;
}

.right-inline {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  float: right;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .right-inline {
    padding: 5px 10px;
  }
}

.absolute-right {
  position: absolute;
  color: #585858;
  right: 0;
}

.absolute-right .padding {
  padding: 20px;
}

.absolute-right .right-padding {
  padding-right: 20px;
}

.absolute-right.change-media {
  top: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .absolute-right.change-media {
    position: relative;
    right: auto;
    right: inherit;
  }
}

.content-back {
  float: left;
  position: absolute;
}

.relative {
  position: relative;
}

.bold {
  font-weight: 700;
}

.gray {
  color: #c4c4c4;
}

.unavailable {
  color: #c4c4c4;
}

.unavailable * {
  opacity: .7;
}

.red {
  color: #ff3e3b;
}

p {
  margin: 0 0 18px;
}

p.no-margin {
  margin: 0;
}

p.sub-info {
  margin: 20px 0;
  color: #c4c4c4;
}

p.large {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  p.large {
    font-size: 16px;
  }
}

.extra-padding {
  margin: 25px 0;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.quote .quote-text:before {
  content: '“';
}

.quote .quote-text:after {
  content: '”';
}

.quote .quote-cite {
  text-align: right;
  color: #00c2ec;
}

.icon-list i + i {
  margin-left: 8px;
}

.icon-list i + span {
  margin-left: 8px;
}

.icon-list span + span {
  margin-left: 8px;
}

.user--temporary {
  color: #c4c4c4;
}

.user--active {
  color: #585858;
}

.user--deleted {
  color: #ff3e3b;
}

.anon--finished {
  color: #585858;
}

.anon--waiting {
  color: #c4c4c4;
}

.teams--available {
  color: #585858;
}

.team_members--available {
  color: #585858;
}

.admin--active {
  color: #585858;
}

.subscribed--active {
  color: #585858;
}

.subscribed--removed {
  color: #ff3e3b;
}

.bar-fill {
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
  width: 150px;
  height: 25px;
  border-radius: 10px;
  background-color: #c4c4c4;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bar-fill .bar-fill--filler {
  position: absolute;
  z-index: 1;
  background-color: #00e46f;
  border-radius: 10px;
  height: 100%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.bar-fill .bar-fill--filler[data-filler="95"], .bar-fill .bar-fill--filler[data-filler="96"], .bar-fill .bar-fill--filler[data-filler="97"], .bar-fill .bar-fill--filler[data-filler="98"], .bar-fill .bar-fill--filler[data-filler="99"], .bar-fill .bar-fill--filler[data-filler="100"] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bar-fill .bar-fill--text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 18px;
}

.bar-percent {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 100%;
  text-align: center;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.bar-percent .bar-percent--yes,
.bar-percent .bar-percent--no {
  font-weight: 700;
  font-size: 18px;
  margin: 0 10px;
}

.bar-percent .bar-percent--yes {
  color: #00e46f;
}

.bar-percent .bar-percent--no {
  color: #c4c4c4;
}

.trigger-bar-fill {
  display: block;
  overflow: hidden;
  height: 30px;
  position: relative;
}

.trigger-bar-fill .bar-fill {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.trigger-bar-fill .bar-percent {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.trigger-bar-fill:hover .bar-fill {
  top: -100%;
}

.trigger-bar-fill:hover .bar-percent {
  top: 0;
}

body.popup-activated .spinner-view {
  visibility: visible;
}

.team-card.selected .team-card-content .front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.team-card.selected .team-card-content .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 5;
}

.team-card .spinner {
  width: 100%;
}

.team-card .team-card-content .team-card-edit-view {
  visibility: hidden;
  min-height: 0;
}

.team-card .team-card-content .team-card-edit-view.hidden {
  display: none;
}

.team-card .team-card-content .spinner-view {
  min-height: 300px;
}

.team-card-edit-view {
  display: none;
}

.team-card-edit-view .team-card-add {
  display: none;
}

.team-card-edit-view .team-card-update {
  display: block;
  width: 100%;
}

.team-card {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  background: transparent;
  margin-bottom: 50px;
  min-height: 340px;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
  position: relative;
}

.team-card:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .team-card {
    margin-bottom: 20px;
  }
}

.team-card .linked-card {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 1;
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8;
}

.team-card:hover .team-card-content {
  cursor: pointer;
}

.team-card:hover:not(.empty):not(.selected) .team-card-content {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-card.selected .team-card-content {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
}

.team-card.selected .team-card-content .front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.team-card.selected .team-card-content .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 5;
}

.team-card.selected .team-card-edit-view {
  display: block;
}

.team-card.selected.selected-transition .team-card-edit-view {
  display: block;
}

.team-card.selected.selected-transition .team-card-edit-view.flex-container, .team-card.selected.selected-transition .team-card-edit-view.partner-listing--card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-card.selected-transition .team-card-content {
  position: absolute;
}

.team-card.selected-transition .team-card-edit-view {
  display: none;
}

.team-card .team-card-content {
  top: 0;
  left: 0;
  border-radius: 10px;
  min-height: 340px;
  text-align: center;
  -webkit-transition: top 0.8s ease-in-out, left 0.8s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.8s ease-in-out, left 0.8s ease-in-out, transform 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.team-card .team-card-content select {
  margin-bottom: 18px;
}

.team-card .team-card-content .front,
.team-card .team-card-content .back {
  width: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #fff;
  min-height: 340px;
  padding: 40px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-card .team-card-content .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.team-card .team-card-content .back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  cursor: default;
  padding: 20px;
}

.team-card .interest-card-image {
  margin-top: 5px;
}

.team-card .team-card-image {
  margin-top: 25px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.team-card .team-card-image img {
  width: 100px;
  height: 100px;
}

.team-card .team-card-image .noavatar {
  width: 100px;
  height: 100px;
}

.team-card .team-card-meta {
  margin-top: 30px;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .team-card:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .team-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
    margin-right: 0;
  }
  .team-card:last-child {
    margin-right: 0;
  }
}

.team-card-image-text {
  text-align: left;
}

.team-card-image-text .noavatar {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .team-card-image-text .noavatar {
    width: 70px;
    height: 70px;
  }
}

.team-card-image-text .noavatar .noavatar-letter {
  font-size: 30px;
}

.team-card .empty-view {
  display: none;
}

.team-card.empty .empty-view {
  display: block;
}

.team-card.empty .team-card-new-addition {
  display: none;
}

.team-card.empty .team-card-edit-view .team-card-add {
  display: block;
}

.team-card.empty .team-card-edit-view .team-card-update {
  display: none;
}

.team-card.empty .team-card-content .front {
  border: 2px dashed #c4c4c4;
  background: #f7f7f7;
}

.team-card.empty .heading, .team-card.empty .dashboard-heading {
  margin-bottom: 20px;
}

.team-card.empty .heading:not(.blue), .team-card.empty .dashboard-heading:not(.blue) {
  color: #c4c4c4;
}

.team-card.empty:hover:not(.selected) .team-card-content .front {
  border-style: solid;
  border-color: #00c2ec;
}

.team-card.empty:hover:not(.selected) .team-card-meta h3 {
  color: #00c2ec;
}

.team-card .elevator-operator {
  width: 330px;
}

.team-card .elevator-operator:before {
  left: 90px;
}

.skill-card {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  min-height: 130px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.skill-card.active:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: 60%;
  background-position: center center;
  border-radius: 50%;
}

.skill-card:last-child a {
  color: #585858;
}

.skill-card:last-child a:hover {
  border: 2px solid #585858;
}

.skill-card a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  display: block;
  border: 2px solid #fff;
  background: #fff;
  color: #00c2ec;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

.skill-card a h2 {
  margin: 0;
  width: 100%;
  font-size: 1.25em;
  font-weight: 600;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

.skill-card a:hover {
  border: 2px solid #00c2ec;
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .skill-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 30.18362%;
  }
  .skill-card:last-child {
    margin-right: 0;
  }
  .skill-card:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 960px) {
  .skill-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 21.45657%;
  }
  .skill-card:last-child {
    margin-right: 0;
  }
  .skill-card:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .skill-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
  }
  .skill-card:last-child {
    margin-right: 0;
  }
  .skill-card a h2 {
    font-size: 1em;
  }
  .skill-card:nth-child(2n) {
    margin-right: 0;
  }
}

.skill-card.extra-skill {
  display: none;
}

.skill-card.extra-skill.show-skill {
  display: inline-block;
}

.refined-skill-card {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
}

.refined-skill-card input[type=checkbox] {
  visibility: hidden;
}

.refined-skill-card input[type=checkbox]:checked + label:before {
  background-size: 60%;
  background-position: center center;
  border-color: #00c2ec;
}

.refined-skill-card label {
  margin-left: 15px;
  cursor: pointer;
  font-weight: 500;
}

.refined-skill-card label:before {
  position: absolute;
  content: ' ';
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #f7f7f7;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.refined-skill-card:last-child {
  margin-right: 0;
}

.refined-skill-card:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .refined-skill-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
  }
  .refined-skill-card:last-child {
    margin-right: 0;
  }
  .refined-skill-card:nth-child(3n) {
    margin-right: 2.35765%;
  }
  .refined-skill-card:nth-child(2n) {
    margin-right: 0;
  }
}

.card-link {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

.card-link a {
  color: #ff3e3b;
}

.card-link a:hover {
  color: #585858;
}

.admin-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
}

.admin-card.admin-detail-card {
  margin-top: 20px;
}

.admin-card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.admin-card a .top-section {
  padding: 10px;
  color: #585858;
}

.admin-card a .top-section:hover {
  background: #f7f7f7;
}

.admin-card .related-section {
  border-top: 1px solid #f7f7f7;
}

.admin-card .admin-card-title {
  font-weight: 800;
  color: #585858;
}

.admin-candidate-card {
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
}

.admin-candidate-card:last-child {
  margin-right: 0;
}

.admin-candidate-card.unclaimed {
  opacity: .8;
}

.admin-candidate-card table {
  width: 100%;
}

.admin-candidate-card td {
  padding: 2px;
}

.admin-candidate-card td:first-child {
  text-align: right;
}

.admin-candidate-card input[type=text],
.admin-candidate-card textarea {
  font-size: 13px;
  width: 100%;
  border: 1px solid #c4c4c4;
  margin-bottom: 5px;
}

.admin-candidate-card textarea {
  resize: none;
  min-height: 100px;
}

.admin-candidate-card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.admin-candidate-card .candidate-card-label {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #00c2ec;
}

.admin-candidate-card .candidate-card-updated {
  color: #c4c4c4;
  font-size: 12px;
}

.admin-candidate-card .candidate-card-updated.highlight-date {
  color: #ff3e3b;
}

.admin-candidate-card .candidate-name {
  text-align: center;
  font-weight: 800;
  color: #585858;
}

.related-section ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.related-section ul li {
  margin: 0;
  padding: 5px 10px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}

.related-section ul li .owner {
  line-height: 10px;
  font-size: 12px;
  color: #585858;
  font-weight: 500;
}

.related-section ul li .meta-container {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.related-section ul li .meta-container .meta-field {
  float: right;
  margin-right: 10px;
  border-radius: 5px;
  background: #00c2ec;
  color: #fff;
  font-weight: 600;
  padding: 5px;
}

.related-section ul li a {
  display: block;
  color: #00c2ec;
  font-weight: 700;
}

.related-section ul li:hover {
  background-color: #f7f7f7;
}

.simple-card {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  min-height: 200px;
  background: transparent;
}

.simple-card .simple-card-view {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  border-radius: 10px;
}

.simple-card .simple-card-view.active-hover {
  cursor: pointer;
}

.simple-card .simple-card-view.active-hover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.simple-card .simple-card-header {
  margin-top: 30px;
  margin-bottom: 10px;
}

.simple-card .simple-card-header.simple-card-image {
  height: 100px;
}

.simple-card .simple-card-header.simple-card-image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.simple-card .simple-card-meta {
  margin: 15px 0 30px;
}

.simple-card .simple-card-meta .heading, .simple-card .simple-card-meta .dashboard-heading {
  margin: 0;
}

.simple-card .simple-card-meta .duration {
  font-size: 12px;
  margin: 5px 0;
}

@media screen and (min-width: 768px) {
  .simple-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 30.18362%;
  }
  .simple-card:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .simple-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
  }
  .simple-card:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .simple-card {
    float: left;
    display: block;
    width: 100%;
  }
}

.style-card {
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
}

.style-card.dark {
  background: #f7f7f7;
}

.anon-card, .blade-card {
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
  .anon-card, .blade-card {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.anon-card .meta-blue, .blade-card .meta-blue {
  color: #00c2ec;
}

.anon-card .avatar-image, .blade-card .avatar-image {
  margin-top: 10px;
}

.anon-card .card-title, .blade-card .card-title {
  font-size: 20px;
  font-weight: 800;
  color: #585858;
  margin-bottom: 5px;
}

.anon-card .card-section, .blade-card .card-section {
  font-size: 18px;
  font-weight: 800;
  color: #585858;
  text-align: left;
}

.anon-card .card-name, .blade-card .card-name {
  font-size: 25px;
  margin-bottom: 0;
}

.anon-card .card-meta, .blade-card .card-meta {
  margin-bottom: 0;
  font-size: 14px;
}

.anon-card .card-meta.summary-field, .blade-card .card-meta.summary-field {
  font-size: 16px;
}

.anon-card .flex-column, .blade-card .flex-column {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .anon-card .flex-column, .blade-card .flex-column {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 2px solid #fafafa;
  }
}

.anon-card .flex-column:last-of-type, .blade-card .flex-column:last-of-type {
  border-right: none;
}

@media screen and (min-width: 768px) {
  .anon-card .summary-column, .blade-card .summary-column {
    -webkit-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

.employer-card {
  background: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  padding: 0 40px 0 40px;
}

.employer-card.employer-detail-card {
  margin-top: 20px;
}

.employer-card a .top-section {
  padding: 10px;
  color: #585858;
}

.employer-card a .top-section:hover {
  background: #f7f7f7;
}

.employer-card .employer-card-title {
  font-weight: 800;
  color: #585858;
  margin-bottom: 20px;
}

.employer-interest-buttons {
  max-width: 400px;
  margin: auto;
}

.blade-card .blade-card-top {
  padding: 10px 20px;
}

.blade-card.minimized {
  max-height: 260px;
}

.blade-card.minimized:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent 0px, #fff 70px);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0px, transparent), color-stop(70px, #fff));
  background-image: linear-gradient(transparent 0px, #fff 70px);
}

.blade-card.minimized .minimize-toggle:before {
  content: 'View More';
}

.blade-card .minimize-toggle {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 5px;
  text-align: center;
  width: 100%;
  height: 25px;
  display: block;
  text-align: center;
}

.blade-card .minimize-toggle:before {
  font-size: 13px;
  content: 'View Less';
  display: inline;
  padding: 3px 8px;
  border: 1px solid #00c2ec;
  color: #00c2ec;
}

.blade-card .minimize-toggle:hover {
  cursor: pointer;
}

.blade-card .minimize-toggle:hover:before {
  background: #00c2ec;
  color: #fff;
}

.blade-card .blade-action.active {
  position: relative;
  cursor: pointer;
  background-color: #00c2ec;
}

.blade-card .blade-action.active .dashboard-progress-process {
  color: #fff;
}

.blade-card .blade-action.active:hover {
  background-color: #fff;
}

.blade-card .blade-action.active:hover .dashboard-progress-process {
  color: #00c2ec;
}

@media screen and (max-width: 768px) {
  .blade-card .flex-container, .blade-card .partner-listing--card {
    display: block;
  }
}

.ta-card, .emp-card {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 193, 234, 0.5);
}

.ta-card:first-child, .emp-card:first-child {
  padding-top: 0;
  border-top: none;
}

.ta-card .ta-card-blade, .emp-card .ta-card-blade {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 20px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ta-card .live_team_proposals .live_team_proposal_add_logo, .emp-card .live_team_proposals .live_team_proposal_add_logo {
  opacity: .1;
}

.ta-card .live_team_proposals:hover .live_team_proposal_add_logo, .emp-card .live_team_proposals:hover .live_team_proposal_add_logo {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .ta-card .ta-flex-container, .emp-card .ta-flex-container {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.ta-card .flex-column:not(.meta-container):not(.archive), .emp-card .flex-column:not(.meta-container):not(.archive) {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .ta-card .flex-column:not(.meta-container):not(.archive), .emp-card .flex-column:not(.meta-container):not(.archive) {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 2px solid #f7f7f7;
  }
}

.ta-card .flex-column:not(.meta-container):not(.archive).post_status .listed-checkboxes, .emp-card .flex-column:not(.meta-container):not(.archive).post_status .listed-checkboxes {
  margin-top: 10px;
}

.ta-card .flex-column:not(.meta-container):not(.archive).post_status .listed-checkboxes .custom-checkbox label, .emp-card .flex-column:not(.meta-container):not(.archive).post_status .listed-checkboxes .custom-checkbox label, .ta-card .flex-column:not(.meta-container):not(.archive).post_status .listed-checkboxes .simple-custom-checkbox label, .emp-card .flex-column:not(.meta-container):not(.archive).post_status .listed-checkboxes .simple-custom-checkbox label {
  margin-left: 5px;
}

.ta-card .flex-column:not(.meta-container):not(.archive):last-of-type, .emp-card .flex-column:not(.meta-container):not(.archive):last-of-type {
  border-right: none;
}

.ta-card .meta-container, .emp-card .meta-container {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 28px;
}

.ta-card .archive, .emp-card .archive {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ta-card .archive .archive-link, .emp-card .archive .archive-link {
  display: block;
  width: 100%;
  height: 100%;
}

.ta-card .archive .archive-link:after, .emp-card .archive .archive-link:after {
  font-family: FontAwesome;
  text-align: center;
  content: '\f1f8';
  color: #ff3e3b;
}

.ta-card:hover .meta-container:not(.active), .emp-card:hover .meta-container:not(.active) {
  height: 8px;
  display: block !important;
  overflow: hidden;
}

.ta-card .meta-container:not(.active), .emp-card .meta-container:not(.active) {
  display: none;
}

.ta-card .meta-container .meta-row, .emp-card .meta-container .meta-row {
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}

@media screen and (min-width: 768px) {
  .ta-card .meta-container .meta-row, .emp-card .meta-container .meta-row {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.ta-card .meta-container .meta-row form, .emp-card .meta-container .meta-row form {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ta-card .meta-container .meta-row form, .emp-card .meta-container .meta-row form {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.ta-card .meta-container .meta-row.no-curves, .emp-card .meta-container .meta-row.no-curves {
  border-radius: 0 !important;
}

@media screen and (min-width: 768px) {
  .ta-card .meta-container .meta-row.declined .meta-column, .emp-card .meta-container .meta-row.declined .meta-column, .ta-card .meta-container .meta-row.team_declined .meta-column, .emp-card .meta-container .meta-row.team_declined .meta-column, .ta-card .meta-container .meta-row.interested .meta-column, .emp-card .meta-container .meta-row.interested .meta-column {
    border-right: 2px solid transparent;
  }
}

.ta-card .meta-container .meta-row.declined, .emp-card .meta-container .meta-row.declined, .ta-card .meta-container .meta-row.team_declined, .emp-card .meta-container .meta-row.team_declined {
  background: -webkit-repeating-linear-gradient(315deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.2) 10px, transparent 10px, transparent 20px);
  background: repeating-linear-gradient(135deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.2) 10px, transparent 10px, transparent 20px);
  opacity: 0.5;
}

.ta-card .meta-container .meta-row.interested, .emp-card .meta-container .meta-row.interested {
  background: rgba(0, 255, 0, 0.1);
  opacity: 0.75;
}

.ta-card .meta-container .meta-row.meta-header, .emp-card .meta-container .meta-row.meta-header {
  padding: 5px 0;
  background: #e1e4e1;
  font-weight: 700;
}

.ta-card .meta-container .meta-row .meta-column, .emp-card .meta-container .meta-row .meta-column {
  position: relative;
  padding-right: 25px;
}

.ta-card .meta-container .meta-row .meta-column textarea, .emp-card .meta-container .meta-row .meta-column textarea {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border: 1px solid #c0c0c0;
  padding: 5px;
  font-size: 13px;
  background: transparent;
}

.ta-card .meta-container .meta-row .meta-column select, .emp-card .meta-container .meta-row .meta-column select {
  background: transparent;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .ta-card .meta-container .meta-row .meta-column, .emp-card .meta-container .meta-row .meta-column {
    padding: 0 20px;
    border-right: 2px solid #f7f7f7;
  }
}

.ta-card .meta-container .meta-row .meta-column.no-separator, .emp-card .meta-container .meta-row .meta-column.no-separator {
  padding: 0 20px;
  border-right: none;
}

.ta-card .meta-container .meta-row .meta-column:last-of-type, .emp-card .meta-container .meta-row .meta-column:last-of-type {
  border-right: none;
}

.ta-card .meta-container .meta-row .meta-column.small-flex, .emp-card .meta-container .meta-row .meta-column.small-flex {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ta-card .meta-container .meta-row .meta-column.medium-flex, .emp-card .meta-container .meta-row .meta-column.medium-flex {
  -webkit-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 0 40px;
}

.ta-card .meta-container .meta-row .meta-column.large-flex, .emp-card .meta-container .meta-row .meta-column.large-flex {
  -webkit-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 0 60px;
}

.ta-card .meta-container .meta-row:not(.meta-header) .ta-card .meta-container .meta-row:last-of-type, .emp-card .meta-container .meta-row:not(.meta-header) .ta-card .meta-container .meta-row:last-of-type, .ta-card .meta-container .meta-row:not(.meta-header) .emp-card .meta-container .meta-row:last-of-type, .emp-card .meta-container .meta-row:not(.meta-header) .emp-card .meta-container .meta-row:last-of-type {
  border-right: none;
  border-bottom: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.emp-card {
  -webkit-transition: padding 0.2s linear, margin 0.2s linear;
  transition: padding 0.2s linear, margin 0.2s linear;
  padding: 10px;
  border-top: 2px solid #f4f6f7;
  background: #fff;
  border-radius: 10px;
  margin: 10px 0;
  cursor: pointer;
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}

.emp-card:first-child {
  padding-top: 20px;
}

.emp-card:hover .meta-container:not(.active) {
  height: 0;
}

.emp-card:hover .emp-card-details-button {
  background: #e1e4e1;
}

.emp-card:hover .emp-card-details-button a {
  color: #fff;
}

.emp-card.active-meta {
  margin: 50px 0;
}

.emp-card a {
  cursor: pointer;
}

.emp-card .right-close-button {
  width: 15px;
  height: 15px;
  top: 24px;
  right: 10px;
}

.emp-card .right-close-button:hover:after {
  content: "Pass";
  top: -2px;
  left: -8px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.emp-card .meta-container {
  margin: 0 20px;
}

.emp-card .meta-container .team-meta-info {
  border-top: 1px solid #e1e4e1;
}

.emp-card .emp-card-flex-container {
  display: block;
}

@media screen and (max-width: 768px) {
  .emp-card .emp-card-flex-container {
    padding: 0 20px;
  }
}

.emp-card .flex-column.team_members {
  font-size: 18px;
}

.emp-card .flex-column.actions {
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
  width: 100%;
  height: 0;
  margin: 0 0 10px 0;
  border: 0;
  overflow: hidden;
}

.emp-card .flex-column.actions ul.inline-list li.x-padded {
  padding: 0 5px;
}

.emp-card .flex-column:not(.meta-container):not(.archive) {
  border-right: none;
  padding: 0 10px;
  font-size: 15px;
}

.emp-card .flex-column:not(.meta-container):not(.archive).center-flex {
  -webkit-box-flex: 1.5;
  box-flex: 1.5;
  -webkit-flex: 1.5;
  -moz-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

.emp-card .flex-column:not(.meta-container):not(.archive).secret_team_id {
  display: none;
}

@media screen and (min-width: 768px) {
  .emp-card .anon-card .flex-column:not(.meta-container):not(.archive), .emp-card .blade-card .flex-column:not(.meta-container):not(.archive) {
    margin-top: 0;
  }
}

.emp-card .anon-card .flex-column:not(.meta-container):not(.archive).summary-column, .emp-card .blade-card .flex-column:not(.meta-container):not(.archive).summary-column {
  -webkit-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.emp-card .content-team {
  margin-bottom: 20px;
}

.emp-card .content-team-bg {
  padding: 20px;
  background: #f7f7f7;
}

.emp-card .emp-card-details-button {
  bottom: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  background: transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 0;
  text-align: center;
  line-height: 50px;
}

.emp-card .emp-card-details-button a {
  font-size: 35px;
  color: #e1e4e1;
}

.team-members-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.team-members-list .team-members-list--title {
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  color: #585858;
  line-height: 14px;
}

.meta-action {
  display: inline-block;
  height: 35px;
  line-height: 30px;
  padding: 5px 5px 7px 5px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}

.meta-action.compose {
  width: 100%;
  padding: 0;
  height: 60px;
  line-height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid transparent;
  position: relative;
  background: #00c2ec;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.meta-action.compose .meta-action-title {
  display: inline-block;
  margin-left: 47%;
}

.meta-action.compose:before, .meta-action.compose:after {
  -webkit-transition: margin 0.4s linear;
  transition: margin 0.4s linear;
  display: inline-block;
  width: 35px;
  height: 35px;
  content: " ";
  background: url("https://goelevator.com/assets/elevator_icon_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: absolute;
  left: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.meta-action.compose:before {
  margin-top: 0;
}

.meta-action.compose:after {
  margin-top: 60px;
}

.meta-action.compose:hover {
  border: 1px solid #00c2ec;
  background: transparent;
  color: #00c2ec;
}

.meta-action.compose:hover:before, .meta-action.compose:hover:after {
  background: url("https://goelevator.com/assets/elevator_icon_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

.meta-action.compose:hover:before {
  margin-top: -60px;
}

.meta-action.compose:hover:after {
  margin-top: 0;
}

.meta-action i {
  vertical-align: middle;
}

.star-action {
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
  color: #e1e4e1;
  font-size: 15px;
  vertical-align: middle;
}

.star-action:before {
  font-family: FontAwesome;
  content: '\f006';
}

.star-action:hover {
  color: #00c2ec;
}

.star-action.active {
  color: #00e46f;
}

.star-action.active:before {
  content: '\f005';
}

.meta-popup-card {
  position: absolute;
  padding: 30px 30px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  top: 0;
  left: 0;
  text-align: center;
  max-width: 200px;
  display: none;
  border: 1px solid #e1e4e1;
  z-index: 100;
}

.meta-popup-card:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 5px;
  top: -7px;
  height: 0;
  width: 0;
  border-bottom: 6px solid #e1e4e1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.meta-popup-card.active {
  display: block;
}

.meta-popup-card .meta-popup-card--header {
  width: 140px;
  height: 100px;
  max-width: 140px;
  padding: 20px 20px 10px 20px;
  position: relative;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--image {
  display: none;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--image.active {
  display: block;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--letter {
  display: none;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--letter .noavatar {
  background: #00e46f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--letter .noavatar .noavatar-letter {
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  width: 70px;
  height: 70px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--letter.active {
  display: block;
}

.meta-popup-card .meta-popup-card--header img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--icon {
  display: none;
  background: #00c2ec;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--icon.fa-users:before {
  font-family: FontAwesome;
  font-size: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  padding-top: 2px;
  text-align: center;
  z-index: 1;
  content: '\f0c0';
  opacity: 1;
  display: block;
  background-color: #00c2ec;
  color: #fff;
}

.meta-popup-card .meta-popup-card--header .meta-popup-card--icon.active {
  display: block;
}

.meta-popup-card .meta-popup-card--title {
  font-weight: 700;
  color: #585858;
}

.meta-popup-card .meta-popup-card--description {
  margin-top: 5px;
  font-size: 13px;
  color: #a4a4a4;
}

.meta-popup-card .meta-popup-card--form,
.meta-popup-card .meta-popup-card--all-form {
  display: none;
}

.meta-popup-card .meta-popup-card--form.active,
.meta-popup-card .meta-popup-card--all-form.active {
  display: block;
}

.blade-view {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blade-view .blade-card {
  overflow: auto;
  overflow: initial;
}

.blade-view.anon .anon-card, .blade-view.anon .blade-card {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.blade-view.anon .toggle-blade-view {
  background-color: #00e46f;
}

.blade-view:not(.anon) .blade-card {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.blade-view .toggle-blade-view {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #00c2ec;
  z-index: 10;
  cursor: pointer;
  border-radius: 10px;
}

.blade-view .anon-card, .blade-view .blade-card,
.blade-view .blade-card {
  display: none;
}

.inline-form input[type='file'],
.blade-form input[type='file'] {
  width: 175px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

.inline-form.blade-card,
.blade-form.blade-card {
  display: block !important;
  padding: 0;
}

.inline-form .blade-card .flex-container, .inline-form .blade-card .partner-listing--card,
.blade-form .blade-card .flex-container,
.blade-form .blade-card .partner-listing--card {
  margin: 20px;
  padding-top: 20px;
}

.inline-form .flex-container, .inline-form .partner-listing--card,
.blade-form .flex-container,
.blade-form .partner-listing--card {
  margin: 10px 20px 20px;
  padding-top: 10px;
}

.inline-form .inline-field,
.blade-form .inline-field {
  border: 0;
  width: 100%;
  margin-bottom: 2px;
  border: 1px solid transparent;
  padding: 0;
}

.inline-form .inline-field.city-size,
.blade-form .inline-field.city-size {
  display: inline-block;
  width: 60%;
}

.inline-form .inline-field.state-size,
.blade-form .inline-field.state-size {
  display: inline-block;
  width: 20%;
}

.inline-form .inline-field.autogrow,
.blade-form .inline-field.autogrow {
  height: 35px;
  line-height: 1.2em;
  resize: none;
}

.inline-form .inline-field::-webkit-input-placeholder,
.blade-form .inline-field::-webkit-input-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field::-moz-placeholder,
.blade-form .inline-field::-moz-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field:-moz-placeholder,
.blade-form .inline-field:-moz-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field:-ms-input-placeholder,
.blade-form .inline-field:-ms-input-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field.dark::-webkit-input-placeholder,
.blade-form .inline-field.dark::-webkit-input-placeholder {
  color: #585858;
  font-weight: 600;
}

.inline-form .inline-field.dark::-moz-placeholder,
.blade-form .inline-field.dark::-moz-placeholder {
  color: #585858;
  font-weight: 600;
}

.inline-form .inline-field.dark:-moz-placeholder,
.blade-form .inline-field.dark:-moz-placeholder {
  color: #585858;
  font-weight: 600;
}

.inline-form .inline-field.dark:-ms-input-placeholder,
.blade-form .inline-field.dark:-ms-input-placeholder {
  color: #585858;
  font-weight: 600;
}

.inline-form .inline-field.dark:focus::-webkit-input-placeholder, .inline-form .inline-field.dark.focus::-webkit-input-placeholder,
.blade-form .inline-field.dark:focus::-webkit-input-placeholder,
.blade-form .inline-field.dark.focus::-webkit-input-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field.dark:focus::-moz-placeholder, .inline-form .inline-field.dark.focus::-moz-placeholder,
.blade-form .inline-field.dark:focus::-moz-placeholder,
.blade-form .inline-field.dark.focus::-moz-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field.dark:focus:-moz-placeholder, .inline-form .inline-field.dark.focus:-moz-placeholder,
.blade-form .inline-field.dark:focus:-moz-placeholder,
.blade-form .inline-field.dark.focus:-moz-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field.dark:focus:-ms-input-placeholder, .inline-form .inline-field.dark.focus:-ms-input-placeholder,
.blade-form .inline-field.dark:focus:-ms-input-placeholder,
.blade-form .inline-field.dark.focus:-ms-input-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field.blue::-webkit-input-placeholder,
.blade-form .inline-field.blue::-webkit-input-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .inline-field.blue::-moz-placeholder,
.blade-form .inline-field.blue::-moz-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .inline-field.blue:-moz-placeholder,
.blade-form .inline-field.blue:-moz-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .inline-field.blue:-ms-input-placeholder,
.blade-form .inline-field.blue:-ms-input-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .inline-field.blue:focus::-webkit-input-placeholder, .inline-form .inline-field.blue.focus::-webkit-input-placeholder,
.blade-form .inline-field.blue:focus::-webkit-input-placeholder,
.blade-form .inline-field.blue.focus::-webkit-input-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field.blue:focus::-moz-placeholder, .inline-form .inline-field.blue.focus::-moz-placeholder,
.blade-form .inline-field.blue:focus::-moz-placeholder,
.blade-form .inline-field.blue.focus::-moz-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field.blue:focus:-moz-placeholder, .inline-form .inline-field.blue.focus:-moz-placeholder,
.blade-form .inline-field.blue:focus:-moz-placeholder,
.blade-form .inline-field.blue.focus:-moz-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field.blue:focus:-ms-input-placeholder, .inline-form .inline-field.blue.focus:-ms-input-placeholder,
.blade-form .inline-field.blue:focus:-ms-input-placeholder,
.blade-form .inline-field.blue.focus:-ms-input-placeholder {
  color: #e1e4e1;
  font-weight: 600;
  text-transform: none;
}

.inline-form .inline-field:hover,
.blade-form .inline-field:hover {
  border-bottom: 1px solid #e1e4e1;
  cursor: pointer;
}

.inline-form .inline-field:hover::-webkit-input-placeholder,
.blade-form .inline-field:hover::-webkit-input-placeholder {
  color: #e1e4e1;
  font-weight: 600;
}

.inline-form .inline-field:hover::-moz-placeholder,
.blade-form .inline-field:hover::-moz-placeholder {
  color: #e1e4e1;
  font-weight: 600;
}

.inline-form .inline-field:hover:-moz-placeholder,
.blade-form .inline-field:hover:-moz-placeholder {
  color: #e1e4e1;
  font-weight: 600;
}

.inline-form .inline-field:hover:-ms-input-placeholder,
.blade-form .inline-field:hover:-ms-input-placeholder {
  color: #e1e4e1;
  font-weight: 600;
}

.inline-form .inline-field:hover:after,
.blade-form .inline-field:hover:after {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
}

.inline-form .inline-field:focus,
.blade-form .inline-field:focus {
  outline: none !important;
  border-bottom: 1px solid #00c2ec;
  cursor: text !important;
}

.inline-form .inline-field .focus::-webkit-input-placeholder,
.blade-form .inline-field .focus::-webkit-input-placeholder {
  color: #585858;
  font-weight: 600;
}

.inline-form .inline-field .focus::-moz-placeholder,
.blade-form .inline-field .focus::-moz-placeholder {
  color: #585858;
  font-weight: 600;
}

.inline-form .inline-field .focus:-moz-placeholder,
.blade-form .inline-field .focus:-moz-placeholder {
  color: #585858;
  font-weight: 600;
}

.inline-form .inline-field .focus:-ms-input-placeholder,
.blade-form .inline-field .focus:-ms-input-placeholder {
  color: #585858;
  font-weight: 600;
}

.inline-form .inline-field.next-step,
.blade-form .inline-field.next-step {
  border-bottom: 1px solid #00c2ec;
}

.inline-form .inline-field.next-step::-webkit-input-placeholder,
.blade-form .inline-field.next-step::-webkit-input-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .inline-field.next-step::-moz-placeholder,
.blade-form .inline-field.next-step::-moz-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .inline-field.next-step:-moz-placeholder,
.blade-form .inline-field.next-step:-moz-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .inline-field.next-step:-ms-input-placeholder,
.blade-form .inline-field.next-step:-ms-input-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .inline-form .inline-field,
  .blade-form .inline-field {
    border-bottom: 1px solid #e1e4e1;
  }
}

.inline-form .blade-progress,
.blade-form .blade-progress {
  display: block;
  padding: 15px 20px;
  border-top: 2px solid #f7f7f7;
  text-align: center;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.inline-form .blade-progress.complete,
.blade-form .blade-progress.complete {
  background-color: #00c2ec;
  color: #00c2ec;
}

.inline-form .blade-progress .dashboard-progress-process,
.blade-form .blade-progress .dashboard-progress-process {
  font-size: 30px;
  color: #e1e4e1;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.inline-form .blade-progress .dashboard-progress-process.complete,
.blade-form .blade-progress .dashboard-progress-process.complete {
  color: #fff;
}

.inline-form .textarea-placeholder,
.blade-form .textarea-placeholder {
  position: relative;
  min-height: 100px;
  border: 1px solid #fff;
}

.inline-form .textarea-placeholder .textarea-field,
.blade-form .textarea-placeholder .textarea-field {
  top: 0;
  text-indent: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.inline-form .textarea-placeholder .textarea-field .inline-field,
.blade-form .textarea-placeholder .textarea-field .inline-field {
  width: 100%;
  height: 100%;
  resize: none;
  margin-bottom: 2px;
  padding: 0;
}

.inline-form .textarea-placeholder .textarea-field .inline-field::-webkit-input-placeholder,
.blade-form .textarea-placeholder .textarea-field .inline-field::-webkit-input-placeholder {
  text-transform: none;
}

.inline-form .textarea-placeholder .textarea-field .inline-field::-moz-placeholder,
.blade-form .textarea-placeholder .textarea-field .inline-field::-moz-placeholder {
  text-transform: none;
}

.inline-form .textarea-placeholder .textarea-field .inline-field:-moz-placeholder,
.blade-form .textarea-placeholder .textarea-field .inline-field:-moz-placeholder {
  text-transform: none;
}

.inline-form .textarea-placeholder .textarea-field .inline-field:-ms-input-placeholder,
.blade-form .textarea-placeholder .textarea-field .inline-field:-ms-input-placeholder {
  text-transform: none;
}

.inline-form .textarea-placeholder .textarea-field .inline-field.next-step,
.blade-form .textarea-placeholder .textarea-field .inline-field.next-step {
  border-bottom: 1px solid #00c2ec;
}

.inline-form .textarea-placeholder .textarea-field .inline-field.next-step::-webkit-input-placeholder,
.blade-form .textarea-placeholder .textarea-field .inline-field.next-step::-webkit-input-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .textarea-placeholder .textarea-field .inline-field.next-step::-moz-placeholder,
.blade-form .textarea-placeholder .textarea-field .inline-field.next-step::-moz-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .textarea-placeholder .textarea-field .inline-field.next-step:-moz-placeholder,
.blade-form .textarea-placeholder .textarea-field .inline-field.next-step:-moz-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .textarea-placeholder .textarea-field .inline-field.next-step:-ms-input-placeholder,
.blade-form .textarea-placeholder .textarea-field .inline-field.next-step:-ms-input-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .inline-dropdown,
.blade-form .inline-dropdown {
  padding: 0;
  font-size: 14px;
  color: #000;
  width: 100%;
  margin-bottom: 2px;
  border: 1px solid transparent;
}

.inline-form .inline-dropdown:focus,
.blade-form .inline-dropdown:focus {
  border-bottom: 1px solid #00c2ec;
  color: #585858;
}

.inline-form .inline-dropdown:hover,
.blade-form .inline-dropdown:hover {
  border-bottom: 1px solid #e1e4e1;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .inline-form .inline-dropdown,
  .blade-form .inline-dropdown {
    border-bottom: 1px solid #e1e4e1;
  }
}

.inline-form .inline-dropdown.next-step + .selectboxit-container .selectboxit,
.blade-form .inline-dropdown.next-step + .selectboxit-container .selectboxit {
  border-bottom: 1px solid #00c2ec !important;
}

.inline-form .inline-dropdown.next-step + .selectboxit-container .selectboxit .selectboxit-text,
.blade-form .inline-dropdown.next-step + .selectboxit-container .selectboxit .selectboxit-text {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .skills-input.editable.small:after, .inline-form .listing--row--details .listing--row--details-entries-content span.skills-input.editable:after, .listing--row--details .listing--row--details-entries-content .inline-form span.skills-input.editable:after,
.blade-form .skills-input.editable.small:after,
.blade-form .listing--row--details .listing--row--details-entries-content span.skills-input.editable:after, .listing--row--details .listing--row--details-entries-content
.blade-form span.skills-input.editable:after {
  bottom: 15px;
}

.inline-form .skills-input:hover .selectize-input:not(.focus),
.blade-form .skills-input:hover .selectize-input:not(.focus) {
  border-bottom: 1px solid #e1e4e1 !important;
  cursor: pointer;
}

.inline-form .skills-input .selectize-control .item,
.blade-form .skills-input .selectize-control .item {
  font-size: 14px !important;
  width: 100%;
  background: #fff;
  padding: 0;
}

.inline-form .skills-input .selectize-control .item .remove,
.blade-form .skills-input .selectize-control .item .remove {
  display: none;
}

.inline-form .skills-input .selectize-control .item:hover,
.blade-form .skills-input .selectize-control .item:hover {
  background: #f7f7f7;
}

.inline-form .skills-input .selectize-control .item:hover .remove,
.blade-form .skills-input .selectize-control .item:hover .remove {
  display: inline-block;
}

.inline-form .skills-input .selectize-input,
.blade-form .skills-input .selectize-input {
  padding: 0;
  border: none !important;
}

.inline-form .skills-input .selectize-input.has-items,
.blade-form .skills-input .selectize-input.has-items {
  padding: 0;
}

.inline-form .skills-input .selectize-input.focus,
.blade-form .skills-input .selectize-input.focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #e1e4e1 !important;
  cursor: text !important;
}

.inline-form .skills-input .selectize-input input,
.blade-form .skills-input .selectize-input input {
  font-size: 14px;
}

.inline-form .skills-input .selectize-input.next-step,
.blade-form .skills-input .selectize-input.next-step {
  border-bottom: 1px solid #00c2ec !important;
}

.inline-form .skills-input .selectize-input.next-step input::-webkit-input-placeholder,
.blade-form .skills-input .selectize-input.next-step input::-webkit-input-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .skills-input .selectize-input.next-step input::-moz-placeholder,
.blade-form .skills-input .selectize-input.next-step input::-moz-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .skills-input .selectize-input.next-step input:-moz-placeholder,
.blade-form .skills-input .selectize-input.next-step input:-moz-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

.inline-form .skills-input .selectize-input.next-step input:-ms-input-placeholder,
.blade-form .skills-input .selectize-input.next-step input:-ms-input-placeholder {
  color: #00c2ec;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .inline-form .skills-input .selectize-input:not(.focus),
  .blade-form .skills-input .selectize-input:not(.focus) {
    border-bottom: 1px solid #e1e4e1 !important;
  }
}

.elevator-operator {
  display: none;
  background-color: #00c2ec;
  color: #fff;
  text-align: center;
  position: absolute;
  padding: 20px 20px;
  margin-top: 20px;
  border-radius: 10px;
  z-index: 1000;
}

html.hide-dashboard .elevator-operator {
  display: none;
}

.elevator-operator.white {
  background-color: #fff;
  color: #585858;
}

.elevator-operator .signup-btn {
  margin: 10px 0;
}

.arrow-up:before {
  content: '';
  position: absolute;
  left: 40px;
  top: -10px;
  height: 0;
  width: 0;
  border-bottom: 10px solid #00c2ec;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.arrow-up.white:before {
  height: 0;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.arrow-down:before {
  content: '';
  position: absolute;
  right: 40px;
  bottom: -10px;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00c2ec;
}

.arrow-down.white:before {
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

body .assemble-team-operator {
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #f7f7f7;
}

.elevator-operator-title {
  font-weight: bold;
}

.operator-popup {
  display: none;
  position: absolute;
  padding: 25px 10px;
  left: 50%;
  top: 50%;
  width: 375px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.operator-popup.active {
  display: block;
}

.operator-popup .header {
  text-align: center;
  padding: 10px 0;
}

.operator-popup .operator-popup-content {
  padding: 0 20px;
}

.operator-popup .operator-popup-content ul li {
  margin: 0;
}

.operator-popup .operator-popup-content .signup-btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

.site-hero {
  max-height: 655px;
  height: 85%;
  min-height: 600px;
  background-color: #585858;
}

.site-hero .with-pixel:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 10;
  opacity: 0.5;
  background-size: 20px;
}

@media screen and (max-width: 768px) {
  .site-hero {
    height: 650px;
  }
  .site-hero .with-pixel {
    display: none;
  }
  body.logged-in .site-hero {
    height: 600px;
  }
}

@media screen and (max-width: 480px) {
  .site-hero {
    height: 550px;
  }
  body.logged-in .site-hero {
    height: 500px;
  }
}

.site-hero .hero-header {
  color: #fff;
  max-height: 100%;
}

.site-hero .hero-header .heading, .site-hero .hero-header .dashboard-heading {
  color: #fff;
  font-size: 52px;
  line-height: 70px;
  margin: .25em auto;
  max-width: 1500px;
  padding: 0 5%;
}

@media screen and (max-width: 980px) {
  .site-hero .hero-header .heading, .site-hero .hero-header .dashboard-heading {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .site-hero .hero-header .heading, .site-hero .hero-header .dashboard-heading {
    font-size: 40px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 480px) {
  .site-hero .hero-header .heading, .site-hero .hero-header .dashboard-heading {
    font-size: 38px;
  }
}

@media screen and (max-width: 375px) {
  .site-hero .hero-header .heading, .site-hero .hero-header .dashboard-heading {
    font-size: 30px;
  }
}

.site-hero .hero-header .subheading {
  font-size: 30px;
  color: #fff;
  margin: .25em auto;
  max-width: 800px;
  padding: 0 5%;
}

@media screen and (max-width: 768px) {
  .site-hero .hero-header .subheading {
    font-size: 20px;
  }
}

.site-hero .hero-header .default-link, .site-hero .hero-header .secondary-link, .site-hero .hero-header .underline-link {
  color: #fff;
}

.fullVideoWrapper {
  background-color: #2b2b2b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
}

.fullVideoWrapper video {
  max-width: 150%;
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .fullVideoWrapper {
    display: none;
  }
}

.hero-slides {
  position: relative;
  height: 100% !important;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.hero-slides .slide-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 9999px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
}

.hero-slides .slide-content:nth-child(1) {
  left: 0;
}

.hero-slides .gallery-content-hero-key {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-slides .thriving-team {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: contain;
  width: 100%;
  height: 275px;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-slides .next-button,
.hero-slides .previous-button {
  position: absolute;
  height: 100%;
  width: 75px;
  z-index: 5;
  background: transparent;
  margin-top: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-slides .next-button:hover,
.hero-slides .previous-button:hover {
  background: #00c2ec;
}

.hero-slides .next-button.noclick,
.hero-slides .previous-button.noclick {
  display: none;
}

.hero-slides .next-button {
  right: 0;
}

.hero-slides .next-button:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: contain;
  width: 50px;
  height: 75px;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-slides .previous-button {
  left: 0;
}

.hero-slides .previous-button:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: contain;
  width: 50px;
  height: 75px;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-content {
  margin-top: 50px;
  z-index: 10;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.custom-modal {
  display: block;
  position: fixed;
  top: -200%;
  left: 0;
  bottom: initial;
  bottom: auto;
  right: 0;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999999;
  overflow: scroll;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.custom-modal.is-shown {
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.custom-modal.is-closing {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.modal-video-wrapper {
  height: 100%;
}

.modal-video-wrapper .fluid-width-video-wrapper {
  width: 100%;
  height: 100%;
}

.modal-video-wrapper .fluid-width-video-wrapper iframe {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-video-content {
  border: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.site-notice {
  position: fixed;
  top: 0;
  height: 0;
  z-index: 9999999999;
  text-align: center;
  width: 100%;
  background: #00c2ec;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: height 0.4s linear, padding 0.4s linear, opacity 0.4s linear;
  transition: height 0.4s linear, padding 0.4s linear, opacity 0.4s linear;
}

.site-notice:hover {
  opacity: .5;
}

.site-notice.active {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  height: 40px;
  padding: 10px;
}

.upload-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.upload-popup-close {
  display: inline-block;
  position: absolute;
  background-size: contain;
  content: ' ';
  opacity: .8;
  right: 20px;
  height: 20px;
  width: 20px;
  top: 20px;
}

.upload-popup-close:hover {
  opacity: 1;
}

.team-view {
  display: none;
  position: absolute;
  z-index: 85;
  background: #f7f7f7;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05);
}

.team-view .team-inner-view {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 50px;
}

.team-view.empty {
  display: none !important;
}

.team-view.transition {
  display: block;
  -webkit-box-shadow: -1px 0 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 50px 0 rgba(0, 0, 0, 0.2);
}

.team-view.active {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.add-card-to-team {
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
}

html.show-team .add-card-to-team {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 90;
}

.add-new-team {
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

html.show-team .add-new-team {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
}

.content-breadcrumb {
  display: block;
}

.team-add-popup.white {
  background: #fff;
  color: #585858;
}

.team-add-popup.white .team-add-popup-content,
.team-add-popup.white .team-group-add-popup-content {
  background: #fff;
}

.team-add-popup .team-add-popup-content {
  visibility: hidden !important;
}

html.show-team .team-add-popup .team-add-popup-content {
  visibility: visible !important;
}

.team-add-popup .team-group-add-popup-content {
  visibility: visible !important;
}

html.show-team .team-add-popup .team-group-add-popup-content {
  visibility: hidden !important;
}

html.show-team .team-add-popup .team-group-add-popup-content .team-new-group {
  display: none !important;
}

.team-add-popup .team-add-popup-content header,
.team-add-popup .team-group-add-popup-content header {
  text-align: center;
  padding: 10px 0;
}

.team-add-popup .team-add-popup-content .team-member-edit .team-card-image,
.team-add-popup .team-group-add-popup-content .team-member-edit .team-card-image {
  display: table;
  margin: 20px auto 0;
}

@media screen and (max-width: 480px) {
  .team-add-popup .team-add-popup-content .team-member-edit .team-card-image,
  .team-add-popup .team-group-add-popup-content .team-member-edit .team-card-image {
    margin: 10px auto 0;
  }
}

.team-add-popup .team-add-popup-content .team-member-edit .avatar-image .noavatar-letter,
.team-add-popup .team-group-add-popup-content .team-member-edit .avatar-image .noavatar-letter {
  font-size: 35px;
}

@media screen and (max-width: 480px) {
  .team-add-popup .team-add-popup-content .team-member-edit .avatar-image .noavatar-letter,
  .team-add-popup .team-group-add-popup-content .team-member-edit .avatar-image .noavatar-letter {
    font-size: 25px;
  }
}

.team-add-popup .team-add-popup-content .team-member-edit .team-card-image-text,
.team-add-popup .team-group-add-popup-content .team-member-edit .team-card-image-text {
  display: table-row;
}

.team-add-popup .team-add-popup-content .team-member-edit .noavatar,
.team-add-popup .team-group-add-popup-content .team-member-edit .noavatar {
  display: table-cell;
}

.team-add-popup .team-add-popup-content .team-member-edit .teammember-name,
.team-add-popup .team-group-add-popup-content .team-member-edit .teammember-name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  text-align: left;
}

.team-add-popup .team-add-popup-content .non-solicit-text,
.team-add-popup .team-group-add-popup-content .non-solicit-text {
  margin-bottom: 5px;
}

.team-add-popup .team-member-search,
.team-add-popup .team-member-skill-add,
.team-add-popup .team-member-edit,
.team-add-popup .team-member-manual,
.team-add-popup .team-new-group {
  width: 325px;
  padding: 20px 0;
  display: none;
}

@media screen and (max-width: 480px) {
  .team-add-popup .team-member-search,
  .team-add-popup .team-member-skill-add,
  .team-add-popup .team-member-edit,
  .team-add-popup .team-member-manual,
  .team-add-popup .team-new-group {
    width: 270px;
  }
}

.team-add-popup .team-member-search.active,
.team-add-popup .team-member-skill-add.active,
.team-add-popup .team-member-edit.active,
.team-add-popup .team-member-manual.active,
.team-add-popup .team-new-group.active {
  display: block;
}

.team-add-popup .text-input {
  outline: none !important;
}

.team-add-popup .team-member-invite {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.team-add-popup .team-member-invite.active {
  display: block;
}

.team-add-popup .team-member-invite .header {
  border-bottom: 1px solid #c4c4c4;
}

.team-add-popup .team-member-invite .header .header-invite {
  color: #c4c4c4;
  text-align: left;
  margin: 8px 20px 5px;
}

.team-add-popup .team-member-invite .invite-message-intro {
  margin: 20px 20% 0;
  font-weight: bold;
}

.team-add-popup .team-member-invite .textarea {
  font-weight: bold;
  color: #000;
  padding: 20px 20% 5px;
  height: 150px;
  border-radius: 0;
}

.team-add-popup .team-member-invite .signature {
  color: #c4c4c4;
  font-size: 20px;
}

body.show-team-add.popup-activated .team-add-popup {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  width: 450px;
  height: initial;
  height: auto;
  border-radius: 10px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotateY(0deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotateY(0deg);
  transform: translateX(-50%) translateY(-50%) rotateY(0deg);
}

@media screen and (max-width: 480px) {
  body.show-team-add.popup-activated .team-add-popup {
    width: 300px;
  }
}

body.show-team-add.popup-activated .team-add-popup.manual {
  width: 0;
  height: 0;
  visibility: hidden;
}

body.show-team-add.popup-activated .team-add-popup.manual.show-manual {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 450px;
  height: 450px;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  body.show-team-add.popup-activated .team-add-popup.manual.show-manual {
    width: 300px;
  }
}

body.show-team-add.popup-activated .team-add-popup.manual.show-edit {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  width: 450px;
  height: 450px;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  body.show-team-add.popup-activated .team-add-popup.manual.show-edit {
    width: 300px;
  }
}

body.show-team-add.popup-activated .team-add-popup .team-add-popup-content,
body.show-team-add.popup-activated .team-add-popup .team-group-add-popup-content {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  width: 100%;
  height: 100%;
  visibility: visible;
}

.location {
  font-weight: 600;
  font-size: 18px;
  margin: 0.5em 0;
  color: #00e46f;
}

.location.gray {
  color: #a4a4a4;
}

.location.gray:before {
  background: url("https://goelevator.com/assets/marker_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 10px;
}

.location:before {
  content: ' ';
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url("https://goelevator.com/assets/marker.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 10px;
}

.location-focus-input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
}

.location-popup-focused:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.location-popup-focused .location-fields {
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.5, 1.5);
  transition: all 0.4s cubic-bezier(0.5, 0, 0.5, 1.5);
  border: 1px solid #00c2ec;
  -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
  -ms-transform: scale(1) translateX(-50%) translateY(-50%);
  transform: scale(1) translateX(-50%) translateY(-50%);
}

.location-popup {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
}

.location-popup:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.location-popup.hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.location-popup.next-step-city .location-city {
  color: #00c2ec;
  border-bottom: 1px solid #00c2ec;
}

.location-popup.next-step-state .location-state {
  color: #00c2ec;
  border-bottom: 1px solid #00c2ec;
}

.location-popup .location-city,
.location-popup .location-state {
  border-bottom: 1px solid transparent;
}

.location-fields {
  position: absolute;
  width: 0;
  height: 0;
  width: 200px;
  height: 175px;
  border: 1px solid #00c2ec;
  z-index: 100;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0, -0.25, 0.5, 0);
  transition: all 0.4s cubic-bezier(0, -0.25, 0.5, 0);
  -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
  -ms-transform: scale(0) translateX(-50%) translateY(-50%);
  transform: scale(0) translateX(-50%) translateY(-50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.location-fields .location-fields-header {
  padding: 10px;
  color: #fff;
  font-weight: 600;
  background-color: #00c2ec;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
}

.location-fields .location-inputs {
  padding: 10px 20px 10px 5px;
}

.location {
  color: #00e46f;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.location:before {
  margin-right: 5px;
  height: 14px;
  width: 14px;
}

.location-meta span {
  background-color: #e1e4e1;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.location-meta span.active {
  background-color: #00c2ec;
}

.location-meta span:last-child {
  margin-right: 0;
}

body.pages.index {
  width: 100%;
}

.home-main {
  margin-bottom: 0;
}

.home-main article {
  padding: 50px 0;
}

.home-main article.companies-hiring-teams {
  padding: 25px 0 75px 0;
}

.home-main article.featured-opportunities {
  padding: 25px;
}

.home-main .quote {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .home-main article {
    padding: 25px 0;
  }
}

.home-main .navtab-container {
  border: none;
}

.how-it-works {
  margin: auto;
}

.why-elevator.logged-in {
  background-color: #fff;
}

.get-started, .featured-opportunities {
  background-color: #fff;
}

.partner-logos {
  max-width: 700px;
}

.partner-logos img {
  width: 150px;
  margin: 40px 30px 10px 30px;
}

.partner-logos img.partner-stripe {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .partner-logos img {
    width: 130px;
    margin: 20px 15px 10px 15px;
  }
}

.fb-like {
  margin-top: 14px;
  display: block !important;
}

.fb-like + .signup-btn {
  margin-top: 15px;
}

.dashboard {
  height: 100%;
}

.save-notice {
  position: fixed;
  bottom: 0;
  right: -150px;
  padding: 5px 30px;
  color: #fff;
  background: #00e46f;
  width: 150px;
  text-align: center;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: right 0.8s linear, opacity 0.4s linear;
  transition: right 0.8s linear, opacity 0.4s linear;
  border-top-left-radius: 10px;
}

.save-notice.active {
  opacity: 1;
  right: 0;
}

.save-notice p {
  margin: 0;
}

.dashboard-main {
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.dashboard-main h1.dashboard-heading {
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .dashboard-main h1.dashboard-heading {
    font-size: 18px;
  }
}

html.show-profile .dashboard-main {
  opacity: 0;
}

html.hide-dashboard .dashboard-main {
  display: none;
}

.dashboard-main .content-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .dashboard-main .content-header {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.dashboard-main .team-card {
  min-height: 290px;
}

@media screen and (min-width: 768px) {
  .dashboard-main .team-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 21.45657%;
  }
  .dashboard-main .team-card:last-child {
    margin-right: 0;
  }
  .dashboard-main .team-card:nth-child(4n) {
    margin-right: 0;
  }
  .dashboard-main .team-card:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .dashboard-main .team-card {
    min-height: 240px;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .dashboard-main .team-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 30.18362%;
  }
  .dashboard-main .team-card:last-child {
    margin-right: 0;
  }
  .dashboard-main .team-card:nth-child(3n) {
    margin-right: 0;
  }
  .dashboard-main .team-card:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 480px) {
  .dashboard-main .team-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
  }
  .dashboard-main .team-card:last-child {
    margin-right: 0;
  }
  .dashboard-main .team-card:nth-child(2n) {
    margin-right: 0;
  }
  .dashboard-main .team-card:nth-child(2n+1) {
    clear: left;
  }
}

.dashboard-main .team-card .team-card-content {
  min-height: 290px;
}

@media screen and (max-width: 768px) {
  .dashboard-main .team-card .team-card-content {
    min-height: 240px;
  }
}

.dashboard-main .team-card .team-card-content .spinner-view {
  min-height: 290px;
}

@media screen and (max-width: 768px) {
  .dashboard-main .team-card .team-card-content .spinner-view {
    min-height: 240px;
  }
}

.dashboard-main .team-card.empty {
  display: none;
}

.dashboard-main .team-card .front,
.dashboard-main .team-card .back {
  min-height: 290px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .dashboard-main .team-card .front,
  .dashboard-main .team-card .back {
    padding: 10px;
    min-height: 240px;
  }
}

.dashboard-main .team-card .team-card-meta {
  margin-top: 20px;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .dashboard-main .team-card .team-card-meta {
    margin-top: 10px;
    height: 75px;
  }
}

.dashboard-main .team-card .team-card-meta .heading, .dashboard-main .team-card .team-card-meta .dashboard-heading {
  font-size: 20px;
  line-height: 1.2em;
}

@media screen and (max-width: 768px) {
  .dashboard-main .team-card .team-card-meta .heading, .dashboard-main .team-card .team-card-meta .dashboard-heading {
    font-size: 16px;
  }
}

.email-sent-completion {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #fff;
  z-index: 10000;
}

.email-sent-completion .email-sent-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.email-sent-completion .email-sent-view .check {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.email-sent-completion .email-sent-view h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #585858;
}

.dashboard-notice {
  background: #00c2ec;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: none;
}

html.nux-flow .dashboard-notice {
  display: none !important;
}

.dashboard-notice .dashboard-notice-text {
  margin-right: 20px;
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .dashboard-notice .dashboard-notice-text {
    font-size: 16px;
  }
}

.dashboard-notice.active {
  display: block;
}

.dashboard-notice .btn.white {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}

.dashboard-send-invites {
  display: none;
  position: absolute;
  padding: 25px 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
}

.dashboard-send-invites .header {
  text-align: center;
  padding: 10px 0;
}

.dashboard-send-invites .dashboard-send-invites-content {
  padding: 0 50px;
  text-align: center;
}

.dashboard-send-invites .dashboard-send-invites-content .invite-list-header {
  position: relative;
  display: inline-block;
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  color: #585858;
  margin-right: 30px;
}

.dashboard-send-invites .dashboard-send-invites-content ul {
  padding: 0;
  margin: 0 0 0 50px;
  text-align: left;
}

.dashboard-send-invites .dashboard-send-invites-content ul li {
  margin: 0;
  display: block;
}

.dashboard-send-invites .dashboard-send-invites-content ul li label {
  display: block;
  margin-left: 25px;
}

.dashboard-send-invites .dashboard-send-invites-content ul li input {
  position: absolute;
}

.dashboard-send-invites .dashboard-send-invites-content .signup-btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

.add-teammate-operator {
  position: fixed;
  right: 20px;
  bottom: 115px;
}

.add-teammate-operator:before {
  right: 28px;
}

.about-us-team {
  width: 100%;
}

.about-us-names {
  width: 100%;
  margin-top: -20%;
  padding: 0 5% 0 3%;
}

.about-us-content {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .about-us-content {
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  .about-us-content {
    width: 100%;
    padding: 0 15px;
  }
}

.signup-main .subheading {
  font-size: 16px;
}

.signup-main .signup-view .signup-step--container {
  max-width: 40em;
  padding-top: 0;
  margin: auto;
}

.signup-view {
  margin-top: 50px;
}

.signup-view.initial-processor {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-top: 25px;
}

.signup-view.active {
  display: block;
}

.signup-step--container .signup-step {
  border: 0;
  margin-bottom: 10px;
}

.signup-step--container .signup-step .signup-step--header {
  color: #00e46f;
  font-weight: 700;
  margin: 20px 0 0 0;
}

body.employers.dashboard .site-header, body.employers.dashboard .modal-custom-header {
  border-bottom: 1px solid #f4f6f7;
}

body.employers.dashboard .site-header .navbar-logo, body.employers.dashboard .modal-custom-header .navbar-logo {
  margin-bottom: 18px;
}

body.employers.dashboard .site-header .navbar-right, body.employers.dashboard .modal-custom-header .navbar-right {
  margin-bottom: 10px;
}

.employer_header_logo {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  margin-left: 20px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .employer_header_logo {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}

.partner-page {
  padding: 20px 40px;
  background: #f4f6f7;
}

.partner-page.team-page {
  padding: 10px 40px;
}

.partner-page .site-main {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
}

.partner-page main {
  background: transparent;
}

.partner-listing--card {
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .partner-listing--card {
    display: block;
  }
  .partner-listing--card .flex-container, .partner-listing--card .partner-listing--card {
    -webkit-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media screen and (min-width: 768px) {
  .partner-page .tab-container input.tab:checked + label.tab {
    border: 0;
    border-bottom: 2px solid #00e46f;
    color: #585858;
  }
  .partner-page .tab-container label.tab {
    margin: 0 5px -1px;
    padding: 25px 15px 14px;
    font-size: 15px;
  }
  .partner-page .tab-container label.tab.fa-search {
    float: right;
  }
  .partner-page .tab-container label.tab:first-of-type {
    margin-left: 20px;
  }
  .partner-page .tab-container label.tab:hover {
    border-bottom: 2px solid #00c2ec;
    color: #00c2ec;
  }
  .partner-page .tab-container section.tab {
    padding: 40px;
    border-top: 1px solid #e1e4e1;
  }
}

@media screen and (max-width: 768px) {
  .partner-page .tab-container input.tab:checked + label.tab {
    border: 0;
    border-bottom: 2px solid #00e46f;
    color: #585858;
  }
  .partner-page .tab-container label.tab:hover {
    border-bottom: 2px solid #00c2ec;
    color: #00c2ec;
  }
}

.partner-page .datagrid {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #fff;
}

.partner-page .datagrid .filter-header {
  padding: 0;
  border-top: 2px solid #00c2ec;
  border-bottom: 5px solid #f4f6f7;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: transparent;
}

.partner-page .datagrid .filter-header .filter-header-column {
  display: none;
  background: transparent;
  font-size: 15px;
}

.partner-page .datagrid .filter-header .filter-header-column:first-child {
  display: block;
  width: 100%;
}

.partner-page .grid-entries {
  padding: 0;
  background: #f4f6f7;
}

.partner-page .datagrid_pagination {
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.partner-page .datagrid_pagination .previous_page {
  border-bottom-left-radius: 10px;
}

.partner-page .datagrid_pagination .next_page {
  border-bottom-right-radius: 10px;
}

.partner-page .datagrid_pagination .page_info {
  display: none;
}

.partner-page .datagrid_pagination .current {
  border: 1px solid #00c2ec;
}

.partner-page .datagrid_pagination span,
.partner-page .datagrid_pagination a,
.partner-page .datagrid_pagination em {
  display: inline-block;
  float: none;
  font-size: 14px;
}

.partner-page .datagrid_pagination a {
  border: 1px solid #00c2ec;
  color: #00c2ec;
}

.partner-page .datagrid_pagination a:hover {
  background: #00c2ec;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .partner-page .team-meta-info .column-quarter {
    width: 110px;
    margin: 20px 0;
  }
  .partner-page .team-meta-info .column-quarter,
  .partner-page .team-meta-info .column-three-quarter {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .partner-page .team-meta-info .column-quarter {
    margin: 20px 0;
  }
  .partner-page .team-meta-info .column-quarter,
  .partner-page .team-meta-info .column-three-quarter {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
  }
}

.partner-page .team-meta-info .column-quarter {
  color: #00c2ec;
  font-weight: 700;
}

.partner-page i.entry {
  display: inline-block;
  width: 15px;
  height: 15px;
  color: #00c2ec;
  font-size: 15px;
  text-align: center;
}

main.pricing #plans, main.pricing #plans ul, main.pricing #plans ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.pricing #pricePlans:after {
  content: '';
  display: table;
  clear: both;
}

main.pricing #pricePlans {
  zoom: 1;
}

main.pricing #pricePlans {
  max-width: 69em;
  margin: 0 auto;
}

main.pricing #pricePlans #plans .plan {
  background: #fff;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

main.pricing .planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #585858;
  margin: 0;
  padding: .6em 0;
}

main.pricing .planContainer .title h2.bestPlanTitle {
  background: #00c2ec;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

main.pricing .planContainer .price p {
  background: #00c2ec;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  height: 2.6em;
  line-height: 2.6em;
  margin: 0 0 1em;
}

main.pricing .planContainer .price p.bestPlanPrice {
  background: #00e46f;
}

main.pricing .planContainer .price p span {
  opacity: .7;
}

main.pricing .planContainer .options {
  margin-top: 10em;
}

main.pricing .planContainer .options li {
  font-weight: 700;
  color: #585858;
  line-height: 2.5;
}

main.pricing .planContainer .options li span {
  font-weight: 400;
}

main.pricing .planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #00c2ec;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2.8em;
  border: 2px solid #00c2ec;
  display: inline-block;
  width: 80%;
  height: 2.8em;
  border-radius: 4px;
  margin: 1.5em 0 1.8em;
}

main.pricing .planContainer .button a.bestPlanButton {
  color: #fff;
  background: #00e46f;
  border: 2px solid #00e46f;
}

@media screen and (min-width: 750px) {
  main.pricing #pricePlans {
    margin: 2em auto;
  }
  main.pricing #pricePlans #plans .plan {
    width: 32%;
    margin: 0 2% 50px 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main.pricing #pricePlans #plans > li:last-child {
    margin-right: 0;
  }
  main.pricing #pricePlans #plans .plan:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  main.pricing .planContainer .button a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main.pricing .planContainer .button a:hover {
    background: #00c2ec;
    color: #fff;
  }
  main.pricing .planContainer .button a.bestPlanButton:hover {
    background: #00e46f;
    border: 2px solid #00e46f;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
}

main.pricing .privateBeta {
  text-align: center;
}

main.pricing .privateBeta p {
  font-size: 18px;
}

html.safari .team-add-popup {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

body.popup-activated html.safari .team-add-popup {
  -webkit-transform: translateX(-50%) translateY(-50%) rotateY(0deg);
  transform: translateX(-50%) translateY(-50%) rotateY(0deg);
}

.site-header, .modal-custom-header {
  background: #fff;
  padding: 0 25px;
  position: relative;
}

.site-header .navbar-logo .logo span, .modal-custom-header .navbar-logo .logo span {
  left: -999999px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .site-header, .modal-custom-header {
    padding: 0;
    padding-left: 25px;
    position: initial;
  }
  .site-header.no_nav, .no_nav.modal-custom-header {
    position: relative;
  }
}

.modal-custom-header {
  position: absolute !important;
  width: 100%;
  z-index: 10000;
  opacity: .5;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.modal-custom-header:hover {
  opacity: 1;
}

.gray-bg {
  background: #f7f7f7;
}

.white-bg {
  background: #fff;
}

.block {
  display: block;
}

.position-fixed {
  position: fixed;
}

.inline-block {
  display: inline-block;
}

.with-radius, .ui-autocomplete {
  border-radius: 10px;
}

.with50radius {
  border-radius: 50px;
}

.maxw100 {
  max-width: 100px;
}

.fullheight {
  min-height: 100%;
}

.no-margin-top {
  margin-top: 0;
}

main,
.site-main {
  background: #f7f7f7;
  position: relative;
}

main .content-white,
.site-main .content-white {
  background-color: #fff;
}

main .main-with-fixed-bottom,
.site-main .main-with-fixed-bottom {
  margin-bottom: 70px;
}

.admin-dashboard header,
.active-employer header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.admin-dashboard h1.heading, .admin-dashboard h1.dashboard-heading,
.active-employer h1.heading,
.active-employer h1.dashboard-heading {
  color: #fff;
}

.admin-dashboard {
  padding: 20px 50px;
  background: #585858;
}

.active-employer {
  background: #585858;
}

.live-team-view, .active-employer {
  padding: 20px 30px;
}

.site-main-content {
  margin: 0 50px;
  display: table;
}

@media screen and (max-width: 768px) {
  .site-main-content {
    margin: 0;
  }
}

.login-content {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.login-content.as-card {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 10px;
}

.placeholder-image {
  width: 100%;
  height: 200px;
}

.home-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  width: 100%;
  padding: 0 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.hero:after {
  position: absolute;
  top: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}

.exposeShadow {
  pointer-events: auto;
  -webkit-box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.4);
  z-index: 2147483646;
}

.inactive .exposeShadow {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow 0.6 linear;
  transition: box-shadow 0.6 linear;
}

form.fixed-footer {
  margin-bottom: 70px;
}

.page-footer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 30px 25px 10px;
  background: #fff;
}

.page-footer::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .page-footer .navbar-list {
    text-align: left;
  }
}

.page-footer .navbar-list {
  margin-top: 0;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .page-footer .navbar-list {
    font-size: 13px;
  }
}

.page-footer .navbar-list .navbar-item:first-child {
  margin-left: 0;
}

.page-footer .copyright {
  margin: 3px 0 20px 0;
  font-size: 13px;
  text-align: left;
}

.site-footer {
  position: relative;
  width: 100%;
  max-height: 70px;
  border-top: 1px solid #c4c4c4;
  background: #fff;
}

.site-footer.fixed-bottom {
  position: absolute;
  position: fixed;
  bottom: 0;
  border-top: 0;
}

.site-footer.fixed-bottom a {
  display: block;
  padding: 20px 0;
  color: #ff3e3b;
  font-size: 25px;
  font-weight: 600;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.site-footer.fixed-bottom a:hover {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background: #ff3e3b;
  color: #fff;
}

.site-footer.fixed-bottom.inverse a {
  background: #ff3e3b;
  color: #fff;
}

.site-footer.fixed-bottom.inverse a:hover {
  background: #fff;
  color: #ff3e3b;
}

.site-footer.pending-validation {
  display: none;
}

html.validation-passed .site-footer.pending-validation {
  display: block;
}

.navbar {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .navbar {
    position: initial;
  }
}

.navbar-logo {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
  margin: 18px 0;
}

.navbar-logo:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .navbar-logo {
    margin: 5px 0 5px 0;
  }
}

.navbar-logo .logo {
  display: block;
  position: relative;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .navbar-logo .logo {
    width: 150px;
  }
}

.navbar-logo .beta {
  position: absolute;
  top: 2px;
  left: 152px;
  width: 34px;
}

.navbar-logo .logo_subtext {
  position: absolute;
  top: 2px;
  left: 152px;
  width: 100px;
}

.navbar-logo .partners {
  position: absolute;
  top: 2px;
  left: 152px;
  width: 62px;
}

.navbar-right {
  width: 800px;
  margin: 28px 0 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .navbar-right {
    display: none;
  }
}

body.show-mobile-nav .navbar-right {
  display: block;
  position: absolute;
  top: 25px;
  right: -26px;
  margin-right: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 50;
  width: 100%;
  left: 0;
  text-align: center;
  height: 100%;
  font-weight: 700;
  font-size: 20px;
}

ul.navbar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.navbar-list + ul.navbar-list {
  margin-top: 50px;
}

ul.navbar-list .navbar-item {
  display: inline-block;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  ul.navbar-list .navbar-item {
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  body.show-mobile-nav ul.navbar-list .navbar-item {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

ul.navbar-list .navbar-item.navbar-item-selected a {
  color: #00c2ec;
}

ul.navbar-list .navbar-item.navbar-item-highlight a {
  color: #ff3e3b;
}

ul.navbar-list .navbar-item.navbar-item-highlight a:hover {
  color: #00c2ec;
}

ul.navbar-list .navbar-item a {
  color: #585858;
}

ul.navbar-list .navbar-item a:hover {
  color: #00c2ec;
}

ul.navbar-list .navbar-points,
ul.navbar-list .navbar-signin {
  height: 35px;
  margin-top: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}

.dashboard-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.dashboard-nav .dashboard-nav-item {
  position: relative;
  width: 80px;
  height: 100%;
  float: left;
}

@media screen and (max-width: 375px) {
  .dashboard-nav .dashboard-nav-item {
    width: 40px;
  }
}

.nav-dropdown:before {
  position: absolute;
  top: 20%;
  left: -1px;
  width: 2px;
  height: 60%;
  background: #f7f7f7;
  content: '';
}

.nav-dropdown:after {
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00c2ec;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
}

@media screen and (max-width: 768px) {
  .nav-dropdown {
    cursor: pointer;
  }
  .nav-dropdown.is-active {
    background-color: #00c2ec;
  }
  .nav-dropdown.is-active:before {
    display: none;
  }
  .nav-dropdown.is-active:after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
  .nav-dropdown.is-active ul {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .nav-dropdown:hover, .nav-dropdown:focus {
    background-color: #00c2ec;
  }
  .nav-dropdown:hover:before, .nav-dropdown:focus:before {
    display: none;
  }
  .nav-dropdown:hover:after, .nav-dropdown:focus:after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
  .nav-dropdown:hover ul, .nav-dropdown:focus ul {
    display: block;
  }
}

.nav-dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 190px;
  margin: 0;
  padding: 30px 0;
  background-color: #00c2ec;
  list-style: none;
  text-align: center;
  z-index: 999999;
}

.nav-dropdown ul a {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
}

.nav-dropdown ul a:hover {
  text-decoration: underline;
}

.dotnav {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 40px;
  background: transparent;
  text-align: center;
  z-index: 5;
}

.dotnav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dotnav ul li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  float: left;
  list-style: none;
}

.dotnav .dotnav-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  border-color: #c4c4c4;
  outline: none;
  background-color: #fff;
  color: transparent;
  font: 0/0 a;
}

.dotnav .dotnav-item:hover {
  background-color: #00c2ec;
}

.dotnav .dotnav-item.current {
  border-color: #585858;
  background-color: #585858;
  cursor: default;
}

.hammie, .modal-hammie {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: none;
  margin-top: 10px;
  margin-right: 25px;
  float: right;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .hammie, .modal-hammie {
    display: inline-block;
    vertical-align: middle;
  }
}

.hammie span, .modal-hammie span {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 120ms;
  transition-duration: 120ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  margin: 14px 0;
  background-color: #585858;
  vertical-align: middle;
}

body.is-active .hammie span, body.is-active .modal-hammie span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
}

body.is-home .hammie span, body.is-home .modal-hammie span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #fff !important;
}

body.light .hammie span, body.light .modal-hammie span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #585858;
}

body.dark .hammie span, body.dark .modal-hammie span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #585858;
}

.hammie span:before, .hammie span:after, .modal-hammie span:before, .modal-hammie span:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 120ms;
  transition-duration: 120ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #585858;
  content: '';
}

body.light .hammie span:before, body.light .hammie span:after, body.light .modal-hammie span:before, body.light .modal-hammie span:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #585858;
}

body.is-home .hammie span:before, body.is-home .hammie span:after, body.is-home .modal-hammie span:before, body.is-home .modal-hammie span:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: white !important;
}

body.dark .hammie span:before, body.dark .hammie span:after, body.dark .modal-hammie span:before, body.dark .modal-hammie span:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #585858;
}

body.is-active .hammie span:before, body.is-active .hammie span:after, body.is-active .modal-hammie span:before, body.is-active .modal-hammie span:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #585858;
}

.hammie span:before, .modal-hammie span:before {
  top: -6px;
}

.hammie span:after, .modal-hammie span:after {
  bottom: -6px;
}

.hammie.is-close-menu-btn span, .modal-hammie.is-close-menu-btn span {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 120ms;
  transition-duration: 120ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}

body.light .hammie.is-close-menu-btn span,
body.dark .hammie.is-close-menu-btn span,
body.is-home .hammie.is-close-menu-btn span, body.light .modal-hammie.is-close-menu-btn span,
body.dark .modal-hammie.is-close-menu-btn span,
body.is-home .modal-hammie.is-close-menu-btn span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: transparent !important;
}

.hammie.is-close-menu-btn span:before, .hammie.is-close-menu-btn span:after, .modal-hammie.is-close-menu-btn span:before, .modal-hammie.is-close-menu-btn span:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 120ms;
  transition-duration: 120ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}

.hammie.is-close-menu-btn span:before, .modal-hammie.is-close-menu-btn span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.hammie.is-close-menu-btn span:after, .modal-hammie.is-close-menu-btn span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

body.users.dashboard .hammie,
body.users.dash .hammie,
body.users.live-teams-dashboard .hammie, body.users.dashboard .modal-hammie,
body.users.dash .modal-hammie,
body.users.live-teams-dashboard .modal-hammie {
  display: none;
}

.hammie #hammie-icon, .modal-hammie #hammie-icon {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.mobile-drawer {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: -1;
  overflow: hidden;
  background: #85754e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 0;
  opacity: 0;
  padding-top: 6.875em;
}

body.is-active .mobile-drawer {
  z-index: 999;
  opacity: 1;
}

.mobile-drawer-inner {
  max-width: 98%;
  margin: 0 auto;
  padding: 0 0.625em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mobile-drawer-inner {
    padding: 0 0.9375em;
  }
}

.mobile-navigation {
  margin-bottom: 0.625em;
  padding-bottom: 0.625em;
}

.mobile-navigation a {
  color: white !important;
  display: block;
  font-size: 1.875em;
}

.mobile-navigation a:hover {
  border-bottom: none;
  color: white !important;
}

.mobile-deets {
  font-size: 1.25em;
}

.mobile-deets p {
  margin: 0;
  padding: 0;
}

.mobile-deets a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .hide-on-devices {
    display: none !important;
  }
}

/**
 * Loading gears
 */
.loading-gears {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
}

.loading-gears .content {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  display: inline-block;
  font-size: 20px;
}

.loading-gears.higher {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.loading-gears.fixed {
  position: fixed;
  top: 300px;
}

.slideup-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #f7f7f7;
}

/**
 * FADING & MAX HEIGHT
 */
.fading-height-enter {
  max-height: 0;
  opacity: 0.01;
  -webkit-transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.fading-height-enter.fading-height-enter-active {
  opacity: 1;
  max-height: 999px;
}

.fading-height-leave {
  opacity: 1;
  max-height: 999px;
  -webkit-transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.fading-height-leave.fading-height-leave-active {
  opacity: 0.01;
  max-height: 0;
}

/**
 * SIMPLE FADING
 */
.simple-fading-enter {
  opacity: 0.01;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.simple-fading-enter.simple-fading-enter-active {
  opacity: 1;
}

.simple-fading-leave {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.simple-fading-leave.simple-fading-leave-active {
  opacity: 0.01;
}

.simple-fading-appear {
  opacity: 0.01;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.simple-fading-appear.simple-fading-appear-active {
  opacity: 1;
}

/**
 * VIEW SLIDE UP
 */
.view-slideup-enter {
  display: block;
  -webkit-transform: translateY(200%) !important;
  -ms-transform: translateY(200%) !important;
  transform: translateY(200%) !important;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05) !important;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05) !important;
}

.view-slideup-enter.view-slideup-enter-active {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

.view-slideup-appear {
  display: block;
  -webkit-transform: translateY(200%) !important;
  -ms-transform: translateY(200%) !important;
  transform: translateY(200%) !important;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05) !important;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05) !important;
}

.view-slideup-appear.view-slideup-appear-active {
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

.view-slideup-leave {
  position: absolute !important;
  opacity: 1;
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
  -webkit-transition: all 0.6s linear 0.5s, -webkit-transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05) 0s !important;
  transition: all 0.6s linear 0.5s, transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05) 0s !important;
}

.view-slideup-leave.view-slideup-leave-active {
  -webkit-transform: translateY(200%) !important;
  -ms-transform: translateY(200%) !important;
  transform: translateY(200%) !important;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
}

/**
 * Pop bottom right
 */
.pop-bottom-right-enter {
  -webkit-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
}

.pop-bottom-right-enter.pop-bottom-right-enter-active {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65) 0.5s;
  transition: transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65) 0.5s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.pop-bottom-right-appear {
  -webkit-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
}

.pop-bottom-right-appear.simple-fading-appear-active {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65) 0.5s;
  transition: transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65) 0.5s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.pop-bottom-right-leave {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.pop-bottom-right-leave.pop-bottom-right-leave-active {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65);
  transition: transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65);
  -webkit-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
}

.white {
  color: #fff;
}

.white:hover, .white:active {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1.nomargin,
h2.nomargin,
h3.nomargin,
h4.nomargin,
h5.nomargin {
  margin: 0;
}

h1.lessmargin,
h2.lessmargin,
h3.lessmargin,
h4.lessmargin,
h5.lessmargin {
  margin: 5px 0;
}

h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top {
  margin-top: 0;
}

h1 .badge {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  min-height: 18px;
  min-width: 18px;
}

h3 .badge {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  min-height: 18px;
  min-width: 18px;
}

.breakword {
  word-break: break-all;
}

.medium-text {
  line-height: 10px;
  font-size: 20px;
}

.medium-small-text {
  font-size: 14px;
}

.smallish-text {
  line-height: 5px;
  font-size: 12px;
}

.small-text {
  line-height: 5px;
  font-size: 10px;
}

.italic {
  font-style: italic;
}

.strong {
  font-weight: bold;
}

.red {
  color: #ff3e3b;
}

.blue {
  color: #00c2ec;
}

.heading, .dashboard-heading,
.subheading {
  color: #585858;
  text-align: center;
  padding: 0 20px;
}

.heading.invert, .invert.dashboard-heading,
.subheading.invert {
  color: #fff;
}

.heading.padded, .padded.dashboard-heading,
.subheading.padded {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.heading.sectional, .sectional.dashboard-heading,
.subheading.sectional {
  padding: 0;
  margin-top: 0;
}

.heading.internal-team-heading, .internal-team-heading.dashboard-heading, .heading.nomargin, .nomargin.dashboard-heading,
.subheading.internal-team-heading,
.subheading.nomargin {
  margin: 0;
}

.heading.no-topmargin, .no-topmargin.dashboard-heading,
.subheading.no-topmargin {
  margin-top: 0;
}

.heading.small, .small.dashboard-heading, .listing--row--details .listing--row--details-entries-content span.dashboard-heading, .listing--row--details .listing--row--details-entries-content span.heading,
.subheading.small,
.listing--row--details .listing--row--details-entries-content span.subheading {
  font-size: 16px;
}

.blurbheading {
  color: #585858;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.blurbheading.small, .listing--row--details .listing--row--details-entries-content span.blurbheading {
  font-size: 20px;
  margin-bottom: 3px;
}

.dashboard-heading {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.blurbimage {
  height: 100px;
  margin-bottom: 10px;
}

.blurbset {
  float: left;
  margin-top: 20px;
}

.blurbset.first {
  margin-top: 40px;
}

.blurb {
  margin: 0 0 40px 0;
}

.tagline {
  text-align: center;
  line-height: 1.4em;
  padding: 0 20px 20px;
}

.tagline ul {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.heading, .dashboard-heading {
  font-size: 25px;
  font-weight: 700;
  margin: 0.5em 0;
  line-height: 1.4em;
}

@media screen and (max-width: 480px) {
  .heading, .dashboard-heading {
    font-size: 20px;
  }
}

.heading.large, .large.dashboard-heading {
  font-size: 45px;
  margin: 0.75em 0;
}

@media screen and (max-width: 768px) {
  .heading.large, .large.dashboard-heading {
    font-size: 30px;
  }
}

.heading.no-base, .no-base.dashboard-heading {
  margin: 0.75em 0 0;
}

.heading.with-tagline, .with-tagline.dashboard-heading {
  margin: 0;
  line-height: 1em;
}

.heading.avatar-heading, .avatar-heading.dashboard-heading {
  margin: 1em 0;
}

.heading.thin, .thin.dashboard-heading {
  font-weight: 200;
}

.heading.white, .white.dashboard-heading {
  color: #fff;
}

.heading.blue, .blue.dashboard-heading {
  color: #00c2ec;
}

.subheading {
  font-weight: 400;
  font-size: 24px;
  margin: 0.5em 0;
  line-height: 1.3em;
}

.subheading.large {
  font-size: 45px;
  margin: 0.75em 0;
}

@media screen and (max-width: 768px) {
  .subheading {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .subheading {
    font-size: 16px;
  }
}

.content-message .success-message,
.content-message .warning-message,
.content-message .error-message,
.content-message .info-message {
  position: relative;
  padding: 20px 55px 20px 30px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 25px;
}

.content-message .success-message p,
.content-message .warning-message p,
.content-message .error-message p,
.content-message .info-message p {
  margin: 0;
}

.content-message .success-message .close-message,
.content-message .warning-message .close-message,
.content-message .error-message .close-message,
.content-message .info-message .close-message {
  display: inline-block;
  position: absolute;
  background-size: contain;
  content: ' ';
  opacity: .8;
  right: 20px;
  height: 20px;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-message .success-message .close-message:hover,
.content-message .warning-message .close-message:hover,
.content-message .error-message .close-message:hover,
.content-message .info-message .close-message:hover {
  opacity: 1;
}

.content-message .success-message {
  background-color: #a7c588;
  color: #4f8a10;
}

.content-message .warning-message {
  background-color: #feefb3;
  color: #9f6000;
}

.content-message .error-message {
  background-color: #fdc6c6;
  color: #f84040;
}

.content-message .info-message {
  background-color: #b3cbe1;
  color: #00529b;
}

.pointer {
  cursor: pointer;
}

.btn-elevator,
.btn-elevator:active,
.btn-elevator:focus,
.btn-elevator:visited {
  outline: none;
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  color: #fff;
  background: #00e46f;
  border: 1px solid transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: padding 0.5s ease-in-out, color 0s ease;
  transition: padding 0.5s ease-in-out, color 0s ease;
}

.btn-elevator + .btn-elevator,
.btn-elevator:active + .btn-elevator,
.btn-elevator:focus + .btn-elevator,
.btn-elevator:visited + .btn-elevator {
  margin-right: 10px;
}

.btn-elevator.large,
.btn-elevator:active.large,
.btn-elevator:focus.large,
.btn-elevator:visited.large {
  font-size: 22px;
}

.btn-elevator.white,
.btn-elevator:active.white,
.btn-elevator:focus.white,
.btn-elevator:visited.white {
  background: #fff;
  border: 1px solid #fff;
  color: #00c2ec;
}

.btn-elevator.white:focus,
.btn-elevator:active.white:focus,
.btn-elevator:focus.white:focus,
.btn-elevator:visited.white:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #00c2ec;
}

.btn-elevator.white:hover,
.btn-elevator:active.white:hover,
.btn-elevator:focus.white:hover,
.btn-elevator:visited.white:hover {
  background: #00c2ec;
  color: #fff;
}

.btn-elevator.blue,
.btn-elevator:active.blue,
.btn-elevator:focus.blue,
.btn-elevator:visited.blue {
  background: #00c2ec;
  border: 1px solid #fff;
}

.btn-elevator.blue:focus,
.btn-elevator:active.blue:focus,
.btn-elevator:focus.blue:focus,
.btn-elevator:visited.blue:focus {
  background: #00c2ec;
  color: #fff;
  border: 1px solid #fff;
}

.btn-elevator.blue:hover,
.btn-elevator:active.blue:hover,
.btn-elevator:focus.blue:hover,
.btn-elevator:visited.blue:hover {
  background: #fff;
  color: #00c2ec;
  border: 1px solid #00c2ec;
}

.btn-elevator.red,
.btn-elevator:active.red,
.btn-elevator:focus.red,
.btn-elevator:visited.red {
  background: #ff3e3b;
  color: #fff;
  border: 1px solid #fff;
}

.btn-elevator.red:focus,
.btn-elevator:active.red:focus,
.btn-elevator:focus.red:focus,
.btn-elevator:visited.red:focus {
  background: #ff3e3b;
  border: 1px solid #fff;
}

.btn-elevator.red:hover,
.btn-elevator:active.red:hover,
.btn-elevator:focus.red:hover,
.btn-elevator:visited.red:hover {
  border: 1px solid #ff3e3b;
  color: #ff3e3b;
}

.btn-elevator.no-animation:hover,
.btn-elevator:active.no-animation:hover,
.btn-elevator:focus.no-animation:hover,
.btn-elevator:visited.no-animation:hover {
  background: #fff;
  padding: 10px 40px;
}

.btn-elevator.less-padding,
.btn-elevator:active.less-padding,
.btn-elevator:focus.less-padding,
.btn-elevator:visited.less-padding {
  padding: 10px 20px;
}

.btn-elevator.less-padding:hover.no-hover,
.btn-elevator:active.less-padding:hover.no-hover,
.btn-elevator:focus.less-padding:hover.no-hover,
.btn-elevator:visited.less-padding:hover.no-hover {
  padding: 10px 20px;
}

.btn-elevator:focus,
.btn-elevator:active:focus,
.btn-elevator:focus:focus,
.btn-elevator:visited:focus {
  outline: none;
  outline-offset: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-elevator.pending,
.btn-elevator:active.pending,
.btn-elevator:focus.pending,
.btn-elevator:visited.pending {
  -webkit-transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out, color 0s ease;
  transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out, color 0s ease;
  background-color: #000 !important;
  cursor: default !important;
  padding: 10px 50px !important;
  color: #fff !important;
  opacity: .3;
}

.btn-elevator:hover,
.btn-elevator:active:hover,
.btn-elevator:focus:hover,
.btn-elevator:visited:hover {
  background: #fff;
  color: #00c2ec;
  padding: 10px 50px;
}

.btn-elevator:hover.no-hover,
.btn-elevator:active:hover.no-hover,
.btn-elevator:focus:hover.no-hover,
.btn-elevator:visited:hover.no-hover {
  padding: 10px 40px;
}

.dash-main {
  position: relative;
  min-height: 100%;
}

.dashboard-content-header {
  padding: 40px 0 20px;
}

@media screen and (max-width: 768px) {
  .dashboard-content-header {
    padding: 20px 0 20px;
  }
}

.dashboard-canvas.team-selected.hide-cover {
  height: 0 !important;
}

.dashboard-canvas.team-selected.hide-cover:before {
  opacity: 0;
}

.dashboard-canvas.team-selected.hide-cover .all-team-view > .container, .dashboard-canvas.team-selected.hide-cover .all-team-view > .play-button-container, .dashboard-canvas.team-selected.hide-cover .navtab-container.fixed .opportunities-make-intro .all-team-view > .opportunities-button-container, .navtab-container.fixed .opportunities-make-intro .dashboard-canvas.team-selected.hide-cover .all-team-view > .opportunities-button-container, .dashboard-canvas.team-selected.hide-cover .all-team-view > .boxed-content, .dashboard-canvas.team-selected.hide-cover .all-team-view > .signup-tabs {
  height: 0;
}

.dashboard-canvas.team-selected:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.dashboard-canvas.team-selected .team-group-card-content:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
}

.dashboard-canvas.team-selected .team-group-card-content.active:after {
  opacity: 0;
}

.dashboard-canvas.team-selected .dashboard-all-teams {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.dashboard-team {
  height: 100%;
}

.dashboard-team-view {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.12, 1.05);
  display: block;
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 85;
  background: #f7f7f7;
}

.dashboard-team-view.white-bg {
  background: #fff;
}

.dashboard-team-view.white-bg .team-inner-view {
  background: #fff;
}

.dashboard-team-view .team-inner-view {
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  position: relative;
  padding-bottom: 30px;
  background: #f7f7f7;
}

.dashboard-team-view .team-inner-view.inactive {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.popup-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  top: 0;
  pointer-events: auto;
}

.dashboard-add {
  position: fixed;
  right: 20px;
  z-index: 100;
  bottom: 20px;
}

.dashboard-add:hover {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

.dashboard-add:hover .add-text {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.dashboard-add .add-text {
  position: absolute;
  padding-right: 90px;
  width: 300px;
  right: 0;
  text-align: right;
  overflow: hidden;
  top: 50%;
  opacity: 0;
  font-weight: 700;
  color: #00c2ec;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: opacity 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s linear;
  transition: opacity 0.4s cubic-bezier(1, 0, 0, 1), transform 0.4s linear;
}

body.shadow-on .dashboard-add {
  display: none;
}

.dashboard-all-teams {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.all-team-view {
  position: absolute;
  width: 100%;
  min-height: 100%;
}

.all-team-view:before {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: #000;
}

.all-team-view .container, .all-team-view .play-button-container, .all-team-view .navtab-container.fixed .opportunities-make-intro .opportunities-button-container, .navtab-container.fixed .opportunities-make-intro .all-team-view .opportunities-button-container, .all-team-view .boxed-content, .all-team-view .signup-tabs {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  background: transparent;
  overflow: hidden;
}

.opportunities-make-intro {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}

.navtab-container.fixed .opportunities-make-intro {
  position: fixed;
}

.opportunities-intro-button {
  background: #00c2ec;
  padding: 7px;
  text-align: center;
  opacity: .75;
  cursor: pointer;
}

.opportunities-intro-button .button-text {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  font-weight: 700;
  color: #fff;
}

.opportunities-intro-button:hover {
  opacity: 1;
}

.opportunities-intro-button:hover .button-text {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.opportunity-company-logo {
  border-radius: 10px;
  background-color: white;
  position: absolute;
  width: 75px;
  overflow: hidden;
  height: 75px;
  left: 0px;
  border: 1px solid #f7f7f7;
  z-index: 25px;
}

.opportunity-company-logo.relative {
  position: relative;
}

.opportunity-company-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 80%;
  max-height: 80%;
}

.mh-100 {
  min-height: 100px;
}

.ml40 {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .ml40 {
    margin-left: 0;
  }
}

.m10 {
  margin: 10px;
}

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pv5h10 {
  padding: 6px 10px;
}

.p20 {
  padding: 20px;
}

.p10 {
  padding: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.pv10 {
  padding: 10px 0;
}

.pv15h10 {
  padding: 15px 10px;
}

.pv14h20 {
  padding: 14px 20px;
}

.pv5 {
  padding: 5px 0;
}

.padding-square {
  padding: 50%;
  position: relative;
}

.padding-square .square-content {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .padding-square .square-content {
    padding: 20% 10%;
  }
}

.row-table {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.row-table::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .fourths-col-table {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
  }
  .fourths-col-table:last-child {
    margin-right: 0;
  }
  .fourths-col-table:nth-child(2) {
    margin-right: 0;
  }
  .fourths-col-table.padding-square {
    padding: 20%;
  }
}

@media screen and (min-width: 768px) {
  .fourths-col-table {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 21.45657%;
  }
  .fourths-col-table:last-child {
    margin-right: 0;
  }
  .fourths-col-table.padding-square {
    padding: 10%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.table thead tr th {
  border-bottom: 2px solid #00c2ec;
  color: #00c2ec;
  font-weight: 600;
  padding-bottom: 10px;
  vertical-align: bottom;
}

.table > tbody > tr > td {
  padding: 15px 10px;
}

.table td {
  padding: 15px 10px;
}

.table td i {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .table thead tr {
    position: absolute;
    display: block;
  }
  .table thead tr th {
    display: none;
  }
  .table tbody {
    display: block;
  }
  .table tbody tr {
    display: block;
  }
  .table tbody tr:last-child {
    border-bottom: 1px solid #c4c4c4;
  }
  .table tbody tr td {
    display: block;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    position: relative;
    padding-left: 45%;
    white-space: normal;
  }
  .table tbody tr td:before {
    color: #585858;
    content: attr(data-title);
    font-weight: 700;
    left: 1em;
    position: absolute;
    width: 40%;
  }
}

.table-striped thead tr th.col-description {
  width: 40%;
}

.table-striped thead tr th.col-desired-team-size {
  width: 20%;
}

.table-striped tbody tr:hover td {
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  background-color: #f2f8ff;
}

.table-striped tbody tr:nth-child(2n+1):hover td {
  background-color: #f2f8ff;
}

.table-striped tbody tr:nth-child(2n+1) td {
  background-color: #f4f6f7;
}

.table-details {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.table-details > tbody > tr > td {
  padding: 15px 10px;
}

.table-details td {
  padding: 15px 10px;
}

.table-details td:first-child {
  max-width: 10%;
  width: 10%;
  color: #a4a4a4;
  vertical-align: top;
  text-align: right;
}

.table-details td i {
  margin-right: 5px;
}

.table-details td p:not(:first-child) {
  margin-top: 5px;
}

.table-details.less-padding td {
  padding: 5px 0 5px 15px;
}

@media screen and (max-width: 768px) {
  .table-details.responsive-break tbody {
    display: block;
  }
  .table-details.responsive-break tbody tr {
    display: block;
  }
  .table-details.responsive-break tbody td {
    display: block;
  }
  .table-details.responsive-break td:first-child {
    color: #a4a4a4;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .table-details td:first-child label,
  .table-details td:first-child .pv15h10 {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .table-details td:first-child {
    color: #a4a4a4;
    width: 30%;
    max-width: 30%;
  }
  .table-details td {
    border: none;
  }
}

.navtab-container {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 1px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

body.pages .navtab-container,
body.featured_opportunities .navtab-container {
  border: none;
}

.boxed-content, .signup-tabs {
  margin: 20px auto;
}

.social-list.list-inline li {
  vertical-align: top;
}

.social-list.list-inline .twitter-share-button-rendered {
  margin-bottom: 0;
}

.social-list.list-inline .fb-like {
  margin-top: -1px;
}

.main-content-card {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-content-card {
    padding: 20px;
  }
}

.main-content-card--top-right {
  position: absolute;
  right: 10px;
  top: 20px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .main-content-card--top-right {
    position: relative;
    width: 100%;
    text-align: center;
    top: 30px;
    left: 0;
  }
}

.main-content-card--top-left {
  position: absolute;
  left: 10px;
  top: 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .main-content-card--top-left {
    position: relative;
    width: 100%;
    text-align: center;
    top: 30px;
    left: 0;
  }
}

.team-group-card, .featured-team-opportunity {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  background: transparent;
  margin-bottom: 50px;
  min-height: 340px;
  max-width: 100%;
  position: relative;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
}

.team-group-card:last-child, .featured-team-opportunity:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .team-group-card:nth-child(3n), .featured-team-opportunity:nth-child(3n) {
    margin-right: 0;
  }
  .team-group-card:nth-child(3n+1), .featured-team-opportunity:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .team-group-card, .featured-team-opportunity {
    min-height: 220px;
    margin-bottom: 20px;
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
  }
  .team-group-card:last-child, .featured-team-opportunity:last-child {
    margin-right: 0;
  }
  .team-group-card:nth-child(2n), .featured-team-opportunity:nth-child(2n) {
    margin-right: 0;
  }
  .team-group-card:nth-child(2n+1), .featured-team-opportunity:nth-child(2n+1) {
    clear: left;
  }
}

.team-group-card.deleting, .deleting.featured-team-opportunity {
  opacity: .2;
}

.team-group-card.deleting:hover .team-group-card-content, .deleting.featured-team-opportunity:hover .team-group-card-content {
  cursor: default;
}

.team-group-card.deleting:hover .team-group-card-content, .deleting.featured-team-opportunity:hover .team-group-card-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.team-group-card:hover .team-group-card-content, .featured-team-opportunity:hover .team-group-card-content {
  cursor: pointer;
}

.team-group-card:hover .team-group-card-content, .featured-team-opportunity:hover .team-group-card-content {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-group-card-images {
  position: relative;
  text-align: center;
  min-height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .team-group-card-images {
    padding: 0 0;
    min-height: 100px;
  }
}

.team-group-card-images img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .team-group-card-images img {
    width: 50px;
    height: 50px;
  }
}

.team-group-card-images .noavatar {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .team-group-card-images .noavatar {
    width: 50px;
    height: 50px;
  }
}

.team-group-card-images .noavatar .noavatar-letter {
  font-size: 25px;
}

.team-group-card-meta {
  margin-bottom: 24px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .team-group-card-meta {
    margin-bottom: 0;
  }
}

.team-group-card-content {
  top: 0;
  left: 0;
  border-radius: 10px;
  min-height: 340px;
  text-align: center;
  -webkit-transition: top 0.8s ease-in-out, left 0.8s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.8s ease-in-out, left 0.8s ease-in-out, transform 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .team-group-card-content {
    min-height: 220px;
  }
}

.team-group-card-content:after {
  border-radius: 10px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  display: block;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.team-group-card-content .front {
  width: 100%;
  position: absolute;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #fff;
  min-height: 340px;
  padding: 40px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .team-group-card-content .front {
    min-height: 220px;
    padding: 5px;
  }
}

.team-group-card-flex {
  width: 100%;
}

.team-group-card-flex .team-title {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

.team-member-card {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 16.22034%;
  position: relative;
  min-height: 200px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: transparent;
}

.team-member-card:last-child {
  margin-right: 0;
}

.team-member-card:nth-child(5n) {
  margin-right: 0;
}

.team-member-card:nth-child(5n+1) {
  clear: left;
}

.team-member-card:hover .team-member-card-content {
  cursor: pointer;
}

.team-member-card:hover .team-member-card-content {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-member-card.blank .front {
  background: transparent;
  border: 1px dashed;
  opacity: .6;
}

.team-member-card.blank .front:hover {
  opacity: 1;
}

.team-member-card.inactive .team-member-card-content {
  cursor: default;
}

.team-member-card.inactive .team-member-card-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.team-member-card.threes {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
}

.team-member-card.threes:nth-child(5n) {
  margin-right: 4.72458%;
}

.team-member-card.threes:nth-child(5n+1) {
  clear: none;
}

.team-member-card.threes:last-child {
  margin-right: 0;
}

.team-member-card.threes:nth-child(3n) {
  margin-right: 0;
}

.team-member-card.threes:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 768px) {
  .team-member-card.threes {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
  }
  .team-member-card.threes:last-child {
    margin-right: 0;
  }
  .team-member-card.threes:nth-child(3n) {
    margin-right: 4.72458%;
  }
  .team-member-card.threes:nth-child(3n+1) {
    clear: none;
  }
  .team-member-card.threes:nth-child(2n) {
    margin-right: 0;
  }
  .team-member-card.threes:nth-child(2n+1) {
    clear: left;
  }
}

.team-member-card.full {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 100%;
}

.team-member-card.full:last-child {
  margin-right: 0;
}

.team-member-card.full .team-member-card-image img {
  max-width: 100px;
  max-height: 100px;
}

.team-member-card.full .team-member-card-image .noavatar {
  width: 100px;
  height: 100px;
}

.team-member-card.full .team-member-card-image .noavatar .noavatar-letter {
  font-size: 45px;
}

.team-member-card.full .front {
  position: relative;
  padding: 20px;
}

.team-member-card.full .team-member-card-name {
  font-size: 24px;
}

.team-member-card .linked-card {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8;
  z-index: 1;
}

.team-member-card .interest-card-image {
  margin-top: 5px;
}

.team-member-card .team-member-card-meta {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .team-member-card:nth-child(5n) {
    margin-right: 0;
  }
  .team-member-card:nth-child(5n+1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .team-member-card {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
    min-height: 180px;
  }
  .team-member-card:nth-child(5n) {
    margin-right: 4.72458%;
  }
  .team-member-card:nth-child(5n+1) {
    clear: none;
  }
  .team-member-card:last-child {
    margin-right: 0;
  }
  .team-member-card:nth-child(2n) {
    margin-right: 0;
  }
  .team-member-card:nth-child(2n+1) {
    clear: left;
  }
  .team-member-card:nth-child(2n) {
    margin-right: 0;
  }
  .team-member-card .team-member-card-meta {
    margin-top: 0px;
  }
}

.team-member-card-name {
  margin: 0.5em 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (max-width: 768px) {
  .team-member-card-name {
    font-size: 16px;
  }
}

.team-member-card-image {
  max-width: 120px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.team-member-card-image.inline {
  display: inline;
}

.team-member-card-image img {
  max-width: 60px;
  max-height: 60px;
}

.team-member-card-image .noavatar {
  width: 60px;
  height: 60px;
}

.team-member-card-image .noavatar .noavatar-letter {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .team-member-card-image {
    margin-top: 0;
  }
  .team-member-card-image img {
    max-width: 60px;
    max-height: 60px;
  }
  .team-member-card-image .noavatar {
    width: 60px;
    height: 60px;
  }
}

.card-compare-container {
  text-align: center;
}

.card-compare-container .team-member-card {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.card-compare-container .team-member-card * {
  cursor: default;
}

.team-member-card-skill {
  color: #00e46f;
  margin: 0.5em 0;
  font-weight: 400;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .team-member-card-skill {
    font-size: 12px;
  }
}

.team-member-card-content {
  -webkit-transition: top 0.8s ease-in-out, left 0.8s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.8s ease-in-out, left 0.8s ease-in-out, transform 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
  min-height: 200px;
  border-radius: 10px;
  text-align: center;
}

.team-member-card-content select {
  margin-bottom: 18px;
}

.team-member-card-content p {
  margin-top: 10px;
}

.team-member-card-content .front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  width: 100%;
  min-height: 200px;
  padding: 10px;
  border: 1px solid #e1e4e1;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.team-member-card-content .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

@media screen and (max-width: 768px) {
  .team-member-card-content {
    min-height: 180px;
  }
  .team-member-card-content .front {
    min-height: 180px;
    position: relative;
  }
}

.member-detail-avatar {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 12.72952%;
  margin-right: 20px;
}

.member-detail-avatar:last-child {
  margin-right: 0;
}

.member-detail-avatar img {
  border-radius: 50%;
}

.member-detail-avatar .noavatar {
  padding: 50%;
  width: 0;
  height: 0;
}

.member-detail-row {
  margin-bottom: 20px;
}

.member-detail-info {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 82.5459%;
}

.member-detail-info:last-child {
  margin-right: 0;
}

.opportunity-card {
  position: relative;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #00c2ec;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 21.45657%;
  margin-right: 4.72458%;
  margin-bottom: 20px;
  min-height: 225px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.opportunity-card:last-child {
  margin-right: 0;
}

.opportunity-card:not(.pending):hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.opportunity-card:not(.pending):hover .select-this {
  background-color: #00e46f;
  color: white;
}

.opportunity-card:not(.pending):hover .select-this.selected {
  background-color: transparent;
}

.opportunity-card:not(.pending):hover .select-this.selected .job-selected {
  color: #e1e4e1;
}

.opportunity-card.no-hover:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: default;
}

.opportunity-card.pending {
  border: 1px solid #00c2ec;
  opacity: .25;
}

.opportunity-card.selected {
  background-color: rgba(0, 229, 112, 0.05);
  border-color: #00e46f;
}

.opportunity-card.selected:hover {
  background-color: #fff;
  border-color: #e1e4e1;
}

.opportunity-card .go-to-prev, .opportunity-card .go-to-next, .opportunity-card .select-this, .opportunity-card .first-seen-at, .opportunity-card .one-of-x {
  font-size: 12px;
  color: #c4c4c4;
  position: absolute;
  padding: 4px 8px;
}

.opportunity-card .go-to-prev, .opportunity-card .go-to-next, .opportunity-card .select-this {
  border: solid 1px #e1e4e1;
  width: 80px;
  cursor: pointer;
  top: 0px;
  border-top: none;
}

.opportunity-card .go-to-prev:hover, .opportunity-card .go-to-next:hover, .opportunity-card .select-this:hover {
  background-color: #00e46f;
  color: white;
}

.opportunity-card .go-to-next {
  border-top-right-radius: 8px;
}

.opportunity-card .select-this {
  border-top-left-radius: 8px;
  width: 65px;
  text-align: center;
}

.opportunity-card .select-this:hover {
  background-color: #00e46f;
}

.opportunity-card .select-this.selected {
  top: 2px;
  font-size: 24px;
  border: none;
  width: auto;
  color: #00e46f;
}

.opportunity-card .select-this.selected:hover {
  background-color: transparent;
}

.opportunity-card .select-this.selected:hover .job-selected {
  color: #e1e4e1;
}

.opportunity-card .first-seen-at {
  left: 0px;
}

.opportunity-card .one-of-x {
  right: 0px;
}

.opportunity-card .first-seen-at, .opportunity-card .one-of-x {
  bottom: 0px;
  border: none;
}

.opportunity-card .go-to-prev, .opportunity-card .go-to-next {
  top: 0px;
  width: 40px;
  border-right: none;
}

.opportunity-card .go-to-prev {
  right: 40px;
}

.opportunity-card .go-to-next {
  right: 0px;
}

.opportunity-card .select-this {
  left: 0px;
  border-left: none;
}

.opportunity-card .heading, .opportunity-card .dashboard-heading {
  font-size: 15px;
  padding: 0;
}

.opportunity-card .company {
  font-weight: 700;
  color: #00c2ec;
  font-size: 13px;
  text-align: center;
}

.opportunity-card .location {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #00e46f;
  text-align: center;
}

.opportunity-card .avatar-image {
  margin-top: 15px;
}

.opportunity-card .avatar-image img {
  max-width: 75px;
  max-height: 75px;
}

@media screen and (max-width: 768px) {
  .opportunity-card {
    padding: 10px 5px;
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 47.63771%;
  }
  .opportunity-card:last-child {
    margin-right: 0;
  }
  .opportunity-card:nth-child(2n-1) {
    margin-right: 0;
  }
  .opportunity-card .team-member-card-meta {
    margin-top: 0px;
  }
}

.opportunity-next {
  position: absolute;
  right: 0;
  top: 40%;
}

.opportunity-next i {
  color: #e1e4e1;
  font-size: 35px;
  cursor: pointer;
}

.opportunity-next i:hover {
  color: #00c2ec;
}

@media screen and (max-width: 768px) {
  .opportunity-next {
    position: relative;
    float: right;
    margin: 10px;
  }
}

.arrowLeft, .arrowRight {
  width: 21px;
  text-align: center;
  padding-top: 100px;
}

.arrowRight.singles {
  margin-left: 2.35765%;
}

.project-model-card {
  padding: 15px;
  border: 1px solid transparent;
}

.project-model-card:hover {
  border: 1px solid #e1e4e1;
  cursor: pointer;
}

.project-model-card.publicMode {
  background: #fff;
  border: 1px solid #e1e4e1;
  margin-bottom: 20px;
}

.project-model-card.publicMode:hover {
  border: 1px solid #e1e4e1;
  cursor: auto;
}

.project-asset-card {
  background: #f7f7f7;
}

.project-asset-card:hover .active img {
  opacity: .5;
}

.project-asset-card .project-asset-card--text {
  padding: 5px;
}

.project-asset-form-preview {
  border: 1px dashed #00c2ec;
  padding: 20px;
}

.featured-team-opportunity {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 30.18362%;
}

.featured-team-opportunity:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .featured-team-opportunity:nth-child(3n) {
    margin-right: 0;
  }
  .featured-team-opportunity:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .featured-team-opportunity {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
  }
  .featured-team-opportunity:last-child {
    margin-right: 0;
  }
}

.featured-team-opportunity:hover .team-group-card-content {
  cursor: pointer;
}

.featured-team-opportunity:hover .team-group-card-content {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.featured-team-featured-details {
  background-color: #fff;
  position: relative;
  border-top: 5px solid #00c2ec;
  border-bottom: 5px solid #00c2ec;
}

.featured-team-featured-details:after {
  position: absolute;
  top: -30px;
  height: 0;
  width: 0;
  border-bottom: 30px solid #00c2ec;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

.featured-team-featured-details.open-card-0:after {
  content: " ";
  left: 50%;
  -webkit-transform: translateX(-365px);
  -ms-transform: translateX(-365px);
  transform: translateX(-365px);
}

.featured-team-featured-details.open-card-1:after {
  content: " ";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featured-team-featured-details.open-card-2:after {
  content: " ";
  left: 50%;
  -webkit-transform: translateX(305px);
  -ms-transform: translateX(305px);
  transform: translateX(305px);
}

@media screen and (max-width: 768px) {
  .featured-team-featured-details.open-card-0:after, .featured-team-featured-details.open-card-1:after, .featured-team-featured-details.open-card-2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.navtab-container .featured-opportunity {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 95px;
  border: 2px solid #f7f7f7;
  padding-bottom: 60px;
  width: 400px;
}

.navtab-container .featured-opportunity.empty {
  border: 2px dashed #c4c4c4;
}

.navtab-container .featured-opportunity .company-logo {
  border-radius: 10px 0;
  display: inline-block;
  width: 75px;
  overflow: hidden;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #f7f7f7;
  border-top: 0;
  border-left: 0;
}

@media screen and (max-width: 768px) {
  .navtab-container .featured-opportunity {
    width: 100%;
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.dashboard-team-view .container, .dashboard-team-view .play-button-container, .dashboard-team-view .navtab-container.fixed .opportunities-make-intro .opportunities-button-container, .navtab-container.fixed .opportunities-make-intro .dashboard-team-view .opportunities-button-container, .dashboard-team-view .boxed-content, .dashboard-team-view .signup-tabs {
  width: auto;
}

.featured-opportunities .content-container > .container, .featured-opportunities .content-container > .play-button-container, .featured-opportunities .navtab-container.fixed .opportunities-make-intro .content-container > .opportunities-button-container, .navtab-container.fixed .opportunities-make-intro .featured-opportunities .content-container > .opportunities-button-container, .featured-opportunities .content-container > .boxed-content, .featured-opportunities .content-container > .signup-tabs,
.featured-opportunities-listings .content-container > .container,
.featured-opportunities-listings .content-container > .play-button-container,
.featured-opportunities-listings .navtab-container.fixed .opportunities-make-intro .content-container > .opportunities-button-container, .navtab-container.fixed .opportunities-make-intro
.featured-opportunities-listings .content-container > .opportunities-button-container,
.featured-opportunities-listings .content-container > .boxed-content,
.featured-opportunities-listings .content-container > .signup-tabs {
  padding: 0;
}

.featured-opportunities .navtab-container .inner-container, .featured-opportunities .navtab-container .notifications-dropdown ul li, .notifications-dropdown ul .featured-opportunities .navtab-container li, .featured-opportunities .navtab-container .meta-inline--container, .featured-opportunities .navtab-container .listing .listing-row-header, .listing .featured-opportunities .navtab-container .listing-row-header, .featured-opportunities .navtab-container .listing .listing--row-columns, .listing .featured-opportunities .navtab-container .listing--row-columns, .featured-opportunities .navtab-container .listing--row--details .listing--row--details-entry, .listing--row--details .featured-opportunities .navtab-container .listing--row--details-entry, .featured-opportunities .navtab-container .admin-candidate-row, .featured-opportunities .navtab-container .emp-card .emp-card-flex-container, .emp-card .featured-opportunities .navtab-container .emp-card-flex-container, .featured-opportunities .navtab-container .multistep-actions,
.featured-opportunities-listings .navtab-container .inner-container,
.featured-opportunities-listings .navtab-container .notifications-dropdown ul li, .notifications-dropdown ul
.featured-opportunities-listings .navtab-container li,
.featured-opportunities-listings .navtab-container .meta-inline--container,
.featured-opportunities-listings .navtab-container .listing .listing-row-header, .listing
.featured-opportunities-listings .navtab-container .listing-row-header,
.featured-opportunities-listings .navtab-container .listing .listing--row-columns, .listing
.featured-opportunities-listings .navtab-container .listing--row-columns,
.featured-opportunities-listings .navtab-container .listing--row--details .listing--row--details-entry, .listing--row--details
.featured-opportunities-listings .navtab-container .listing--row--details-entry,
.featured-opportunities-listings .navtab-container .admin-candidate-row,
.featured-opportunities-listings .navtab-container .emp-card .emp-card-flex-container, .emp-card
.featured-opportunities-listings .navtab-container .emp-card-flex-container,
.featured-opportunities-listings .navtab-container .multistep-actions {
  padding: 0;
}

.featured-opportunity-actions {
  position: absolute;
  bottom: 20px;
  left: 100px;
}

#indJobContent {
  padding-bottom: 5px;
}

#indJobContent .company_location {
  font-size: 11px;
  overflow: hidden;
  display: block;
}

#indJobContent .company_location .location {
  font-size: 11px;
}

#indJobContent.wide .job {
  display: block;
  float: left;
  margin-right: 5px;
  width: 135px;
  overflow: hidden;
}

#indeed_widget_wrapper {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  padding: 10px;
  height: auto;
  overflow: hidden;
}

#indeed_widget_header {
  font-size: 18px;
  padding-bottom: 5px;
}

#indeed_search_wrapper {
  clear: both;
  font-size: 12px;
  margin-top: 0px;
  padding-top: 2px;
}

#indeed_search_wrapper label {
  font-size: 12px;
  line-height: inherit;
  text-align: left;
  margin-right: 5px;
}

#indeed_search_wrapper input[type='text'] {
  width: 100px;
  font-size: 11px;
  margin: 5px 0;
}

#indeed_search_wrapper #qc {
  float: left;
}

#indeed_search_wrapper #lc {
  float: left;
}

#indeed_search_wrapper.stacked #qc, #indeed_search_wrapper.stacked #lc {
  float: none;
  clear: both;
}

#indeed_search_wrapper.stacked input[type='text'] {
  width: 150px;
}

#indeed_search_wrapper.stacked label {
  display: block;
  padding-bottom: 5px;
}

#indeed_search_footer {
  width: 295px;
  padding-top: 5px;
  clear: both;
}

#indeed_link {
  position: absolute;
  bottom: 1px;
  right: 5px;
  clear: both;
  font-size: 11px;
}

#indeed_link a {
  text-decoration: none;
}

#results .job {
  padding: 1px 0px;
}

#pagination {
  clear: both;
}

#indeed_widget_wrapper {
  width: 270px;
  height: 250px;
  background: #ffffff;
}

.selected-featured-opportunity {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.selected-featured-opportunity.existing {
  opacity: .5;
}

.selected-featured-opportunity.existing a {
  border: 2px solid #f7f7f7;
  background: #fff;
  cursor: default;
}

.selected-featured-opportunity.existing a:hover {
  border: 2px solid #f7f7f7;
  background: #fff;
}

.selected-featured-opportunity.active a {
  border: 2px solid #00c2ec;
  background: transparent;
}

.selected-featured-opportunity.active:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-size: 60%;
  background-position: center center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selected-featured-opportunity a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  display: block;
  padding: 15px;
  border: 2px solid #f7f7f7;
  background: #f7f7f7;
  color: #00c2ec;
  width: 100%;
  height: 100%;
}

.selected-featured-opportunity a h3,
.selected-featured-opportunity a h5 {
  margin: 10px 0;
}

.selected-featured-opportunity a:hover {
  border: 2px solid #00c2ec;
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .selected-featured-opportunity {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 30.18362%;
  }
  .selected-featured-opportunity:last-child {
    margin-right: 0;
  }
  .selected-featured-opportunity:nth-child(3n) {
    margin-right: 0;
  }
  .selected-featured-opportunity:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (min-width: 960px) {
  .selected-featured-opportunity {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 30.18362%;
  }
  .selected-featured-opportunity:last-child {
    margin-right: 0;
  }
  .selected-featured-opportunity:nth-child(3n) {
    margin-right: 0;
  }
  .selected-featured-opportunity:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 480px) {
  .selected-featured-opportunity {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
    margin-right: 0;
  }
  .selected-featured-opportunity:last-child {
    margin-right: 0;
  }
  .selected-featured-opportunity a h2 {
    font-size: 1em;
  }
}

.team-application-card {
  border: 2px solid #f7f7f7;
  padding: 20px;
}

.team-application-card:hover {
  border: 2px solid #00c2ec;
}

.custom-checkbox, .simple-custom-checkbox {
  display: inline;
  position: relative;
  height: 20px;
}

.custom-checkbox input[type=radio], .simple-custom-checkbox input[type=radio],
.custom-checkbox input[type=checkbox], .simple-custom-checkbox input[type=checkbox] {
  visibility: hidden;
}

.custom-checkbox input[type=radio]:checked + label:before, .simple-custom-checkbox input[type=radio]:checked + label:before,
.custom-checkbox input[type=checkbox]:checked + label:before, .simple-custom-checkbox input[type=checkbox]:checked + label:before {
  border-color: #00c2ec;
  background-position: center center;
  background-size: 60%;
}

.custom-checkbox label, .simple-custom-checkbox label {
  margin-left: 15px;
  font-weight: 500;
  cursor: pointer;
  line-height: 30px;
}

.custom-checkbox label:before, .simple-custom-checkbox label:before {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: .5px;
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  background: #f7f7f7;
  content: ' ';
}

.simple-custom-checkbox {
  display: block;
  margin-bottom: 10px;
}

.simple-custom-checkbox input[type=checkbox],
.simple-custom-checkbox input[type=checkbox] {
  position: absolute;
}

.simple-custom-checkbox input[type=checkbox]:checked + label:before,
.simple-custom-checkbox input[type=checkbox]:checked + label:before {
  border-color: #00c2ec;
  background: #00c2ec;
}

.simple-custom-checkbox label {
  margin-left: 25px;
}

.simple-custom-checkbox label:before {
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: #ff3e3b;
  background: #ff3e3b;
}

input {
  font-weight: 400;
  padding: 4px;
}

input::-webkit-input-placeholder {
  text-transform: capitalize;
}

input::-moz-placeholder {
  text-transform: capitalize;
}

input:-moz-placeholder {
  text-transform: capitalize;
}

input:-ms-input-placeholder {
  text-transform: capitalize;
}

input.range-size {
  width: 50px;
}

textarea {
  padding: 4px;
}

.label-hide-input > input {
  display: none;
}

.top-left-absolute {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 100;
}

.input,
.textarea,
.select {
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
  background: #fff;
  color: #585858;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
  text-transform: none;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder,
.select::-moz-placeholder {
  text-transform: none;
}

.input:-moz-placeholder,
.textarea:-moz-placeholder,
.select:-moz-placeholder {
  text-transform: none;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.select:-ms-input-placeholder {
  text-transform: none;
}

.input.bordered,
.textarea.bordered,
.select.bordered {
  border: 1px solid #c4c4c4;
  border-radius: 0;
}

.input.inverse,
.textarea.inverse,
.select.inverse {
  background: #fff;
  border: 1px solid #f7f7f7;
  color: #585858;
}

@media screen and (max-width: 480px) {
  .input.inverse,
  .textarea.inverse,
  .select.inverse {
    font-size: 14px;
  }
}

.input.error-input,
.textarea.error-input,
.select.error-input {
  outline: 1px solid #fa7070;
}

@media screen and (max-width: 480px) {
  .input,
  .textarea,
  .select {
    font-size: 12px;
  }
}

.input:disabled,
.textarea:disabled,
.select:disabled {
  background: #fafafa;
  opacity: .5;
}

.textarea {
  resize: none;
  min-height: 150px;
}

.textarea.smaller {
  min-height: 100px;
}

.textarea.smallest {
  min-height: 50px;
}

.remove-hover {
  display: none;
  position: absolute;
  z-index: 10;
  color: #ff3e3b;
  cursor: pointer;
  top: 3px;
  left: 3px;
  font-size: 14px;
}

.remove-hover:hover {
  border-bottom: 1px solid #ff3e3b;
}

.entry-wrapper {
  max-width: 100%;
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.remove-container:hover .remove-hover {
  display: block;
}

@media screen and (max-width: 768px) {
  .remove-container .remove-hover {
    display: block;
    font-size: 12px;
    left: initial;
    right: 0;
  }
}

.skill-option-container {
  position: relative;
  padding: 25px 40px;
  border-bottom: 1px solid #f7f7f7;
}

.skill-option-container:hover {
  background-color: #fafafa;
}

.skill-option-container:hover .remove-hover {
  display: block;
}

@media screen and (max-width: 768px) {
  .skill-option-container {
    padding: 10px 5px 25px;
  }
  .skill-option-container .skill-label {
    margin-bottom: 20px;
    text-align: center;
  }
  .skill-option-container .remove-hover {
    display: block;
    font-size: 12px;
    left: initial;
    right: 0;
  }
  .skill-option-container:hover {
    background-color: none;
  }
}

.label-elevator {
  font-weight: bold;
  margin-bottom: 15px;
}

.label-elevator.more-spacing {
  margin-bottom: 35px;
}

.label-elevator.no-spacing {
  margin-bottom: 0;
}

.editable {
  position: relative;
}

.editable:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
}

.editable.small:after, .listing--row--details .listing--row--details-entries-content span.editable:after {
  top: auto;
  top: initial;
  right: -15px;
  bottom: 0;
  width: 15px;
  height: 15px;
}

.editable.smaller:after {
  top: auto;
  top: initial;
  right: -10px;
  bottom: 0;
  width: 10px;
  height: 10px;
}

.editable:hover {
  outline: 1px solid #c4c4c4;
  cursor: pointer;
}

.editable:hover:after {
  display: inline-block;
}

.editable:hover.no-pencil:after {
  display: none;
}

.editable-in-place {
  margin: 30px 0 30px;
}

.editable-in-place.active {
  display: none;
}

.editable-in-place.active + input {
  display: block;
  margin: 30px 0 30px;
}

.editable-in-place + input {
  display: none;
}

ol {
  margin: 36px 0;
}

ol[type='a'] {
  margin: 0 0;
}

ol[type='i'] {
  margin: 0 0 18px 0;
}

li {
  margin: 0 0 18px 0;
}

li:last-child {
  margin: 0;
}

.validation-box {
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-transform: translateY(-100%) translateX(-50%);
  -ms-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  display: none;
  position: absolute;
  left: 50%;
  width: 75%;
  max-width: 300px;
  margin-top: -67px;
  padding: 10px;
  background-color: #585858;
  color: #fff;
  text-align: center;
}

.validation-box:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #585858;
  position: absolute;
  bottom: -4px;
  left: 50%;
  border-top: 5px solid #585858;
  content: ' ';
}

.validation-box:hover {
  -webkit-transform: translateY(-100%) translateX(-50%) scale(1.08);
  -ms-transform: translateY(-100%) translateX(-50%) scale(1.08);
  transform: translateY(-100%) translateX(-50%) scale(1.08);
}

.text-input {
  -webkit-appearance: none;
}

.text-input.error-input + .validation-box {
  display: block;
}

.input-validation-images .text-input.error-input {
  padding-right: 15% !important;
  outline: 1px solid #fa7070;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 15px;
}

.input-validation-images .text-input.valid-input {
  position: relative;
  padding-right: 15% !important;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 15px;
}

.text-input {
  -webkit-transition: border 0.4s ease-in-out, outline 0.4s ease-in-out;
  transition: border 0.4s ease-in-out, outline 0.4s ease-in-out;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px 20px;
  border: 0;
  border: 1px solid transparent;
  outline: none;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .text-input {
    padding: 10px 16px;
    font-size: 16px;
  }
}

.text-input.inline {
  width: initial;
  width: auto;
}

.text-input.error-input {
  position: relative;
  border-color: #fa7070 !important;
}

.text-input.inverse {
  padding: 12px 18px;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .text-input.inverse {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.text-input.small, .listing--row--details .listing--row--details-entries-content span.text-input {
  padding: 12px 12px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .text-input.small, .listing--row--details .listing--row--details-entries-content span.text-input {
    padding: 6px 6px;
    font-size: 14px;
  }
}

.text-input.large {
  padding: 25px 25px;
}

.text-input.large + .search-input-marker {
  top: 30px;
  right: 25px;
  width: 22px;
  height: 22px;
}

.text-input.bordered {
  border: 1px solid #c4c4c4;
}

html.autocomplete-open .autocomplete-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.add-icon, .dashboard-add {
  background-color: #00c2ec;
  cursor: pointer;
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65);
  transition: transform 0.5s cubic-bezier(0.75, 0.005, 0, 1.65);
}

.add-icon.inline, .inline.dashboard-add {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 5px;
  margin-bottom: -4px;
}

.search-input-marker {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
}

.location-input-marker {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
.dropdown {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 28px;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  background: #f2f2f2;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .dropdown {
    height: 24px;
  }
}

.dropdown.big {
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 480px) {
  .dropdown.big {
    height: 40px;
    font-size: 14px;
  }
}

.dropdown.big:before, .dropdown.big:after {
  top: 14px;
}

.dropdown.big .dropdown-select {
  height: 50px;
  line-height: 16px;
}

@media screen and (max-width: 480px) {
  .dropdown.big .dropdown-select {
    height: 40px;
  }
}

.dropdown.error-input {
  border-color: #fa7070 !important;
}

.dropdown:before, .dropdown:after {
  position: absolute;
  top: 9px;
  right: 7px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  content: '';
  z-index: 2;
  pointer-events: none;
}

.dropdown:before {
  border-top: none;
  border-bottom-style: solid;
}

.dropdown:after {
  margin-top: 7px;
  border-bottom: none;
  border-top-style: solid;
}

@media screen and (max-width: 480px) {
  .dropdown:after {
    margin-top: 2px;
  }
}

.dropdown-select {
  position: relative;
  width: 130%;
  height: 28px;
  margin: 0;
  padding: 6px 8px 6px 10px;
  border: 0;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* 'transparent' doesn't work with Opera */
  background: transparent !important;
  color: #62717a;
  font-size: 12px;
  line-height: 14px;
  text-shadow: 0 1px #fff;
  -webkit-appearance: none;
}

.dropdown-select:focus {
  width: 100%;
  outline: none;
  color: #394349;
  z-index: 3;
}

.dropdown-select > option:first-child {
  color: #e1e4e1;
}

.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  background: #f2f2f2;
  color: #585858;
  text-shadow: none;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}

.lt-ie9 .dropdown-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-white,
.dropdown-trans {
  padding-left: 10px;
  border-color: #fff;
  background: #fff;
}

.dropdown-white.inverse,
.dropdown-trans.inverse {
  border-radius: 0;
  border-color: #f7f7f7;
}

.dropdown-white.inverse .dropdown-select,
.dropdown-trans.inverse .dropdown-select {
  color: #000;
}

.dropdown-white:before,
.dropdown-trans:before {
  content: initial;
}

.dropdown-white:after,
.dropdown-trans:after {
  top: 12px !important;
  border-width: 11px;
  border-top-color: #00c2ec;
}

.dropdown-white .dropdown-select,
.dropdown-trans .dropdown-select {
  /* Fallback for IE 8 */
  background: #00c2ec;
  color: #a4a4a4;
  font-size: 18px;
  text-shadow: none;
}

@media screen and (max-width: 480px) {
  .dropdown-white .dropdown-select,
  .dropdown-trans .dropdown-select {
    font-size: 14px;
  }
}

.dropdown-white .dropdown-select:focus,
.dropdown-trans .dropdown-select:focus {
  color: #000;
}

.dropdown-white .dropdown-select > option,
.dropdown-trans .dropdown-select > option {
  background: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

.dropdown-trans {
  background: transparent;
}

.dropdown-trans .dropdown-select {
  background: #fff !important;
}

.dropdown-blue {
  border-color: #00c2ec;
  background: #00c2ec;
}

.dropdown-blue:before {
  border-bottom-color: #fff;
}

.dropdown-blue:after {
  border-top-color: #fff;
}

.dropdown-blue .dropdown-select {
  /* Fallback for IE 8 */
  background: #00c2ec;
  color: #fff;
  font-size: 18px;
  text-shadow: none;
}

.dropdown-blue .dropdown-select:focus {
  color: #fff;
}

.dropdown-blue .dropdown-select > option {
  background: #00c2ec;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

.dropdown-center {
  text-align: center;
}

.dropdown-center .selectboxit-container {
  width: auto;
}

.dropdown-half, .dropdown-dates {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}

.dropdown-half .selectboxit-container:first-of-type .select-box-it, .dropdown-dates .selectboxit-container:first-of-type .select-box-it {
  text-align: right;
}

.dropdown-half .selectboxit-container:first-of-type .selectboxit-text:after, .dropdown-dates .selectboxit-container:first-of-type .selectboxit-text:after {
  content: ',';
}

.dropdown-half .selectboxit-container:last-of-type .select-box-it, .dropdown-dates .selectboxit-container:last-of-type .select-box-it {
  text-align: left;
}

.dropdown-half .selectboxit-container .selectboxit-text, .dropdown-dates .selectboxit-container .selectboxit-text {
  float: none;
}

.dropdown-half:not(.selectboxit-half):before, .dropdown-dates:not(.selectboxit-half):before {
  top: 12px !important;
  right: 50%;
  margin-top: 7px;
  margin-right: 10px;
  border-bottom: none;
  border-width: 11px;
  border-top-style: solid;
  border-top-color: #00c2ec;
  content: '';
}

.dropdown-half .selectboxit-container, .dropdown-dates .selectboxit-container {
  width: 48%;
}

.dropdown-half .dropdown-select, .dropdown-dates .dropdown-select {
  width: 45%;
  border: 1px solid #f7f7f7;
}

.dropdown-dates {
  text-align: center;
}

.dropdown-dates .selectboxit-container:first-of-type {
  width: auto;
}

.dropdown-dates .selectboxit-container:last-of-type {
  width: auto;
}

.inline-center-dropdown {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .inline-center-dropdown .selectboxit-container {
    width: 100% !important;
  }
}

.inline-center-dropdown .selectboxit-container:first-of-type {
  width: auto;
}

.inline-center-dropdown .selectboxit-container:last-of-type {
  width: auto;
}

.selectboxit-container {
  width: 100%;
}

.selectboxit-container .text-center .selectboxit-text {
  width: 100%;
  text-align: center;
}

.selectboxit-container * {
  font: 14px "proxima-nova", arial, sans-serif !important;
}

.selectboxit-container select {
  width: initial !important;
  width: auto !important;
}

.selectboxit-container span {
  height: 20px;
}

.selectboxit-container .selectboxit-option-icon-container {
  margin: 0;
}

.selectboxit-container .selectboxit {
  width: 100% !important;
  border-radius: 0;
}

.selectboxit-container .selectboxit-text {
  text-indent: 0;
}

.selectboxit-container .selectboxit-text[data-val=''] {
  color: #e1e4e1;
  font-weight: 600 !important;
  text-transform: none;
}

.selectboxit-container .selectboxit-arrow-container {
  display: none !important;
}

.selectboxit-container .selectboxit-options {
  min-width: 200px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.selectboxit-container .selectboxit-options a {
  padding-top: 5px;
}

.selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #00c2ec;
}

.box-action-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  border-top: 1px solid #f7f7f7;
}

.box-action-footer.split {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  left: 0;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.box-action-footer.split::after {
  clear: both;
  content: "";
  display: table;
}

.box-action-footer.active a {
  background: #00c2ec;
  color: #fff;
}

.box-action-footer.active a:hover {
  color: #00c2ec;
  background: #fff;
}

.box-action-footer a,
.box-action-footer span {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 60px;
  font-size: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 768px) {
  .box-action-footer a a,
  .box-action-footer span a {
    font-size: 16px;
  }
}

.box-action-footer span {
  color: #f7f7f7;
}

.box-action-footer a:hover {
  color: #fff;
  background: #00c2ec;
}

.left-split,
.right-split {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 47.63771%;
  width: 50%;
  height: 100%;
  margin: 0;
}

.left-split:last-child,
.right-split:last-child {
  margin-right: 0;
}

.left-split span,
.right-split span {
  display: block;
  width: 100%;
  height: 100%;
}

.left-split span:before,
.right-split span:before {
  content: "\00a0";
}

.left-split a,
.right-split a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 60px;
  font-size: 20px;
}

.left-split a:hover,
.right-split a:hover {
  color: #00c2ec;
  color: #fff;
  background: #00c2ec;
}

@media screen and (max-width: 768px) {
  .left-split a,
  .right-split a {
    font-size: 16px;
  }
}

.left-split a,
.left-split span {
  border-right: 1px solid #f7f7f7;
}

.box-action-wrapper-footer {
  margin-bottom: 60px;
}

.confirm-box {
  width: 300px;
  background-color: #fff;
  position: fixed;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.confirm-box.hidden {
  display: none;
}

.confirm-box .inner-container, .confirm-box .notifications-dropdown ul li, .notifications-dropdown ul .confirm-box li, .confirm-box .meta-inline--container, .confirm-box .listing .listing-row-header, .listing .confirm-box .listing-row-header, .confirm-box .listing .listing--row-columns, .listing .confirm-box .listing--row-columns, .confirm-box .listing--row--details .listing--row--details-entry, .listing--row--details .confirm-box .listing--row--details-entry, .confirm-box .admin-candidate-row, .confirm-box .emp-card .emp-card-flex-container, .emp-card .confirm-box .emp-card-flex-container, .confirm-box .multistep-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f7f7f7;
  z-index: 2;
  background: #fff;
}

.confirm-box .confirm-box-text {
  margin: 40px 0 103px;
  text-align: center;
  padding: 0 20px;
}

.confirm-box blockquote {
  max-height: 200px;
  overflow: scroll;
}

.confirm-box .confirm-box-dismiss,
.confirm-box .confirm-box-accept,
.confirm-box .confirm-box-no,
.confirm-box .confirm-box-yes {
  float: left;
  display: block;
  margin: 0;
  width: 50%;
  text-align: center;
  padding: 20px 0;
  color: #00c2ec;
}

.confirm-box .confirm-box-okay {
  float: left;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: #00c2ec;
}

.confirm-box .confirm-box-dismiss:hover,
.confirm-box .confirm-box-no:hover {
  background: #ff3e3b;
  color: #fff;
}

.confirm-box .confirm-box-accept,
.confirm-box .confirm-box-yes,
.confirm-box .confirm-box-okay {
  border-left: 1px solid #f7f7f7;
  margin-right: 0;
}

.confirm-box .confirm-box-accept:hover,
.confirm-box .confirm-box-yes:hover,
.confirm-box .confirm-box-okay:hover {
  background: #00c2ec;
  color: #fff;
}

.box-select {
  border-radius: 10px;
  background-color: #f7f7f7;
  color: #fff;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: block;
  cursor: default;
  border: 2px solid transparent;
}

@media screen and (max-width: 768px) {
  .box-select .content {
    font-size: 18px;
  }
  .box-select .hover-content {
    font-size: 16px;
    padding: 10px;
  }
}

.box-select.active {
  cursor: pointer;
  border: 2px solid #00c2ec;
  background-color: #fff;
  color: #00c2ec;
}

.box-select.active:hover .content {
  top: -100%;
}

.box-select.active:hover .hover-content {
  top: 0;
}

.box-select.active.selected {
  background-color: #00c2ec;
  color: #fff;
}

.box-select .content,
.box-select .hover-content {
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.box-select .content {
  top: 0;
  font-weight: 700;
}

.box-select .content .content-center {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
}

.box-select .hover-content {
  top: 100%;
  font-size: 13px;
  line-height: 1.2em;
  padding: 8px;
}

.share-link .share-link--content {
  position: relative;
  display: inline-block;
  padding: 5px 40px 5px 10px;
  border-radius: 5px;
  border: 1px solid #cecece;
  overflow: hidden;
  background: transparent;
  font-size: 14px;
}

.share-link .share-link--content .fa {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #cecece;
  top: 0;
  background: #f7f7f7;
  text-align: center;
}

.share-link .share-link--content .fa:before {
  line-height: 35px;
}

.share-link:hover .share-link--content {
  background: #fff;
}

.share-link:hover .share-link--content .fa {
  color: #fff;
  background: #00c2ec;
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-logo.jp-card-amex, .jp-card.jp-card-amex.jp-card-identified .jp-card-front:after, .jp-card.jp-card-dankort.jp-card-identified .jp-card-logo.jp-card-dankort, .jp-card.jp-card-discover.jp-card-identified .jp-card-logo.jp-card-discover, .jp-card.jp-card-maestro.jp-card-identified .jp-card-logo.jp-card-maestro, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-logo.jp-card-mastercard, .jp-card.jp-card-visa.jp-card-identified .jp-card-logo.jp-card-visa {
  opacity: 1;
}

.jp-card.jp-card-safari.jp-card-identified .jp-card-back:before, .jp-card.jp-card-safari.jp-card-identified .jp-card-front:before {
  background-image: -webkit-linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: -webkit-linear-gradient(115deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}

.jp-card.jp-card-ie-10.jp-card-flipped, .jp-card.jp-card-ie-11.jp-card-flipped {
  -webkit-transform: 0deg;
  -ms-transform: 0deg;
  transform: 0deg;
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back, .jp-card.jp-card-ie-10.jp-card-flipped .jp-card-front, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-front {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back:after, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back:after {
  left: 18%;
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-cvc, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-cvc {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 5%;
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny {
  left: 84%;
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny:after, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny:after {
  left: -480%;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.jp-card.jp-card-ie-10.jp-card-amex .jp-card-back, .jp-card.jp-card-ie-11.jp-card-amex .jp-card-back {
  display: none;
}

.jp-card-logo {
  height: 36px;
  width: 60px;
  font-style: italic;
}

.jp-card-logo, .jp-card-logo:after, .jp-card-logo:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jp-card-logo.jp-card-amex {
  text-transform: uppercase;
  font-size: 4px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #EEE;
}

.jp-card-logo.jp-card-amex:after, .jp-card-logo.jp-card-amex:before {
  width: 28px;
  display: block;
  position: absolute;
  left: 16px;
}

.jp-card-logo.jp-card-amex:before {
  height: 28px;
  content: "american";
  top: 3px;
  text-align: left;
  padding-left: 2px;
  padding-top: 11px;
  background: #267AC3;
}

.jp-card-logo.jp-card-amex:after {
  content: "express";
  bottom: 11px;
  text-align: right;
  padding-right: 2px;
}

.jp-card-logo.jp-card-discover, .jp-card-logo.jp-card-visa {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.jp-card.jp-card-amex.jp-card-flipped {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-back:before, .jp-card.jp-card-amex.jp-card-identified .jp-card-front:before {
  background-color: #108168;
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-cvc {
  visibility: visible;
}

.jp-card-logo.jp-card-discover {
  background: #F60;
  color: #111;
  font-style: normal;
  font-size: 10px;
  overflow: hidden;
  z-index: 1;
  padding-top: 9px;
  letter-spacing: .03em;
  border: 1px solid #EEE;
}

.jp-card-logo.jp-card-discover:after, .jp-card-logo.jp-card-discover:before {
  content: " ";
  display: block;
  position: absolute;
}

.jp-card-logo.jp-card-discover:before {
  background: #fff;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  bottom: -5%;
  right: -80%;
  z-index: -1;
}

.jp-card-logo.jp-card-discover:after {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 10px;
  left: 27px;
  background-color: #FFF;
  background-image: -webkit-radial-gradient(#FFF, #F60);
  background-image: radial-gradient(#FFF, #F60);
  content: "network";
  font-size: 4px;
  line-height: 24px;
  text-indent: -7px;
}

.jp-card .jp-card-front .jp-card-logo.jp-card-discover {
  right: 12%;
  top: 18%;
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-back:before, .jp-card.jp-card-discover.jp-card-identified .jp-card-front:before {
  background-color: #86B8CF;
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-front:after {
  -webkit-transition: .4s;
  transition: .4s;
  content: " ";
  display: block;
  background-color: #F60;
  background-image: -webkit-linear-gradient(#F60, #ffa366, #F60);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F60), color-stop(#ffa366), to(#F60));
  background-image: linear-gradient(#F60, #ffa366, #F60);
  height: 50px;
  width: 50px;
  border-radius: 25px;
  position: absolute;
  left: 100%;
  top: 15%;
  margin-left: -25px;
  -webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-back .jp-card-logo.jp-card-maestro, .jp-card.jp-card-maestro.jp-card-identified .jp-card-front .jp-card-logo.jp-card-maestro, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-back .jp-card-logo.jp-card-mastercard, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-front .jp-card-logo.jp-card-mastercard {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jp-card-logo.jp-card-visa {
  background: #fff;
  color: #1A1876;
  font-size: 15px;
  line-height: 18px;
}

.jp-card-logo.jp-card-maestro, .jp-card-logo.jp-card-mastercard {
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
}

.jp-card-logo.jp-card-visa:after, .jp-card-logo.jp-card-visa:before {
  content: " ";
  display: block;
  width: 100%;
  height: 25%;
}

.jp-card-logo.jp-card-visa:before {
  background: #1A1876;
}

.jp-card-logo.jp-card-visa:after {
  background: #E79800;
}

.jp-card.jp-card-visa.jp-card-identified .jp-card-back:before, .jp-card.jp-card-visa.jp-card-identified .jp-card-front:before {
  background-color: #191278;
}

.jp-card-logo.jp-card-mastercard {
  font-size: 9px;
  z-index: 1;
}

.jp-card-logo.jp-card-mastercard:after, .jp-card-logo.jp-card-mastercard:before {
  content: " ";
  display: block;
  width: 36px;
  top: 0;
  position: absolute;
  height: 36px;
  border-radius: 18px;
}

.jp-card-logo.jp-card-mastercard:before {
  left: 0;
  background: red;
  z-index: -1;
}

.jp-card-logo.jp-card-mastercard:after {
  right: 0;
  background: #FFAB00;
  z-index: -2;
}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-back:before, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-front:before {
  background-color: #0061A8;
}

.jp-card-logo.jp-card-dankort {
  width: 60px;
  height: 36px;
  padding: 3px;
  border-radius: 8px;
  border: 1px solid #000;
  background-color: #FFF;
}

.jp-card-logo.jp-card-dankort .dk {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jp-card-logo.jp-card-dankort .dk:before {
  background-color: #ED1C24;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
}

.jp-card-logo.jp-card-dankort .dk:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7.7px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 10px 0;
  border-color: transparent #ED1C24 transparent transparent;
  z-index: 1;
}

.jp-card-logo.jp-card-dankort .d, .jp-card-logo.jp-card-dankort .k {
  position: absolute;
  top: 50%;
  width: 50%;
  display: block;
  height: 15.4px;
  margin-top: -7.7px;
  background: #fff;
}

.jp-card-logo.jp-card-dankort .d {
  left: 0;
  border-radius: 0 8px 10px 0;
}

.jp-card-logo.jp-card-dankort .d:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ED1C24;
  border-radius: 2px 4px 6px 0;
  height: 5px;
  width: 7px;
  margin: -3px 0 0 -4px;
}

.jp-card-logo.jp-card-dankort .k {
  right: 0;
}

.jp-card-logo.jp-card-dankort .k:after, .jp-card-logo.jp-card-dankort .k:before {
  content: '';
  position: absolute;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: -1px;
}

.jp-card-logo.jp-card-dankort .k:before {
  top: 0;
  border-width: 8px 5px 0 0;
  border-color: #ED1C24 transparent transparent;
}

.jp-card-logo.jp-card-dankort .k:after {
  bottom: 0;
  border-width: 0 5px 8px 0;
  border-color: transparent transparent #ED1C24;
}

.jp-card.jp-card-dankort.jp-card-identified .jp-card-back:before, .jp-card.jp-card-dankort.jp-card-identified .jp-card-front:before {
  background-color: #0055C7;
}

.jp-card-logo.jp-card-maestro {
  font-size: 14px;
  z-index: 1;
}

.jp-card-logo.jp-card-maestro:after, .jp-card-logo.jp-card-maestro:before {
  content: " ";
  display: block;
  width: 36px;
  top: 0;
  position: absolute;
  height: 36px;
  border-radius: 18px;
}

.jp-card-logo.jp-card-maestro:before {
  left: 0;
  background: #0064CB;
  z-index: -1;
}

.jp-card-logo.jp-card-maestro:after {
  right: 0;
  background: #C00;
  z-index: -2;
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-back:before, .jp-card.jp-card-maestro.jp-card-identified .jp-card-front:before {
  background-color: #0B2C5F;
}

.jp-card-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 350px;
  max-width: 100%;
  height: 200px;
  margin: auto;
  z-index: 1;
  position: relative;
}

.jp-card {
  font-family: "Helvetica Neue";
  line-height: 1;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 315px;
  border-radius: 10px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.jp-card > *, .jp-card > :after, .jp-card > :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

.jp-card.jp-card-flipped {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.jp-card .jp-card-back, .jp-card .jp-card-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #DDD;
}

.jp-card .jp-card-back:before, .jp-card .jp-card-front:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.jp-card .jp-card-back:after, .jp-card .jp-card-front:after {
  content: " ";
  display: block;
}

.jp-card .jp-card-back .jp-card-display, .jp-card .jp-card-front .jp-card-display {
  color: #fff;
  font-weight: 400;
  opacity: .5;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

.jp-card .jp-card-back .jp-card-display.jp-card-focused, .jp-card .jp-card-front .jp-card-display.jp-card-focused {
  opacity: 1;
  font-weight: 500;
}

.jp-card .jp-card-back .jp-card-cvc, .jp-card .jp-card-front .jp-card-cvc {
  font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
  font-size: 14px;
}

.jp-card .jp-card-back .jp-card-shiny, .jp-card .jp-card-front .jp-card-shiny {
  width: 50px;
  height: 35px;
  border-radius: 5px;
  background: #CCC;
  position: relative;
}

.jp-card .jp-card-back .jp-card-shiny:before, .jp-card .jp-card-front .jp-card-shiny:before {
  content: " ";
  display: block;
  width: 70%;
  height: 60%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #d9d9d9;
  position: absolute;
  top: 20%;
}

.jp-card .jp-card-front .jp-card-logo {
  position: absolute;
  opacity: 0;
  right: 5%;
  top: 8%;
  -webkit-transition: .4s;
  transition: .4s;
}

.jp-card .jp-card-front .jp-card-lower {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .jp-card .jp-card-front .jp-card-lower {
    width: 90%;
    left: 5%;
  }
}

.jp-card .jp-card-front .jp-card-lower .jp-card-cvc {
  visibility: hidden;
  float: right;
  position: relative;
  bottom: 5px;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
  font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
  font-size: 24px;
  clear: both;
  margin-bottom: 30px;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
  font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
  letter-spacing: 0;
  position: relative;
  float: right;
  width: 25%;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after, .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 7px;
  white-space: pre;
  display: block;
  opacity: .5;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
  content: attr(data-before);
  margin-bottom: 2px;
  font-size: 7px;
  text-transform: uppercase;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after {
  position: absolute;
  content: attr(data-after);
  text-align: right;
  right: 100%;
  margin-right: 5px;
  margin-top: 2px;
  bottom: 0;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
  text-transform: uppercase;
  font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
  font-size: 20px;
  max-height: 45px;
  position: absolute;
  bottom: 0;
  width: 190px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: horizontal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jp-card .jp-card-back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.jp-card .jp-card-back .jp-card-bar {
  background-color: #444;
  background-image: -webkit-linear-gradient(#444, #333);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
  background-image: linear-gradient(#444, #333);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 10%;
}

.jp-card .jp-card-back:after {
  content: " ";
  display: block;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(#FFF, #FFF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(#FFF, #FFF);
  width: 80%;
  height: 16%;
  position: absolute;
  top: 40%;
  left: 2%;
}

.jp-card .jp-card-back .jp-card-cvc {
  position: absolute;
  top: 40%;
  left: 85%;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.jp-card .jp-card-back .jp-card-shiny {
  position: absolute;
  top: 66%;
  left: 2%;
}

.jp-card .jp-card-back .jp-card-shiny:after {
  content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free.\AIt comes with no warranty.\A For support issues, please visit: github.com/jessepollak/card.";
  position: absolute;
  left: 120%;
  top: 5%;
  color: #fff;
  font-size: 7px;
  width: 230px;
  opacity: .5;
}

.jp-card.jp-card-identified {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.jp-card.jp-card-identified .jp-card-back, .jp-card.jp-card-identified .jp-card-front {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.jp-card.jp-card-identified .jp-card-back:before, .jp-card.jp-card-identified .jp-card-front:before {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-image: -webkit-linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: -webkit-linear-gradient(115deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  opacity: 1;
}

.jp-card.jp-card-identified .jp-card-back .jp-card-logo, .jp-card.jp-card-identified .jp-card-front .jp-card-logo {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.jp-card.jp-card-identified.no-radial-gradient .jp-card-back:before, .jp-card.jp-card-identified.no-radial-gradient .jp-card-front:before {
  background-image: -webkit-linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: -webkit-linear-gradient(115deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropzone {
  position: relative;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: -webkit-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

html.has-bootstrap-modal body > #intercom-container .intercom-launcher-frame {
  z-index: 100 !important;
}

body.employer-body.fixed-bar-footer #intercom-container .intercom-launcher-frame {
  display: none;
}

body.users #intercom-container .intercom-launcher-frame,
body.featured_opportunities.apply #intercom-container .intercom-launcher-frame {
  position: absolute !important;
  display: none !important;
  top: 19px !important;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media screen and (max-width: 768px) {
  body.users #intercom-container .intercom-launcher-frame,
  body.featured_opportunities.apply #intercom-container .intercom-launcher-frame {
    top: 5px !important;
  }
}

body.users #intercom-container,
body.featured_opportunities.apply #intercom-container {
  position: absolute !important;
  width: 48px;
  top: 0;
  right: 7px;
}

html.nux-flow body.users #intercom-container, html.nux-flow
body.featured_opportunities.apply #intercom-container {
  display: none;
}

html.hide-dashboard body.users #intercom-messenger, html.hide-dashboard
body.featured_opportunities.apply #intercom-messenger {
  display: none;
}

body.users #intercom-conversation,
body.featured_opportunities.apply #intercom-conversation {
  display: none;
}

body.pages.index body.users #intercom-conversation,
body.users.dashboard body.users #intercom-conversation,
body.users.dash body.users #intercom-conversation,
body.users #intercom-conversation body.users.live-teams-dashboard,
body.employers.dashboard body.users #intercom-conversation, body.pages.index
body.featured_opportunities.apply #intercom-conversation,
body.users.dashboard
body.featured_opportunities.apply #intercom-conversation,
body.users.dash
body.featured_opportunities.apply #intercom-conversation,
body.featured_opportunities.apply #intercom-conversation body.users.live-teams-dashboard,
body.employers.dashboard
body.featured_opportunities.apply #intercom-conversation {
  display: block;
}

body.users .intercom-operator,
body.featured_opportunities.apply .intercom-operator {
  position: fixed;
  top: 65px;
  right: 100px;
  width: 300px;
}

body.users .intercom-operator:before,
body.featured_opportunities.apply .intercom-operator:before {
  left: 264px;
}

body.popup-activated #intercom-container .intercom-launcher-frame {
  z-index: 10 !important;
}

body.employers.dashboard #intercom-container .intercom-launcher-frame {
  display: block !important;
  top: auto !important;
}

body.employers.dashboard #intercom-container .intercom-launcher-frame .intercom-launcher-button {
  background-color: #00e46f;
  border: 1px solid #00e46f;
}

body.pages.index #intercom-container .intercom-launcher-frame {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: block !important;
  top: initial !important;
}

body.pages.index #intercom-container .intercom-launcher-frame .intercom-launcher-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: #00e46f;
  width: 40px;
  height: 40px;
}

body.users.dashboard #intercom-container .intercom-launcher-frame,
body.users.dash #intercom-container .intercom-launcher-frame,
body.users.live-teams-dashboard #intercom-container .intercom-launcher-frame,
body.users.applications #intercom-container .intercom-launcher-frame,
body.featured_opportunities.apply #intercom-container .intercom-launcher-frame {
  display: block !important;
  position: absolute !important;
  right: 90px !important;
}

@media screen and (max-width: 480px) {
  body.users.dashboard #intercom-container .intercom-launcher-frame,
  body.users.dash #intercom-container .intercom-launcher-frame,
  body.users.live-teams-dashboard #intercom-container .intercom-launcher-frame,
  body.users.applications #intercom-container .intercom-launcher-frame,
  body.featured_opportunities.apply #intercom-container .intercom-launcher-frame {
    right: 85px !important;
  }
}

@media screen and (max-width: 375px) {
  body.users.dashboard #intercom-container .intercom-launcher-frame,
  body.users.dash #intercom-container .intercom-launcher-frame,
  body.users.live-teams-dashboard #intercom-container .intercom-launcher-frame,
  body.users.applications #intercom-container .intercom-launcher-frame,
  body.featured_opportunities.apply #intercom-container .intercom-launcher-frame {
    right: 35px !important;
  }
}

body.users.dashboard #intercom-container .intercom-launcher-frame .intercom-launcher-button,
body.users.dash #intercom-container .intercom-launcher-frame .intercom-launcher-button,
body.users.live-teams-dashboard #intercom-container .intercom-launcher-frame .intercom-launcher-button,
body.users.applications #intercom-container .intercom-launcher-frame .intercom-launcher-button,
body.featured_opportunities.apply #intercom-container .intercom-launcher-frame .intercom-launcher-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: #00e46f;
  width: 40px;
  height: 40px;
}

body.users.dashboard #intercom-container .intercom-launcher-frame.intercom-launcher-with-message .intercom-launcher-button,
body.users.dash #intercom-container .intercom-launcher-frame.intercom-launcher-with-message .intercom-launcher-button,
body.users.live-teams-dashboard #intercom-container .intercom-launcher-frame.intercom-launcher-with-message .intercom-launcher-button, body.users.dashboard #intercom-container .intercom-launcher-frame.intercom-launcher-with-updated-avatar .intercom-launcher-button,
body.users.dash #intercom-container .intercom-launcher-frame.intercom-launcher-with-updated-avatar .intercom-launcher-button,
body.users.live-teams-dashboard #intercom-container .intercom-launcher-frame.intercom-launcher-with-updated-avatar .intercom-launcher-button, body.users.dashboard
#intercom-container .intercom-launcher-frame.body.pages.index #intercom-container .intercom-launcher-frame .intercom-launcher-button,
body.users.dash
#intercom-container .intercom-launcher-frame.body.pages.index #intercom-container .intercom-launcher-frame .intercom-launcher-button,
body.users.live-teams-dashboard
#intercom-container .intercom-launcher-frame.body.pages.index #intercom-container .intercom-launcher-frame .intercom-launcher-button, body.users.dashboard #intercom-container .intercom-launcher-frame intercom-launcher-with-badge .intercom-launcher-button,
body.users.dash #intercom-container .intercom-launcher-frame intercom-launcher-with-badge .intercom-launcher-button,
body.users.live-teams-dashboard #intercom-container .intercom-launcher-frame intercom-launcher-with-badge .intercom-launcher-button {
  background-size: 100%;
}

body.shadow-on #intercom-container .intercom-launcher-frame .intercom-launcher-button {
  display: none !important;
}

.ui-autocomplete {
  z-index: 1000;
  background-color: #f7f7f7;
  max-width: 400px;
  list-style: none;
  padding: 0;
  cursor: pointer;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
}

html.card-selected .ui-autocomplete {
  width: 325px !important;
}

.ui-autocomplete li {
  padding: 10px 10px;
  position: relative;
}

.ui-autocomplete li a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  display: block;
}

.ui-autocomplete li a .avatar-image {
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-autocomplete li a .avatar-image img {
  width: 40px;
  height: 40px;
}

.ui-autocomplete li a .noavatar {
  width: 40px;
  height: 40px;
}

.ui-autocomplete li a .noavatar .noavatar-letter {
  font-size: 12px;
}

.ui-autocomplete li a .listing-meta {
  display: inline-block;
  width: 175px;
  overflow: hidden;
  margin-left: 50px;
}

.ui-autocomplete li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ui-autocomplete li:hover, .ui-autocomplete li.ui-state-focus {
  opacity: 0.5;
}

#skills_tags_tag {
  border: 0;
  width: initial !important;
  width: auto !important;
  float: left;
}

#skills_tags_tag:focus {
  outline: transparent;
}

.skill_autocomplete li {
  margin-bottom: 0;
}

.skill_autocomplete li .focus-letter {
  color: #00c2ec;
}

.autocomplete-row-add {
  display: none;
  height: 75px;
  margin-top: -5px;
  background-color: #fff;
  border-radius: 10px;
  border-top: 1px solid #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  width: 100%;
  color: #c4c4c4;
  padding: 24px;
  font-size: 18px;
  cursor: pointer;
  left: 0;
}

.autocomplete-row-add:hover {
  background-color: #f7f7f7;
  color: #00c2ec;
  font-weight: 600;
}

.ui-helper-hidden-accessible {
  display: none;
}

.autocomplete-email {
  color: #a4a4a4;
  font-weight: normal;
}

.tab-container section.tab {
  display: none;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.tab-container input.tab {
  display: none;
}

.tab-container label.tab {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.tab-container label.tab:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.tab-container label.tab:hover {
  color: #888;
  cursor: pointer;
}

.tab-container input.tab:checked + label.tab {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #00e46f;
  border-bottom: 1px solid #fff;
}

.tab-container #tab1:checked ~ #content1,
.tab-container #tab2:checked ~ #content2,
.tab-container #tab3:checked ~ #content3,
.tab-container #tab4:checked ~ #content4,
.tab-container #tab5:checked ~ #content5,
.tab-container #tab6:checked ~ #content6,
.tab-container #tab7:checked ~ #content7 {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab-container label.tab {
    font-size: 0;
  }
  .tab-container label.tab:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .tab-container label.tab {
    padding: 15px;
  }
}

.avatar-colors {
  width: 325px;
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #f7f7f7;
}

@media screen and (max-width: 480px) {
  .avatar-colors {
    width: 270px;
  }
}

.avatar-colors:hover {
  border-color: #f7f7f7;
  color: #00c2ec;
}

@media screen and (max-width: 480px) {
  .avatar-colors.sp-replacer {
    width: 270px;
  }
}

.avatar-colors.sp-replacer:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00c2ec;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.avatar-colors.sp-container {
  background: #f7f7f7;
}

.avatar-colors .sp-preview {
  width: 89%;
}

.avatar-colors .sp-dd {
  display: none;
  color: #00c2ec;
}

.inline-field + .tooltip-elevator {
  display: none;
}

.next-step + .tooltip-elevator {
  display: block;
}

.tooltip-elevator {
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 50%;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #00e46f;
  text-align: center;
}

.tooltip-elevator:before {
  content: 'i';
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.tooltip-elevator .tooltip-text {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 400px;
  z-index: 1000000;
  padding: 20px;
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
  font-size: 18px;
  bottom: 200%;
}

.tooltip-elevator .tooltip-text:after {
  content: '';
  display: inline-block;
  right: 27%;
  height: 0;
  width: 0;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  bottom: -10px;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
}

.tooltip-elevator .tooltip-text.block {
  display: block;
}

.text-input + .tooltip-elevator {
  margin-top: -5px;
  right: 10px;
}

.tooltip-follow-trigger:hover .tooltip-elevator .tooltip-text {
  display: block;
}

.tooltip-elevator.active .tooltip-text {
  display: block;
}

.tooltip-elevator:hover .tooltip-text {
  display: block;
}

@media screen and (max-width: 768px) {
  .tooltip-elevator {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tooltip-elevator:after {
    right: 48%;
  }
}

label .tooltip-elevator {
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

label .tooltip-elevator .tooltip-text {
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transform: translateX(-75%);
}

label .tooltip-elevator .tooltip-text:after {
  right: 48%;
}

.tooltip-hide.tooltip-elevator {
  background: transparent;
}

.tooltip-hide.tooltip-elevator:before {
  display: none;
}

.tooltip-team-member {
  position: absolute;
  top: 10px;
  width: 0px;
}

.tooltip-team-member .tooltip-text {
  width: 150px;
  font-size: 15px;
  padding: 15px;
}

.tooltip-center.tooltip-elevator {
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.tooltip-center.tooltip-elevator .tooltip-text {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip-center.tooltip-elevator .tooltip-text:after {
  right: 48%;
}

.tooltip-right.tooltip-elevator {
  right: 50%;
}

.tooltip-right.tooltip-elevator .tooltip-text {
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
}

.tooltip-right.tooltip-elevator .tooltip-text:after {
  right: 67.5%;
}

@media screen and (max-width: 768px) {
  .tooltip-right.tooltip-elevator {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tooltip-right.tooltip-elevator:after {
    right: 48%;
  }
}

.tooltip-animate.tooltip-text {
  -webkit-animation-name: scale, slide;
  animation-name: scale, slide;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* The animation code */
@-webkit-keyframes scale {
  0% {
    bottom: 40px;
  }
  2% {
    bottom: 38px;
  }
  8% {
    bottom: 50px;
  }
  16% {
    bottom: 40px;
  }
  100% {
    bottom: 40px;
  }
}
@keyframes scale {
  0% {
    bottom: 40px;
  }
  2% {
    bottom: 38px;
  }
  8% {
    bottom: 50px;
  }
  16% {
    bottom: 40px;
  }
  100% {
    bottom: 40px;
  }
}

.valid-input + .tooltip-elevator {
  display: none !important;
}

.InputRange-container {
  padding: 0 20px;
}

.InputRange-label {
  font-family: "proxima-nova", arial, sans-serif;
}

.InputRange-slider {
  background: #00c2ec;
  border: #00c2ec;
}

.InputRange-track--active {
  background: #00c2ec;
}

.InputRange-label--min,
.InputRange-label--max {
  bottom: -1rem;
}

.InputRange-label--min .InputRange-labelContainer:after,
.InputRange-label--max .InputRange-labelContainer:after {
  content: " years";
}

.InputRange-label--min .InputRange-labelContainer:after {
  content: " years";
}

.InputRange-label--max .InputRange-labelContainer:after {
  content: "+ years";
}

.Select-control {
  border-radius: 0;
  height: 51px;
  font-size: 14px;
  margin-bottom: 10px;
}

.Select-placeholder,
.Select-value,
.Select-input {
  padding: 0 20px;
  line-height: 51px;
  outline: none;
}

.Select-value,
.Select-input {
  color: #585858;
}

.Select--single > .Select-control .Select-value {
  padding: 0 20px;
  line-height: 51px;
  color: #585858;
}

.badge {
  min-width: 18px;
}

.badge.Published {
  background-color: #5cb85c;
}

.badge.Draft {
  background-color: #f0ad4e;
}

.badge.Published, .badge.New, .badge.Draft {
  margin-left: 10px;
  margin-right: 10px;
}

.badge.Published:first-child, .badge.New:first-child, .badge.Draft:first-child {
  margin-left: 0;
}

.nav-tabs > li > a {
  border: none;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .nav-tabs > li {
    width: 100%;
  }
  .nav-tabs > li > a {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-right: 0;
  }
}

.nav-tabs li:last-child {
  margin-bottom: -1px;
}

.wide-modal {
  min-width: 90vw;
}

.alert.smaller {
  padding: 6px 12px;
  margin: 0;
}

a.btn-social, a.btn-social-icon {
  color: #fff;
}

a.btn-social:visited, a.btn-social-icon:visited, a.btn-social:active, a.btn-social-icon:active, a.btn-social:focus, a.btn-social-icon:focus {
  color: #fff;
}

.btn-primary, .btn-secondary {
  background-color: #00c2ec;
  border-color: #00c2ec;
}

.btn-primary:visited, .btn-secondary:visited, .btn-primary:active, .btn-secondary:active, .btn-primary:focus, .btn-secondary:focus {
  background-color: #00c2ec;
  border-color: #00c2ec;
  color: #fff;
}

.btn-primary:visited.disabled, .btn-secondary:visited.disabled, .btn-primary:active.disabled, .btn-secondary:active.disabled, .btn-primary:focus.disabled, .btn-secondary:focus.disabled {
  border-color: #c4c4c4;
  background: #c4c4c4;
}

.btn-primary:hover, .btn-secondary:hover {
  background-color: #fff;
  color: #00c2ec;
  border-color: #00c2ec;
}

.btn-primary.disabled, .disabled.btn-secondary {
  border-color: #c4c4c4;
  background: #c4c4c4;
}

.btn-black {
  background-color: #585858;
  border-color: #585858;
}

.btn-black:visited, .btn-black:active, .btn-black:focus {
  background-color: #585858;
  border-color: #585858;
  color: #fff;
}

.btn-black:hover {
  background-color: #fff;
  color: #585858;
  border-color: #585858;
}

.btn-full {
  width: 100%;
}

.btn.btn-action {
  font-size: 16px;
  padding: 10px 20px;
}

.btn.btn-action + .btn-action {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .btn.btn-action + .btn-action {
    margin-left: 0;
  }
}

.btn + .btn {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .btn + .btn + .btn {
    margin-left: 0;
  }
}

.btn.btn-block + .btn.btn-block {
  margin-left: 0px;
}

.btn-danger:visited {
  color: #fff;
}

.btn.btn-default {
  border: #e1e4e1;
  background: #e1e4e1;
  color: #585858;
}

.btn.btn-default:hover {
  border: #585858;
  background: #c6ccc6;
  color: #585858;
}

.btn-secondary {
  background-color: #ff3e3b;
  border-color: #ff3e3b;
}

.btn-secondary:visited, .btn-secondary:active, .btn-secondary:focus {
  background-color: #ff3e3b;
  border-color: #ff3e3b;
  color: #fff;
}

.btn-secondary:visited.disabled, .btn-secondary:active.disabled, .btn-secondary:focus.disabled {
  border-color: #ff3e3b;
  background: #ff3e3b;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #ff3e3b;
  border-color: #ff3e3b;
}

.fa-spaced {
  margin-right: 5px;
}

.timer {
  position: relative;
  float: right;
  background-color: #fff;
  width: 185px;
  text-align: center;
  display: inline-block;
  padding: 5px 15px 13px;
  border-radius: 10px;
  color: #ff3e3b;
}

@media screen and (max-width: 768px) {
  .timer {
    background-color: transparent;
  }
}

.timer .countdown-content {
  font-size: 12px;
}

.timer .countdown-content .countdown-ongoing {
  font-size: 20px;
  margin-left: 15px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 5px;
}

.timer .countdown-number {
  font-size: 20px;
  margin-left: 5px;
  font-weight: 700;
  width: 35px;
  display: inline-block;
  position: relative;
}

.timer .countdown-number:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  font-size: 8px;
  bottom: -15px;
  left: 50%;
}

.timer .countdown-number.days:before {
  content: "Days";
}

.timer .countdown-number.hours:before {
  content: "Hours";
}

.timer .countdown-number.minutes:before {
  content: "Minutes";
}

.timer .countdown-number.seconds:before {
  content: "Seconds";
}

.timer .countdown-number:first-child {
  margin-left: 0px;
}

.image-gallery-slides {
  height: 400px;
}

@media screen and (max-width: 768px) {
  .image-gallery-slides {
    height: 200px;
  }
}

.image-gallery-slide {
  height: 100%;
}

.image-gallery-left-nav {
  left: -50px;
}

.image-gallery-right-nav {
  right: -50px;
}

.image-gallery-bullets {
  display: none;
}

.react-image-gallery-playbutton {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.react-image-gallery-playbutton:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.react-image-gallery-playbutton:after {
  content: "";
  display: block;
  position: absolute;
  top: 16.5px;
  left: 40px;
  margin: 0 auto;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent white;
}

.react-image-gallery-closebutton:before {
  content: '✖';
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 20px;
  z-index: 1;
  line-height: .7;
  display: block;
  color: #fff;
}

.image-gallery-image .video-wrapper {
  position: relative;
  padding: 28.15% 0;
  height: 0;
}

.image-gallery-image .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.employer-body .site-header, .employer-body .modal-custom-header {
  border-bottom: 1px solid #E7E7E9;
  -webkit-box-shadow: 0 0 4px rgba(193, 193, 193, 0.35);
  box-shadow: 0 0 4px rgba(193, 193, 193, 0.35);
}

.partner-wrapper {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  min-height: 100%;
}

.partner-nav {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 220px;
  min-width: 220px;
  background-color: #F3F3F4;
  border-right: 1px solid transparent;
  border-color: #E7E7E9;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.partner-nav .partner-nav-side {
  display: block;
  padding: 1em 1.15em 1em 1.5em;
}

@media screen and (max-width: 768px) {
  .partner-nav {
    display: none;
  }
}

.partner-nav a {
  text-decoration: none;
}

.partner-nav-menu ul {
  margin-bottom: 2em;
  padding: 0;
}

.partner-nav-menu ul li {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.75em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.partner-nav-menu ul li.hide {
  display: none;
}

.partner-nav-menu ul li + li {
  margin-top: 0.25em;
}

.partner-nav-menu ul li.current i {
  color: #00c2ec;
  opacity: 1;
}

.partner-nav-menu ul li.current a {
  color: #585858;
  font-weight: bold;
}

.partner-nav-menu ul li i {
  margin-right: 8px;
  opacity: .5;
  font-size: 14px;
  width: 14px;
}

.partner-nav-menu ul li a {
  color: #585858;
  font-size: 15px;
  display: block;
  width: 100%;
}

.partner-nav-menu ul li a:hover {
  font-weight: bold;
  color: #585858;
}

.partner-nav-menu ul li a:hover i {
  color: #00c2ec;
  opacity: 1;
}

.partner-nav-footer {
  border-top: 1px solid #E7E7E9;
  color: #878990;
  display: block;
  padding: 1em 1.15em 1em 1.5em;
}

.partner-main {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 85%;
  -moz-flex: 0 1 85%;
  -ms-flex: 0 1 85%;
  flex: 0 1 85%;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  max-width: 85%;
  padding: 60px;
  background-color: #fff;
  position: relative;
  padding-top: 30px;
}

body.fixed-bar-footer .partner-main {
  padding-bottom: 100px;
}

.partner-main.no-padding {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .partner-main {
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 20px;
  }
  .partner-main.no-padding {
    padding: 0;
  }
}

.partner-main-header-bar {
  border-top: 1px solid #E7E7E9;
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  margin-left: 220px;
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  padding: 10px 40px;
  z-index: 10;
}

.partner-main-header-bar .partner-main-header-bar-content {
  overflow: hidden;
}

.partner-main-header-bar .partner-main-header-bar-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 6px 35px;
}

@media screen and (max-width: 768px) {
  .partner-main-header-bar {
    width: 100%;
    margin-left: 0;
    padding: 10px;
  }
}

.action-boxes {
  padding: 0;
  margin: 0;
  list-style: none;
}

.action-boxes .action-box {
  display: block;
  margin-top: 25px;
}

.action-boxes .action-box a.content {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #585858;
}

.action-boxes .action-box a.content.todo {
  border: 2px solid #fc0;
  background: #feefb3;
}

.action-boxes .action-box a.content:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.action-boxes .action-box .content-simple {
  padding: 20px;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
}

.action-boxes .action-box .content {
  padding: 20px;
  background: #f7f7f7;
  border: 2px solid #585858;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.action-boxes .action-box h5 {
  font-size: 20px;
  font-weight: normal;
}

.action-boxes .action-box p {
  font-size: 15px;
}

.employer-news {
  padding: 20px 0 50px;
  border-bottom: 1px solid #c4c4c4;
}

.employer-news .employer-news-date {
  color: #a4a4a4;
  font-style: italic;
}

#employer_visitor_chart {
  width: 100% !important;
  max-width: 100%;
}

.partner-main svg .line {
  fill: none;
  stroke: #00c2ec;
  stroke-width: 5px;
}

.partner-main svg .line.alt-1 {
  stroke: #00e46f;
}

.partner-main svg .line.alt-1 {
  stroke: #65e2f3;
}

.partner-main svg .line.alt-2 {
  stroke: #c4c4c4;
}

.partner-main svg .line.alt-3 {
  stroke: #ff3e3b;
}

.partner-main svg .axis {
  fill: #bbc7d9;
  opacity: 1;
}

.partner-main svg .axis text {
  color: #585858;
  font-size: 14px;
}

.partner-main svg .axis path,
.partner-main svg .axis line {
  fill: none;
  stroke: none;
  shape-rendering: crispEdges;
}

.partner-main svg .y-grid .tick {
  stroke: #AAA;
  opacity: 1;
}

.partner-main svg .shadow {
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

.job-listing-item.show {
  border: 1px solid #c4c4c4;
  border-width: 1px 0;
  margin: 25px 0;
}

.featured-page-details {
  border-top: 1px solid #e1e4e1;
}

.employer-team-application-header > h4 {
  padding: 10px 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 2px solid;
}

.employer-team-application-listing {
  border-bottom: 1px solid #c4c4c4;
  padding: 20px;
  margin-bottom: 20px;
}

.employer-team-application-listing.even {
  background-color: #f7f7f7;
}

.employer-team-application-listing:last-child {
  border-bottom: none;
}

.employer-team-application-listing--team_members table {
  margin: 0;
}

.employer-team-application-listing--team_members table td {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 5px;
  line-height: .8;
}

.employer-team-application-listing--team_members table .noavatar {
  margin-bottom: 0;
}

.employer-team-application-listing--team_members table span.name {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.employer-team-application-listing--team_members {
  margin-bottom: 20px;
}

.avatar-image.small img, .listing--row--details .listing--row--details-entries-content span.avatar-image img {
  max-width: 50px;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 0;
}

.noavatar.small, .listing--row--details .listing--row--details-entries-content span.noavatar {
  width: 50px;
  height: 50px;
}

.noavatar.small .noavatar-letter, .listing--row--details .listing--row--details-entries-content span.noavatar .noavatar-letter {
  font-size: 25px;
}

.employer-listing-item-form-section {
  border: 1px solid #e1e4e1;
  padding: 20px;
  margin-bottom: 20px;
}

.employer-listing-item-form-section > h3 {
  margin-top: 0;
}

.employer-listing-item-form-section input + p,
.employer-listing-item-form-section select + p,
.employer-listing-item-form-section textarea + p {
  margin-bottom: 0;
}

.employer-listing-item-form-section .table-details {
  margin-bottom: 0;
}

.employer-listing-item-form-section ol {
  margin: 10px 0;
}

.toggle-post-status span {
  vertical-align: top;
  font-size: 15px;
  line-height: 25px;
  margin-right: 10px;
}

.toggle-post-status .react-toggle--checked .react-toggle-track {
  background-color: #5cb85c;
}

.toggle-post-status .react-toggle-track {
  background-color: #f4c37d;
}

.toggle-post-status .react-toggle.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #449d44;
}

.toggle-post-status .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #f0ad4e;
}

.toggle-post-status.Published {
  color: #449d44;
}

.post-status-title {
  margin: 0;
}

.post-status-title + div {
  margin-top: 20px;
}

.avatar-image-container {
  width: 100px;
  height: 100px;
}

.nav-tabs-view {
  border: 1px solid #ddd;
  border-top: 0;
}

.nav-tabs-view .content {
  padding: 20px;
}

.asset-listing-item {
  margin-bottom: 20px;
}

.employer-asset-selection {
  position: relative;
  width: 100%;
  padding-top: 80%;
  background: #f7f7f7;
  border: 2px solid transparent;
  cursor: pointer;
  margin-bottom: 20px;
}

.employer-asset-selection:hover {
  border-color: #c4c4c4;
}

.employer-asset-selection:active {
  border-color: #00c2ec;
}

.employer-asset-selection.active {
  border: 2px solid #00c2ec;
}

.employer-asset-selection img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.asset-preview-content {
  padding: 20px;
}

.asset-selection-flex-wrapper {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  min-height: 100%;
}

.asset-preview {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 40%;
  min-width: 40%;
  background-color: #F3F3F4;
  border-left: 1px solid transparent;
  border-color: #E7E7E9;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.asset-preview img {
  min-width: 100%;
}

@media screen and (max-width: 768px) {
  .asset-preview {
    display: none;
  }
}

.asset-selection-main {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  max-width: 100%;
  padding: 20px;
  background-color: #fff;
  position: relative;
  min-height: 400px;
}

body.fixed-bar-footer .asset-selection-main {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .asset-selection-main {
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 20px;
  }
}

/* Filepicker CSS */
div.filepicker {
  text-align: center;
  padding: 5px;
  background-color: #F3F3F4;
  border-radius: 5px;
  min-height: 200px;
  border: 2px dashed #c4c4c4;
  cursor: pointer;
}

div.filepicker:hover {
  border-color: #00c2ec;
  background-color: transparent;
}

/* Icon */
.filepicker-file-icon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 2.5em 0;
  margin-top: 8%;
  padding-left: 45px;
  color: black;
}

.filepicker-file-icon::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 29px;
  height: 34px;
  content: '';
  border: solid 2px #7F7F7F;
  border-radius: 2px;
}

.filepicker-file-icon::after {
  font-size: 11px;
  line-height: 1.3;
  position: absolute;
  top: 9px;
  left: -4px;
  padding: 0 2px;
  content: 'file';
  content: attr(data-filetype);
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
}

.filepicker-file-icon .fileCorner {
  position: absolute;
  top: -7px;
  left: 22px;
  width: 0;
  height: 0;
  border-width: 11px 0 0 11px;
  border-style: solid;
  border-color: white transparent transparent #920035;
}

@media screen and (max-width: 768px) {
  .multistep-actions .pull-left {
    width: 48%;
    margin: 0;
  }
  .multistep-actions .pull-right {
    width: 48%;
    margin: 0;
  }
}

.pricing-field-group {
  text-align: left;
  cursor: pointer;
  margin: 5px 20px;
  position: relative;
}

.pricing-field-group label {
  width: 100%;
  cursor: pointer;
}

.pricing-field-group input[type=checkbox],
.pricing-field-group input[type=radio] {
  display: none;
}

.pricing-field-group input[type=checkbox]:checked + .tier-box,
.pricing-field-group input[type=radio]:checked + .tier-box {
  border-color: #00c2ec;
  color: #00c2ec;
}

.pricing-field-group input[type=checkbox]:checked + .tier-box .tier-description,
.pricing-field-group input[type=radio]:checked + .tier-box .tier-description {
  color: #00c2ec;
}

@media screen and (max-width: 768px) {
  .pricing-field-group input[type=checkbox]:checked + .tier-box .tier-description,
  .pricing-field-group input[type=radio]:checked + .tier-box .tier-description {
    display: block;
  }
}

.pricing-field-group input[type=checkbox]:checked + .tier-box .pricing-checkbox:before,
.pricing-field-group input[type=radio]:checked + .tier-box .pricing-checkbox:before {
  position: absolute;
  top: 39%;
  right: 10px;
  content: " ";
  display: inline-block;
  border-color: #00c2ec;
  background: url(image-path("check.svg")) no-repeat #00c2ec;
  background-position: center center;
  background-size: 60%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.pricing-field-group .tier-box {
  border: 2px solid #c4c4c4;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px 20px 20px;
  cursor: pointer;
}

.pricing-field-group .tier-box:hover {
  border-color: #585858;
}

.pricing-field-group .tier-box .tier-title {
  font-weight: 600;
  font-size: 25px;
}

.pricing-field-group .tier-box .tier-description {
  color: #c4c4c4;
  font-size: 14px;
}

.jp-card .jp-card-back,
.jp-card .jp-card-front {
  z-index: 2;
}

.label {
  display: block;
  width: 20%;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
  color: #5E6469;
  vertical-align: baseline;
  padding: 0;
  border-radius: 0;
  text-align: initial;
  line-height: 33px;
}

form fieldset ol > li label abbr {
  color: #ff3e3b;
}
