@charset "UTF-8";
/*!
 *  Font Awesome 4.7.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: url(/assets/fontawesome-webfont-ba552005a69e0718f70d36e302a2e4acecd2b78f75c3f3400cc89e363333959b.eot);
  src: url(/assets/fontawesome-webfont-ba552005a69e0718f70d36e302a2e4acecd2b78f75c3f3400cc89e363333959b.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-ac74cbb8412a5dfe1d390d4cab45d2cd8ff2c8cbdb4028fdbd722b8000ab02a2.woff2) format("woff2"), url(/assets/fontawesome-webfont-2b3f99652c9934733b3a1d60ff063a614b9fbba7eb1475db8efedfff13f5b90f.woff) format("woff"), url(/assets/fontawesome-webfont-8a491d6a4f6495c578d1baf5c7a36d996b14c00c53b0381321d8f200e93fa758.ttf) format("truetype"), url(/assets/fontawesome-webfont-aa6363535bf716097069828f865d2520f7ef4e0f74cae6364f761dad9f4e47c8.svg#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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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: #ffffff;
}

/* 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 {
  content: "\f077";
}

.fa-chevron-down: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-pp: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-resistance: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: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";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.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;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  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-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-46edfdbc6881128c8c9ef15380d18026f3f80c568789f8bc69700ead38e3f392.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-46edfdbc6881128c8c9ef15380d18026f3f80c568789f8bc69700ead38e3f392.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-9e78521da448b91f9a11638bbd3a6fdfc8f70adcdbda5f9227a152b215938e19.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-4cc81e49b6add6b88a08b52ce8e64e9fa60bee52beffb845d2b562a889555457.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-8c7b8473e5e75bed87fa067762453386d44733b9e8de274689ee23f77926e478.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-451680940d201dc516bc7fe26bbedc8d7dd3b18d21af4aa11a0466a526c898f0.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.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;
}

[role=button] {
  cursor: pointer;
}

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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  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 {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.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, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
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;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

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

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  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 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .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.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

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

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@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 .form-control-static {
    display: inline-block;
  }
  .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;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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;
  transition: opacity 0.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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

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

.dropup,
.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;
  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: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.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.428571429;
  color: rgb(119.085, 119.085, 119.085);
  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 dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.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:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

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

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

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

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-left-radius: 4px;
  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-right-radius: 4px;
  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],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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 .form-control:focus {
  z-index: 3;
}

.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: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.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: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-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: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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-brand {
  float: left;
  height: 60px;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
  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: 10px -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;
    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: 20px;
    padding-bottom: 20px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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 .form-control-static {
    display: inline-block;
  }
  .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;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-form {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.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 {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  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: rgb(231.425, 231.425, 231.425);
}
.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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@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: rgb(231.425, 231.425, 231.425);
  }
  .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-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: rgb(231.425, 231.425, 231.425);
}
.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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.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: rgb(8.5, 8.5, 8.5);
}
.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .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: rgb(8.5, 8.5, 8.5);
  }
  .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-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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, 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: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.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.428571429;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #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 > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.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: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.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: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.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: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
@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;
  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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: 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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.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.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.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,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .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,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.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,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr: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:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 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,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr: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:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.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,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  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: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(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;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.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: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.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 {
    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-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.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.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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 > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  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='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.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;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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: rgba(0, 0, 0, 0);
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix: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;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat 100% -20px;
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 140px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 16px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat -30px -20px;
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-be41add909d902200f3b911d0f51f40524d0656ae32c24cb16a07d8bdf455554.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.floating-label-form-group {
  position: relative;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  position: relative;
  z-index: 1;
}

.floating-label-form-group label {
  display: block;
  position: relative;
  top: 2em;
  opacity: 0;
  z-index: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  margin: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #ccc;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: 0.875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

@font-face {
  font-family: "Proxima Nova";
  src: url(/assets/proxima-nova/proximanova-regular-webfont-919fc509766361598f43331941d7711598c8a6a4e7fc88a5d334918145b9e2f5.eot);
  src: url(/assets/proxima-nova/proximanova-regular-webfont-919fc509766361598f43331941d7711598c8a6a4e7fc88a5d334918145b9e2f5.eot?#iefix) format("embedded-opentype"), url(/assets/proxima-nova/proximanova-regular-webfont-0771a5611ab2f85e4c70e7bacc36dfff4b01f8c0e6ed66003d58293127ad50e7.woff) format("woff"), url(/assets/proxima-nova/proximanova-regular-webfont-511077a6c4b59aec56690c6fafe04f6116b35baadf679b7697e5194b5b94af23.woff2) format("woff2"), url(/assets/proxima-nova/proximanova-regular-webfont-c4bca07f97f2dc65afb879e70c4523744065812b6617e2cc021567beb67da7f3.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-design-icons/material-design-icons-regular-2daebef21015cb476cc2829787bfd55ce6a94762b908d7117997f4252d5b218d.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "icomoon";
  src: url(/assets/icomoon-e84f4b334129f1975567e54d8e0519d681ddcf64b4cc9a648aa26a9262357506.eot?-ajgbc5);
  src: url(/assets/icomoon-e84f4b334129f1975567e54d8e0519d681ddcf64b4cc9a648aa26a9262357506.eot?#iefix-ajgbc5) format("embedded-opentype"), url(/assets/icomoon-9114626d5854c50ab7865ea7bcff83b0ace58c7a5a33ae2f2bfd56e445049ccd.woff?-ajgbc5) format("woff"), url(/assets/icomoon-7e694215ae728c3d08a8d6cdcff415cb9849ac78486e9281c8b2beedcc353be2.ttf?-ajgbc5) format("truetype"), url(/assets/icomoon-8e6904ce6bf2cd6edc7d41765754d2ae8d813bdb9e69469d516d4f2743ec2037.svg?-ajgbc5#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Light";
  src: url(/assets/roboto-light/Roboto-Light-1c514b50ac3e98e166b45977053329bfd84e61314d340527ee9ebf89ef61cd7d.eot);
  src: url(/assets/roboto-light/Roboto-Light-1c514b50ac3e98e166b45977053329bfd84e61314d340527ee9ebf89ef61cd7d.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-light/Roboto-Light-a54f052c91effc61e7c24d9fe053be95442825261aa48afc857a4fa9f92c2c9a.woff2) format("woff2"), url(/assets/roboto-light/Roboto-Light-9f600f4880c1c655330c26f95e459bdbfd502cffb77c894060a4a71c20bf98a6.woff) format("woff"), url(/assets/roboto-light/Roboto-Light-be33fa0dae154ab7f7eb7dee3661b24cf8364931ce86285adf4a20a57a7d8ed3.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Roboto regular */
@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/eot/Roboto-Regular-265d8b681a80db367d2787b09f625eded1cfee380203624a57cca1e1c58fab18.eot);
  src: url(/assets/roboto/eot/Roboto-Regular-265d8b681a80db367d2787b09f625eded1cfee380203624a57cca1e1c58fab18.eot?#iefix) format("embedded-opentype"), url(/assets/roboto/woff/Roboto-Regular-20814c73944495a23f81037c6d8e681adeeb753eba06704e2487e379b6e55866.woff) format("woff"), url(/assets/roboto/woff2/Roboto-Regular-31b4ec4175130e5ce195b92aa0485788b65129fc2ecb87ea616f7730c1170076.woff2) format("woff2"), url(/assets/roboto/ttf/Roboto-Regular-b8d594804c0a216e729f53d7fbedac248daeeb273a05019f9bc1e7060e316b5b.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "social-icons";
  src: url(/assets/social-icons-daa0ac355b57e761aa71b61bf9756ab7213c70c4dab40c1ff39fb8ca45573f08.eot?-jmz0tg);
  src: url(/assets/social-icons-daa0ac355b57e761aa71b61bf9756ab7213c70c4dab40c1ff39fb8ca45573f08.eot?#iefix-jmz0tg) format("embedded-opentype"), url(/assets/social-icons-7c54f22c1e185d460b3ab30dffe3f55a7e8253697bdcca826fb0ea93dfc39b11.ttf?-jmz0tg) format("truetype"), url(/assets/social-icons-855977e9b8946a785262e9f099bc428a42471db28968515f75bb5c87e8d4da61.woff?-jmz0tg) format("woff"), url(/assets/social-icons-49d0dd8044a8e950fdfb999d0888835233372493a2521d8a7579ce62343ec347.svg?-jmz0tg#social-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=social-icon-], [class*=" social-icon-"] {
  font-family: "social-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Staatliches font */
@font-face {
  font-family: "Staatliches";
  src: url(/assets/staatliches/Staatliches-Regular-a4c05f73d689db509edc9e959b5226a44c243493305d96f97513d7c520337c69.eot);
  src: url(/assets/staatliches/Staatliches-Regular-a4c05f73d689db509edc9e959b5226a44c243493305d96f97513d7c520337c69.eot?#iefix) format("embedded-opentype"), url(/assets/staatliches/Staatliches-Regular-e721f36bbe0c3245fa7a18d2dfe0e4989f65511bfe9cad25512deb3c0c99e27e.ttf) format("truetype"), url(/assets/staatliches/Staatliches-Regular-f1f9f7745ff171bdea6164193012a73f16ed5e053fa688c59adc561b8b97e332.woff) format("woff"), url(/assets/staatliches/Staatliches-Regular-c717f90bd374baae1c8ebf6611fcaa09e409aaffc8d01fd07eeb0f39cb95f356.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
  border-color: rgb(161.4775280899, 166.5056179775, 169.5224719101);
  border-radius: 2px;
}

select.form-control.tall-field + .chosen-container.chosen-container-single .chosen-single {
  height: 50px;
  padding-top: 14px;
  padding-left: 12px;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}

select.form-control.tall-field + .chosen-container.chosen-container-single .chosen-single div {
  top: 12px;
}

select.form-control + .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
  border-radius: 2px;
  border-color: #23AFF1;
  box-shadow: 0 0 3px rgba(50, 100, 230, 0.5);
}

select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
  border-color: rgb(161.4775280899, 166.5056179775, 169.5224719101);
  border-radius: 2px;
}

select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  background-image: none;
}

select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 5px 12px 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
  border-color: rgb(161.4775280899, 166.5056179775, 169.5224719101);
  border-radius: 2px;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
  padding: 5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 5px 29px 3px 10px;
  margin: 0 6px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
  background-color: rgb(202.8205128205, 236.0256410256, 251.6794871795);
  border: none;
  color: #555a5d;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 10px;
  right: 6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #66AFE9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #23AFF1;
  box-shadow: 0 0 3px rgba(50, 100, 230, 0.5);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}

.chosen-container-single .chosen-single abbr {
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) -42px 1px no-repeat;
}

.chosen-container-single .chosen-single div b {
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat 0px 3px;
}

.chosen-container-single .chosen-search input[type=text] {
  background: white url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat 100% -20px;
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat 100% -20px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) -42px 1px no-repeat;
}

.chosen-rtl .chosen-search input[type=text] {
  background: white url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat -30px -20px;
  background: url(/assets/chosen-sprite-a6a26a409c1368ffc6a7402b4549c3a13fec72831a95228a92b8dae3a8e7b17f.png) no-repeat -30px -20px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: rgb(182.8035714286, 177.25, 171.6964285714) !important;
}

select.form-control + .chosen-container.chosen-container-single .chosen-default {
  color: rgb(182.8035714286, 177.25, 171.6964285714) !important;
}

.has-error select.form-control + .chosen-container-multi .chosen-choices {
  border-color: #a94442;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-be41add909d902200f3b911d0f51f40524d0656ae32c24cb16a07d8bdf455554.png) !important;
  }
}
/* @end */
/*!
 * bootstrap-star-rating v4.0.6
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2019, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  background: transparent url(/../img/loading.gif) top left no-repeat;
  border: none;
}

/*
 * Stars & Input
 */
.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: none;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.rating-container.is-display-only .rating-input,
.rating-container.is-display-only .rating-stars {
  cursor: default;
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
  cursor: not-allowed;
}

.rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}

.rating-container .empty-stars {
  color: #aaa;
}

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}

.rating-rtl {
  float: right;
}

.rating-animate .filled-stars {
  transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  transition: none;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}

.clear-rating-active {
  cursor: pointer !important;
}

.clear-rating-active:hover {
  color: #843534;
}

.rating-container .clear-rating {
  padding-right: 5px;
}

/**
 * Caption
 */
/* extend support to BS4 */
.rating-container .caption .label {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.rating-container .caption {
  margin-left: 5px;
  margin-right: 0;
}

.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}

/**
 * Print
 */
@media print {
  .rating-container .clear-rating {
    display: none;
  }
}
/**
 * Sizes
 */
.rating-xl {
  font-size: 48px;
}

.rating-lg {
  font-size: 40px;
}

.rating-md {
  font-size: 32px;
}

.rating-sm {
  font-size: 24px;
}

.rating-xs {
  font-size: 16px;
}

.rating-xl .caption {
  font-size: 20px;
}

.rating-lg .caption {
  font-size: 18px;
}

.rating-md .caption {
  font-size: 16px;
}

.rating-sm .caption {
  font-size: 14px;
}

.rating-xs .caption {
  font-size: 12px;
}

/* jQuery.Rating Plugin CSS - https://star-rating.fyneworks.com/ */
.star-rating-control {
  display: flex;
  justify-content: flex-start;
}

.star-centered .star-rating-control {
  justify-content: center;
}

div.star-rating {
  width: 20px;
  height: 20px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}
div.star-rating a {
  display: block;
  width: 20px;
  height: 100%;
  border: 0;
  background: url(/assets/grey-star-80-753fb6b2749c2133b11b10a1bc434e514689043c484e338f9949e4c288a42b1f.png) no-repeat 0 0px;
  background-size: 20px 20px !important;
}
div.star-rating.x-large {
  width: 45px;
  height: 45px;
}
div.star-rating.x-large a {
  width: 45px;
  background: url(/assets/grey-star-80-753fb6b2749c2133b11b10a1bc434e514689043c484e338f9949e4c288a42b1f.png) no-repeat 0 0px;
  background-size: 45px 45px !important;
}
div.star-rating.large {
  width: 30px;
  height: 30px;
}
div.star-rating.large a {
  width: 30px;
  background: url(/assets/grey-star-80-753fb6b2749c2133b11b10a1bc434e514689043c484e338f9949e4c288a42b1f.png) no-repeat 0 0px;
  background-size: 30px 30px !important;
}

div.rating-cancel {
  display: none;
}

div.star-rating-on a {
  background: url(/assets/blue-star-45-39f82f5fa7ea0b626d95179518e7dab2043a7449b2b31f56df50c6fac5310c39.png) no-repeat 0 0px !important;
  background-size: 20px 20px !important;
}
div.star-rating-on.large a {
  background: url(/assets/blue-star-45-39f82f5fa7ea0b626d95179518e7dab2043a7449b2b31f56df50c6fac5310c39.png) no-repeat 0 0px !important;
  background-size: 30px 30px !important;
}
div.star-rating-on.x-large a {
  background: url(/assets/blue-star-45-39f82f5fa7ea0b626d95179518e7dab2043a7449b2b31f56df50c6fac5310c39.png) no-repeat 0 0px !important;
  background-size: 45px 45px !important;
}

div.star-rating-hover:not(.large) a {
  background: url(/assets/blue-star-45-39f82f5fa7ea0b626d95179518e7dab2043a7449b2b31f56df50c6fac5310c39.png) no-repeat 0 0px !important;
  background-size: 20px 20px !important;
}
div.star-rating-hover.large a {
  background: url(/assets/blue-star-45-39f82f5fa7ea0b626d95179518e7dab2043a7449b2b31f56df50c6fac5310c39.png) no-repeat 0 0px !important;
  background-size: 30px 30px !important;
}
div.star-rating-hover.x-large a {
  background: url(/assets/blue-star-45-39f82f5fa7ea0b626d95179518e7dab2043a7449b2b31f56df50c6fac5310c39.png) no-repeat 0 0px !important;
  background-size: 45px 45px !important;
}

/* Read Only CSS */
div.star-rating-readonly a {
  cursor: default !important;
}

/* Partial Star CSS */
div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}

/* END jQuery.Rating Plugin CSS */
@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-pull-left {
    text-align: left;
  }
  .mobile-pull-right {
    text-align: right;
  }
  .mobile-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tablet-hidden {
    display: none;
  }
  .tablet-pull-left {
    text-align: left;
  }
  .tablet-pull-right {
    text-align: right;
  }
  .tablet-full {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .desktop-hidden {
    display: none;
  }
  .desktop-pull-left {
    text-align: left;
  }
  .desktop-pull-right {
    text-align: right;
  }
  .desktop-full {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .large-desktop-hidden {
    display: none;
  }
  .large-desktop-pull-left {
    text-align: left;
  }
  .large-desktop-pull-right {
    text-align: right;
  }
  .large-desktop-full {
    width: 100%;
  }
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

html {
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
}

body {
  color: rgb(43.3125, 55.6875, 53.625);
  cursor: initial;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.job-search-section-content-wrapper {
  overflow: hidden;
}
body strong {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(43.3125, 55.6875, 53.625);
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

hr {
  margin: 30px 0;
}

a {
  color: rgb(13.4615384615, 148.0769230769, 211.5384615385);
}
a:hover {
  color: rgb(10.4102564103, 114.5128205128, 163.5897435897);
}

ul li strong,
p strong {
  color: rgb(43.3125, 55.6875, 53.625);
  font-weight: normal;
}

.content-wrapper {
  margin-top: 15px;
}

.blue-two {
  color: #23AFF1;
}

.text-roboto {
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
}

.turbo-progress-bar {
  background-color: #23AFF1 !important;
  height: 3px !important;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.clear-both {
  clear: both;
}

.no-padding {
  padding: 0;
}

.inline-block {
  display: inline-block;
}

.no-top-margin {
  margin-top: 0;
}

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

.full-width {
  width: 100%;
}

.zero-padding {
  padding: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.no-padding-desktop {
  padding: 0;
}

.no-gutter {
  padding: 0;
}

h1 {
  font-size: 27px;
  font-family: "Roboto", sans-serif;
}

h2 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .employers-job_postings .row,
  .employers-dashboard .row,
  .employers-job_seekers .row,
  .employers-locations .row,
  .employers-messages .row,
  .employers-accounts .row,
  .applicants-job_seeker_profile .row,
  .applicants-job_seekers-dashboard .row,
  .applicants-job_applications-index .row,
  .applicants-job_seekers-privacy_settings .row,
  .applicants-messages-index .row,
  .applicants-messages-show .row,
  .public_profile-show .row,
  .employers-abstract .row,
  .applicants-job_alerts-index .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .employers-job_postings .modal .row,
  .employers-dashboard .modal .row,
  .employers-job_seekers .modal .row,
  .employers-locations .modal .row,
  .employers-messages .modal .row,
  .employers-accounts .modal .row,
  .applicants-job_seeker_profile .modal .row,
  .applicants-job_seekers-dashboard .modal .row,
  .applicants-job_applications-index .modal .row,
  .applicants-job_seekers-privacy_settings .modal .row,
  .applicants-messages-index .modal .row,
  .applicants-messages-show .modal .row,
  .public_profile-show .modal .row,
  .employers-abstract .modal .row,
  .applicants-job_alerts-index .modal .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .no-padding-mobile {
    padding: 0px;
  }
  .no-padding-desktop {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

.page-wrap.relative {
  overflow-x: hidden;
}

body.employers-job_postings,
body.employers-dashboard,
body.employers-job_seekers,
body.employers-locations,
body.employers-messages,
body.employers-accounts,
body.employers-interviews,
body.employers-credit_cards,
body.employers-abstract,
body.employers-availabilities,
body.employers-site_notifications,
body.applicants-job_seeker_profile,
body.applicants-job_seekers-dashboard,
body.applicants-job_alerts-index,
body.applicants-job_seekers-privacy_settings,
body.applicants-messages-index,
body.applicants-reference_requests,
body.applicants-public_profiles,
body.public_profile-show,
body.applicants-public_profiles,
body.applicants-site_notifications,
body.applicants-job_seekers-account_settings,
body.applicants-interviews,
body.job_alerts.job_alerts-create,
body.applicants-job_applications-index,
body.employers-checkout-complete,
body.pages.pages-support,
body.pages.pages-terms_of_use,
body.pages.pages-privacy_policy,
body.applicants-reviews-index,
body.articles {
  /* Background image provided by Toptal Subtle Patterns */
  background: linear-gradient(rgba(190, 190, 190, 0.2), rgba(190, 190, 190, 0.2)), url(/assets/background/straws/straws/straws-a815da6cee20a1a10016bc8c8d20d487f53947dc9ddc23cb4f2aed7a73133526.png) !important;
}

.availability-form .interview-period-label-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 0;
}
.availability-form .interview-period-label-wrapper.interview-period-label-wrapper-second {
  margin-top: 20px;
}
@media (min-width: 650px) {
  .availability-form .interview-period-label-wrapper.interview-period-label-wrapper-second {
    margin-top: 0;
  }
}
.availability-form .slider-medium {
  margin-top: 5px;
  margin-left: 10px;
  height: 21px;
  text-align: left;
}
.availability-form select.disabled:hover {
  border-color: #A1A7AA;
  box-shadow: none;
}

.badge {
  padding: 3px 7px 4px 7px;
}

.badge-sm {
  font-size: 11px;
  padding: 1px 7px 3px 7px;
}

a .badge-86 {
  background-color: rgb(134.8314606742, 141.2921348315, 145.1685393258);
  text-decoration: none;
}
a .badge-86:hover {
  background-color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}

a .badge-86-primary {
  background-color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  text-decoration: none;
}
a .badge-86-primary:hover {
  background-color: #23AFF1;
}

a.black-back-arrow, .black-back-arrow {
  color: black;
  font-size: 26px;
}

.blockquote-86 {
  background: rgb(43.3125, 55.6875, 53.625);
  border-left: 10px solid #151b1a;
  border-right: 10px solid #151b1a;
  letter-spacing: 0.03rem;
  margin: 1rem 0 1.5rem;
  min-height: 115px;
  padding: 20px;
}

.blockquote-86,
.blockquote-86 p {
  color: #fff;
  font-size: 20px;
  font-style: italic;
}
.blockquote-86 small,
.blockquote-86 p small {
  color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  font-size: 15px;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 14px;
}

.blueimp-gallery > .slides > .slide-loading {
  background: url(/assets/blueimp/loading-4506ab7795cbfa0a471d0d29ce3caec8bde671ee0c5575842bf374e508d73107.gif) center no-repeat !important;
}

.blueimp-gallery-smil > .slides > .slide-loading {
  background-image: url(/assets/blueimp/loading-753c1801270961895acbe78981d580f4cb58f1d15190cf04f357e4647127eeb8.svg) !important;
}

.blueimp-gallery > .slides > .slide-error {
  background: url(/assets/blueimp/error-a72a70da31af2d421779a0fb2567793bcf80a3038b3b0da36295813c96107713.png) center no-repeat !important;
}

.blueimp-gallery-svgasimg > .slides > .slide-error {
  background-image: url(/assets/blueimp/error-64658a107b15d60bb347f014c8416d6a70d4f7b812e28c045f0286d33034c7f6.svg) !important;
}

.blueimp-gallery-display > .prev,
.blueimp-gallery-display > .next {
  background: #222 url(/assets/blueimp/prev-c0a11d36be7eb068d786557e940bc0ff44e8cdd5db7c0b9c95ee2d94dff9273f.png) center no-repeat !important;
}

.blueimp-gallery-display > .next {
  background-image: url(/assets/blueimp/next-8374cc97fbb4aa49381790e17bf6f350ec946fdd7de542f2acd1fe4e020aa944.png) !important;
}

.blueimp-gallery-svgasimg > .prev {
  background-image: url(/assets/blueimp/prev-c97af66ad62bf9d7cfab9941bc6b093aaf66120e339f4f6e551867a7df0250ba.svg) !important;
}

.blueimp-gallery-svgasimg > .next {
  background-image: url(/assets/blueimp/next-b784ff575bae41dbb56d74cecb092ecbfb9fa6b644e0e9944175a7de28333573.svg) !important;
}

.blueimp-gallery-display > .close {
  background: url(/assets/blueimp/close-e95ba69f3d4bc221a4d82bd91de382ab2a9e5585eea27062e54c5a2053e05e17.png) center no-repeat !important;
}

.blueimp-gallery-svgasimg > .close {
  background-image: url(/assets/blueimp/close-e040c193e487a2e0905abbd60d682389e94e7c17ff3cbcfe6bd1a00625c7cb16.svg) !important;
}

.blueimp-gallery-display > .play-pause {
  background: url(/assets/blueimp/play-pause-f20ce59537dbf0d17a47c7c54b1374fc197552ad686e3e5830c6ac112a14ae12.png) 0 0 no-repeat !important;
}

.blueimp-gallery-svgasimg > .play-pause {
  background-image: url(/assets/blueimp/play-pause-38005e7f1acc76dc6e7d02fdc00be9ce376175ecac8123c83d43e46da71dbf09.svg) !important;
}

.rating-container .filled-stars {
  color: #337AB7;
  text-shadow: none;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: currentcolor;
}

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

.radio-box > label {
  background: white;
  height: 100%;
  cursor: pointer;
  padding: 80px 0 5px 0;
  padding-left: 0 !important;
  text-align: center;
  width: 100%;
}
.radio-box > label p {
  padding: 0.5rem;
}
.radio-box > label p.emphasis-banner {
  background-color: #23AFF1;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 3px 0px 0px 0px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
}

.radio-box label.has-error .box, .radio-box label.has-error .circle {
  border-color: #c02942 !important;
}
.radio-box label.has-error .check {
  background-color: #c02942 !important;
}

.radio-box ul.regular-list {
  margin-left: 20px;
  margin-right: 15px;
  list-style-type: none;
  padding-left: 20px;
}
.radio-box ul.regular-list li:before {
  font-family: "FontAwesome";
  color: #03CF5F;
  content: "\f00c";
  margin: 0 3px 0 -18px;
}
.radio-box ul.regular-list li.red-checkbox:before {
  color: rgb(215.2317596567, 68.7682403433, 93.017167382);
  content: "\f00d";
}
.radio-box ul.regular-list.no-right-margin-on-icon li:before {
  margin: 0 0 0 -18px;
}

.radio-box > label * {
  cursor: pointer;
}

.radio-boxes > .radio-box {
  vertical-align: top;
}

.radio-boxes {
  margin-left: 15px;
}
.radio-boxes .radio-box {
  padding-top: 0px !important;
}
.radio-boxes .radio-box label .circle {
  left: calc(50% - 10px);
  top: 50px;
}
.radio-boxes .radio-box label .check {
  left: calc(50% - 9px);
  top: 51px;
}
.radio-boxes .radio-box label .box {
  border: 2px solid rgb(178.8461538462, 227.3076923077, 250.1538461538);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.radio-boxes .radio-box label .text {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-size: 21px;
  font-weight: bold;
  left: initial;
  position: relative;
  margin: 0 auto;
  top: initial;
}
.radio-boxes .radio-box label small {
  font-size: 1.4rem;
  color: rgb(148.154494382, 153.8988764045, 157.345505618);
}
.radio-boxes .radio-box label small.darkened-price {
  color: #03CF5F;
}

.radio-box input[type=radio]:checked ~ .box {
  border-color: #23AFF1;
}

.radio-box input[type=radio]:checked ~ .text {
  color: rgb(11.9382022472, 12.6404494382, 13.0617977528);
}

.radio.radio-box.radio-box-primary {
  width: calc(100% - 40px);
}

@media (min-width: 992px) {
  .radio.radio-box.radio-box-primary {
    width: calc(50% - 40px);
  }
}
.edit-button-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0 0 0;
  width: 55px;
}
.edit-button-wrapper div.section-profile-level-inline {
  margin-right: 5px;
  width: 34px;
}
.edit-button-wrapper a {
  display: block;
  height: 20px;
  outline: none;
  width: 100%;
}
.edit-button-wrapper .edit-button-inner-wrapper {
  width: 16px;
}
.edit-button-wrapper i {
  color: rgb(13.4615384615, 148.0769230769, 211.5384615385);
}
.edit-button-wrapper i:hover {
  color: rgb(10.4102564103, 114.5128205128, 163.5897435897);
}

.close-button-wrapper a:hover {
  text-decoration: none;
}

.close-button {
  color: #555a5d;
  font-size: 35px;
  line-height: 20px;
  opacity: 0.5;
  position: relative;
  top: 12px;
}

button,
.btn {
  transition: all 100ms linear;
  -webkit-font-smoothing: auto;
  border: 2px solid transparent;
  border-radius: 2px;
  color: #fff;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 13px 22px 12px;
  text-transform: uppercase;
}

.btn-xs,
.btn-group-xs > .btn {
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 1px 5px 2px;
}

button.btn-sm,
.btn.btn-sm,
.btn-group-sm > .btn {
  font-size: 13px;
  padding: 8px 12px;
}

button.btn-lg,
.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 17px;
  padding: 20px 30px;
}

button.btn-86-primary,
.btn-86-primary {
  background-color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  color: #fff;
}
@media (min-width: 992px) {
  button.btn-86-primary:hover, button.btn-86-primary:focus, button.btn-86-primary:active,
  .btn-86-primary:hover,
  .btn-86-primary:focus,
  .btn-86-primary:active {
    background-color: #23AFF1;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
  }
}
button.btn-86-primary.disabled, button.btn-86-primary[disabled], button.btn-86-primary.disabled, button.btn-86-primary[disabled],
.btn-86-primary.disabled,
.btn-86-primary[disabled],
.btn-86-primary.disabled,
.btn-86-primary[disabled] {
  background: rgb(154.8717948718, 218.5897435897, 248.6282051282);
  border-color: rgb(154.8717948718, 218.5897435897, 248.6282051282);
  color: #fff;
  cursor: not-allowed;
  opacity: 0.65;
}
button.btn-86-primary.disabled:hover, button.btn-86-primary.disabled:focus, button.btn-86-primary[disabled]:hover, button.btn-86-primary[disabled]:focus, button.btn-86-primary.disabled:hover, button.btn-86-primary.disabled:focus, button.btn-86-primary[disabled]:hover, button.btn-86-primary[disabled]:focus,
.btn-86-primary.disabled:hover,
.btn-86-primary.disabled:focus,
.btn-86-primary[disabled]:hover,
.btn-86-primary[disabled]:focus,
.btn-86-primary.disabled:hover,
.btn-86-primary.disabled:focus,
.btn-86-primary[disabled]:hover,
.btn-86-primary[disabled]:focus {
  background: rgb(154.8717948718, 218.5897435897, 248.6282051282);
  border-color: rgb(154.8717948718, 218.5897435897, 248.6282051282);
  color: #fff;
  opacity: 0.65;
}

.btn-primary {
  background: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  transition: background-color border-color 0.3s;
  -webkit-transition: background-color border-color 0.3s;
}
.btn-primary:hover {
  background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  border: 2px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
@media (min-width: 992px) {
  .btn-primary:hover {
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
  }
}

button.btn-86-default,
.btn-86-default,
button.btn-86-secondary,
.btn-86-secondary {
  background: #fff;
}
@media (min-width: 992px) {
  button.btn-86-default:hover, button.btn-86-default:focus, button.btn-86-default:active,
  .btn-86-default:hover,
  .btn-86-default:focus,
  .btn-86-default:active,
  button.btn-86-secondary:hover,
  button.btn-86-secondary:focus,
  button.btn-86-secondary:active,
  .btn-86-secondary:hover,
  .btn-86-secondary:focus,
  .btn-86-secondary:active {
    background-color: #fff;
    border-color: rgb(170.9642857143, 164.5, 158.0357142857);
    color: rgb(135.2678571429, 126.25, 117.2321428571);
    text-decoration: none;
  }
}
button.btn-86-default.disabled, button.btn-86-default[disabled], button.btn-86-default.disabled, button.btn-86-default[disabled],
.btn-86-default.disabled,
.btn-86-default[disabled],
.btn-86-default.disabled,
.btn-86-default[disabled],
button.btn-86-secondary.disabled,
button.btn-86-secondary[disabled],
button.btn-86-secondary.disabled,
button.btn-86-secondary[disabled],
.btn-86-secondary.disabled,
.btn-86-secondary[disabled],
.btn-86-secondary.disabled,
.btn-86-secondary[disabled] {
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
  cursor: not-allowed;
  opacity: 0.65;
}
button.btn-86-default.disabled:hover, button.btn-86-default.disabled:focus, button.btn-86-default[disabled]:hover, button.btn-86-default[disabled]:focus, button.btn-86-default.disabled:hover, button.btn-86-default.disabled:focus, button.btn-86-default[disabled]:hover, button.btn-86-default[disabled]:focus,
.btn-86-default.disabled:hover,
.btn-86-default.disabled:focus,
.btn-86-default[disabled]:hover,
.btn-86-default[disabled]:focus,
.btn-86-default.disabled:hover,
.btn-86-default.disabled:focus,
.btn-86-default[disabled]:hover,
.btn-86-default[disabled]:focus,
button.btn-86-secondary.disabled:hover,
button.btn-86-secondary.disabled:focus,
button.btn-86-secondary[disabled]:hover,
button.btn-86-secondary[disabled]:focus,
button.btn-86-secondary.disabled:hover,
button.btn-86-secondary.disabled:focus,
button.btn-86-secondary[disabled]:hover,
button.btn-86-secondary[disabled]:focus,
.btn-86-secondary.disabled:hover,
.btn-86-secondary.disabled:focus,
.btn-86-secondary[disabled]:hover,
.btn-86-secondary[disabled]:focus,
.btn-86-secondary.disabled:hover,
.btn-86-secondary.disabled:focus,
.btn-86-secondary[disabled]:hover,
.btn-86-secondary[disabled]:focus {
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
  opacity: 0.65;
}

button.btn-86-secondary,
.btn-86-secondary {
  border: 1px solid rgb(65.625, 84.375, 81.25);
  color: rgb(43.3125, 55.6875, 53.625);
  padding: 9px 12px;
  font-weight: 400;
}
button.btn-86-secondary:hover, button.btn-86-secondary:focus, button.btn-86-secondary:active,
.btn-86-secondary:hover,
.btn-86-secondary:focus,
.btn-86-secondary:active {
  color: rgb(170.9642857143, 164.5, 158.0357142857);
}
@media (min-width: 992px) {
  button.btn-86-secondary:hover, button.btn-86-secondary:focus, button.btn-86-secondary:active,
  .btn-86-secondary:hover,
  .btn-86-secondary:focus,
  .btn-86-secondary:active {
    background-color: #fff;
    border-color: rgb(170.9642857143, 164.5, 158.0357142857);
    color: rgb(135.2678571429, 126.25, 117.2321428571);
    text-decoration: none;
  }
}

a.btn.btn-borderless,
button.btn.btn-borderless {
  border: 1px solid white;
  color: rgb(43.3125, 55.6875, 53.625);
  padding: 9px 12px;
  font-weight: 400;
}
a.btn.btn-borderless:hover, a.btn.btn-borderless:focus, a.btn.btn-borderless:active,
button.btn.btn-borderless:hover,
button.btn.btn-borderless:focus,
button.btn.btn-borderless:active {
  color: rgb(170.9642857143, 164.5, 158.0357142857);
}
@media (min-width: 992px) {
  a.btn.btn-borderless:hover, a.btn.btn-borderless:focus, a.btn.btn-borderless:active,
  button.btn.btn-borderless:hover,
  button.btn.btn-borderless:focus,
  button.btn.btn-borderless:active {
    background-color: #fff;
    text-decoration: none;
  }
}

.btn-86-default {
  border: 1px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.btn-86-default.btn-default-emphasis {
  border: 2px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.btn-86-default.disabled {
  color: #555a5d;
  border: 1px solid #555a5d;
}
.btn-86-default.without-hover-effects {
  background-color: #fff;
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}

a.btn-86-default.without-hover-effects:hover,
.btn-default.btn-86-default.without-hover-effects:hover,
input.btn-86-default.without-hover-effects:hover,
button.btn-86-default.without-hover-effects:hover,
.btn-86-default.without-hover-effects:hover {
  background-color: white;
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
a.btn-86-default:hover,
.btn-default.btn-86-default:hover,
input.btn-86-default:hover,
button.btn-86-default:hover,
.btn-86-default:hover {
  border-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
@media (min-width: 992px) {
  a.btn-86-default:hover,
  .btn-default.btn-86-default:hover,
  input.btn-86-default:hover,
  button.btn-86-default:hover,
  .btn-86-default:hover {
    background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
    color: white;
  }
}
@media (max-width: 991px) {
  a.btn-86-default:hover,
  .btn-default.btn-86-default:hover,
  input.btn-86-default:hover,
  button.btn-86-default:hover,
  .btn-86-default:hover {
    color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
    background-color: #fff;
  }
}

.btn-86-default.without-hover-effects:hover {
  background-color-border: 1px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
  background-color-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}

button.btn-86-success,
.btn-86-success {
  background: #03CF5F;
  border: 2px solid #03CF5F;
  color: #fff;
}
@media (min-width: 992px) {
  button.btn-86-success:hover, button.btn-86-success:focus, button.btn-86-success:active,
  .btn-86-success:hover,
  .btn-86-success:focus,
  .btn-86-success:active {
    background: rgb(3.2185714286, 222.0814285714, 101.9214285714);
    border: 2px solid rgb(3.2185714286, 222.0814285714, 101.9214285714);
  }
}
button.btn-86-success.disabled, button.btn-86-success[disabled], button.btn-86-success.disabled, button.btn-86-success[disabled],
.btn-86-success.disabled,
.btn-86-success[disabled],
.btn-86-success.disabled,
.btn-86-success[disabled] {
  background: #03CF5F;
  border-color: #03CF5F;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.65;
}
button.btn-86-success.disabled:hover, button.btn-86-success.disabled:focus, button.btn-86-success[disabled]:hover, button.btn-86-success[disabled]:focus, button.btn-86-success.disabled:hover, button.btn-86-success.disabled:focus, button.btn-86-success[disabled]:hover, button.btn-86-success[disabled]:focus,
.btn-86-success.disabled:hover,
.btn-86-success.disabled:focus,
.btn-86-success[disabled]:hover,
.btn-86-success[disabled]:focus,
.btn-86-success.disabled:hover,
.btn-86-success.disabled:focus,
.btn-86-success[disabled]:hover,
.btn-86-success[disabled]:focus {
  background: #03CF5F;
  border-color: #03CF5F;
  color: #fff;
  opacity: 0.65;
}

button.btn-86-info,
.btn-86-info {
  background: #C2BDB2;
  border: 2px solid #C2BDB2;
  color: #fff;
}
@media (min-width: 992px) {
  button.btn-86-info:hover, button.btn-86-info:focus, button.btn-86-info:active,
  .btn-86-info:hover,
  .btn-86-info:focus,
  .btn-86-info:active {
    background: rgb(207.5260869565, 203.6347826087, 195.0739130435);
    border: 2px solid rgb(207.5260869565, 203.6347826087, 195.0739130435);
  }
}
button.btn-86-info.disabled, button.btn-86-info[disabled], button.btn-86-info.disabled, button.btn-86-info[disabled],
.btn-86-info.disabled,
.btn-86-info[disabled],
.btn-86-info.disabled,
.btn-86-info[disabled] {
  background: #C2BDB2;
  border-color: #C2BDB2;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.65;
}
button.btn-86-info.disabled:hover, button.btn-86-info.disabled:focus, button.btn-86-info[disabled]:hover, button.btn-86-info[disabled]:focus, button.btn-86-info.disabled:hover, button.btn-86-info.disabled:focus, button.btn-86-info[disabled]:hover, button.btn-86-info[disabled]:focus,
.btn-86-info.disabled:hover,
.btn-86-info.disabled:focus,
.btn-86-info[disabled]:hover,
.btn-86-info[disabled]:focus,
.btn-86-info.disabled:hover,
.btn-86-info.disabled:focus,
.btn-86-info[disabled]:hover,
.btn-86-info[disabled]:focus {
  background: #C2BDB2;
  border-color: #C2BDB2;
  color: #fff;
  opacity: 0.65;
}

button.btn-86-warning,
.btn-86-warning {
  background: #E45607;
  border: 2px solid #E45607;
  color: #fff;
}
@media (min-width: 992px) {
  button.btn-86-warning:hover, button.btn-86-warning:focus, button.btn-86-warning:active,
  .btn-86-warning:hover,
  .btn-86-warning:focus,
  .btn-86-warning:active {
    background: rgb(248.3276595745, 112.9744680851, 37.6723404255);
    border: 2px solid rgb(248.3276595745, 112.9744680851, 37.6723404255);
  }
}
button.btn-86-warning.disabled, button.btn-86-warning[disabled], button.btn-86-warning.disabled, button.btn-86-warning[disabled],
.btn-86-warning.disabled,
.btn-86-warning[disabled],
.btn-86-warning.disabled,
.btn-86-warning[disabled] {
  background: #E45607;
  border-color: #E45607;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.65;
}
button.btn-86-warning.disabled:hover, button.btn-86-warning.disabled:focus, button.btn-86-warning[disabled]:hover, button.btn-86-warning[disabled]:focus, button.btn-86-warning.disabled:hover, button.btn-86-warning.disabled:focus, button.btn-86-warning[disabled]:hover, button.btn-86-warning[disabled]:focus,
.btn-86-warning.disabled:hover,
.btn-86-warning.disabled:focus,
.btn-86-warning[disabled]:hover,
.btn-86-warning[disabled]:focus,
.btn-86-warning.disabled:hover,
.btn-86-warning.disabled:focus,
.btn-86-warning[disabled]:hover,
.btn-86-warning[disabled]:focus {
  background: #E45607;
  border-color: #E45607;
  color: #fff;
  opacity: 0.65;
}

button.btn-86-danger,
.btn-86-danger {
  background: #c02942;
  border: 2px solid #c02942;
  color: #fff;
}
@media (min-width: 992px) {
  button.btn-86-danger:hover, button.btn-86-danger:focus, button.btn-86-danger:active,
  .btn-86-danger:hover,
  .btn-86-danger:focus,
  .btn-86-danger:active {
    background: rgb(215.2317596567, 68.7682403433, 93.017167382);
    border: 2px solid rgb(215.2317596567, 68.7682403433, 93.017167382);
  }
}
button.btn-86-danger.disabled, button.btn-86-danger[disabled], button.btn-86-danger.disabled, button.btn-86-danger[disabled],
.btn-86-danger.disabled,
.btn-86-danger[disabled],
.btn-86-danger.disabled,
.btn-86-danger[disabled] {
  background: #c02942;
  border-color: #c02942;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.65;
}
button.btn-86-danger.disabled:hover, button.btn-86-danger.disabled:focus, button.btn-86-danger[disabled]:hover, button.btn-86-danger[disabled]:focus, button.btn-86-danger.disabled:hover, button.btn-86-danger.disabled:focus, button.btn-86-danger[disabled]:hover, button.btn-86-danger[disabled]:focus,
.btn-86-danger.disabled:hover,
.btn-86-danger.disabled:focus,
.btn-86-danger[disabled]:hover,
.btn-86-danger[disabled]:focus,
.btn-86-danger.disabled:hover,
.btn-86-danger.disabled:focus,
.btn-86-danger[disabled]:hover,
.btn-86-danger[disabled]:focus {
  background: #c02942;
  border-color: #c02942;
  color: #fff;
  opacity: 0.65;
}

.btn-86-file {
  display: block;
  position: relative;
  overflow: hidden;
}

.btn-86-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.wysiwyg .btn {
  padding: 12px 16px 12px;
  font-size: 12px;
}

.wysiwyg .btn-default {
  color: #555a5d;
  border: 1px solid #555a5d;
}

.social-icon-facebook:before,
.social-icon-twitter:before,
.social-icon-linkedin2:before {
  transition: 0.25s;
}
.social-icon-facebook:before:hover,
.social-icon-twitter:before:hover,
.social-icon-linkedin2:before:hover {
  text-decoration: none;
}

.full-width {
  width: 100%;
}

.profile-buttons {
  padding: 0px;
}
.profile-buttons .btn-86-default {
  width: 100%;
  font-size: 15px;
  text-transform: capitalize;
}

.employer-side-block-button {
  border: none;
  background: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
@media (min-width: 992px) {
  .employer-side-block-button:hover {
    color: #fff;
    background: #337ab7;
  }
}

.cloud-button-wrapper {
  font-size: 12px;
  padding-left: 0px;
  padding-right: 10px;
  width: 33.33%;
}
.cloud-button-wrapper a.cloud-button {
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  border-radius: 5px;
  color: inherit;
  display: block;
  font-weight: normal;
  padding: 6px 6px 3px 0px;
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.cloud-button-wrapper a.cloud-button img {
  margin-bottom: 4px;
}
.cloud-button-wrapper a.cloud-button:hover {
  box-shadow: 0px 0px 2px 2px #888;
}
.cloud-button-wrapper:last-of-type {
  padding-right: 0;
}

/* employer UI */
.employers-job_postings .btn-86-default,
.employers-accounts .btn-86-default,
.employers-credit_cards .btn-86-default,
.employers-locations .btn-86-default,
.employers-job_seekers .btn-86-default,
.employers-messages .btn-86-default,
.employers-abstract .btn-86-default,
.employers-dashboard .btn-86-default,
.employer-button-wrapper .btn-86-default {
  text-transform: capitalize;
}
.employers-job_postings .btn-group,
.employers-accounts .btn-group,
.employers-credit_cards .btn-group,
.employers-locations .btn-group,
.employers-job_seekers .btn-group,
.employers-messages .btn-group,
.employers-abstract .btn-group,
.employers-dashboard .btn-group,
.employer-button-wrapper .btn-group {
  margin-left: 0px;
}
.employers-job_postings .btn-86-action-large,
.employers-accounts .btn-86-action-large,
.employers-credit_cards .btn-86-action-large,
.employers-locations .btn-86-action-large,
.employers-job_seekers .btn-86-action-large,
.employers-messages .btn-86-action-large,
.employers-abstract .btn-86-action-large,
.employers-dashboard .btn-86-action-large,
.employer-button-wrapper .btn-86-action-large {
  border: 2px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  padding: 4px 25px 0px 25px;
  text-align: center;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.employers-job_postings .btn-86-action-large .large-number,
.employers-accounts .btn-86-action-large .large-number,
.employers-credit_cards .btn-86-action-large .large-number,
.employers-locations .btn-86-action-large .large-number,
.employers-job_seekers .btn-86-action-large .large-number,
.employers-messages .btn-86-action-large .large-number,
.employers-abstract .btn-86-action-large .large-number,
.employers-dashboard .btn-86-action-large .large-number,
.employer-button-wrapper .btn-86-action-large .large-number {
  font-size: 30px;
  margin: 10px 0 3px;
}
.employers-job_postings .btn-86-action-large:hover,
.employers-accounts .btn-86-action-large:hover,
.employers-credit_cards .btn-86-action-large:hover,
.employers-locations .btn-86-action-large:hover,
.employers-job_seekers .btn-86-action-large:hover,
.employers-messages .btn-86-action-large:hover,
.employers-abstract .btn-86-action-large:hover,
.employers-dashboard .btn-86-action-large:hover,
.employer-button-wrapper .btn-86-action-large:hover {
  background-color: rgb(201.4466292135, 204.3258426966, 206.0533707865);
  color: #555a5d;
}
.employers-job_postings .btn-group input,
.employers-accounts .btn-group input,
.employers-credit_cards .btn-group input,
.employers-locations .btn-group input,
.employers-job_seekers .btn-group input,
.employers-messages .btn-group input,
.employers-abstract .btn-group input,
.employers-dashboard .btn-group input,
.employer-button-wrapper .btn-group input {
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .employers-job_postings .btn-86-action-large,
  .employers-accounts .btn-86-action-large,
  .employers-credit_cards .btn-86-action-large,
  .employers-locations .btn-86-action-large,
  .employers-job_seekers .btn-86-action-large,
  .employers-messages .btn-86-action-large,
  .employers-dashboard .btn-86-action-large,
  .locations.locations-show .btn-86-action-large {
    border: 2px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
    color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 4px 25px 0px 25px;
    text-align: center;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
  }
  .employers-job_postings .btn-86-action-large .large-number,
  .employers-accounts .btn-86-action-large .large-number,
  .employers-credit_cards .btn-86-action-large .large-number,
  .employers-locations .btn-86-action-large .large-number,
  .employers-job_seekers .btn-86-action-large .large-number,
  .employers-messages .btn-86-action-large .large-number,
  .employers-dashboard .btn-86-action-large .large-number,
  .locations.locations-show .btn-86-action-large .large-number {
    font-size: 25px;
    margin: 0px 0 3px;
  }
}
.btn.btn-primary.reduce-font-size-mobile {
  font-size: 12px;
  padding: 10px;
}
@media (min-width: 992px) {
  .btn.btn-primary.reduce-font-size-mobile {
    font-size: 15px;
    padding: 13px 22px 12px;
  }
}

.btn.btn-xs, .btn-group-xs > .btn {
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .btn.btn-86-default:focus {
    border: 1px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
    color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  }
}

.btn.btn-danger {
  background-color: #FFF;
  border: 1px solid #c02942;
  color: #c02942;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .btn.btn-danger:hover {
    background-color: #c02942;
    color: #FFF;
  }
}

.btn.btn-xs.btn-danger, .btn-group-xs > .btn.btn-danger {
  font-size: 12px;
}

.btn.with-special-border {
  border: 1px solid white;
}
@media (max-width: 992px) {
  .btn.with-special-border {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
}

.employers-job_postings .message-card,
.employers-dashboard .message-card,
.employers-job_seekers .message-card,
.employers-locations .message-card,
.employers-messages .message-card,
.employers-accounts .message-card,
.applicants-job_seekers-dashboard .message-card,
.applicants-job_seeker_profile-show .message-card,
.applicants-job_seeker_profile-update .message-card {
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
  font-size: 13px;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
}
.employers-job_postings .message-card .headline a,
.employers-dashboard .message-card .headline a,
.employers-job_seekers .message-card .headline a,
.employers-locations .message-card .headline a,
.employers-messages .message-card .headline a,
.employers-accounts .message-card .headline a,
.applicants-job_seekers-dashboard .message-card .headline a,
.applicants-job_seeker_profile-show .message-card .headline a,
.applicants-job_seeker_profile-update .message-card .headline a {
  color: #4097e0;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}
.employers-job_postings .message-card .headline a:visited,
.employers-dashboard .message-card .headline a:visited,
.employers-job_seekers .message-card .headline a:visited,
.employers-locations .message-card .headline a:visited,
.employers-messages .message-card .headline a:visited,
.employers-accounts .message-card .headline a:visited,
.applicants-job_seekers-dashboard .message-card .headline a:visited,
.applicants-job_seeker_profile-show .message-card .headline a:visited,
.applicants-job_seeker_profile-update .message-card .headline a:visited {
  color: #7080ff;
}
.employers-job_postings .message-card a,
.employers-dashboard .message-card a,
.employers-job_seekers .message-card a,
.employers-locations .message-card a,
.employers-messages .message-card a,
.employers-accounts .message-card a,
.applicants-job_seekers-dashboard .message-card a,
.applicants-job_seeker_profile-show .message-card a,
.applicants-job_seeker_profile-update .message-card a {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
@media (min-width: 992px) {
  .employers-job_postings .message-card a:hover,
  .employers-dashboard .message-card a:hover,
  .employers-job_seekers .message-card a:hover,
  .employers-locations .message-card a:hover,
  .employers-messages .message-card a:hover,
  .employers-accounts .message-card a:hover,
  .applicants-job_seekers-dashboard .message-card a:hover,
  .applicants-job_seeker_profile-show .message-card a:hover,
  .applicants-job_seeker_profile-update .message-card a:hover {
    color: #337ab7;
  }
}
.employers-job_postings .message-card a.favorite-star,
.employers-dashboard .message-card a.favorite-star,
.employers-job_seekers .message-card a.favorite-star,
.employers-locations .message-card a.favorite-star,
.employers-messages .message-card a.favorite-star,
.employers-accounts .message-card a.favorite-star,
.applicants-job_seekers-dashboard .message-card a.favorite-star,
.applicants-job_seeker_profile-show .message-card a.favorite-star,
.applicants-job_seeker_profile-update .message-card a.favorite-star {
  color: white;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  text-decoration: none;
}
.employers-job_postings .message-card a.favorite-star:focus,
.employers-dashboard .message-card a.favorite-star:focus,
.employers-job_seekers .message-card a.favorite-star:focus,
.employers-locations .message-card a.favorite-star:focus,
.employers-messages .message-card a.favorite-star:focus,
.employers-accounts .message-card a.favorite-star:focus,
.applicants-job_seekers-dashboard .message-card a.favorite-star:focus,
.applicants-job_seeker_profile-show .message-card a.favorite-star:focus,
.applicants-job_seeker_profile-update .message-card a.favorite-star:focus {
  text-decoration: none;
}
.employers-job_postings .message-card a.favorite-star:hover,
.employers-dashboard .message-card a.favorite-star:hover,
.employers-job_seekers .message-card a.favorite-star:hover,
.employers-locations .message-card a.favorite-star:hover,
.employers-messages .message-card a.favorite-star:hover,
.employers-accounts .message-card a.favorite-star:hover,
.applicants-job_seekers-dashboard .message-card a.favorite-star:hover,
.applicants-job_seeker_profile-show .message-card a.favorite-star:hover,
.applicants-job_seeker_profile-update .message-card a.favorite-star:hover {
  color: #f1df65;
  text-shadow: none;
}
.employers-job_postings .message-card a.favorite-star,
.employers-dashboard .message-card a.favorite-star,
.employers-job_seekers .message-card a.favorite-star,
.employers-locations .message-card a.favorite-star,
.employers-messages .message-card a.favorite-star,
.employers-accounts .message-card a.favorite-star,
.applicants-job_seekers-dashboard .message-card a.favorite-star,
.applicants-job_seeker_profile-show .message-card a.favorite-star,
.applicants-job_seeker_profile-update .message-card a.favorite-star {
  /* remove hover effects for mobile and tablet */
}
@media (max-width: 991px) {
  .employers-job_postings .message-card a.favorite-star:hover,
  .employers-dashboard .message-card a.favorite-star:hover,
  .employers-job_seekers .message-card a.favorite-star:hover,
  .employers-locations .message-card a.favorite-star:hover,
  .employers-messages .message-card a.favorite-star:hover,
  .employers-accounts .message-card a.favorite-star:hover,
  .applicants-job_seekers-dashboard .message-card a.favorite-star:hover,
  .applicants-job_seeker_profile-show .message-card a.favorite-star:hover,
  .applicants-job_seeker_profile-update .message-card a.favorite-star:hover {
    color: white;
    text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  }
  .employers-job_postings .message-card a.favorite-star.solid:hover,
  .employers-dashboard .message-card a.favorite-star.solid:hover,
  .employers-job_seekers .message-card a.favorite-star.solid:hover,
  .employers-locations .message-card a.favorite-star.solid:hover,
  .employers-messages .message-card a.favorite-star.solid:hover,
  .employers-accounts .message-card a.favorite-star.solid:hover,
  .applicants-job_seekers-dashboard .message-card a.favorite-star.solid:hover,
  .applicants-job_seeker_profile-show .message-card a.favorite-star.solid:hover,
  .applicants-job_seeker_profile-update .message-card a.favorite-star.solid:hover {
    color: #f1df65;
    text-shadow: none;
  }
}
.employers-job_postings .message-card a.favorite-star.solid,
.employers-dashboard .message-card a.favorite-star.solid,
.employers-job_seekers .message-card a.favorite-star.solid,
.employers-locations .message-card a.favorite-star.solid,
.employers-messages .message-card a.favorite-star.solid,
.employers-accounts .message-card a.favorite-star.solid,
.applicants-job_seekers-dashboard .message-card a.favorite-star.solid,
.applicants-job_seeker_profile-show .message-card a.favorite-star.solid,
.applicants-job_seeker_profile-update .message-card a.favorite-star.solid {
  color: #f1df65;
  text-shadow: none;
}
.employers-job_postings .message-card a.favorite-star.solid:hover,
.employers-dashboard .message-card a.favorite-star.solid:hover,
.employers-job_seekers .message-card a.favorite-star.solid:hover,
.employers-locations .message-card a.favorite-star.solid:hover,
.employers-messages .message-card a.favorite-star.solid:hover,
.employers-accounts .message-card a.favorite-star.solid:hover,
.applicants-job_seekers-dashboard .message-card a.favorite-star.solid:hover,
.applicants-job_seeker_profile-show .message-card a.favorite-star.solid:hover,
.applicants-job_seeker_profile-update .message-card a.favorite-star.solid:hover {
  color: yellow;
}
.employers-job_postings .message-card,
.employers-dashboard .message-card,
.employers-job_seekers .message-card,
.employers-locations .message-card,
.employers-messages .message-card,
.employers-accounts .message-card,
.applicants-job_seekers-dashboard .message-card,
.applicants-job_seeker_profile-show .message-card,
.applicants-job_seeker_profile-update .message-card {
  margin-bottom: 15px;
  padding: 10px 15px 8px;
}
.employers-job_postings .message-card img.job-seeker-avatar,
.employers-dashboard .message-card img.job-seeker-avatar,
.employers-job_seekers .message-card img.job-seeker-avatar,
.employers-locations .message-card img.job-seeker-avatar,
.employers-messages .message-card img.job-seeker-avatar,
.employers-accounts .message-card img.job-seeker-avatar,
.applicants-job_seekers-dashboard .message-card img.job-seeker-avatar,
.applicants-job_seeker_profile-show .message-card img.job-seeker-avatar,
.applicants-job_seeker_profile-update .message-card img.job-seeker-avatar {
  padding: 10px 10px;
  max-height: 140px;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.employers-job_postings .message-card img.job-seeker-avatar.placeholder,
.employers-dashboard .message-card img.job-seeker-avatar.placeholder,
.employers-job_seekers .message-card img.job-seeker-avatar.placeholder,
.employers-locations .message-card img.job-seeker-avatar.placeholder,
.employers-messages .message-card img.job-seeker-avatar.placeholder,
.employers-accounts .message-card img.job-seeker-avatar.placeholder,
.applicants-job_seekers-dashboard .message-card img.job-seeker-avatar.placeholder,
.applicants-job_seeker_profile-show .message-card img.job-seeker-avatar.placeholder,
.applicants-job_seeker_profile-update .message-card img.job-seeker-avatar.placeholder {
  height: 120px;
}
.employers-job_postings .job-posting-card,
.employers-dashboard .job-posting-card,
.employers-job_seekers .job-posting-card,
.employers-locations .job-posting-card,
.employers-messages .job-posting-card,
.employers-accounts .job-posting-card,
.applicants-job_seekers-dashboard .job-posting-card,
.applicants-job_seeker_profile-show .job-posting-card,
.applicants-job_seeker_profile-update .job-posting-card {
  font-size: 13px;
  margin-bottom: 15px;
}
.employers-job_postings .job-posting-card.panel,
.employers-dashboard .job-posting-card.panel,
.employers-job_seekers .job-posting-card.panel,
.employers-locations .job-posting-card.panel,
.employers-messages .job-posting-card.panel,
.employers-accounts .job-posting-card.panel,
.applicants-job_seekers-dashboard .job-posting-card.panel,
.applicants-job_seeker_profile-show .job-posting-card.panel,
.applicants-job_seeker_profile-update .job-posting-card.panel {
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
}
.employers-job_postings .job-posting-card .panel-body div,
.employers-dashboard .job-posting-card .panel-body div,
.employers-job_seekers .job-posting-card .panel-body div,
.employers-locations .job-posting-card .panel-body div,
.employers-messages .job-posting-card .panel-body div,
.employers-accounts .job-posting-card .panel-body div,
.applicants-job_seekers-dashboard .job-posting-card .panel-body div,
.applicants-job_seeker_profile-show .job-posting-card .panel-body div,
.applicants-job_seeker_profile-update .job-posting-card .panel-body div {
  overflow-wrap: normal;
}
.employers-job_postings .job-posting-card strong,
.employers-dashboard .job-posting-card strong,
.employers-job_seekers .job-posting-card strong,
.employers-locations .job-posting-card strong,
.employers-messages .job-posting-card strong,
.employers-accounts .job-posting-card strong,
.applicants-job_seekers-dashboard .job-posting-card strong,
.applicants-job_seeker_profile-show .job-posting-card strong,
.applicants-job_seeker_profile-update .job-posting-card strong {
  color: rgb(43.3125, 55.6875, 53.625);
  font-size: 14px;
}
.employers-job_postings .job-posting-card .panel-header,
.employers-dashboard .job-posting-card .panel-header,
.employers-job_seekers .job-posting-card .panel-header,
.employers-locations .job-posting-card .panel-header,
.employers-messages .job-posting-card .panel-header,
.employers-accounts .job-posting-card .panel-header,
.applicants-job_seekers-dashboard .job-posting-card .panel-header,
.applicants-job_seeker_profile-show .job-posting-card .panel-header,
.applicants-job_seeker_profile-update .job-posting-card .panel-header {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  display: flex;
  font-size: 13px;
  padding: 5px 10px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .employers-job_postings .job-posting-card .panel-header,
  .employers-dashboard .job-posting-card .panel-header,
  .employers-job_seekers .job-posting-card .panel-header,
  .employers-locations .job-posting-card .panel-header,
  .employers-messages .job-posting-card .panel-header,
  .employers-accounts .job-posting-card .panel-header,
  .applicants-job_seekers-dashboard .job-posting-card .panel-header,
  .applicants-job_seeker_profile-show .job-posting-card .panel-header,
  .applicants-job_seeker_profile-update .job-posting-card .panel-header {
    flex-wrap: initial;
  }
}
.employers-job_postings .job-posting-card .panel-header span.bolded-field,
.employers-dashboard .job-posting-card .panel-header span.bolded-field,
.employers-job_seekers .job-posting-card .panel-header span.bolded-field,
.employers-locations .job-posting-card .panel-header span.bolded-field,
.employers-messages .job-posting-card .panel-header span.bolded-field,
.employers-accounts .job-posting-card .panel-header span.bolded-field,
.applicants-job_seekers-dashboard .job-posting-card .panel-header span.bolded-field,
.applicants-job_seeker_profile-show .job-posting-card .panel-header span.bolded-field,
.applicants-job_seeker_profile-update .job-posting-card .panel-header span.bolded-field {
  color: #151b1a;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.employers-job_postings .job-posting-card .panel-header > div:nth-of-type(1),
.employers-dashboard .job-posting-card .panel-header > div:nth-of-type(1),
.employers-job_seekers .job-posting-card .panel-header > div:nth-of-type(1),
.employers-locations .job-posting-card .panel-header > div:nth-of-type(1),
.employers-messages .job-posting-card .panel-header > div:nth-of-type(1),
.employers-accounts .job-posting-card .panel-header > div:nth-of-type(1),
.applicants-job_seekers-dashboard .job-posting-card .panel-header > div:nth-of-type(1),
.applicants-job_seeker_profile-show .job-posting-card .panel-header > div:nth-of-type(1),
.applicants-job_seeker_profile-update .job-posting-card .panel-header > div:nth-of-type(1) {
  width: 100%;
}
@media (min-width: 992px) {
  .employers-job_postings .job-posting-card .panel-header > div:nth-of-type(1),
  .employers-dashboard .job-posting-card .panel-header > div:nth-of-type(1),
  .employers-job_seekers .job-posting-card .panel-header > div:nth-of-type(1),
  .employers-locations .job-posting-card .panel-header > div:nth-of-type(1),
  .employers-messages .job-posting-card .panel-header > div:nth-of-type(1),
  .employers-accounts .job-posting-card .panel-header > div:nth-of-type(1),
  .applicants-job_seekers-dashboard .job-posting-card .panel-header > div:nth-of-type(1),
  .applicants-job_seeker_profile-show .job-posting-card .panel-header > div:nth-of-type(1),
  .applicants-job_seeker_profile-update .job-posting-card .panel-header > div:nth-of-type(1) {
    flex-grow: 1;
    width: auto;
    max-width: calc(100% - 235px);
    margin-right: 15px;
  }
}
.employers-job_postings .job-posting-card .panel-header > div:nth-of-type(2),
.employers-dashboard .job-posting-card .panel-header > div:nth-of-type(2),
.employers-job_seekers .job-posting-card .panel-header > div:nth-of-type(2),
.employers-locations .job-posting-card .panel-header > div:nth-of-type(2),
.employers-messages .job-posting-card .panel-header > div:nth-of-type(2),
.employers-accounts .job-posting-card .panel-header > div:nth-of-type(2),
.applicants-job_seekers-dashboard .job-posting-card .panel-header > div:nth-of-type(2),
.applicants-job_seeker_profile-show .job-posting-card .panel-header > div:nth-of-type(2),
.applicants-job_seeker_profile-update .job-posting-card .panel-header > div:nth-of-type(2) {
  width: 100%;
}
@media (min-width: 992px) {
  .employers-job_postings .job-posting-card .panel-header > div:nth-of-type(2),
  .employers-dashboard .job-posting-card .panel-header > div:nth-of-type(2),
  .employers-job_seekers .job-posting-card .panel-header > div:nth-of-type(2),
  .employers-locations .job-posting-card .panel-header > div:nth-of-type(2),
  .employers-messages .job-posting-card .panel-header > div:nth-of-type(2),
  .employers-accounts .job-posting-card .panel-header > div:nth-of-type(2),
  .applicants-job_seekers-dashboard .job-posting-card .panel-header > div:nth-of-type(2),
  .applicants-job_seeker_profile-show .job-posting-card .panel-header > div:nth-of-type(2),
  .applicants-job_seeker_profile-update .job-posting-card .panel-header > div:nth-of-type(2) {
    flex-grow: 0;
    max-width: 220px;
    text-align: right;
  }
}
.employers-job_postings .job-posting-card .panel-body,
.employers-dashboard .job-posting-card .panel-body,
.employers-job_seekers .job-posting-card .panel-body,
.employers-locations .job-posting-card .panel-body,
.employers-messages .job-posting-card .panel-body,
.employers-accounts .job-posting-card .panel-body,
.applicants-job_seekers-dashboard .job-posting-card .panel-body,
.applicants-job_seeker_profile-show .job-posting-card .panel-body,
.applicants-job_seeker_profile-update .job-posting-card .panel-body {
  padding: 10px;
}
.employers-job_postings .job-posting-card .btn-86-default,
.employers-dashboard .job-posting-card .btn-86-default,
.employers-job_seekers .job-posting-card .btn-86-default,
.employers-locations .job-posting-card .btn-86-default,
.employers-messages .job-posting-card .btn-86-default,
.employers-accounts .job-posting-card .btn-86-default,
.applicants-job_seekers-dashboard .job-posting-card .btn-86-default,
.applicants-job_seeker_profile-show .job-posting-card .btn-86-default,
.applicants-job_seeker_profile-update .job-posting-card .btn-86-default {
  padding: 8px 3px;
  width: 100%;
  font-size: 11px;
}
.employers-job_postings .job-posting-card .btn-wrapper,
.employers-dashboard .job-posting-card .btn-wrapper,
.employers-job_seekers .job-posting-card .btn-wrapper,
.employers-locations .job-posting-card .btn-wrapper,
.employers-messages .job-posting-card .btn-wrapper,
.employers-accounts .job-posting-card .btn-wrapper,
.applicants-job_seekers-dashboard .job-posting-card .btn-wrapper,
.applicants-job_seeker_profile-show .job-posting-card .btn-wrapper,
.applicants-job_seeker_profile-update .job-posting-card .btn-wrapper {
  padding: 0px 8px 8px 0px;
}
.employers-job_postings .job-posting-card table.table,
.employers-dashboard .job-posting-card table.table,
.employers-job_seekers .job-posting-card table.table,
.employers-locations .job-posting-card table.table,
.employers-messages .job-posting-card table.table,
.employers-accounts .job-posting-card table.table,
.applicants-job_seekers-dashboard .job-posting-card table.table,
.applicants-job_seeker_profile-show .job-posting-card table.table,
.applicants-job_seeker_profile-update .job-posting-card table.table {
  margin-bottom: 0px;
}
.employers-job_postings .job-posting-card .matches-box.disabled,
.employers-dashboard .job-posting-card .matches-box.disabled,
.employers-job_seekers .job-posting-card .matches-box.disabled,
.employers-locations .job-posting-card .matches-box.disabled,
.employers-messages .job-posting-card .matches-box.disabled,
.employers-accounts .job-posting-card .matches-box.disabled,
.applicants-job_seekers-dashboard .job-posting-card .matches-box.disabled,
.applicants-job_seeker_profile-show .job-posting-card .matches-box.disabled,
.applicants-job_seeker_profile-update .job-posting-card .matches-box.disabled {
  background-color: #F1F1F1;
}
.employers-job_postings .job-posting-card .blue-highlight,
.employers-dashboard .job-posting-card .blue-highlight,
.employers-job_seekers .job-posting-card .blue-highlight,
.employers-locations .job-posting-card .blue-highlight,
.employers-messages .job-posting-card .blue-highlight,
.employers-accounts .job-posting-card .blue-highlight,
.applicants-job_seekers-dashboard .job-posting-card .blue-highlight,
.applicants-job_seeker_profile-show .job-posting-card .blue-highlight,
.applicants-job_seeker_profile-update .job-posting-card .blue-highlight {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
.employers-job_postings .job-posting-card .share-icons,
.employers-dashboard .job-posting-card .share-icons,
.employers-job_seekers .job-posting-card .share-icons,
.employers-locations .job-posting-card .share-icons,
.employers-messages .job-posting-card .share-icons,
.employers-accounts .job-posting-card .share-icons,
.applicants-job_seekers-dashboard .job-posting-card .share-icons,
.applicants-job_seeker_profile-show .job-posting-card .share-icons,
.applicants-job_seeker_profile-update .job-posting-card .share-icons {
  bottom: 3px;
}
.employers-job_postings .job-posting-card .share-icons div,
.employers-dashboard .job-posting-card .share-icons div,
.employers-job_seekers .job-posting-card .share-icons div,
.employers-locations .job-posting-card .share-icons div,
.employers-messages .job-posting-card .share-icons div,
.employers-accounts .job-posting-card .share-icons div,
.applicants-job_seekers-dashboard .job-posting-card .share-icons div,
.applicants-job_seeker_profile-show .job-posting-card .share-icons div,
.applicants-job_seeker_profile-update .job-posting-card .share-icons div {
  padding: 0px 3px;
}
.employers-job_postings .job-posting-card .upgrade-label,
.employers-dashboard .job-posting-card .upgrade-label,
.employers-job_seekers .job-posting-card .upgrade-label,
.employers-locations .job-posting-card .upgrade-label,
.employers-messages .job-posting-card .upgrade-label,
.employers-accounts .job-posting-card .upgrade-label,
.applicants-job_seekers-dashboard .job-posting-card .upgrade-label,
.applicants-job_seeker_profile-show .job-posting-card .upgrade-label,
.applicants-job_seeker_profile-update .job-posting-card .upgrade-label {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  font-weight: bold;
  text-transform: uppercase;
}
.employers-job_postings .job-posting-card .title,
.employers-dashboard .job-posting-card .title,
.employers-job_seekers .job-posting-card .title,
.employers-locations .job-posting-card .title,
.employers-messages .job-posting-card .title,
.employers-accounts .job-posting-card .title,
.applicants-job_seekers-dashboard .job-posting-card .title,
.applicants-job_seeker_profile-show .job-posting-card .title,
.applicants-job_seeker_profile-update .job-posting-card .title {
  font-size: 15px;
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}
.employers-job_postings .job-posting-card .title.active,
.employers-dashboard .job-posting-card .title.active,
.employers-job_seekers .job-posting-card .title.active,
.employers-locations .job-posting-card .title.active,
.employers-messages .job-posting-card .title.active,
.employers-accounts .job-posting-card .title.active,
.applicants-job_seekers-dashboard .job-posting-card .title.active,
.applicants-job_seeker_profile-show .job-posting-card .title.active,
.applicants-job_seeker_profile-update .job-posting-card .title.active {
  color: #151b1a;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.employers-job_postings .job-posting-card .btn-86-default.btn-default-emphasis,
.employers-dashboard .job-posting-card .btn-86-default.btn-default-emphasis,
.employers-job_seekers .job-posting-card .btn-86-default.btn-default-emphasis,
.employers-locations .job-posting-card .btn-86-default.btn-default-emphasis,
.employers-messages .job-posting-card .btn-86-default.btn-default-emphasis,
.employers-accounts .job-posting-card .btn-86-default.btn-default-emphasis,
.applicants-job_seekers-dashboard .job-posting-card .btn-86-default.btn-default-emphasis,
.applicants-job_seeker_profile-show .job-posting-card .btn-86-default.btn-default-emphasis,
.applicants-job_seeker_profile-update .job-posting-card .btn-86-default.btn-default-emphasis {
  padding: 7px 3px 6px;
}
.employers-job_postings,
.employers-dashboard,
.employers-job_seekers,
.employers-locations,
.employers-messages,
.employers-accounts,
.applicants-job_seekers-dashboard,
.applicants-job_seeker_profile-show,
.applicants-job_seeker_profile-update {
  /* job seeker card styles */
}
.employers-job_postings .job-seeker-card-wrapper .left-col,
.employers-dashboard .job-seeker-card-wrapper .left-col,
.employers-job_seekers .job-seeker-card-wrapper .left-col,
.employers-locations .job-seeker-card-wrapper .left-col,
.employers-messages .job-seeker-card-wrapper .left-col,
.employers-accounts .job-seeker-card-wrapper .left-col,
.applicants-job_seekers-dashboard .job-seeker-card-wrapper .left-col,
.applicants-job_seeker_profile-show .job-seeker-card-wrapper .left-col,
.applicants-job_seeker_profile-update .job-seeker-card-wrapper .left-col {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 5%;
}
.employers-job_postings .job-seeker-card-wrapper .left-col .checkbox,
.employers-dashboard .job-seeker-card-wrapper .left-col .checkbox,
.employers-job_seekers .job-seeker-card-wrapper .left-col .checkbox,
.employers-locations .job-seeker-card-wrapper .left-col .checkbox,
.employers-messages .job-seeker-card-wrapper .left-col .checkbox,
.employers-accounts .job-seeker-card-wrapper .left-col .checkbox,
.applicants-job_seekers-dashboard .job-seeker-card-wrapper .left-col .checkbox,
.applicants-job_seeker_profile-show .job-seeker-card-wrapper .left-col .checkbox,
.applicants-job_seeker_profile-update .job-seeker-card-wrapper .left-col .checkbox {
  margin-top: 70px;
}
.employers-job_postings .job-seeker-card-wrapper .left-col .checkbox span.check,
.employers-dashboard .job-seeker-card-wrapper .left-col .checkbox span.check,
.employers-job_seekers .job-seeker-card-wrapper .left-col .checkbox span.check,
.employers-locations .job-seeker-card-wrapper .left-col .checkbox span.check,
.employers-messages .job-seeker-card-wrapper .left-col .checkbox span.check,
.employers-accounts .job-seeker-card-wrapper .left-col .checkbox span.check,
.applicants-job_seekers-dashboard .job-seeker-card-wrapper .left-col .checkbox span.check,
.applicants-job_seeker_profile-show .job-seeker-card-wrapper .left-col .checkbox span.check,
.applicants-job_seeker_profile-update .job-seeker-card-wrapper .left-col .checkbox span.check {
  left: 9px;
}
.employers-job_postings .job-seeker-card-wrapper .right-col,
.employers-dashboard .job-seeker-card-wrapper .right-col,
.employers-job_seekers .job-seeker-card-wrapper .right-col,
.employers-locations .job-seeker-card-wrapper .right-col,
.employers-messages .job-seeker-card-wrapper .right-col,
.employers-accounts .job-seeker-card-wrapper .right-col,
.applicants-job_seekers-dashboard .job-seeker-card-wrapper .right-col,
.applicants-job_seeker_profile-show .job-seeker-card-wrapper .right-col,
.applicants-job_seeker_profile-update .job-seeker-card-wrapper .right-col {
  width: 95%;
  padding-right: 0px;
}
.employers-job_postings .job-seeker-card,
.employers-dashboard .job-seeker-card,
.employers-job_seekers .job-seeker-card,
.employers-locations .job-seeker-card,
.employers-messages .job-seeker-card,
.employers-accounts .job-seeker-card,
.applicants-job_seekers-dashboard .job-seeker-card,
.applicants-job_seeker_profile-show .job-seeker-card,
.applicants-job_seeker_profile-update .job-seeker-card {
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
}
.employers-job_postings .job-seeker-card.dark-border,
.employers-dashboard .job-seeker-card.dark-border,
.employers-job_seekers .job-seeker-card.dark-border,
.employers-locations .job-seeker-card.dark-border,
.employers-messages .job-seeker-card.dark-border,
.employers-accounts .job-seeker-card.dark-border,
.applicants-job_seekers-dashboard .job-seeker-card.dark-border,
.applicants-job_seeker_profile-show .job-seeker-card.dark-border,
.applicants-job_seeker_profile-update .job-seeker-card.dark-border {
  border: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
.employers-job_postings .job-seeker-card .feature-highlight,
.employers-dashboard .job-seeker-card .feature-highlight,
.employers-job_seekers .job-seeker-card .feature-highlight,
.employers-locations .job-seeker-card .feature-highlight,
.employers-messages .job-seeker-card .feature-highlight,
.employers-accounts .job-seeker-card .feature-highlight,
.applicants-job_seekers-dashboard .job-seeker-card .feature-highlight,
.applicants-job_seeker_profile-show .job-seeker-card .feature-highlight,
.applicants-job_seeker_profile-update .job-seeker-card .feature-highlight {
  color: #d4af37;
  font-weight: bold;
}
.employers-job_postings .job-seeker-card .header,
.employers-dashboard .job-seeker-card .header,
.employers-job_seekers .job-seeker-card .header,
.employers-locations .job-seeker-card .header,
.employers-messages .job-seeker-card .header,
.employers-accounts .job-seeker-card .header,
.applicants-job_seekers-dashboard .job-seeker-card .header,
.applicants-job_seeker_profile-show .job-seeker-card .header,
.applicants-job_seeker_profile-update .job-seeker-card .header {
  display: flex;
  flex-wrap: wrap;
}
.employers-job_postings .job-seeker-card .header > div:nth-of-type(1),
.employers-dashboard .job-seeker-card .header > div:nth-of-type(1),
.employers-job_seekers .job-seeker-card .header > div:nth-of-type(1),
.employers-locations .job-seeker-card .header > div:nth-of-type(1),
.employers-messages .job-seeker-card .header > div:nth-of-type(1),
.employers-accounts .job-seeker-card .header > div:nth-of-type(1),
.applicants-job_seekers-dashboard .job-seeker-card .header > div:nth-of-type(1),
.applicants-job_seeker_profile-show .job-seeker-card .header > div:nth-of-type(1),
.applicants-job_seeker_profile-update .job-seeker-card .header > div:nth-of-type(1) {
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .job-seeker-card .header > div:nth-of-type(1),
  .employers-dashboard .job-seeker-card .header > div:nth-of-type(1),
  .employers-job_seekers .job-seeker-card .header > div:nth-of-type(1),
  .employers-locations .job-seeker-card .header > div:nth-of-type(1),
  .employers-messages .job-seeker-card .header > div:nth-of-type(1),
  .employers-accounts .job-seeker-card .header > div:nth-of-type(1),
  .applicants-job_seekers-dashboard .job-seeker-card .header > div:nth-of-type(1),
  .applicants-job_seeker_profile-show .job-seeker-card .header > div:nth-of-type(1),
  .applicants-job_seeker_profile-update .job-seeker-card .header > div:nth-of-type(1) {
    width: auto;
  }
}
.employers-job_postings .job-seeker-card .header > div:nth-of-type(2),
.employers-dashboard .job-seeker-card .header > div:nth-of-type(2),
.employers-job_seekers .job-seeker-card .header > div:nth-of-type(2),
.employers-locations .job-seeker-card .header > div:nth-of-type(2),
.employers-messages .job-seeker-card .header > div:nth-of-type(2),
.employers-accounts .job-seeker-card .header > div:nth-of-type(2),
.applicants-job_seekers-dashboard .job-seeker-card .header > div:nth-of-type(2),
.applicants-job_seeker_profile-show .job-seeker-card .header > div:nth-of-type(2),
.applicants-job_seeker_profile-update .job-seeker-card .header > div:nth-of-type(2) {
  margin-left: 15px;
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .job-seeker-card .header > div:nth-of-type(2),
  .employers-dashboard .job-seeker-card .header > div:nth-of-type(2),
  .employers-job_seekers .job-seeker-card .header > div:nth-of-type(2),
  .employers-locations .job-seeker-card .header > div:nth-of-type(2),
  .employers-messages .job-seeker-card .header > div:nth-of-type(2),
  .employers-accounts .job-seeker-card .header > div:nth-of-type(2),
  .applicants-job_seekers-dashboard .job-seeker-card .header > div:nth-of-type(2),
  .applicants-job_seeker_profile-show .job-seeker-card .header > div:nth-of-type(2),
  .applicants-job_seeker_profile-update .job-seeker-card .header > div:nth-of-type(2) {
    width: auto;
  }
}
.employers-job_postings .job-seeker-card .job-seeker-card-header-section,
.employers-dashboard .job-seeker-card .job-seeker-card-header-section,
.employers-job_seekers .job-seeker-card .job-seeker-card-header-section,
.employers-locations .job-seeker-card .job-seeker-card-header-section,
.employers-messages .job-seeker-card .job-seeker-card-header-section,
.employers-accounts .job-seeker-card .job-seeker-card-header-section,
.applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section,
.applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section,
.applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section {
  padding: 0 15px 0;
}
@media (min-width: 650px) {
  .employers-job_postings .job-seeker-card .job-seeker-card-header-section,
  .employers-dashboard .job-seeker-card .job-seeker-card-header-section,
  .employers-job_seekers .job-seeker-card .job-seeker-card-header-section,
  .employers-locations .job-seeker-card .job-seeker-card-header-section,
  .employers-messages .job-seeker-card .job-seeker-card-header-section,
  .employers-accounts .job-seeker-card .job-seeker-card-header-section,
  .applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section,
  .applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section,
  .applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section {
    justify-content: flex-start;
  }
}
.employers-job_postings .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.employers-job_postings .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.employers-job_postings .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper,
.employers-dashboard .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.employers-dashboard .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.employers-dashboard .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper,
.employers-job_seekers .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.employers-job_seekers .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.employers-job_seekers .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper,
.employers-locations .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.employers-locations .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.employers-locations .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper,
.employers-messages .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.employers-messages .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.employers-messages .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper,
.employers-accounts .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.employers-accounts .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.employers-accounts .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper,
.applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper,
.applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper,
.applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section .reference-badge-wrapper,
.applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section .international-applicant-label,
.applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section .seasoned-badge-wrapper {
  margin-right: 3px;
}
.employers-job_postings .job-seeker-card .job-seeker-card-header-section .international-applicant-label i,
.employers-dashboard .job-seeker-card .job-seeker-card-header-section .international-applicant-label i,
.employers-job_seekers .job-seeker-card .job-seeker-card-header-section .international-applicant-label i,
.employers-locations .job-seeker-card .job-seeker-card-header-section .international-applicant-label i,
.employers-messages .job-seeker-card .job-seeker-card-header-section .international-applicant-label i,
.employers-accounts .job-seeker-card .job-seeker-card-header-section .international-applicant-label i,
.applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section .international-applicant-label i,
.applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section .international-applicant-label i,
.applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section .international-applicant-label i {
  color: #337ab7;
}
.employers-job_postings .job-seeker-card .job-seeker-card-header-section .seasoned-badge,
.employers-dashboard .job-seeker-card .job-seeker-card-header-section .seasoned-badge,
.employers-job_seekers .job-seeker-card .job-seeker-card-header-section .seasoned-badge,
.employers-locations .job-seeker-card .job-seeker-card-header-section .seasoned-badge,
.employers-messages .job-seeker-card .job-seeker-card-header-section .seasoned-badge,
.employers-accounts .job-seeker-card .job-seeker-card-header-section .seasoned-badge,
.applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section .seasoned-badge,
.applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section .seasoned-badge,
.applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section .seasoned-badge {
  width: 17px;
}
.employers-job_postings .job-seeker-card .job-seeker-card-header-section > div,
.employers-dashboard .job-seeker-card .job-seeker-card-header-section > div,
.employers-job_seekers .job-seeker-card .job-seeker-card-header-section > div,
.employers-locations .job-seeker-card .job-seeker-card-header-section > div,
.employers-messages .job-seeker-card .job-seeker-card-header-section > div,
.employers-accounts .job-seeker-card .job-seeker-card-header-section > div,
.applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section > div,
.applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section > div,
.applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section > div {
  justify-content: center;
}
@media (min-width: 650px) {
  .employers-job_postings .job-seeker-card .job-seeker-card-header-section > div,
  .employers-dashboard .job-seeker-card .job-seeker-card-header-section > div,
  .employers-job_seekers .job-seeker-card .job-seeker-card-header-section > div,
  .employers-locations .job-seeker-card .job-seeker-card-header-section > div,
  .employers-messages .job-seeker-card .job-seeker-card-header-section > div,
  .employers-accounts .job-seeker-card .job-seeker-card-header-section > div,
  .applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section > div,
  .applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section > div,
  .applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section > div {
    justify-content: flex-start;
  }
}
.employers-job_postings .job-seeker-card .job-seeker-card-header-section > div,
.employers-dashboard .job-seeker-card .job-seeker-card-header-section > div,
.employers-job_seekers .job-seeker-card .job-seeker-card-header-section > div,
.employers-locations .job-seeker-card .job-seeker-card-header-section > div,
.employers-messages .job-seeker-card .job-seeker-card-header-section > div,
.employers-accounts .job-seeker-card .job-seeker-card-header-section > div,
.applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section > div,
.applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section > div,
.applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section > div {
  display: flex;
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .job-seeker-card .job-seeker-card-header-section > div,
  .employers-dashboard .job-seeker-card .job-seeker-card-header-section > div,
  .employers-job_seekers .job-seeker-card .job-seeker-card-header-section > div,
  .employers-locations .job-seeker-card .job-seeker-card-header-section > div,
  .employers-messages .job-seeker-card .job-seeker-card-header-section > div,
  .employers-accounts .job-seeker-card .job-seeker-card-header-section > div,
  .applicants-job_seekers-dashboard .job-seeker-card .job-seeker-card-header-section > div,
  .applicants-job_seeker_profile-show .job-seeker-card .job-seeker-card-header-section > div,
  .applicants-job_seeker_profile-update .job-seeker-card .job-seeker-card-header-section > div {
    width: auto;
  }
}
.employers-job_postings .job-seeker-card .button-group,
.employers-dashboard .job-seeker-card .button-group,
.employers-job_seekers .job-seeker-card .button-group,
.employers-locations .job-seeker-card .button-group,
.employers-messages .job-seeker-card .button-group,
.employers-accounts .job-seeker-card .button-group,
.applicants-job_seekers-dashboard .job-seeker-card .button-group,
.applicants-job_seeker_profile-show .job-seeker-card .button-group,
.applicants-job_seeker_profile-update .job-seeker-card .button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.employers-job_postings .job-seeker-card .button-group .btn-wrapper,
.employers-dashboard .job-seeker-card .button-group .btn-wrapper,
.employers-job_seekers .job-seeker-card .button-group .btn-wrapper,
.employers-locations .job-seeker-card .button-group .btn-wrapper,
.employers-messages .job-seeker-card .button-group .btn-wrapper,
.employers-accounts .job-seeker-card .button-group .btn-wrapper,
.applicants-job_seekers-dashboard .job-seeker-card .button-group .btn-wrapper,
.applicants-job_seeker_profile-show .job-seeker-card .button-group .btn-wrapper,
.applicants-job_seeker_profile-update .job-seeker-card .button-group .btn-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .employers-job_postings .job-seeker-card .button-group .btn-wrapper,
  .employers-dashboard .job-seeker-card .button-group .btn-wrapper,
  .employers-job_seekers .job-seeker-card .button-group .btn-wrapper,
  .employers-locations .job-seeker-card .button-group .btn-wrapper,
  .employers-messages .job-seeker-card .button-group .btn-wrapper,
  .employers-accounts .job-seeker-card .button-group .btn-wrapper,
  .applicants-job_seekers-dashboard .job-seeker-card .button-group .btn-wrapper,
  .applicants-job_seeker_profile-show .job-seeker-card .button-group .btn-wrapper,
  .applicants-job_seeker_profile-update .job-seeker-card .button-group .btn-wrapper {
    width: 50%;
  }
}
.employers-job_postings .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default, .employers-job_postings .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default,
.employers-dashboard .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default,
.employers-dashboard .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default,
.employers-job_seekers .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default,
.employers-job_seekers .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default,
.employers-locations .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default,
.employers-locations .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default,
.employers-messages .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default,
.employers-messages .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default,
.employers-accounts .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default,
.employers-accounts .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default,
.applicants-job_seekers-dashboard .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default,
.applicants-job_seekers-dashboard .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default,
.applicants-job_seeker_profile-show .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default,
.applicants-job_seeker_profile-show .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default,
.applicants-job_seeker_profile-update .job-seeker-card .button-group .btn-wrapper .btn.btn-sm.btn-86-default,
.applicants-job_seeker_profile-update .job-seeker-card .button-group .btn-wrapper .btn-group-sm > .btn.btn-86-default {
  width: 100%;
}
.employers-job_postings .job-seeker-card strong,
.employers-dashboard .job-seeker-card strong,
.employers-job_seekers .job-seeker-card strong,
.employers-locations .job-seeker-card strong,
.employers-messages .job-seeker-card strong,
.employers-accounts .job-seeker-card strong,
.applicants-job_seekers-dashboard .job-seeker-card strong,
.applicants-job_seeker_profile-show .job-seeker-card strong,
.applicants-job_seeker_profile-update .job-seeker-card strong {
  color: #151b1a;
  font-weight: normal;
}
.employers-job_postings .job-seeker-card a,
.employers-dashboard .job-seeker-card a,
.employers-job_seekers .job-seeker-card a,
.employers-locations .job-seeker-card a,
.employers-messages .job-seeker-card a,
.employers-accounts .job-seeker-card a,
.applicants-job_seekers-dashboard .job-seeker-card a,
.applicants-job_seeker_profile-show .job-seeker-card a,
.applicants-job_seeker_profile-update .job-seeker-card a {
  color: #4097e0;
}
@media (min-width: 992px) {
  .employers-job_postings .job-seeker-card a:hover,
  .employers-dashboard .job-seeker-card a:hover,
  .employers-job_seekers .job-seeker-card a:hover,
  .employers-locations .job-seeker-card a:hover,
  .employers-messages .job-seeker-card a:hover,
  .employers-accounts .job-seeker-card a:hover,
  .applicants-job_seekers-dashboard .job-seeker-card a:hover,
  .applicants-job_seeker_profile-show .job-seeker-card a:hover,
  .applicants-job_seeker_profile-update .job-seeker-card a:hover {
    color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  }
}
.employers-job_postings .job-seeker-card a strong,
.employers-dashboard .job-seeker-card a strong,
.employers-job_seekers .job-seeker-card a strong,
.employers-locations .job-seeker-card a strong,
.employers-messages .job-seeker-card a strong,
.employers-accounts .job-seeker-card a strong,
.applicants-job_seekers-dashboard .job-seeker-card a strong,
.applicants-job_seeker_profile-show .job-seeker-card a strong,
.applicants-job_seeker_profile-update .job-seeker-card a strong {
  color: #4097e0;
  font-weight: bold;
}
.employers-job_postings .job-seeker-card a.orange-highlight,
.employers-dashboard .job-seeker-card a.orange-highlight,
.employers-job_seekers .job-seeker-card a.orange-highlight,
.employers-locations .job-seeker-card a.orange-highlight,
.employers-messages .job-seeker-card a.orange-highlight,
.employers-accounts .job-seeker-card a.orange-highlight,
.applicants-job_seekers-dashboard .job-seeker-card a.orange-highlight,
.applicants-job_seeker_profile-show .job-seeker-card a.orange-highlight,
.applicants-job_seeker_profile-update .job-seeker-card a.orange-highlight {
  color: #E45607;
}
.employers-job_postings .job-seeker-card a.orange-highlight:visited,
.employers-dashboard .job-seeker-card a.orange-highlight:visited,
.employers-job_seekers .job-seeker-card a.orange-highlight:visited,
.employers-locations .job-seeker-card a.orange-highlight:visited,
.employers-messages .job-seeker-card a.orange-highlight:visited,
.employers-accounts .job-seeker-card a.orange-highlight:visited,
.applicants-job_seekers-dashboard .job-seeker-card a.orange-highlight:visited,
.applicants-job_seeker_profile-show .job-seeker-card a.orange-highlight:visited,
.applicants-job_seeker_profile-update .job-seeker-card a.orange-highlight:visited {
  color: #E45607;
}
.employers-job_postings .job-seeker-card .btn.btn-86-default,
.employers-dashboard .job-seeker-card .btn.btn-86-default,
.employers-job_seekers .job-seeker-card .btn.btn-86-default,
.employers-locations .job-seeker-card .btn.btn-86-default,
.employers-messages .job-seeker-card .btn.btn-86-default,
.employers-accounts .job-seeker-card .btn.btn-86-default,
.applicants-job_seekers-dashboard .job-seeker-card .btn.btn-86-default,
.applicants-job_seeker_profile-show .job-seeker-card .btn.btn-86-default,
.applicants-job_seeker_profile-update .job-seeker-card .btn.btn-86-default {
  color: #4097e0;
  border-color: #4097e0;
}
@media (min-width: 992px) {
  .employers-job_postings .job-seeker-card .btn.btn-86-default:hover,
  .employers-dashboard .job-seeker-card .btn.btn-86-default:hover,
  .employers-job_seekers .job-seeker-card .btn.btn-86-default:hover,
  .employers-locations .job-seeker-card .btn.btn-86-default:hover,
  .employers-messages .job-seeker-card .btn.btn-86-default:hover,
  .employers-accounts .job-seeker-card .btn.btn-86-default:hover,
  .applicants-job_seekers-dashboard .job-seeker-card .btn.btn-86-default:hover,
  .applicants-job_seeker_profile-show .job-seeker-card .btn.btn-86-default:hover,
  .applicants-job_seeker_profile-update .job-seeker-card .btn.btn-86-default:hover {
    color: #fff;
  }
}
.employers-job_postings .job-seeker-card .btn.btn-86-default.disabled,
.employers-dashboard .job-seeker-card .btn.btn-86-default.disabled,
.employers-job_seekers .job-seeker-card .btn.btn-86-default.disabled,
.employers-locations .job-seeker-card .btn.btn-86-default.disabled,
.employers-messages .job-seeker-card .btn.btn-86-default.disabled,
.employers-accounts .job-seeker-card .btn.btn-86-default.disabled,
.applicants-job_seekers-dashboard .job-seeker-card .btn.btn-86-default.disabled,
.applicants-job_seeker_profile-show .job-seeker-card .btn.btn-86-default.disabled,
.applicants-job_seeker_profile-update .job-seeker-card .btn.btn-86-default.disabled {
  border-color: #555a5d;
  color: #555a5d;
}
@media (min-width: 992px) {
  .employers-job_postings .job-seeker-card .btn.btn-86-default.disabled,
  .employers-dashboard .job-seeker-card .btn.btn-86-default.disabled,
  .employers-job_seekers .job-seeker-card .btn.btn-86-default.disabled,
  .employers-locations .job-seeker-card .btn.btn-86-default.disabled,
  .employers-messages .job-seeker-card .btn.btn-86-default.disabled,
  .employers-accounts .job-seeker-card .btn.btn-86-default.disabled,
  .applicants-job_seekers-dashboard .job-seeker-card .btn.btn-86-default.disabled,
  .applicants-job_seeker_profile-show .job-seeker-card .btn.btn-86-default.disabled,
  .applicants-job_seeker_profile-update .job-seeker-card .btn.btn-86-default.disabled {
    font-size: 10px;
  }
}
.employers-job_postings .job-seeker-card div,
.employers-dashboard .job-seeker-card div,
.employers-job_seekers .job-seeker-card div,
.employers-locations .job-seeker-card div,
.employers-messages .job-seeker-card div,
.employers-accounts .job-seeker-card div,
.applicants-job_seekers-dashboard .job-seeker-card div,
.applicants-job_seeker_profile-show .job-seeker-card div,
.applicants-job_seeker_profile-update .job-seeker-card div {
  overflow-wrap: normal;
}
.employers-job_postings .job-seeker-card a.favorite-star,
.employers-dashboard .job-seeker-card a.favorite-star,
.employers-job_seekers .job-seeker-card a.favorite-star,
.employers-locations .job-seeker-card a.favorite-star,
.employers-messages .job-seeker-card a.favorite-star,
.employers-accounts .job-seeker-card a.favorite-star,
.applicants-job_seekers-dashboard .job-seeker-card a.favorite-star,
.applicants-job_seeker_profile-show .job-seeker-card a.favorite-star,
.applicants-job_seeker_profile-update .job-seeker-card a.favorite-star {
  color: white;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  text-decoration: none;
}
.employers-job_postings .job-seeker-card a.favorite-star:focus,
.employers-dashboard .job-seeker-card a.favorite-star:focus,
.employers-job_seekers .job-seeker-card a.favorite-star:focus,
.employers-locations .job-seeker-card a.favorite-star:focus,
.employers-messages .job-seeker-card a.favorite-star:focus,
.employers-accounts .job-seeker-card a.favorite-star:focus,
.applicants-job_seekers-dashboard .job-seeker-card a.favorite-star:focus,
.applicants-job_seeker_profile-show .job-seeker-card a.favorite-star:focus,
.applicants-job_seeker_profile-update .job-seeker-card a.favorite-star:focus {
  text-decoration: none;
}
.employers-job_postings .job-seeker-card a.favorite-star:hover,
.employers-dashboard .job-seeker-card a.favorite-star:hover,
.employers-job_seekers .job-seeker-card a.favorite-star:hover,
.employers-locations .job-seeker-card a.favorite-star:hover,
.employers-messages .job-seeker-card a.favorite-star:hover,
.employers-accounts .job-seeker-card a.favorite-star:hover,
.applicants-job_seekers-dashboard .job-seeker-card a.favorite-star:hover,
.applicants-job_seeker_profile-show .job-seeker-card a.favorite-star:hover,
.applicants-job_seeker_profile-update .job-seeker-card a.favorite-star:hover {
  color: #f1df65;
  text-shadow: none;
}
.employers-job_postings .job-seeker-card a.favorite-star,
.employers-dashboard .job-seeker-card a.favorite-star,
.employers-job_seekers .job-seeker-card a.favorite-star,
.employers-locations .job-seeker-card a.favorite-star,
.employers-messages .job-seeker-card a.favorite-star,
.employers-accounts .job-seeker-card a.favorite-star,
.applicants-job_seekers-dashboard .job-seeker-card a.favorite-star,
.applicants-job_seeker_profile-show .job-seeker-card a.favorite-star,
.applicants-job_seeker_profile-update .job-seeker-card a.favorite-star {
  /* remove hover effects for mobile and tablet */
}
@media (max-width: 991px) {
  .employers-job_postings .job-seeker-card a.favorite-star:hover,
  .employers-dashboard .job-seeker-card a.favorite-star:hover,
  .employers-job_seekers .job-seeker-card a.favorite-star:hover,
  .employers-locations .job-seeker-card a.favorite-star:hover,
  .employers-messages .job-seeker-card a.favorite-star:hover,
  .employers-accounts .job-seeker-card a.favorite-star:hover,
  .applicants-job_seekers-dashboard .job-seeker-card a.favorite-star:hover,
  .applicants-job_seeker_profile-show .job-seeker-card a.favorite-star:hover,
  .applicants-job_seeker_profile-update .job-seeker-card a.favorite-star:hover {
    color: white;
    text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  }
  .employers-job_postings .job-seeker-card a.favorite-star.solid:hover,
  .employers-dashboard .job-seeker-card a.favorite-star.solid:hover,
  .employers-job_seekers .job-seeker-card a.favorite-star.solid:hover,
  .employers-locations .job-seeker-card a.favorite-star.solid:hover,
  .employers-messages .job-seeker-card a.favorite-star.solid:hover,
  .employers-accounts .job-seeker-card a.favorite-star.solid:hover,
  .applicants-job_seekers-dashboard .job-seeker-card a.favorite-star.solid:hover,
  .applicants-job_seeker_profile-show .job-seeker-card a.favorite-star.solid:hover,
  .applicants-job_seeker_profile-update .job-seeker-card a.favorite-star.solid:hover {
    color: #f1df65;
    text-shadow: none;
  }
}
.employers-job_postings .job-seeker-card a.favorite-star.solid,
.employers-dashboard .job-seeker-card a.favorite-star.solid,
.employers-job_seekers .job-seeker-card a.favorite-star.solid,
.employers-locations .job-seeker-card a.favorite-star.solid,
.employers-messages .job-seeker-card a.favorite-star.solid,
.employers-accounts .job-seeker-card a.favorite-star.solid,
.applicants-job_seekers-dashboard .job-seeker-card a.favorite-star.solid,
.applicants-job_seeker_profile-show .job-seeker-card a.favorite-star.solid,
.applicants-job_seeker_profile-update .job-seeker-card a.favorite-star.solid {
  color: #f1df65;
  text-shadow: none;
}
.employers-job_postings .job-seeker-card a.favorite-star.solid:hover,
.employers-dashboard .job-seeker-card a.favorite-star.solid:hover,
.employers-job_seekers .job-seeker-card a.favorite-star.solid:hover,
.employers-locations .job-seeker-card a.favorite-star.solid:hover,
.employers-messages .job-seeker-card a.favorite-star.solid:hover,
.employers-accounts .job-seeker-card a.favorite-star.solid:hover,
.applicants-job_seekers-dashboard .job-seeker-card a.favorite-star.solid:hover,
.applicants-job_seeker_profile-show .job-seeker-card a.favorite-star.solid:hover,
.applicants-job_seeker_profile-update .job-seeker-card a.favorite-star.solid:hover {
  color: yellow;
}
.employers-job_postings .job-seeker-card strong.headline,
.employers-dashboard .job-seeker-card strong.headline,
.employers-job_seekers .job-seeker-card strong.headline,
.employers-locations .job-seeker-card strong.headline,
.employers-messages .job-seeker-card strong.headline,
.employers-accounts .job-seeker-card strong.headline,
.applicants-job_seekers-dashboard .job-seeker-card strong.headline,
.applicants-job_seeker_profile-show .job-seeker-card strong.headline,
.applicants-job_seeker_profile-update .job-seeker-card strong.headline {
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}
.employers-job_postings .job-seeker-card a:visited strong.headline, .employers-job_postings .job-seeker-card a.interacted strong.headline,
.employers-dashboard .job-seeker-card a:visited strong.headline,
.employers-dashboard .job-seeker-card a.interacted strong.headline,
.employers-job_seekers .job-seeker-card a:visited strong.headline,
.employers-job_seekers .job-seeker-card a.interacted strong.headline,
.employers-locations .job-seeker-card a:visited strong.headline,
.employers-locations .job-seeker-card a.interacted strong.headline,
.employers-messages .job-seeker-card a:visited strong.headline,
.employers-messages .job-seeker-card a.interacted strong.headline,
.employers-accounts .job-seeker-card a:visited strong.headline,
.employers-accounts .job-seeker-card a.interacted strong.headline,
.applicants-job_seekers-dashboard .job-seeker-card a:visited strong.headline,
.applicants-job_seekers-dashboard .job-seeker-card a.interacted strong.headline,
.applicants-job_seeker_profile-show .job-seeker-card a:visited strong.headline,
.applicants-job_seeker_profile-show .job-seeker-card a.interacted strong.headline,
.applicants-job_seeker_profile-update .job-seeker-card a:visited strong.headline,
.applicants-job_seeker_profile-update .job-seeker-card a.interacted strong.headline {
  color: #7080ff;
}
.employers-job_postings .job-seeker-card a:visited strong.headline.no-colour-change, .employers-job_postings .job-seeker-card a.interacted strong.headline.no-colour-change,
.employers-dashboard .job-seeker-card a:visited strong.headline.no-colour-change,
.employers-dashboard .job-seeker-card a.interacted strong.headline.no-colour-change,
.employers-job_seekers .job-seeker-card a:visited strong.headline.no-colour-change,
.employers-job_seekers .job-seeker-card a.interacted strong.headline.no-colour-change,
.employers-locations .job-seeker-card a:visited strong.headline.no-colour-change,
.employers-locations .job-seeker-card a.interacted strong.headline.no-colour-change,
.employers-messages .job-seeker-card a:visited strong.headline.no-colour-change,
.employers-messages .job-seeker-card a.interacted strong.headline.no-colour-change,
.employers-accounts .job-seeker-card a:visited strong.headline.no-colour-change,
.employers-accounts .job-seeker-card a.interacted strong.headline.no-colour-change,
.applicants-job_seekers-dashboard .job-seeker-card a:visited strong.headline.no-colour-change,
.applicants-job_seekers-dashboard .job-seeker-card a.interacted strong.headline.no-colour-change,
.applicants-job_seeker_profile-show .job-seeker-card a:visited strong.headline.no-colour-change,
.applicants-job_seeker_profile-show .job-seeker-card a.interacted strong.headline.no-colour-change,
.applicants-job_seeker_profile-update .job-seeker-card a:visited strong.headline.no-colour-change,
.applicants-job_seeker_profile-update .job-seeker-card a.interacted strong.headline.no-colour-change {
  color: #4097e0;
}
.employers-job_postings .job-seeker-card,
.employers-dashboard .job-seeker-card,
.employers-job_seekers .job-seeker-card,
.employers-locations .job-seeker-card,
.employers-messages .job-seeker-card,
.employers-accounts .job-seeker-card,
.applicants-job_seekers-dashboard .job-seeker-card,
.applicants-job_seeker_profile-show .job-seeker-card,
.applicants-job_seeker_profile-update .job-seeker-card {
  background: white;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  font-size: 13px;
  margin-bottom: 15px;
  padding: 10px 15px 8px;
}
.employers-job_postings .job-seeker-card hr,
.employers-dashboard .job-seeker-card hr,
.employers-job_seekers .job-seeker-card hr,
.employers-locations .job-seeker-card hr,
.employers-messages .job-seeker-card hr,
.employers-accounts .job-seeker-card hr,
.applicants-job_seekers-dashboard .job-seeker-card hr,
.applicants-job_seeker_profile-show .job-seeker-card hr,
.applicants-job_seeker_profile-update .job-seeker-card hr {
  margin: 10px 0px;
  border-top: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
}
.employers-job_postings .job-seeker-card .btn-wrapper,
.employers-dashboard .job-seeker-card .btn-wrapper,
.employers-job_seekers .job-seeker-card .btn-wrapper,
.employers-locations .job-seeker-card .btn-wrapper,
.employers-messages .job-seeker-card .btn-wrapper,
.employers-accounts .job-seeker-card .btn-wrapper,
.applicants-job_seekers-dashboard .job-seeker-card .btn-wrapper,
.applicants-job_seeker_profile-show .job-seeker-card .btn-wrapper,
.applicants-job_seeker_profile-update .job-seeker-card .btn-wrapper {
  padding: 0px 8px 8px 0px;
}
.employers-job_postings .job-seeker-card .btn-86-default,
.employers-dashboard .job-seeker-card .btn-86-default,
.employers-job_seekers .job-seeker-card .btn-86-default,
.employers-locations .job-seeker-card .btn-86-default,
.employers-messages .job-seeker-card .btn-86-default,
.employers-accounts .job-seeker-card .btn-86-default,
.applicants-job_seekers-dashboard .job-seeker-card .btn-86-default,
.applicants-job_seeker_profile-show .job-seeker-card .btn-86-default,
.applicants-job_seeker_profile-update .job-seeker-card .btn-86-default {
  font-size: 11px;
  padding: 8px 3px;
  width: 100%;
}
.employers-job_postings .job-seeker-card table.borderless td,
.employers-dashboard .job-seeker-card table.borderless td,
.employers-job_seekers .job-seeker-card table.borderless td,
.employers-locations .job-seeker-card table.borderless td,
.employers-messages .job-seeker-card table.borderless td,
.employers-accounts .job-seeker-card table.borderless td,
.applicants-job_seekers-dashboard .job-seeker-card table.borderless td,
.applicants-job_seeker_profile-show .job-seeker-card table.borderless td,
.applicants-job_seeker_profile-update .job-seeker-card table.borderless td {
  border: none;
}
.employers-job_postings .job-seeker-card img.job-seeker-avatar,
.employers-dashboard .job-seeker-card img.job-seeker-avatar,
.employers-job_seekers .job-seeker-card img.job-seeker-avatar,
.employers-locations .job-seeker-card img.job-seeker-avatar,
.employers-messages .job-seeker-card img.job-seeker-avatar,
.employers-accounts .job-seeker-card img.job-seeker-avatar,
.applicants-job_seekers-dashboard .job-seeker-card img.job-seeker-avatar,
.applicants-job_seeker_profile-show .job-seeker-card img.job-seeker-avatar,
.applicants-job_seeker_profile-update .job-seeker-card img.job-seeker-avatar {
  padding: 10px 10px;
  max-height: 170px;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.employers-job_postings .job-seeker-card img.job-seeker-avatar.placeholder,
.employers-dashboard .job-seeker-card img.job-seeker-avatar.placeholder,
.employers-job_seekers .job-seeker-card img.job-seeker-avatar.placeholder,
.employers-locations .job-seeker-card img.job-seeker-avatar.placeholder,
.employers-messages .job-seeker-card img.job-seeker-avatar.placeholder,
.employers-accounts .job-seeker-card img.job-seeker-avatar.placeholder,
.applicants-job_seekers-dashboard .job-seeker-card img.job-seeker-avatar.placeholder,
.applicants-job_seeker_profile-show .job-seeker-card img.job-seeker-avatar.placeholder,
.applicants-job_seeker_profile-update .job-seeker-card img.job-seeker-avatar.placeholder {
  height: 150px;
}
.employers-job_postings .job-seeker-card .social-links,
.employers-dashboard .job-seeker-card .social-links,
.employers-job_seekers .job-seeker-card .social-links,
.employers-locations .job-seeker-card .social-links,
.employers-messages .job-seeker-card .social-links,
.employers-accounts .job-seeker-card .social-links,
.applicants-job_seekers-dashboard .job-seeker-card .social-links,
.applicants-job_seeker_profile-show .job-seeker-card .social-links,
.applicants-job_seeker_profile-update .job-seeker-card .social-links {
  padding-right: 80px;
}
.employers-job_postings .job-seeker-card .social-links > div,
.employers-dashboard .job-seeker-card .social-links > div,
.employers-job_seekers .job-seeker-card .social-links > div,
.employers-locations .job-seeker-card .social-links > div,
.employers-messages .job-seeker-card .social-links > div,
.employers-accounts .job-seeker-card .social-links > div,
.applicants-job_seekers-dashboard .job-seeker-card .social-links > div,
.applicants-job_seeker_profile-show .job-seeker-card .social-links > div,
.applicants-job_seeker_profile-update .job-seeker-card .social-links > div {
  padding-left: 5px;
  padding-right: 5px;
}
.employers-job_postings .job-seeker-card .social-links div:nth-child(1),
.employers-dashboard .job-seeker-card .social-links div:nth-child(1),
.employers-job_seekers .job-seeker-card .social-links div:nth-child(1),
.employers-locations .job-seeker-card .social-links div:nth-child(1),
.employers-messages .job-seeker-card .social-links div:nth-child(1),
.employers-accounts .job-seeker-card .social-links div:nth-child(1),
.applicants-job_seekers-dashboard .job-seeker-card .social-links div:nth-child(1),
.applicants-job_seeker_profile-show .job-seeker-card .social-links div:nth-child(1),
.applicants-job_seeker_profile-update .job-seeker-card .social-links div:nth-child(1) {
  margin-left: -5px;
}
.employers-job_postings .job-seeker-card .social-links img,
.employers-dashboard .job-seeker-card .social-links img,
.employers-job_seekers .job-seeker-card .social-links img,
.employers-locations .job-seeker-card .social-links img,
.employers-messages .job-seeker-card .social-links img,
.employers-accounts .job-seeker-card .social-links img,
.applicants-job_seekers-dashboard .job-seeker-card .social-links img,
.applicants-job_seeker_profile-show .job-seeker-card .social-links img,
.applicants-job_seeker_profile-update .job-seeker-card .social-links img {
  width: 100%;
}
.employers-job_postings .job-seeker-card .social-links img.linkedin,
.employers-dashboard .job-seeker-card .social-links img.linkedin,
.employers-job_seekers .job-seeker-card .social-links img.linkedin,
.employers-locations .job-seeker-card .social-links img.linkedin,
.employers-messages .job-seeker-card .social-links img.linkedin,
.employers-accounts .job-seeker-card .social-links img.linkedin,
.applicants-job_seekers-dashboard .job-seeker-card .social-links img.linkedin,
.applicants-job_seeker_profile-show .job-seeker-card .social-links img.linkedin,
.applicants-job_seeker_profile-update .job-seeker-card .social-links img.linkedin {
  width: 120%;
}
.employers-job_postings,
.employers-dashboard,
.employers-job_seekers,
.employers-locations,
.employers-messages,
.employers-accounts,
.applicants-job_seekers-dashboard,
.applicants-job_seeker_profile-show,
.applicants-job_seeker_profile-update {
  /* talent community preview card styles */
}
.employers-job_postings .talent-community-preview-card,
.employers-dashboard .talent-community-preview-card,
.employers-job_seekers .talent-community-preview-card,
.employers-locations .talent-community-preview-card,
.employers-messages .talent-community-preview-card,
.employers-accounts .talent-community-preview-card,
.applicants-job_seekers-dashboard .talent-community-preview-card,
.applicants-job_seeker_profile-show .talent-community-preview-card,
.applicants-job_seeker_profile-update .talent-community-preview-card {
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
}
.employers-job_postings .talent-community-preview-card.dark-border,
.employers-dashboard .talent-community-preview-card.dark-border,
.employers-job_seekers .talent-community-preview-card.dark-border,
.employers-locations .talent-community-preview-card.dark-border,
.employers-messages .talent-community-preview-card.dark-border,
.employers-accounts .talent-community-preview-card.dark-border,
.applicants-job_seekers-dashboard .talent-community-preview-card.dark-border,
.applicants-job_seeker_profile-show .talent-community-preview-card.dark-border,
.applicants-job_seeker_profile-update .talent-community-preview-card.dark-border {
  border: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
.employers-job_postings .talent-community-preview-card,
.employers-dashboard .talent-community-preview-card,
.employers-job_seekers .talent-community-preview-card,
.employers-locations .talent-community-preview-card,
.employers-messages .talent-community-preview-card,
.employers-accounts .talent-community-preview-card,
.applicants-job_seekers-dashboard .talent-community-preview-card,
.applicants-job_seeker_profile-show .talent-community-preview-card,
.applicants-job_seeker_profile-update .talent-community-preview-card {
  font-size: 15px;
  min-height: 180px;
  padding: 10px;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper div,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper div,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper div,
.employers-locations .talent-community-preview-card .preview-text-wrapper div,
.employers-messages .talent-community-preview-card .preview-text-wrapper div,
.employers-accounts .talent-community-preview-card .preview-text-wrapper div,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper div,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper div,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper div {
  overflow-wrap: normal;
}
.employers-job_postings .talent-community-preview-card .col-right,
.employers-dashboard .talent-community-preview-card .col-right,
.employers-job_seekers .talent-community-preview-card .col-right,
.employers-locations .talent-community-preview-card .col-right,
.employers-messages .talent-community-preview-card .col-right,
.employers-accounts .talent-community-preview-card .col-right,
.applicants-job_seekers-dashboard .talent-community-preview-card .col-right,
.applicants-job_seeker_profile-show .talent-community-preview-card .col-right,
.applicants-job_seeker_profile-update .talent-community-preview-card .col-right {
  padding-left: 0px;
}
.employers-job_postings .talent-community-preview-card .preview-image-wrapper,
.employers-dashboard .talent-community-preview-card .preview-image-wrapper,
.employers-job_seekers .talent-community-preview-card .preview-image-wrapper,
.employers-locations .talent-community-preview-card .preview-image-wrapper,
.employers-messages .talent-community-preview-card .preview-image-wrapper,
.employers-accounts .talent-community-preview-card .preview-image-wrapper,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-image-wrapper,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-image-wrapper,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-image-wrapper {
  font-size: 0px;
}
.employers-job_postings .talent-community-preview-card .preview-image-wrapper img,
.employers-dashboard .talent-community-preview-card .preview-image-wrapper img,
.employers-job_seekers .talent-community-preview-card .preview-image-wrapper img,
.employers-locations .talent-community-preview-card .preview-image-wrapper img,
.employers-messages .talent-community-preview-card .preview-image-wrapper img,
.employers-accounts .talent-community-preview-card .preview-image-wrapper img,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-image-wrapper img,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-image-wrapper img,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-image-wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  max-height: 130px;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper,
.employers-locations .talent-community-preview-card .preview-text-wrapper,
.employers-messages .talent-community-preview-card .preview-text-wrapper,
.employers-accounts .talent-community-preview-card .preview-text-wrapper,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper {
  font-family: "Proxima Nova", sans-serif;
  min-height: 80px;
  text-align: left;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper .first-line,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper .first-line,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper .first-line,
.employers-locations .talent-community-preview-card .preview-text-wrapper .first-line,
.employers-messages .talent-community-preview-card .preview-text-wrapper .first-line,
.employers-accounts .talent-community-preview-card .preview-text-wrapper .first-line,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .first-line,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .first-line,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .first-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper .first-line,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper .first-line,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper .first-line,
  .employers-locations .talent-community-preview-card .preview-text-wrapper .first-line,
  .employers-messages .talent-community-preview-card .preview-text-wrapper .first-line,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper .first-line,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .first-line,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .first-line,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .first-line {
    text-align: initial;
    justify-content: flex-start;
  }
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star,
.employers-locations .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star,
.employers-messages .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star,
.employers-accounts .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .first-line .favorite-star {
  margin-left: 5px;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper .col-right,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper .col-right,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper .col-right,
.employers-locations .talent-community-preview-card .preview-text-wrapper .col-right,
.employers-messages .talent-community-preview-card .preview-text-wrapper .col-right,
.employers-accounts .talent-community-preview-card .preview-text-wrapper .col-right,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .col-right,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .col-right,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .col-right {
  padding-left: 5px;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a,
.employers-locations .talent-community-preview-card .preview-text-wrapper a,
.employers-messages .talent-community-preview-card .preview-text-wrapper a,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.interacted,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.interacted,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.interacted,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.interacted,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.interacted,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.interacted,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.interacted,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.interacted,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.interacted {
  color: #7080ff;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper hr,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper hr,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper hr,
.employers-locations .talent-community-preview-card .preview-text-wrapper hr,
.employers-messages .talent-community-preview-card .preview-text-wrapper hr,
.employers-accounts .talent-community-preview-card .preview-text-wrapper hr,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper hr,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper hr,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper hr {
  margin: 5px 0px;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a,
.employers-locations .talent-community-preview-card .preview-text-wrapper a,
.employers-messages .talent-community-preview-card .preview-text-wrapper a,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a {
  color: #4097e0;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper a:hover,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper a:hover,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper a:hover,
  .employers-locations .talent-community-preview-card .preview-text-wrapper a:hover,
  .employers-messages .talent-community-preview-card .preview-text-wrapper a:hover,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper a:hover,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a:hover,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a:hover,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a:hover {
    color: #337ab7;
  }
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.orange-highlight,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.orange-highlight,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.orange-highlight,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.orange-highlight,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.orange-highlight,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.orange-highlight,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.orange-highlight,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.orange-highlight,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.orange-highlight {
  color: #E45607;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.orange-highlight:visited {
  color: #E45607;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a:visited,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a:visited,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a:visited,
.employers-locations .talent-community-preview-card .preview-text-wrapper a:visited,
.employers-messages .talent-community-preview-card .preview-text-wrapper a:visited,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a:visited,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a:visited,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a:visited,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a:visited {
  color: #7080ff;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.favorite-star {
  color: white;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  text-decoration: none;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.favorite-star:focus {
  text-decoration: none;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover {
  color: #f1df65;
  text-shadow: none;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.favorite-star,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.favorite-star {
  /* remove hover effects for mobile and tablet */
}
@media (max-width: 991px) {
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
  .employers-locations .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
  .employers-messages .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.favorite-star:hover {
    color: white;
    text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  }
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
  .employers-locations .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
  .employers-messages .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover {
    color: #f1df65;
    text-shadow: none;
  }
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid {
  color: #f1df65;
  text-shadow: none;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
.employers-locations .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
.employers-messages .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
.employers-accounts .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper a.favorite-star.solid:hover {
  color: yellow;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper div,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper div,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper div,
.employers-locations .talent-community-preview-card .preview-text-wrapper div,
.employers-messages .talent-community-preview-card .preview-text-wrapper div,
.employers-accounts .talent-community-preview-card .preview-text-wrapper div,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper div,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper div,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper div {
  font-size: 12px;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper .social-links,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper .social-links,
.employers-locations .talent-community-preview-card .preview-text-wrapper .social-links,
.employers-messages .talent-community-preview-card .preview-text-wrapper .social-links,
.employers-accounts .talent-community-preview-card .preview-text-wrapper .social-links,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .social-links,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .social-links {
  display: flex;
  padding-left: 15px;
  padding-right: 0px;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper .social-links div,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links div,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper .social-links div,
.employers-locations .talent-community-preview-card .preview-text-wrapper .social-links div,
.employers-messages .talent-community-preview-card .preview-text-wrapper .social-links div,
.employers-accounts .talent-community-preview-card .preview-text-wrapper .social-links div,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links div,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .social-links div,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .social-links div {
  padding-left: 0px;
  padding-right: 8px;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper .social-links > div,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links > div,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper .social-links > div,
.employers-locations .talent-community-preview-card .preview-text-wrapper .social-links > div,
.employers-messages .talent-community-preview-card .preview-text-wrapper .social-links > div,
.employers-accounts .talent-community-preview-card .preview-text-wrapper .social-links > div,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links > div,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .social-links > div,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .social-links > div {
  width: 20%;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper .social-links img,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links img,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper .social-links img,
.employers-locations .talent-community-preview-card .preview-text-wrapper .social-links img,
.employers-messages .talent-community-preview-card .preview-text-wrapper .social-links img,
.employers-accounts .talent-community-preview-card .preview-text-wrapper .social-links img,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links img,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .social-links img,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .social-links img {
  width: 100%;
}
.employers-job_postings .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin,
.employers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin,
.employers-job_seekers .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin,
.employers-locations .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin,
.employers-messages .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin,
.employers-accounts .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin,
.applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin,
.applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin,
.applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .social-links img.linkedin {
  width: 120%;
}
.employers-job_postings .featured-candidates-section .talent-community-preview-card-wrapper,
.employers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper,
.employers-job_seekers .featured-candidates-section .talent-community-preview-card-wrapper,
.employers-locations .featured-candidates-section .talent-community-preview-card-wrapper,
.employers-messages .featured-candidates-section .talent-community-preview-card-wrapper,
.employers-accounts .featured-candidates-section .talent-community-preview-card-wrapper,
.applicants-job_seekers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper,
.applicants-job_seeker_profile-show .featured-candidates-section .talent-community-preview-card-wrapper,
.applicants-job_seeker_profile-update .featured-candidates-section .talent-community-preview-card-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .employers-job_postings .featured-candidates-section .talent-community-preview-card-wrapper,
  .employers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper,
  .employers-job_seekers .featured-candidates-section .talent-community-preview-card-wrapper,
  .employers-locations .featured-candidates-section .talent-community-preview-card-wrapper,
  .employers-messages .featured-candidates-section .talent-community-preview-card-wrapper,
  .employers-accounts .featured-candidates-section .talent-community-preview-card-wrapper,
  .applicants-job_seekers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper,
  .applicants-job_seeker_profile-show .featured-candidates-section .talent-community-preview-card-wrapper,
  .applicants-job_seeker_profile-update .featured-candidates-section .talent-community-preview-card-wrapper {
    margin-bottom: 0;
  }
  .employers-job_postings .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1),
  .employers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1),
  .employers-job_seekers .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1),
  .employers-locations .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1),
  .employers-messages .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1),
  .employers-accounts .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1),
  .applicants-job_seekers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1),
  .applicants-job_seeker_profile-show .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1),
  .applicants-job_seeker_profile-update .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(1) {
    padding-left: 0;
    padding-right: 6px;
  }
  .employers-job_postings .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2),
  .employers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2),
  .employers-job_seekers .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2),
  .employers-locations .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2),
  .employers-messages .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2),
  .employers-accounts .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2),
  .applicants-job_seekers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2),
  .applicants-job_seeker_profile-show .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2),
  .applicants-job_seeker_profile-update .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(2) {
    padding-left: 3px;
    padding-right: 3px;
  }
  .employers-job_postings .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3),
  .employers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3),
  .employers-job_seekers .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3),
  .employers-locations .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3),
  .employers-messages .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3),
  .employers-accounts .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3),
  .applicants-job_seekers-dashboard .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3),
  .applicants-job_seeker_profile-show .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3),
  .applicants-job_seeker_profile-update .featured-candidates-section .talent-community-preview-card-wrapper:nth-of-type(3) {
    padding-right: 0;
    padding-left: 6px;
  }
}

.applicants-job_seeker_profile-show .job-seeker-card,
.applicants-job_seeker_profile-update .job-seeker-card,
.applicants-job_seekers-dashboard .job-seeker-card {
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
}
.applicants-job_seeker_profile-show .job-seeker-card div,
.applicants-job_seeker_profile-update .job-seeker-card div,
.applicants-job_seekers-dashboard .job-seeker-card div {
  overflow-wrap: normal;
}
.applicants-job_seeker_profile-show .job-seeker-card .btn-86-default,
.applicants-job_seeker_profile-update .job-seeker-card .btn-86-default,
.applicants-job_seekers-dashboard .job-seeker-card .btn-86-default {
  font-size: 10px;
  padding: 8px 3px;
  text-transform: capitalize;
}
.applicants-job_seeker_profile-show .job-seeker-card .social-links,
.applicants-job_seeker_profile-update .job-seeker-card .social-links,
.applicants-job_seekers-dashboard .job-seeker-card .social-links {
  padding-right: 40px;
}
.applicants-job_seeker_profile-show .job-seeker-card .social-links div,
.applicants-job_seeker_profile-update .job-seeker-card .social-links div,
.applicants-job_seekers-dashboard .job-seeker-card .social-links div {
  padding-left: 3px;
  padding-right: 3px;
}
.applicants-job_seeker_profile-show .job-seeker-card .social-links div:nth-child(1),
.applicants-job_seeker_profile-update .job-seeker-card .social-links div:nth-child(1),
.applicants-job_seekers-dashboard .job-seeker-card .social-links div:nth-child(1) {
  margin-left: -5px;
}
.applicants-job_seeker_profile-show .job-seeker-card .social-links img,
.applicants-job_seeker_profile-update .job-seeker-card .social-links img,
.applicants-job_seekers-dashboard .job-seeker-card .social-links img {
  width: 100%;
}
.applicants-job_seeker_profile-show .job-seeker-card .social-links img.linkedin,
.applicants-job_seeker_profile-update .job-seeker-card .social-links img.linkedin,
.applicants-job_seekers-dashboard .job-seeker-card .social-links img.linkedin {
  width: 120%;
}

.employers-dashboard .job-posting-card {
  box-shadow: 2px 2px 1px 1px rgb(201.4466292135, 204.3258426966, 206.0533707865);
}

@media (max-width: 991px) {
  .employers-job_postings .job-posting-card .col-left, .employers-job_postings .job-posting-card .col-mid,
  .employers-dashboard .job-posting-card .col-left,
  .employers-dashboard .job-posting-card .col-mid,
  .employers-job_seekers .job-posting-card .col-left,
  .employers-job_seekers .job-posting-card .col-mid,
  .employers-locations .job-posting-card .col-left,
  .employers-locations .job-posting-card .col-mid,
  .employers-messages .job-posting-card .col-left,
  .employers-messages .job-posting-card .col-mid,
  .employers-accounts .job-posting-card .col-left,
  .employers-accounts .job-posting-card .col-mid,
  .applicants-job_seekers-dashboard .job-posting-card .col-left,
  .applicants-job_seekers-dashboard .job-posting-card .col-mid,
  .applicants-job_seeker_profile-update .job-posting-card .col-left,
  .applicants-job_seeker_profile-update .job-posting-card .col-mid,
  .applicants-job_seeker_profile-show .job-posting-card .col-left,
  .applicants-job_seeker_profile-show .job-posting-card .col-mid {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .employers-job_postings .talent-community-preview-card div.header,
  .employers-dashboard .talent-community-preview-card div.header,
  .employers-job_seekers .talent-community-preview-card div.header,
  .employers-locations .talent-community-preview-card div.header,
  .employers-messages .talent-community-preview-card div.header,
  .employers-accounts .talent-community-preview-card div.header,
  .applicants-job_seekers-dashboard .talent-community-preview-card div.header,
  .applicants-job_seeker_profile-update .talent-community-preview-card div.header,
  .applicants-job_seeker_profile-show .talent-community-preview-card div.header {
    text-align: center;
  }
  .employers-job_postings .talent-community-preview-card .col-right,
  .employers-dashboard .talent-community-preview-card .col-right,
  .employers-job_seekers .talent-community-preview-card .col-right,
  .employers-locations .talent-community-preview-card .col-right,
  .employers-messages .talent-community-preview-card .col-right,
  .employers-accounts .talent-community-preview-card .col-right,
  .applicants-job_seekers-dashboard .talent-community-preview-card .col-right,
  .applicants-job_seeker_profile-update .talent-community-preview-card .col-right,
  .applicants-job_seeker_profile-show .talent-community-preview-card .col-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper,
  .employers-locations .talent-community-preview-card .preview-text-wrapper,
  .employers-messages .talent-community-preview-card .preview-text-wrapper,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper {
    min-height: 135px;
  }
}
@media (max-width: 767px) {
  .employers-job_postings,
  .employers-dashboard,
  .employers-job_seekers,
  .employers-locations,
  .employers-messages,
  .employers-accounts,
  .applicants-job_seekers-dashboard,
  .applicants-job_seeker_profile-update,
  .applicants-job_seeker_profile-show {
    /* job seeker card styles  for mobile */
  }
  .employers-job_postings .job-seeker-card-wrapper .left-col,
  .employers-dashboard .job-seeker-card-wrapper .left-col,
  .employers-job_seekers .job-seeker-card-wrapper .left-col,
  .employers-locations .job-seeker-card-wrapper .left-col,
  .employers-messages .job-seeker-card-wrapper .left-col,
  .employers-accounts .job-seeker-card-wrapper .left-col,
  .applicants-job_seekers-dashboard .job-seeker-card-wrapper .left-col,
  .applicants-job_seeker_profile-update .job-seeker-card-wrapper .left-col,
  .applicants-job_seeker_profile-show .job-seeker-card-wrapper .left-col {
    width: 10%;
  }
  .employers-job_postings .job-seeker-card-wrapper .left-col .checkbox,
  .employers-dashboard .job-seeker-card-wrapper .left-col .checkbox,
  .employers-job_seekers .job-seeker-card-wrapper .left-col .checkbox,
  .employers-locations .job-seeker-card-wrapper .left-col .checkbox,
  .employers-messages .job-seeker-card-wrapper .left-col .checkbox,
  .employers-accounts .job-seeker-card-wrapper .left-col .checkbox,
  .applicants-job_seekers-dashboard .job-seeker-card-wrapper .left-col .checkbox,
  .applicants-job_seeker_profile-update .job-seeker-card-wrapper .left-col .checkbox,
  .applicants-job_seeker_profile-show .job-seeker-card-wrapper .left-col .checkbox {
    margin-top: 175px;
  }
  .employers-job_postings .job-seeker-card-wrapper .left-col .checkbox span.check,
  .employers-dashboard .job-seeker-card-wrapper .left-col .checkbox span.check,
  .employers-job_seekers .job-seeker-card-wrapper .left-col .checkbox span.check,
  .employers-locations .job-seeker-card-wrapper .left-col .checkbox span.check,
  .employers-messages .job-seeker-card-wrapper .left-col .checkbox span.check,
  .employers-accounts .job-seeker-card-wrapper .left-col .checkbox span.check,
  .applicants-job_seekers-dashboard .job-seeker-card-wrapper .left-col .checkbox span.check,
  .applicants-job_seeker_profile-update .job-seeker-card-wrapper .left-col .checkbox span.check,
  .applicants-job_seeker_profile-show .job-seeker-card-wrapper .left-col .checkbox span.check {
    left: 8px;
  }
  .employers-job_postings .job-seeker-card-wrapper .right-col,
  .employers-dashboard .job-seeker-card-wrapper .right-col,
  .employers-job_seekers .job-seeker-card-wrapper .right-col,
  .employers-locations .job-seeker-card-wrapper .right-col,
  .employers-messages .job-seeker-card-wrapper .right-col,
  .employers-accounts .job-seeker-card-wrapper .right-col,
  .applicants-job_seekers-dashboard .job-seeker-card-wrapper .right-col,
  .applicants-job_seeker_profile-update .job-seeker-card-wrapper .right-col,
  .applicants-job_seeker_profile-show .job-seeker-card-wrapper .right-col {
    width: 90%;
  }
  .employers-job_postings .job-seeker-card,
  .employers-dashboard .job-seeker-card,
  .employers-job_seekers .job-seeker-card,
  .employers-locations .job-seeker-card,
  .employers-messages .job-seeker-card,
  .employers-accounts .job-seeker-card,
  .applicants-job_seekers-dashboard .job-seeker-card,
  .applicants-job_seeker_profile-update .job-seeker-card,
  .applicants-job_seeker_profile-show .job-seeker-card {
    padding: 10px 0px 8px;
  }
  .employers-job_postings .job-seeker-card .btn-wrapper,
  .employers-dashboard .job-seeker-card .btn-wrapper,
  .employers-job_seekers .job-seeker-card .btn-wrapper,
  .employers-locations .job-seeker-card .btn-wrapper,
  .employers-messages .job-seeker-card .btn-wrapper,
  .employers-accounts .job-seeker-card .btn-wrapper,
  .applicants-job_seekers-dashboard .job-seeker-card .btn-wrapper,
  .applicants-job_seeker_profile-update .job-seeker-card .btn-wrapper,
  .applicants-job_seeker_profile-show .job-seeker-card .btn-wrapper {
    padding: 0px 0px 8px 0px;
  }
  .employers-job_postings .text-center-mobile,
  .employers-dashboard .text-center-mobile,
  .employers-job_seekers .text-center-mobile,
  .employers-locations .text-center-mobile,
  .employers-messages .text-center-mobile,
  .employers-accounts .text-center-mobile,
  .applicants-job_seekers-dashboard .text-center-mobile,
  .applicants-job_seeker_profile-update .text-center-mobile,
  .applicants-job_seeker_profile-show .text-center-mobile {
    text-align: center;
  }
  .employers-job_postings,
  .employers-dashboard,
  .employers-job_seekers,
  .employers-locations,
  .employers-messages,
  .employers-accounts,
  .applicants-job_seekers-dashboard,
  .applicants-job_seeker_profile-update,
  .applicants-job_seeker_profile-show {
    /* job posting card styles for mobile */
  }
  .employers-job_postings .job-posting-card .table-responsive,
  .employers-dashboard .job-posting-card .table-responsive,
  .employers-job_seekers .job-posting-card .table-responsive,
  .employers-locations .job-posting-card .table-responsive,
  .employers-messages .job-posting-card .table-responsive,
  .employers-accounts .job-posting-card .table-responsive,
  .applicants-job_seekers-dashboard .job-posting-card .table-responsive,
  .applicants-job_seeker_profile-update .job-posting-card .table-responsive,
  .applicants-job_seeker_profile-show .job-posting-card .table-responsive {
    margin-top: 10px;
  }
  .employers-job_postings .job-posting-card .btn-wrapper,
  .employers-dashboard .job-posting-card .btn-wrapper,
  .employers-job_seekers .job-posting-card .btn-wrapper,
  .employers-locations .job-posting-card .btn-wrapper,
  .employers-messages .job-posting-card .btn-wrapper,
  .employers-accounts .job-posting-card .btn-wrapper,
  .applicants-job_seekers-dashboard .job-posting-card .btn-wrapper,
  .applicants-job_seeker_profile-update .job-posting-card .btn-wrapper,
  .applicants-job_seeker_profile-show .job-posting-card .btn-wrapper {
    padding: 0px 0px 8px 0px;
  }
  .employers-job_postings .message-card,
  .employers-dashboard .message-card,
  .employers-job_seekers .message-card,
  .employers-locations .message-card,
  .employers-messages .message-card,
  .employers-accounts .message-card,
  .applicants-job_seekers-dashboard .message-card,
  .applicants-job_seeker_profile-update .message-card,
  .applicants-job_seeker_profile-show .message-card {
    padding-left: 0px;
    padding-right: 0px;
  }
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper,
  .employers-locations .talent-community-preview-card .preview-text-wrapper,
  .employers-messages .talent-community-preview-card .preview-text-wrapper,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper {
    min-height: none;
  }
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper .social-links,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper .social-links,
  .employers-locations .talent-community-preview-card .preview-text-wrapper .social-links,
  .employers-messages .talent-community-preview-card .preview-text-wrapper .social-links,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper .social-links,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .social-links,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .social-links {
    padding-left: 0px;
  }
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper .social-links div,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links div,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper .social-links div,
  .employers-locations .talent-community-preview-card .preview-text-wrapper .social-links div,
  .employers-messages .talent-community-preview-card .preview-text-wrapper .social-links div,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper .social-links div,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .social-links div,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .social-links div,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .social-links div {
    padding-left: 0;
  }
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper .col-left,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper .col-left,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper .col-left,
  .employers-locations .talent-community-preview-card .preview-text-wrapper .col-left,
  .employers-messages .talent-community-preview-card .preview-text-wrapper .col-left,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper .col-left,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .col-left,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .col-left,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .col-left {
    padding-left: 0;
    padding-right: 0;
  }
  .employers-job_postings .talent-community-preview-card .preview-text-wrapper .col-right,
  .employers-dashboard .talent-community-preview-card .preview-text-wrapper .col-right,
  .employers-job_seekers .talent-community-preview-card .preview-text-wrapper .col-right,
  .employers-locations .talent-community-preview-card .preview-text-wrapper .col-right,
  .employers-messages .talent-community-preview-card .preview-text-wrapper .col-right,
  .employers-accounts .talent-community-preview-card .preview-text-wrapper .col-right,
  .applicants-job_seekers-dashboard .talent-community-preview-card .preview-text-wrapper .col-right,
  .applicants-job_seeker_profile-update .talent-community-preview-card .preview-text-wrapper .col-right,
  .applicants-job_seeker_profile-show .talent-community-preview-card .preview-text-wrapper .col-right {
    padding-left: 0px;
    padding-right: 10px;
  }
  .employers-job_postings .talent-community-preview-card .col-right,
  .employers-dashboard .talent-community-preview-card .col-right,
  .employers-job_seekers .talent-community-preview-card .col-right,
  .employers-locations .talent-community-preview-card .col-right,
  .employers-messages .talent-community-preview-card .col-right,
  .employers-accounts .talent-community-preview-card .col-right,
  .applicants-job_seekers-dashboard .talent-community-preview-card .col-right,
  .applicants-job_seeker_profile-update .talent-community-preview-card .col-right,
  .applicants-job_seeker_profile-show .talent-community-preview-card .col-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.notification-card.panel.panel-light {
  margin-bottom: 20px;
}

.employer-interview-card, .job-seeker-interview-card, .employer-message-card {
  font-size: 14px;
}
.employer-interview-card img, .job-seeker-interview-card img, .employer-message-card img {
  padding: 0;
  max-height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100%;
}
@media (min-width: 992px) {
  .employer-interview-card img, .job-seeker-interview-card img, .employer-message-card img {
    max-height: 70px;
  }
}
.employer-interview-card .btn-wrapper, .job-seeker-interview-card .btn-wrapper, .employer-message-card .btn-wrapper {
  margin-bottom: 15px;
}
.employer-interview-card .btn-86-default, .job-seeker-interview-card .btn-86-default, .employer-message-card .btn-86-default {
  font-size: 11px;
  padding: 8px 3px;
  text-transform: none;
}
.employer-interview-card .calendar-datebox, .job-seeker-interview-card .calendar-datebox, .employer-message-card .calendar-datebox {
  border: 1px solid #151b1a;
  text-align: center;
  width: 55px;
}
.employer-interview-card .calendar-datebox .heading, .job-seeker-interview-card .calendar-datebox .heading, .employer-message-card .calendar-datebox .heading {
  background-color: #c02942;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.employer-interview-card .calendar-datebox .body, .job-seeker-interview-card .calendar-datebox .body, .employer-message-card .calendar-datebox .body {
  color: #151b1a;
  font-size: 20px;
}

.employers-messages .employer-message-card .headline a,
.employers-interviews .employer-message-card .headline a,
.employers-dashboard .employer-message-card .headline a {
  color: #4097e0;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}
.employers-messages .employer-message-card .headline a:visited,
.employers-interviews .employer-message-card .headline a:visited,
.employers-dashboard .employer-message-card .headline a:visited {
  color: #7080ff;
}
.employers-messages .employer-message-card a,
.employers-interviews .employer-message-card a,
.employers-dashboard .employer-message-card a {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
@media (min-width: 992px) {
  .employers-messages .employer-message-card a:hover,
  .employers-interviews .employer-message-card a:hover,
  .employers-dashboard .employer-message-card a:hover {
    color: #337ab7;
  }
}
.employers-messages .employer-message-card a.favorite-star,
.employers-interviews .employer-message-card a.favorite-star,
.employers-dashboard .employer-message-card a.favorite-star {
  color: white;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  text-decoration: none;
}
.employers-messages .employer-message-card a.favorite-star:focus,
.employers-interviews .employer-message-card a.favorite-star:focus,
.employers-dashboard .employer-message-card a.favorite-star:focus {
  text-decoration: none;
}
.employers-messages .employer-message-card a.favorite-star:hover,
.employers-interviews .employer-message-card a.favorite-star:hover,
.employers-dashboard .employer-message-card a.favorite-star:hover {
  color: #f1df65;
  text-shadow: none;
}
.employers-messages .employer-message-card a.favorite-star,
.employers-interviews .employer-message-card a.favorite-star,
.employers-dashboard .employer-message-card a.favorite-star {
  /* remove hover effects for mobile and tablet */
}
@media (max-width: 991px) {
  .employers-messages .employer-message-card a.favorite-star:hover,
  .employers-interviews .employer-message-card a.favorite-star:hover,
  .employers-dashboard .employer-message-card a.favorite-star:hover {
    color: white;
    text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  }
  .employers-messages .employer-message-card a.favorite-star.solid:hover,
  .employers-interviews .employer-message-card a.favorite-star.solid:hover,
  .employers-dashboard .employer-message-card a.favorite-star.solid:hover {
    color: #f1df65;
    text-shadow: none;
  }
}
.employers-messages .employer-message-card a.favorite-star.solid,
.employers-interviews .employer-message-card a.favorite-star.solid,
.employers-dashboard .employer-message-card a.favorite-star.solid {
  color: #f1df65;
  text-shadow: none;
}
.employers-messages .employer-message-card a.favorite-star.solid:hover,
.employers-interviews .employer-message-card a.favorite-star.solid:hover,
.employers-dashboard .employer-message-card a.favorite-star.solid:hover {
  color: yellow;
}
.employers-messages .employer-message-card img.job-seeker-avatar,
.employers-interviews .employer-message-card img.job-seeker-avatar,
.employers-dashboard .employer-message-card img.job-seeker-avatar {
  padding: 0;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100%;
}
.employers-messages .employer-message-card img.job-seeker-avatar.placeholder,
.employers-interviews .employer-message-card img.job-seeker-avatar.placeholder,
.employers-dashboard .employer-message-card img.job-seeker-avatar.placeholder {
  height: 70px;
}

.job-seeker-interview-card .btn.btn-86-default {
  text-transform: capitalize;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.checkbox-with-label-wrapper {
  display: flex;
}

.checkbox-array {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.checkbox-array.inline input[type=checkbox] {
  margin-right: 15px;
}
.checkbox-array.inline label {
  padding-top: 0;
}

input[type=checkbox] {
  margin-left: 3px;
}

.job-seeker-weekly-availability input[type=checkbox],
.employer-interview-availability input[type=checkbox] {
  margin-left: 0;
}

.job-seeker-weekly-availability .checkbox-array .checkbox-wrapper,
.employer-interview-availability .checkbox-array .checkbox-wrapper {
  text-align: center;
  width: 14.28%;
}

.multiline-textbox-wrapper {
  border: 1px solid #a1a7aa;
  border-radius: 2px;
  padding: 10px;
}
.multiline-textbox-wrapper:hover, .multiline-textbox-wrapper:focus {
  border-color: #23aff1;
  box-shadow: 0 0 3px rgba(50, 100, 230, 0.5);
}

.picker__table {
  font-size: 12px;
}

.picker__footer .picker__button--clear,
.picker__footer .picker__button--close {
  padding: 3px 0 3px;
}

.picker__select--year,
.picker__select--month {
  font-size: 11px;
  height: 22px;
  padding-top: 0;
  padding-bottom: 0;
  width: 35%;
}

.picker__select--year {
  width: 30%;
}

.picker__select--month {
  width: 48%;
}

.picker__nav--prev,
.picker__nav--next {
  padding-left: 8px;
  padding-right: 8px;
}

th.picker__weekday {
  text-align: center;
}

.pages.pages-employers .diagonal-stripe,
.pages.pages-grocers_and_retailers .diagonal-stripe,
.employers-checkout-plan_preview .diagonal-stripe {
  height: 300px;
  position: relative;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  padding: 50px 0 50px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .pages.pages-employers .diagonal-stripe,
  .pages.pages-grocers_and_retailers .diagonal-stripe,
  .employers-checkout-plan_preview .diagonal-stripe {
    margin-top: 150px;
  }
}
.pages.pages-employers .diagonal-stripe:after,
.pages.pages-grocers_and_retailers .diagonal-stripe:after,
.employers-checkout-plan_preview .diagonal-stripe:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #337ab7;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform-origin: top left;
  transform: skewY(-5deg);
}
.pages.pages-employers .diagonal-stripe .btn.btn-primary,
.pages.pages-grocers_and_retailers .diagonal-stripe .btn.btn-primary,
.employers-checkout-plan_preview .diagonal-stripe .btn.btn-primary {
  background-color: white;
  border: 2px solid #337ab7;
  color: #337ab7;
}
.pages.pages-employers .diagonal-stripe section,
.pages.pages-grocers_and_retailers .diagonal-stripe section,
.employers-checkout-plan_preview .diagonal-stripe section {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
.pages.pages-employers .stripe-container,
.pages.pages-grocers_and_retailers .stripe-container,
.employers-checkout-plan_preview .stripe-container {
  position: absolute;
  top: 455px;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 992px) {
  .pages.pages-employers .stripe-container,
  .pages.pages-grocers_and_retailers .stripe-container,
  .employers-checkout-plan_preview .stripe-container {
    display: block;
  }
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.navbar-nav > li > .dropdown-menu {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  margin-top: -1px;
  min-width: 190px;
  z-index: 8000;
}

.dropdown-menu > li > a {
  transition: all 75ms linear;
  padding: 4px 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #23AFF1;
  color: #f2f1f0;
}

.employers-dashboard.employers-dashboard-show .dashboard-panel-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.employers-dashboard.employers-dashboard-show .dashboard-panel-header .text-section {
  width: 100%;
}
@media (min-width: 650px) {
  .employers-dashboard.employers-dashboard-show .dashboard-panel-header .text-section {
    width: 65%;
  }
}
.employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 650px) {
  .employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section {
    width: 35%;
  }
}
.employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section .button-wrapper {
  width: calc(50% - 5px);
}
.employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section .button-wrapper:nth-of-type(1) {
  margin-right: 10px;
}
.employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section .button-wrapper:nth-of-type(1).full-width-mobile {
  margin: 0;
}
@media (min-width: 992px) {
  .employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section .button-wrapper:nth-of-type(1).full-width-mobile {
    margin-right: 0;
    margin-left: 15px;
  }
}
.employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section .button-wrapper.full-width-mobile {
  width: 100%;
}
@media (min-width: 992px) {
  .employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section .button-wrapper.full-width-mobile {
    width: calc(50% - 5px);
  }
}
.employers-dashboard.employers-dashboard-show .dashboard-panel-header .button-section .button-wrapper.flex-end:nth-of-type(1) {
  margin-right: 0;
}
.employers-dashboard.employers-dashboard-show #custom-url-form {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.employers-dashboard.employers-dashboard-show #custom-url-form > div {
  text-align: center;
  width: 100%;
}
.employers-dashboard.employers-dashboard-show #custom-url-form input.form-control {
  text-align: center;
}
.employers-dashboard.employers-dashboard-show #custom-url-form input, .employers-dashboard.employers-dashboard-show #custom-url-form label {
  color: #4F93CE;
}
@media (min-width: 650px) {
  .employers-dashboard.employers-dashboard-show #custom-url-form {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .employers-dashboard.employers-dashboard-show #custom-url-form > div {
    text-align: left;
    width: auto;
  }
  .employers-dashboard.employers-dashboard-show #custom-url-form > div:nth-of-type(2) {
    width: 300px;
  }
}

.endorsement-list {
  padding-left: 23px;
}
.endorsement-list li {
  font-size: 12px;
}
.endorsement-list li:before {
  font-family: "FontAwesome";
  color: #03CF5F;
  content: "\f00c";
  margin: 0 5px 0 -23px;
}

.box-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .box-wrap {
    padding-right: 15px;
  }
}
.box-wrap .endorsement-icon-wrapper {
  align-items: center;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 40px;
  border: 1px solid #a1a7aa;
  border-radius: 10px;
  color: rgb(43.3125, 55.6875, 53.625);
  display: flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  width: 45%;
  word-wrap: break-word;
}
.box-wrap .endorsement-icon-wrapper.taller {
  height: 50px;
}
.box-wrap .endorsement-icon-wrapper .text-wrapper {
  text-align: center;
  width: 100%;
}
@media (min-width: 340px) {
  .box-wrap .endorsement-icon-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .box-wrap .endorsement-icon-wrapper {
    width: 19%;
  }
}
.box-wrap div > * {
  pointer-events: none;
}
.box-wrap div.selected {
  background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  color: #f2f1f0;
}
.box-wrap div.disabled {
  color: rgb(201.4466292135, 204.3258426966, 206.0533707865);
}
.box-wrap div.hidden {
  display: none;
}

.external-share-modal .panel {
  font-size: 15px;
}
.external-share-modal .panel .option-button {
  border-top: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  border-left: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  border-right: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  border-bottom: 1px solid rgb(60.6460674157, 64.2134831461, 66.3539325843);
  height: 43px;
  background-color: rgb(232.5285714286, 230.8, 229.0714285714);
  padding: 10px 0 10px;
  text-align: center;
}
.external-share-modal .panel .option-button h4 {
  color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
  font-size: 18px;
  margin: 2px 0 2px;
}
@media (max-width: 767px) {
  .external-share-modal .panel .option-button {
    height: 65px;
  }
}
.external-share-modal .panel .option-button {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.external-share-modal .panel .option-button.selected {
  background-color: white;
  border-bottom: none;
  border-top: 1px solid rgb(60.6460674157, 64.2134831461, 66.3539325843);
  border-left: 1px solid rgb(60.6460674157, 64.2134831461, 66.3539325843);
  border-right: 1px solid rgb(60.6460674157, 64.2134831461, 66.3539325843);
}
.external-share-modal .panel .option-button.selected h4 {
  color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
  font-family: "Staatliches", sans-serif;
  font-size: 21px;
  margin: 0;
}

.external-share-modal .btn.btn-86-default {
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .external-share-modal .btn.btn-86-default:hover {
    color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  }
}
.external-share-modal .scroll-field {
  border-bottom: 1px solid rgb(60.6460674157, 64.2134831461, 66.3539325843);
  border-left: 1px solid rgb(60.6460674157, 64.2134831461, 66.3539325843);
  border-right: 1px solid rgb(60.6460674157, 64.2134831461, 66.3539325843);
  border-top: none;
}

.fake-link {
  color: #4097e0;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.fake-link.interaction-disabled {
  color: #555a5d;
}

.fixed-panel.scrolling {
  position: fixed;
  top: 40px;
}
.fixed-panel.scrolling#job-description-panel {
  width: 60%;
}

.fixed-panel.top {
  position: absolute;
}
.fixed-panel.top#job-description-panel {
  width: 100%;
}

.fixed-panel.bottom {
  bottom: 400px;
  position: absolute;
}
.fixed-panel.bottom#job-description-panel {
  width: 100%;
}

#job-description-panel {
  padding: 10px;
}
@media (min-width: 992px) {
  #job-description-panel {
    padding: 30px;
  }
}

.modal-open #job-description-modal.modal {
  overflow-y: hidden;
}

#job-description-panel {
  width: 100%;
}

.pages-reference_thank-you .footer {
  margin-top: 0px !important;
}

.footer.with-top-margin {
  margin-top: 75px !important;
}
.footer {
  /* background-color: $black-one; */
  background-color: #000000;
  font-size: 14px;
  min-height: 200px;
  /* color: $white-two; */
  color: #68696A;
  /* margin-top: 100px; */
  padding-top: 40px;
  padding-bottom: 29px;
}
.footer li {
  text-transform: uppercase;
}
.footer a {
  /* color: inherit; */
  color: #A5A5A5;
  text-decoration: none;
}
.footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.footer ul.inline-list.social-footer {
  margin-top: 45px;
  margin-bottom: 50px;
  padding-left: 0px;
}
.footer ul.inline-list.social-footer li {
  margin-right: 20px;
}
.footer ul.inline-list.social-footer li:last-child {
  margin-right: 0px;
}
.footer ul.inline-list.social-footer li i {
  font-size: 20px;
}
.footer .footer-brand-logo-img {
  width: 148px;
  margin: 10px auto;
  margin-bottom: 18px;
}
.footer .testimonial-footer {
  display: block;
}
.footer .testimonial-footer div {
  text-align: center;
}
@media (min-width: 992px) {
  .footer .testimonial-footer div:nth-of-type(1) {
    margin-right: 10px;
  }
  .footer .testimonial-footer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.job-search-section-content-wrapper .footer .container {
  width: 100%;
}

.form-control-wrapper3 {
  opacity: 0.01;
  position: absolute;
}

form.just-a-link, .just-a-link {
  display: inline;
}
form.just-a-link input[type=submit], form.just-a-link button, .just-a-link input[type=submit], .just-a-link button {
  box-shadow: none;
  border: none;
  background: none;
  color: #23AFF1;
}
form.just-a-link i, .just-a-link i {
  color: #23AFF1;
}

label {
  font-size: 14px;
}

input, button, select, textarea {
  color: rgb(43.3125, 55.6875, 53.625);
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

body.dashboard-namespace .secondary-actions {
  height: 60px;
  position: absolute;
  right: 40px;
  top: 10px;
  width: 400px;
}

legend {
  border: 0;
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 0;
  text-align: center;
}

.legend-sub {
  color: rgb(161.4775280899, 166.5056179775, 169.5224719101);
  margin-bottom: 30px;
}

.legend-sub-form-inline {
  margin-bottom: 10px;
}

.control-label,
.form-horizontal .control-label {
  color: rgb(43.3125, 55.6875, 53.625);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  text-align: left;
}
.control-label.no-padding-label,
.form-horizontal .control-label.no-padding-label {
  padding-top: 0;
}
.control-label.primary-label,
.form-horizontal .control-label.primary-label {
  font-size: 16px;
  font-weight: 400;
}
.control-label.with-bottom-margin,
.form-horizontal .control-label.with-bottom-margin {
  margin-bottom: 10px;
}

.form-control {
  border-color: rgb(161.4775280899, 166.5056179775, 169.5224719101);
  border-radius: 2px;
  color: rgb(43.3125, 55.6875, 53.625);
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group.without-bottom-margin {
  margin-bottom: 0;
}

.form-control:hover,
.form-control:focus {
  border-color: #23AFF1;
  box-shadow: 0 0 3px rgba(50, 100, 230, 0.5);
}

textarea.form-control {
  resize: none;
  padding-top: 12px;
  padding-bottom: 0;
}

textarea.large-textarea {
  min-height: 150px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
select {
  height: 33px;
  width: 100%;
}
input[type=text].tall-field,
input[type=email].tall-field,
input[type=password].tall-field,
input[type=url].tall-field,
input[type=tel].tall-field,
input[type=number].tall-field,
select.tall-field {
  height: 50px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: auto;
}

input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=file]:disabled::-webkit-file-upload-button,
select:disabled,
keygen:disabled,
optgroup:disabled,
option:disabled,
select[disabled] > option {
  color: #000;
  cursor: not-allowed;
  opacity: 0.65;
}

input[type=file] {
  border: 0;
  border-radius: 2px;
  color: rgb(43.3125, 55.6875, 53.625);
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.help-block {
  color: rgb(43.3125, 55.6875, 53.625);
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
}
.help-block strong {
  color: #808080;
  font-weight: normal;
}

.form-inline-86 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-inline-86 .form-group label.control-label {
  padding-top: 0px;
}
form .actions {
  margin-top: 10px;
}
form .actions.inline-full-form-actions {
  margin-top: 30px;
}

.well-form-wrapper a.inline-forgot-link {
  margin-top: 10px;
}

form .actions > a {
  position: relative;
  float: left;
  margin-top: 15px;
}

.secondary-actions {
  margin-top: 30px;
}

.datepicker.form-control[disabled],
.datepicker.form-control[readonly] {
  background: white;
  cursor: pointer;
}

.month-year-date-field-wrapper .form-control:nth-of-type(1) {
  width: 40%;
}
.month-year-date-field-wrapper .form-control:nth-of-type(2) {
  width: 25%;
}

.picker__select--year, .picker__select--month {
  font-size: 12px;
}

.input-group-addon {
  background: white;
  height: 100%;
  padding: 6px 6px;
  height: 100%;
  border: none;
}

.input-group-addon--icon {
  font-size: 22px;
}

.maxlength-counter {
  position: relative;
  top: -15px;
}

.max-length-counter-vertical {
  top: 5px;
}

/*
.form-control-wrapper--xs .form-control,
.form-control-wrapper--xs .chosen-container {
  width: 16.5% !important;
}
.form-control-wrapper--sm .form-control,
.form-control-wrapper--sm .chosen-container {
  width: 33% !important;
}
.form-control-wrapper--md .form-control,
.form-control-wrapper--md .chosen-container {
  width: 50% !important;
}
.form-control-wrapper--lg .form-control,
.form-control-wrapper--lg .chosen-container {
  width: 66% !important;
}
*/
.form-actions {
  min-height: 80px;
}

::-webkit-input-placeholder {
  color: #b7b1ac !important;
  letter-spacing: 0.03em;
}

:-moz-placeholder { /* Firefox 18- */
  color: #b7b1ac !important;
  letter-spacing: 0.03em;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #b7b1ac !important;
  letter-spacing: 0.03em;
}

input:-ms-input-placeholder {
  color: #b7b1ac !important;
  letter-spacing: 0.03em;
}

.picture-picker .picture-picker--item {
  height: 150px;
  width: 180px;
  margin-bottom: 30px;
}
.picture-picker .picture-picker--add {
  display: inline-block;
  text-align: center;
  font-size: 50px;
  color: #03CF5F;
  line-height: 125px;
  width: 150px !important;
  height: 150px !important;
  margin: 0 15px;
  margin-bottom: 30px;
}
.picture-picker .picture-picker--remove {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  border: 2px solid white;
  line-height: 24px;
  background-color: rgb(215.2317596567, 68.7682403433, 93.017167382);
  color: white;
  text-align: center;
  text-decoration: none;
}
.picture-picker .picture-picker--remove:hover {
  background-color: #c02942;
}
.picture-picker .picture-picker--image-wrapper {
  overflow: hidden;
  max-height: 150px;
  max-width: 150px;
  line-height: 150px;
  background-color: #151b1a;
}
.picture-picker .picture-picker--image-wrapper img {
  display: inline-block;
}

.chosen-container {
  width: 100% !important;
}

.job-alert-checkbox span.check {
  margin-left: 0px;
}
.job-alert-checkbox .help-block {
  margin-left: 31px;
}
.job-alert-checkbox .checkbox {
  padding-top: 0;
}

.select-field-group .control-label {
  padding-top: 6px;
}
.select-field-group .select-field-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .select-field-group .select-field-wrapper {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .select-field-group .select-field-wrapper {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .select-field-group .select-field-wrapper {
    width: 35%;
  }
}
.select-field-group .select-field-wrapper.wide {
  width: 100%;
}
@media (min-width: 768px) {
  .select-field-group .select-field-wrapper.wide {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .select-field-group .select-field-wrapper.wide {
    width: 40%;
  }
}
.select-field-group .select-field-wrapper.wide.full {
  width: 100%;
}
@media (min-width: 992px) {
  .select-field-group .select-field-wrapper.wide.full {
    width: 66.66%;
  }
}

@media (min-width: 992px) {
  .month-year-date-dropdowns.month-year-date-dropdowns-with-label label.control-label {
    width: 50%;
  }
  .month-year-date-dropdowns.month-year-date-dropdowns-with-label .select-field-wrapper {
    width: 50%;
  }
}
@media (min-width: 650px) {
  .month-year-date-dropdowns.month-year-date-dropdowns-with-label label.control-label {
    width: 50%;
  }
  .month-year-date-dropdowns.month-year-date-dropdowns-with-label .select-field-wrapper {
    width: 33.33%;
    margin-left: 16.66%;
  }
}
.month-year-date-dropdowns.month-year-date-dropdowns-with-label {
  margin-bottom: 0;
}

.month-year-date-dropdowns.month-year-date-dropdowns-without-label .select-field-wrapper {
  width: 100%;
}
@media (min-width: 650px) {
  .month-year-date-dropdowns.month-year-date-dropdowns-without-label .select-field-wrapper {
    width: 33.33%;
  }
}
.month-year-date-dropdowns.month-year-date-dropdowns-without-label {
  margin-bottom: 0;
}

.select.form-control.time-select-field {
  border-radius: 0px;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  padding: 3px 6px 3px;
  width: auto;
}

.select.form-control,
input.numeric {
  height: 33px;
}

/* Employer UI */
.employers-job_postings,
.employers-abstract,
.employers-dashboard,
.employers-job_seekers,
.employers-locations,
.employers-messages,
.employers-accounts,
.applicants-job_seeker_profile-show {
  /* within employer search bars */
}
.employers-job_postings .search-form .form-control,
.employers-abstract .search-form .form-control,
.employers-dashboard .search-form .form-control,
.employers-job_seekers .search-form .form-control,
.employers-locations .search-form .form-control,
.employers-messages .search-form .form-control,
.employers-accounts .search-form .form-control,
.applicants-job_seeker_profile-show .search-form .form-control {
  height: 35px;
  font-size: 14px;
}
.employers-job_postings .search-form .form-control:hover,
.employers-job_postings .search-form .form-control:focus,
.employers-abstract .search-form .form-control:hover,
.employers-abstract .search-form .form-control:focus,
.employers-dashboard .search-form .form-control:hover,
.employers-dashboard .search-form .form-control:focus,
.employers-job_seekers .search-form .form-control:hover,
.employers-job_seekers .search-form .form-control:focus,
.employers-locations .search-form .form-control:hover,
.employers-locations .search-form .form-control:focus,
.employers-messages .search-form .form-control:hover,
.employers-messages .search-form .form-control:focus,
.employers-accounts .search-form .form-control:hover,
.employers-accounts .search-form .form-control:focus,
.applicants-job_seeker_profile-show .search-form .form-control:hover,
.applicants-job_seeker_profile-show .search-form .form-control:focus {
  border-color: #23AFF1;
  box-shadow: 0 0 3px rgba(50, 100, 230, 0.5);
}

.shorten-dropdown .chosen-container .chosen-results {
  max-height: 120px;
}

.scroll-field {
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  padding: 15px;
}
.scroll-field .scroll-field-copy-text.highlighted {
  background-color: #96d0ff;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s; /* Safari prior 6.1 */
}

#query-input-container i {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
}
@media (min-width: 992px) {
  #query-input-container i {
    font-size: 17px;
    right: 5px;
  }
}
#query-input-container input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

#location-input-container {
  margin: 0;
}
#location-input-container i {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
}
@media (min-width: 992px) {
  #location-input-container i {
    font-size: 17px;
    right: 5px;
  }
}

#query-input-container,
#location-input-container,
#distance-dropdown-container {
  position: relative;
  margin-top: 0;
}

#distance-dropdown-container {
  border-radius: 2px;
  top: 1px;
}
#distance-dropdown-container .form-control.distance-input {
  color: rgb(43.3125, 55.6875, 53.625);
  font-size: 14px;
  height: 46px;
  -webkit-appearance: none;
}
#distance-dropdown-container .fa-caret-down {
  position: absolute;
  font-size: 16px;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single,
select.form-control + .chosen-container-multi .chosen-choices li.search-choice,
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: rgb(43.3125, 55.6875, 53.625);
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.disabled-result {
  color: rgb(201.4466292135, 204.3258426966, 206.0533707865);
}

.label-subtitle {
  color: rgb(43.3125, 55.6875, 53.625);
  font-size: 13px;
  font-weight: 400;
}

input.copyTarget {
  width: 100%;
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  border: none;
}

.form-horizontal .checkbox-wrapper-inline,
.checkbox-wrapper-inline {
  display: flex;
  align-items: center;
}
.form-horizontal .checkbox-wrapper-inline .checkbox,
.checkbox-wrapper-inline .checkbox {
  width: 30px;
}

#links {
  margin-bottom: 20px;
}

.header-button-area {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .header-button-area {
    margin-top: 0;
  }
}

h1.red-header, h2.red-header, h3.red-header, h4.red-header {
  color: #c02942;
}
h1.green-header, h2.green-header, h3.green-header, h4.green-header {
  color: rgb(2.49, 171.81, 78.85);
}

.employers-job_postings .header-message .col-left,
.employers-messages .header-message .col-left {
  padding-left: 0px;
  width: 5%;
}
.employers-job_postings .header-message .col-right,
.employers-messages .header-message .col-right {
  margin-bottom: 15px;
  width: 95%;
}

/* tablets */
@media (max-width: 991px) {
  .employers-job_postings .header-message .col-left {
    width: 10%;
  }
  .employers-job_postings .header-message .col-right {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .employers-job_postings .header-message .col-left, .employers-job_postings .header-message .col-right {
    width: 100%;
  }
  .employers-job_postings .header-message .col-right {
    padding-left: 0px;
  }
}
hr {
  border-top: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  height: 1px;
}
hr.reduced-margin {
  margin: 15px 0px;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-thin-0001_compose_write_pencil_new:before {
  content: "\e600";
}

.icon-thin-0002_write_pencil_new_edit:before {
  content: "\e601";
}

.icon-thin-0010_newspaper_reading_news:before {
  content: "\e602";
}

.icon-thin-0019_mobile_iphone:before {
  content: "\e603";
}

.icon-thin-0020_ipad_reading_mobile:before {
  content: "\e604";
}

.icon-thin-0021_calendar_month_day_planner:before {
  content: "\e605";
}

.icon-thin-0023_calendar_month_day_planner_events:before {
  content: "\e606";
}

.icon-thin-0024_calendar_month_day_planner_events:before {
  content: "\e607";
}

.icon-thin-0042_attachment:before {
  content: "\e608";
}

.icon-thin-0045_home_house:before {
  content: "\e609";
}

.icon-thin-0051_settings_gear_preferences:before {
  content: "\e60a";
}

.icon-thin-0056_bin_trash_recycle_delete_garbage_empty:before {
  content: "\e60b";
}

.icon-thin-0059_error_warning_danger_stop:before {
  content: "\e60c";
}

.icon-thin-0060_error_warning_danger_stop_delete_exit:before {
  content: "\e60d";
}

.icon-thin-0061_error_warning_alert_attention:before {
  content: "\e60e";
}

.icon-thin-0062_unable_unavailable_error:before {
  content: "\e60f";
}

.icon-thin-0069_box_load_package_module:before {
  content: "\e610";
}

.icon-thin-0120_download_computer:before {
  content: "\e611";
}

.icon-thin-0123_download_cloud_file_sync:before {
  content: "\e612";
}

.icon-thin-0124_upload_cloud_file_sync_backup:before {
  content: "\e613";
}

.icon-thin-0125_cloud_sync:before {
  content: "\e614";
}

.icon-thin-0128_upload_load_share:before {
  content: "\e615";
}

.icon-thin-0129_download:before {
  content: "\e616";
}

.icon-thin-0140_airplay_screen_sharing:before {
  content: "\e617";
}

.icon-thin-0141_rotate_back_revert_undo:before {
  content: "\e618";
}

.icon-thin-0142_rotate_sync:before {
  content: "\e619";
}

.icon-thin-0151_plus_add_new:before {
  content: "\e61a";
}

.icon-thin-0152_minus_delete_remove:before {
  content: "\e61b";
}

.icon-thin-0153_delete_exit_remove_close:before {
  content: "\e61c";
}

.icon-thin-0154_ok_successful_check:before {
  content: "\e61d";
}

.icon-thin-0172_structure_menu_submenu_navigation:before {
  content: "\e61e";
}

.icon-thin-0184_screen_text_images_presentation:before {
  content: "\e61f";
}

.icon-thin-0185_screen_grid_images:before {
  content: "\e620";
}

.icon-thin-0186_window_text_images:before {
  content: "\e621";
}

.icon-thin-0194_layout_columns_sidemenu:before {
  content: "\e622";
}

.icon-thin-0196_layout_columns_title:before {
  content: "\e623";
}

.icon-thin-0197_layout_grid_view:before {
  content: "\e624";
}

.icon-thin-0204_bullets_list_radiobuttons:before {
  content: "\e625";
}

.icon-thin-0205_bullets_list:before {
  content: "\e626";
}

.icon-thin-0206_list_checkbox_todo:before {
  content: "\e627";
}

.icon-thin-0207_list_checkbox_todo_done:before {
  content: "\e628";
}

.icon-thin-0244_text_bullets_list:before {
  content: "\e629";
}

.icon-thin-0245_text_numbered_list:before {
  content: "\e62a";
}

.icon-thin-0274_chat_message_comment_bubble:before {
  content: "\e62b";
}

.icon-thin-0279_chat_message_comment_bubble:before {
  content: "\e62c";
}

.icon-thin-0280_chat_message_comment_bubble_reply_quote:before {
  content: "\e62d";
}

.icon-thin-0281_chat_message_discussion_bubble_reply_conversation:before {
  content: "\e62e";
}

.icon-thin-0286_mobile_message_sms:before {
  content: "\e62f";
}

.icon-thin-0287_mobile_message_sms:before {
  content: "\e630";
}

.icon-thin-0288_mobile_phone_call:before {
  content: "\e631";
}

.icon-thin-0289_mobile_phone_call_ringing_nfc:before {
  content: "\e632";
}

.icon-thin-0299_address_book_contacts:before {
  content: "\e633";
}

.icon-thin-0304_chat_contact_support_help_conversation:before {
  content: "\e634";
}

.icon-thin-0305_chat_message_discussion_bubble_conversation:before {
  content: "\e635";
}

.icon-thin-0306_chat_message_discussion_bubble_conversation:before {
  content: "\e636";
}

.icon-thin-0308_support_help:before {
  content: "\e637";
}

.icon-thin-0315_email_mail_post_send:before {
  content: "\e638";
}

.icon-thin-0317_send_post_paper_plane:before {
  content: "\e639";
}

.icon-thin-0318_email_attachment:before {
  content: "\e63a";
}

.icon-thin-0324_computer_screen:before {
  content: "\e63b";
}

.icon-thin-0329_computer_laptop_user_login:before {
  content: "\e63c";
}

.icon-thin-0343_ipad_tablet:before {
  content: "\e63d";
}

.icon-thin-0344_iphone_mobile:before {
  content: "\e63e";
}

.icon-thin-0387_tie_business_man:before {
  content: "\e63f";
}

.icon-thin-0403_money_usa_dollar:before {
  content: "\e640";
}

.icon-thin-0405_money_bag_dollar:before {
  content: "\e641";
}

.icon-thin-0407_credit_card:before {
  content: "\e642";
}

.icon-thin-0415_saving_sale_discount_piggy_bank_pig:before {
  content: "\e643";
}

.icon-thin-0421_money_credit_card_coins_payment:before {
  content: "\e644";
}

.icon-thin-0428_money_payment_dollar_bag_cash:before {
  content: "\e645";
}

.icon-thin-0432_atm_machine_withdrawal_credit_card:before {
  content: "\e646";
}

.icon-thin-0439_shopping_cart_basket_store:before {
  content: "\e647";
}

.icon-thin-0440_shopping_cart_basket_store:before {
  content: "\e648";
}

.icon-thin-0457_store_shop_open:before {
  content: "\e649";
}

.icon-thin-0458_store_shop_closed:before {
  content: "\e64a";
}

.icon-thin-0459_store_shop_open_nonstop:before {
  content: "\e64b";
}

.icon-thin-0506_suitcase_travel_baggage_luggage:before {
  content: "\e64c";
}

.icon-thin-0507_suitcase_travel_baggage_luggage:before {
  content: "\e64d";
}

.icon-thin-0535_navigation_location_drop_pin_map:before {
  content: "\e64e";
}

.icon-thin-0536_navigation_location_drop_pin_map:before {
  content: "\e64f";
}

.icon-thin-0537_navigation_location_drop_pin_map:before {
  content: "\e650";
}

.icon-thin-0538_navigation_compass_orientation:before {
  content: "\e651";
}

.icon-thin-0539_map_path_navigation_location:before {
  content: "\e652";
}

.icon-thin-0543_world_earth_worldwide_location_travel:before {
  content: "\e653";
}

.icon-thin-0545_map_travel_distance_directions:before {
  content: "\e654";
}

.icon-thin-0546_map_travel_destination_location_world:before {
  content: "\e655";
}

.icon-thin-0550_attention_error_alert_caution:before {
  content: "\e656";
}

.icon-thin-0551_information_about:before {
  content: "\e657";
}

.icon-thin-0552_about_question_faq_help:before {
  content: "\e658";
}

.icon-thin-0651_star_favorite_rating:before {
  content: "\e659";
}

.icon-thin-0653_like_heart_favorite_rating_love:before {
  content: "\e65a";
}

.icon-thin-0657_medal_award_rating_prize_achievement:before {
  content: "\e65b";
}

.icon-thin-0658_cup_place_winner_award_prize_achievement:before {
  content: "\e65c";
}

.icon-thin-0661_like_thumb_up_vote:before {
  content: "\e65d";
}

.icon-thin-0662_dislike_thumb_down_vote:before {
  content: "\e65e";
}

.icon-thin-0663_like_thumb_up_vote:before {
  content: "\e65f";
}

.icon-thin-0664_dislike_thumb_down_vote:before {
  content: "\e660";
}

.icon-thin-0666_award_achievement_prize_medal:before {
  content: "\e661";
}

.icon-thin-0699_user_profile_avatar_man_male:before {
  content: "\e662";
}

.icon-thin-0700_user_profile_avatar_woman_female:before {
  content: "\e663";
}

.icon-thin-0701_user_profile_avatar_man_male:before {
  content: "\e664";
}

.icon-thin-0702_user_profile_avatar_woman_female:before {
  content: "\e665";
}

.icon-thin-0703_users_profile_group_two:before {
  content: "\e666";
}

.icon-thin-0704_users_profile_group_couple_man_woman:before {
  content: "\e667";
}

.icon-thin-0705_user_profile_security_password_permissions:before {
  content: "\e668";
}

.icon-thin-0706_user_profile_add_new:before {
  content: "\e669";
}

.icon-thin-0713_user_profile_back_tag:before {
  content: "\e66a";
}

.icon-thin-0714_identity_card_photo_user_profile:before {
  content: "\e66b";
}

.icon-thin-0718_user_profile_successful_check_verified:before {
  content: "\e66c";
}

.icon-thin-0850_eating_spoon_fork_knife:before {
  content: "\e66d";
}

.icon-thin-0852_tea_coffee_hot:before {
  content: "\e66e";
}

.icon-thin-0853_coffee_to_go_starbucks:before {
  content: "\e66f";
}

.icon-thin-0855_martini_cocktail_drink:before {
  content: "\e670";
}

.icon-thin-0856_vine_glass_drink:before {
  content: "\e671";
}

.icon-thin-0857_soda_glass_drink:before {
  content: "\e672";
}

.icon-thin-0858_soda_glass_drink:before {
  content: "\e673";
}

.icon-thin-0859_margarita_cocktail_drink:before {
  content: "\e674";
}

.icon-thin-0860_vine_glass_drink:before {
  content: "\e675";
}

.icon-thin-0861_vine_glass_drink:before {
  content: "\e676";
}

.icon-thin-0863_fruit_ice_desert_glass:before {
  content: "\e677";
}

.icon-thin-0864_beer:before {
  content: "\e678";
}

.icon-thin-0865_fish_sea:before {
  content: "\e679";
}

.icon-thin-0867_cheese:before {
  content: "\e67a";
}

.icon-thin-0868_chicken_turkey:before {
  content: "\e67b";
}

.icon-thin-0869_salad_bowl:before {
  content: "\e67c";
}

.icon-thin-0871_meal_eating_restaurant_offer:before {
  content: "\e67d";
}

.icon-thin-0872_cook_chef_restaurant_kitchen:before {
  content: "\e67e";
}

.icon-thin-0875_glass_fork_knife_restaurant_food:before {
  content: "\e67f";
}

.icon-thin-0878_chineese_thai_food_bowl:before {
  content: "\e680";
}

.icon-thin-0879_cooking_pan_heating:before {
  content: "\e681";
}

.icon-thin-0885_meat_chopper_kitchen_utensils:before {
  content: "\e682";
}

.icon-thin-0897_no_drinking_forbidden:before {
  content: "\e683";
}

.icon-thin-0898_no_food_eating_forbidden:before {
  content: "\e684";
}

.icon-thin-0900_carrot_vegetable:before {
  content: "\e685";
}

.icon-thin-0909_hamburger_fast_food:before {
  content: "\e686";
}

.icon-thin-0911_popcorn_cinema:before {
  content: "\e687";
}

.icon-thin-0913_pizza_slice:before {
  content: "\e688";
}

.icon-thin-0915_cake_birthday_anniversary:before {
  content: "\e689";
}

.icon-thin-0917_ice_cream_corn:before {
  content: "\e68a";
}

.icon-thin-0931_grill_t_bone_steak_bbq:before {
  content: "\e68b";
}

.icon-thin-0966_arm_chair_office:before {
  content: "\e68c";
}

.icon-thin-0998_women_high_heels_shoe:before {
  content: "\e68d";
}

.icon-thin-0999_sneakers_freetime_shoe:before {
  content: "\e68e";
}

.icon-thin-1000_boots_high_shoe:before {
  content: "\e68f";
}

.resource-icon {
  font-size: 100px;
}

.social-icon-facebook, .social-icon-twitter, .social-icon-linkedin {
  padding: 0px;
  font-size: 20px;
}

.social-icon-facebook {
  margin-left: 7px;
}

#international-applicant-modal .modal-content {
  font-size: 16px;
}
#international-applicant-modal .modal-content a {
  font-size: 14px;
}
#international-applicant-modal .modal-content a.btn-86-default {
  font-size: 13px;
}
#international-applicant-modal #international-applicant-modal-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
#international-applicant-modal #international-applicant-modal-buttons-wrapper div.radio.radio-primary {
  text-align: left;
  width: 100%;
}
@media (min-width: 650px) {
  #international-applicant-modal #international-applicant-modal-buttons-wrapper div.radio.radio-primary {
    min-width: 150px;
    width: auto;
    padding-left: 0;
  }
}
#international-applicant-modal #international-applicant-modal-radio-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#international-applicant-modal #international-applicant-modal-radio-buttons-wrapper .radio + .radio,
#international-applicant-modal #international-applicant-modal-radio-buttons-wrapper .checkbox + .checkbox {
  margin-top: 10px;
}
#international-applicant-modal #international-applicant-modal-radio-buttons-wrapper .radio.radio-primary {
  min-width: 150px;
  text-align: center;
  width: 100%;
}
@media (min-width: 650px) {
  #international-applicant-modal #international-applicant-modal-radio-buttons-wrapper .radio.radio-primary {
    margin-right: 15px;
    width: auto;
  }
}
#international-applicant-modal #international-applicant-modal-radio-buttons-wrapper .radio.radio-primary:last-of-type {
  margin-right: 0;
}
#international-applicant-modal .radios {
  display: flex;
  justify-content: center;
}
#international-applicant-modal #international-applicant-modal-default-back-link {
  position: relative;
  top: 5px;
}
#international-applicant-modal #no-work-permit-warning-message {
  color: #c02942;
}
#international-applicant-modal #no-work-permit-warning-message strong {
  color: #c02942;
}
#international-applicant-modal #international-applicant-modal-default-cta-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
#international-applicant-modal #international-applicant-modal-default-cta-buttons-wrapper a.btn {
  width: 100%;
}
#international-applicant-modal #international-applicant-modal-default-cta-buttons-wrapper > div {
  width: 100%;
}
#international-applicant-modal #international-applicant-modal-default-cta-buttons-wrapper > div:nth-of-type(1) {
  margin-bottom: 15px;
}
@media (min-width: 650px) {
  #international-applicant-modal #international-applicant-modal-default-cta-buttons-wrapper > div {
    width: auto;
    min-width: 150px;
  }
  #international-applicant-modal #international-applicant-modal-default-cta-buttons-wrapper > div:nth-of-type(1) {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
#international-applicant-modal #international-applicant-modal-work-permit-message-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
#international-applicant-modal #international-applicant-modal-work-permit-message-button-wrapper a.btn {
  width: 100%;
}
#international-applicant-modal #international-applicant-modal-work-permit-message-button-wrapper > div {
  width: 100%;
}
#international-applicant-modal #international-applicant-modal-work-permit-message-button-wrapper > div:nth-of-type(1) {
  margin-bottom: 15px;
}
@media (min-width: 650px) {
  #international-applicant-modal #international-applicant-modal-work-permit-message-button-wrapper > div {
    width: auto;
    min-width: 150px;
  }
  #international-applicant-modal #international-applicant-modal-work-permit-message-button-wrapper > div:nth-of-type(1) {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.employers-interviews .hired-button.btn-86-default,
.employers-interviews .no-show-button.btn-86-default,
.employers-interviews .not-hired-button.btn-86-default,
.employers-messages .hired-button.btn-86-default,
.employers-messages .no-show-button.btn-86-default,
.employers-messages .not-hired-button.btn-86-default {
  cursor: auto;
  font-size: 11px;
  padding: 8px 3px 8px;
  text-transform: none;
  width: 100%;
}
.employers-interviews .hired-button.btn-86-default:hover,
.employers-interviews .no-show-button.btn-86-default:hover,
.employers-interviews .not-hired-button.btn-86-default:hover,
.employers-messages .hired-button.btn-86-default:hover,
.employers-messages .no-show-button.btn-86-default:hover,
.employers-messages .not-hired-button.btn-86-default:hover {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
@media (min-width: 992px) {
  .employers-interviews .hired-button.btn-86-default,
  .employers-interviews .no-show-button.btn-86-default,
  .employers-interviews .not-hired-button.btn-86-default,
  .employers-messages .hired-button.btn-86-default,
  .employers-messages .no-show-button.btn-86-default,
  .employers-messages .not-hired-button.btn-86-default {
    margin-bottom: 10px;
  }
}
.employers-interviews .hired-button.btn.btn-86-default,
.employers-messages .hired-button.btn.btn-86-default {
  cursor: auto;
}
.employers-interviews .hired-button.btn.btn-86-default.active,
.employers-messages .hired-button.btn.btn-86-default.active {
  background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  border-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  color: #fff;
}
@media (min-width: 992px) {
  .employers-interviews .hired-button.btn.btn-86-default:hover,
  .employers-messages .hired-button.btn.btn-86-default:hover {
    background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
    border-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
    color: #fff;
  }
}
.employers-interviews .no-show-button.btn.btn-86-default,
.employers-interviews .not-hired-button.btn.btn-86-default,
.employers-messages .no-show-button.btn.btn-86-default,
.employers-messages .not-hired-button.btn.btn-86-default {
  cursor: auto;
}
.employers-interviews .no-show-button.btn.btn-86-default.active,
.employers-interviews .not-hired-button.btn.btn-86-default.active,
.employers-messages .no-show-button.btn.btn-86-default.active,
.employers-messages .not-hired-button.btn.btn-86-default.active {
  background-color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  border-color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  color: #fff;
}
@media (min-width: 992px) {
  .employers-interviews .no-show-button.btn.btn-86-default:hover,
  .employers-interviews .not-hired-button.btn.btn-86-default:hover,
  .employers-messages .no-show-button.btn.btn-86-default:hover,
  .employers-messages .not-hired-button.btn.btn-86-default:hover {
    background-color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
    border-color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
    color: #fff;
  }
}

.job-application-card {
  padding: 10px;
}
.job-application-card img {
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  padding: 10px 10px;
  width: 100%;
}
.job-application-card img.placeholder {
  height: 120px;
}
@media (max-width: 767px) {
  .job-application-card img {
    padding: 0;
  }
}

#optional-comments-field label {
  display: none;
}

.job-posting-detail-card div {
  font-size: 14px;
  color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
}
@media (min-width: 992px) {
  .job-posting-detail-card .title-wrapper {
    align-items: center;
    display: flex;
  }
}
.job-posting-detail-card .position-title {
  width: 100%;
}
.job-posting-detail-card .job-posting-location-name {
  margin: 0;
}
.job-posting-detail-card .compensation-label {
  color: #337ab7;
}
.job-posting-detail-card .job-posting-logo {
  border: 1px solid #f2f1f0;
}
.job-posting-detail-card .bolded-company-name {
  font-family: "Roboto", sans-serif;
}

.job-posting-detail-text .summary-field {
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
}

ul {
  list-style: none;
}

ul.card-list {
  padding: 0px;
}

ul.card-list > li {
  float: left;
  margin-right: 70px;
  margin-bottom: 40px;
  width: 300px;
  height: 350px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #f2f1f0;
}

ul.card-list > li > .header-image {
  height: 150px;
  width: 100%;
  background-color: white;
}

ul.card-list > li > .body-content {
  height: 100%;
  background-color: #f2f1f0;
  padding: 20px;
}
ul.card-list > li > .body-content.light {
  background-color: white;
}

ul.card-list > li > .body-content > .body-footer {
  margin-top: 10px;
  line-height: 40px;
}

ul.regular-list {
  list-style: disc;
  font-size: 1.4rem;
  text-align: left;
  margin: 0 auto;
  padding: 1rem 1rem 0 2.5rem;
}

/*
.display-list {
  padding: 0;
}
.display-list li {
  border-bottom: 1pt solid $white-one;
}
.display-list li div.row {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 5px;
  min-height: 72px;
}
.display-list li div.row.job-seeker-row {
  min-height: 10px;
}
.display-list li h6 a {
  color: $gray-one;
}
.display-list li:last-child {
  border-bottom: none;
}
.display-list li div span.job-title {
  font-size: 18px;
  width: 100%;
}
.display-list .action-section .btn {
  float: right;
  // margin-top: 10px;
  margin-left: 10px;
}
.display-list div[class*="col-"]:first-child {
  padding-left: 0;
}
.display-list div[class*="col-"]:last-child {
  padding-right: 0;
}
*/
ul.inline-list {
  text-align: center;
}

ul.list-group.dark-border {
  border: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
ul.list-group.dark-border li.list-group-item {
  border-radius: 0px;
}
ul.list-group.dark-border li.list-group-item:first-child {
  border-bottom: 2px solid rgb(194.6428571429, 190, 185.3571428571);
}

.list-group-item {
  font-size: 15px;
  font-family: "Proxima Nova", sans-serif;
}
.list-group-item .btn-xs, .list-group-item .btn-group-xs > .btn {
  width: 100%;
}

@media (max-width: 767px) {
  ul.mobile-block.inline-list li {
    display: block;
  }
  ul.mobile-block.inline-list.half li {
    display: inline-block;
    width: 50%;
  }
  .list-group-item {
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .list-group-item .btn-xs, .list-group-item .btn-group-xs > .btn {
    margin-bottom: 5px;
  }
  .no-padding-mobile {
    padding: 0px;
  }
}
ul.inline-list li {
  display: inline;
  margin-right: 40px;
}

.minlength-counter {
  font-weight: 400;
}

#modal-dark-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}

.modal-backdrop.in {
  opacity: 0.7;
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.modal-dialog.wide-modal {
  max-width: 900px;
}
.modal-dialog.super-wide-modal {
  max-width: 1000px;
}

.modal {
  box-shadow: none;
  text-align: center;
  z-index: 9000;
}
.modal .btn.btn-xs, .modal .btn-group-xs > .btn {
  text-transform: capitalize;
}
.modal {
  border-bottom: none;
}
.modal h2, .modal h3, .modal h4 {
  text-align: center;
  margin: 0;
}
.modal .modal-header {
  border-bottom: none;
  padding: 3px 15px 3px;
}
.modal .modal-header h3, .modal .modal-header h4 {
  margin-top: 7px;
}
.modal .modal-header {
  color: #555a5d;
}
.modal .modal-header hr {
  margin: 10px 0 15px;
}
.modal .modal-title {
  display: flex;
  justify-content: space-between;
}
.modal .modal-title.right-justified {
  justify-content: flex-end;
}
.modal h4.red, .modal strong.red {
  color: #c02942;
}
.modal h4.green, .modal strong.green {
  color: rgb(2.49, 171.81, 78.85);
}
.modal .scroller {
  max-height: 65vh;
}
@media (min-width: 992px) {
  .modal .scroller {
    max-height: 70vh;
  }
}
.modal .scroller {
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 15px;
}
.modal .scroller::-webkit-scrollbar {
  -webkit-appearance: none;
}
.modal .scroller::-webkit-scrollbar:vertical {
  width: 11px;
}
.modal .scroller {
  /* Track */
}
.modal .scroller::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal .scroller::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: #888;
}
.modal .cta-button-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.modal .cta-button-container button,
.modal .cta-button-container input,
.modal .cta-button-container a.btn {
  width: 100%;
}
@media (min-width: 768px) {
  .modal .cta-button-container button,
  .modal .cta-button-container input,
  .modal .cta-button-container a.btn {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .modal .cta-button-container button,
  .modal .cta-button-container input,
  .modal .cta-button-container a.btn {
    width: 40%;
  }
}
.modal .modal-body {
  padding: 15px;
}
.modal .modal-footer {
  padding: 20px 30px 10px;
}
.modal .modal-footer .btn.btn-primary {
  font-size: 12px;
}
@media (min-width: 992px) {
  .modal .modal-footer .btn.btn-primary {
    font-size: 15px;
  }
}
.modal .modal-footer .btn.cancel.btn-default, .modal .modal-footer .btn.commit.btn-danger {
  font-size: 13px;
  padding: 5px;
  text-transform: capitalize;
}
.modal .modal-footer .btn.cancel.btn-default:focus, .modal .modal-footer .btn.commit.btn-danger:focus {
  outline: none;
  outline-offset: 0;
}
.modal .modal-footer .btn.cancel.btn-default {
  border: 1px solid #555a5d;
  color: #555a5d;
}
.modal .modal-footer .btn.commit.btn-danger {
  border: 1px solid #337ab7;
  background-color: #337ab7;
  color: white;
}
.modal .modal-footer .btn.commit.btn-danger:hover {
  color: white;
}

.modal .modal-content {
  font-size: 15px;
}

.modal-content .typeform-widget-wrapper {
  height: 500px;
}
@media (min-width: 650px) {
  .modal-content .typeform-widget-wrapper {
    height: 700px;
  }
}

.modal.standard-modal .modal-content {
  border-radius: 3px;
  box-shadow: none;
  text-align: left;
  width: 100vw;
  font-size: 15px;
}
.modal.standard-modal .modal-content.wide-modal {
  max-width: 800px;
  margin: 0 auto;
}
.modal.standard-modal .modal-content.super-wide-modal {
  max-width: 1000px;
  margin: 0 auto;
}
.modal.standard-modal .modal-content.narrow-modal {
  max-width: 450px;
  margin: 0 auto;
}
.modal.standard-modal .modal-content.slightly-narrow-modal {
  max-width: 600px;
  margin: 0 auto;
}
.modal.standard-modal .modal-content .modal-body .modal-backdrop.in {
  background-color: white;
}

.navbar {
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.navbar .navbar-nav > li > a {
  transition: all 100ms linear;
  color: rgb(207.5260869565, 203.6347826087, 195.0739130435);
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 23px 8px 17px;
  text-transform: capitalize;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: initial;
}

.navbar-86-inverse {
  background-color: #151b1a;
  border-radius: 0;
  border: 0;
  z-index: 8000;
}

.navbar.scrolling {
  background-color: #000000;
}

@media (min-width: 768px) {
  .navbar.scrolling {
    background-color: #151b1a;
  }
}
.navbar-transparent {
  position: fixed;
}
@media (min-width: 980px) {
  .navbar-transparent {
    background-color: transparent;
  }
}
.navbar-transparent {
  width: 100%;
}

.navbar-86-form {
  border: 0;
  margin-top: 13px;
}

.navbar-86-form .form-control {
  border-radius: 0;
  border: 0;
  font-size: 16px;
}

.navbar-86-inverse .navbar-nav > li.navbar-nav-highlight a {
  /*
  border: 1px solid darken($white-one, 30%);
  border-radius: 3px;
  */
  border-top: 2px solid #1e82af;
  color: #1E82AF;
}
@media (min-width: 992px) {
  .navbar-86-inverse .navbar-nav > li.navbar-nav-highlight a {
    padding: 11px 10px 10px 10px;
    margin: 10px;
  }
}
.navbar-86-inverse .navbar-nav > li.navbar-nav-highlight a:hover {
  /* border-color: $white-two; */
  border-top: 2px solid #FFFFFF;
}

@media (min-width: 1230px) {
  .navbar-inner-wrapper {
    margin: 0 auto;
    width: 1170px;
  }
}
@media (max-width: 1230px) {
  .navbar-inner-wrapper {
    margin: 0 auto;
    width: 95%;
  }
}

.navbar-brand .navbar-brand--img {
  position: relative;
  top: -5px;
  width: 100px;
}

@media (min-width: 768px) {
  .navbar-brand .navbar-brand--img {
    position: relative;
    top: -5px;
    width: 148px;
  }
}
.navbar-brand {
  padding: 18px 15px;
}

.navbar-86 {
  background: white;
  border-bottom: 1px solid #f2f1f0;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(25, 25, 50, 0.07);
}

.navbar-86 .navbar-nav > li.navbar-nav-highlight a {
  border: 1px solid rgb(13.4615384615, 148.0769230769, 211.5384615385);
  border-radius: 3px;
  margin: 10px;
  padding: 5px 10px 3px;
}
.navbar-86 .navbar-nav > li.navbar-nav-highlight a:hover {
  background: initial;
  border-color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
}

.navbar-86 .navbar-nav > li > a {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}

.navbar-86 .navbar-nav > li > a.tab-highlight {
  border-bottom: 2px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
}

.navbar-86 .navbar-nav .btn-86-default {
  margin-top: 8px;
  padding: 10px 10px;
}

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

.navbar-inverse .navbar-nav li {
  margin-right: 5px;
  margin-top: 2px;
}

#header-search-form {
  display: inline-block;
}
#header-search-form .field-wrapper-no-margin input {
  font-size: 13px;
  height: 46px;
}
#header-search-form .field-wrapper-no-margin button {
  height: 46px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header-search-form div {
  display: inline-block;
}
#header-search-form #query-input-container, #header-search-form #location-input-container {
  width: 220px;
}
#header-search-form .clear-search-field {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}
#header-search-form #find-jobs-btn.nudge-toward-bottom {
  position: relative;
}

#home-search-form .clear-search-field {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-size: 16px;
  top: 17px;
  right: 20px;
}
@media (min-width: 992px) {
  #home-search-form .clear-search-field {
    right: 10px;
  }
}

.pac-container {
  border-radius: 5px;
  padding: 2px 2px;
  z-index: 9999;
}
.pac-container span {
  font-size: 12.5px;
}
.pac-container .pac-item {
  border: none;
  border-radius: 5px;
  height: 50px;
  transition: background-color 0.5s ease;
}
.pac-container .pac-item:hover {
  background-color: #505050;
  color: white;
}
.pac-container .pac-item:hover .pac-item-query {
  color: white;
}

@media (min-width: 700px) {
  .navbar-inverse .navbar-nav .dropdown li {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-inverse .navbar-nav .dropdown li {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .navbar-inverse .navbar-nav li a {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .navbar-inverse .navbar-nav .dropdown li {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-inverse .navbar-nav .dropdown li {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .navbar-inverse .navbar-nav .dropdown li {
    margin-right: 0px;
  }
}
.navbar-inverse .navbar-nav li:last-child {
  margin-right: 0px;
}

.container-fluid.topbar {
  background-color: #000000;
}

.topbar {
  display: none;
}

.navbar-header-topbar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .topbar {
    display: block;
  }
  .navbar-header-topbar {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar-header-topbar {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .navbar-header-topbar {
    width: 1170px;
  }
}
.navbar-header-topbar i,
.navbar-header-topbar a {
  color: #68696B;
}

.navbar-header-topbar i:hover,
.navbar-header-topbar a {
  color: #FFFFFF;
}

ul.inline-list.social-header {
  margin-top: 12px;
  text-align: left;
}

ul.inline-list.social-header li {
  display: inline;
  margin-right: 12px;
}

ul.inline-list.topbar-links-header {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}

ul.inline-list.topbar-links-header li {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
}

ul.inline-list.topbar-links-header li a {
  color: #999;
  font-size: 13px;
  font-weight: normal;
}

.navbar-inverse .navbar-collapse {
  background-color: #151b1a !important;
}

@media (min-width: 400px) {
  .navbar-inverse .navbar-collapse {
    background-color: transparent !important;
  }
}
/* reducing subnav size for tablets */
@media (max-width: 991px) {
  .navbar.navbar-86 {
    min-height: 40px;
  }
  .navbar.navbar-86 .navbar-nav > li > a {
    font-size: 12px;
    padding: 10px 5px 10px;
    margin-right: 3px;
  }
  .navbar.navbar-86 .navbar-nav > li > a.btn-sm.btn-86-default, .navbar.navbar-86 .navbar-nav > li.btn-group-sm > a.btn-86-default.btn {
    font-size: 11px;
    margin-top: 0px;
  }
}
/* reducing navbar size for dropdown on mobile */
@media (max-width: 767px) {
  .navbar .navbar-nav > li > a {
    padding: 13px 10px 13px;
  }
}
.navbar-collapse .form-group {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-collapse .form-group button.btn-primary {
  padding: 5px 10px;
}

@media (min-width: 992px) {
  .navbar .navbar-nav > li > a.nav-white-outline-btn {
    border: 2px solid white;
    color: white;
    margin-top: 16px;
    padding-bottom: 8px;
    padding-top: 6px;
  }
}

.job-search-section-content-wrapper .navbar-collapse .form-group button.btn-primary,
.checkout-section-content-wrapper .navbar-collapse .form-group button.btn-primary {
  padding: 5px 22px;
}
.job-search-section-content-wrapper .navbar-header-topbar,
.checkout-section-content-wrapper .navbar-header-topbar {
  width: 100%;
}
.job-search-section-content-wrapper .social-header,
.checkout-section-content-wrapper .social-header {
  padding-left: 27px;
}
@media (min-width: 992px) {
  .job-search-section-content-wrapper .navbar-collapse,
  .checkout-section-content-wrapper .navbar-collapse {
    padding-left: 40px;
    padding-right: 40px;
  }
  .job-search-section-content-wrapper .navbar-header-topbar,
  .checkout-section-content-wrapper .navbar-header-topbar {
    padding-right: 10px;
  }
}
.job-search-section-content-wrapper .navbar-inner-wrapper,
.checkout-section-content-wrapper .navbar-inner-wrapper {
  padding-left: 20px;
  width: 100%;
}

#distance-dropdown-container {
  width: 120px;
}
#distance-dropdown-container select.form-control.nudge-toward-bottom {
  position: relative;
  top: 1px;
}
#distance-dropdown-container select.form-control.reduced-padding {
  padding-left: 8px;
  padding-right: 0;
}
#distance-dropdown-container .fa-caret-down {
  top: 15px;
  right: 8px;
}

.notification-wrapper {
  background-color: #f2f1f0;
  position: relative;
  line-height: 60px;
  display: none;
}
.notification-wrapper a, .notification-wrapper a:visited, .notification-wrapper a:focus, .notification-wrapper a:hover {
  color: inherit;
}
.notification-wrapper button.close {
  line-height: inherit;
}

.notification-icon-container {
  position: relative;
  padding-left: 5rem !important;
}

button.close:active, button.close:focus, button.close:hover {
  outline: none;
}

.notification-alert,
.notification-alert .notification-inner-wrapper {
  background-color: #c02942;
  color: #f2f1f0;
}

.notification-alert .notification-icon-wrapper {
  background-color: rgb(215.2317596567, 68.7682403433, 93.017167382);
  color: #f2f1f0;
}

.notification-info,
.notification-info .notification-inner-wrapper {
  background-color: rgb(58.9743589744, 183.7179487179, 242.5256410256);
  color: #f2f1f0;
}

.notification-info .notification-icon-wrapper {
  background-color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  color: #f2f1f0;
}

.notification-success,
.notification-success .notification-inner-wrapper {
  background-color: rgb(2.49, 171.81, 78.85);
  color: #f2f1f0;
}

.notification-success .notification-icon-wrapper {
  background-color: rgb(2.3442857143, 161.7557142857, 74.2357142857);
  color: #f2f1f0;
}

.notification-icon-wrapper {
  background-color: rgb(232.5285714286, 230.8, 229.0714285714);
  text-align: center;
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-size: 30px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5rem;
}

@media screen and (min-width: 768px) {
  .notification-icon-wrapper {
    width: 10rem;
  }
  .notification-icon-container {
    padding-left: 10rem !important;
  }
}
.notification-inner-wrapper {
  background-color: #f2f1f0;
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  padding-left: 20px;
  line-height: 1.5em;
  padding-top: 13px;
  padding-bottom: 12px;
}

.pages.pages-employers .site .notification-inner-wrapper p,
.pages.pages-grocers_and_retailers .site .notification-inner-wrapper p {
  font-size: 14px;
}

.site .notification-inner-wrapper {
  font-size: 14px;
  line-height: 1em;
}
.site .notification-inner-wrapper p {
  padding-top: 10px;
}
.site .notification-inner-wrapper a {
  text-decoration: underline;
}
.site .notification-icon-wrapper {
  font-size: 25px;
}

.notification-no-container-alert-wrapper {
  position: fixed;
  left: 0;
  margin: 0;
  top: 120px;
  width: 100%;
  z-index: 7000;
}

.notification-no-container-alert-wrapper .navbar-inner-wrapper > div {
  padding-left: 0;
  padding-right: 0;
}

.notification-no-container-alert-wrapper .notification-inner-wrapper {
  height: auto;
  min-height: 60px;
}

.notification-no-container-alert-wrapper .notification-inner-wrapper p {
  line-height: 30px;
  padding-top: 15px;
}

.site.notification-no-container-alert-wrapper .notification-inner-wrapper p {
  line-height: 1em;
}

.home .notification-wrapper {
  top: 120px;
}

.pages-employers .notification-wrapper {
  position: fixed;
  top: 60px;
  width: 100% !important;
  z-index: 8000;
}
@media (min-width: 992px) {
  .pages-employers .notification-wrapper {
    top: 120px;
    z-index: 7000;
  }
}
.pages-employers .notification-no-container-alert-wrapper {
  z-index: 8500;
}

.notification-inner-wrapper.bolded {
  font-weight: bold;
}

.pagination {
  margin: 40px 0;
}

.pagination > li > a,
.pagination > li > span {
  border-color: #f2f1f0;
  color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding: 6px 15px;
  min-width: 40px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background: #23AFF1;
  border-color: #23AFF1;
  color: #f2f1f0;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  border-color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
}

div.panel {
  background: white;
  border: none;
  padding: 0;
  width: 100%;
}

div.panel-header {
  background: rgb(230.1607142857, 228.25, 226.3392857143);
  border: 1px solid #f2f1f0;
  border-left: none;
  border-right: none;
  color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
  padding: 7px 12px 7px;
}

@media (max-width: 767px) {
  .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .employers-job_postings .content-wrapper,
  .employers-dashboard .content-wrapper,
  .employers-job_seekers .content-wrapper,
  .employers-locations .content-wrapper,
  .employers-messages .content-wrapper,
  .employers-accounts .content-wrapper,
  .employers-lockout .content-wrapper,
  .employers-interviews .content-wrapper,
  .employers-abstract .content-wrapper,
  .employers-site_notifications .content-wrapper,
  .employers-credit_cards .content-wrapper,
  .employers-checkout-complete .content-wrapper,
  .employers-checkout-plan_preview .content-wrapper,
  .employers-slugs.employers-slugs-update .content-wrapper,
  .employers-availabilities .content-wrapper,
  .employers.employers-reviews .content-wrapper,
  .employers.employers-salaries .content-wrapper,
  .employers.employers-about .content-wrapper,
  .employers.employers-jobs .content-wrapper,
  .applicants-job_seekers-dashboard .content-wrapper,
  .applicants-job_seeker_profile .content-wrapper,
  .applicants-job_seekers-privacy_settings .content-wrapper,
  .applicants-public_profiles .content-wrapper,
  .applicants-interviews .content-wrapper,
  .interviews .content-wrapper,
  .public_profile-show .content-wrapper,
  .public_profile-print .content-wrapper,
  .applicants-job_applications-index .content-wrapper,
  .applicants-messages-index .content-wrapper,
  .applicants-site_notifications .content-wrapper,
  .sessions.sessions-create .content-wrapper,
  .pages.pages-support .content-wrapper,
  .pages.pages-terms_of_use .content-wrapper,
  .pages.pages-privacy_policy .content-wrapper,
  .applicants-reviews-index .content-wrapper,
  .applicants-job_seekers-account_settings .content-wrapper,
  .articles .content-wrapper {
    margin-top: 0;
  }
  .employers-job_postings .content-wrapper .container,
  .employers-dashboard .content-wrapper .container,
  .employers-job_seekers .content-wrapper .container,
  .employers-locations .content-wrapper .container,
  .employers-messages .content-wrapper .container,
  .employers-accounts .content-wrapper .container,
  .employers-lockout .content-wrapper .container,
  .employers-interviews .content-wrapper .container,
  .employers-abstract .content-wrapper .container,
  .employers-site_notifications .content-wrapper .container,
  .employers-credit_cards .content-wrapper .container,
  .employers-checkout-complete .content-wrapper .container,
  .employers-checkout-plan_preview .content-wrapper .container,
  .employers-slugs.employers-slugs-update .content-wrapper .container,
  .employers-availabilities .content-wrapper .container,
  .employers.employers-reviews .content-wrapper .container,
  .employers.employers-salaries .content-wrapper .container,
  .employers.employers-about .content-wrapper .container,
  .employers.employers-jobs .content-wrapper .container,
  .applicants-job_seekers-dashboard .content-wrapper .container,
  .applicants-job_seeker_profile .content-wrapper .container,
  .applicants-job_seekers-privacy_settings .content-wrapper .container,
  .applicants-public_profiles .content-wrapper .container,
  .applicants-interviews .content-wrapper .container,
  .interviews .content-wrapper .container,
  .public_profile-show .content-wrapper .container,
  .public_profile-print .content-wrapper .container,
  .applicants-job_applications-index .content-wrapper .container,
  .applicants-messages-index .content-wrapper .container,
  .applicants-site_notifications .content-wrapper .container,
  .sessions.sessions-create .content-wrapper .container,
  .pages.pages-support .content-wrapper .container,
  .pages.pages-terms_of_use .content-wrapper .container,
  .pages.pages-privacy_policy .content-wrapper .container,
  .applicants-reviews-index .content-wrapper .container,
  .applicants-job_seekers-account_settings .content-wrapper .container,
  .articles .content-wrapper .container {
    padding: 0;
  }
}
.employers-job_postings .panel a,
.employers-dashboard .panel a,
.employers-job_seekers .panel a,
.employers-locations .panel a,
.employers-messages .panel a,
.employers-accounts .panel a,
.employers-lockout .panel a,
.employers-interviews .panel a,
.employers-abstract .panel a,
.employers-site_notifications .panel a,
.employers-credit_cards .panel a,
.employers-checkout-complete .panel a,
.employers-checkout-plan_preview .panel a,
.employers-slugs.employers-slugs-update .panel a,
.employers-availabilities .panel a,
.employers.employers-reviews .panel a,
.employers.employers-salaries .panel a,
.employers.employers-about .panel a,
.employers.employers-jobs .panel a,
.applicants-job_seekers-dashboard .panel a,
.applicants-job_seeker_profile .panel a,
.applicants-job_seekers-privacy_settings .panel a,
.applicants-public_profiles .panel a,
.applicants-interviews .panel a,
.interviews .panel a,
.public_profile-show .panel a,
.public_profile-print .panel a,
.applicants-job_applications-index .panel a,
.applicants-messages-index .panel a,
.applicants-site_notifications .panel a,
.sessions.sessions-create .panel a,
.pages.pages-support .panel a,
.pages.pages-terms_of_use .panel a,
.pages.pages-privacy_policy .panel a,
.applicants-reviews-index .panel a,
.applicants-job_seekers-account_settings .panel a,
.articles .panel a {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
@media (min-width: 992px) {
  .employers-job_postings .panel a:hover,
  .employers-dashboard .panel a:hover,
  .employers-job_seekers .panel a:hover,
  .employers-locations .panel a:hover,
  .employers-messages .panel a:hover,
  .employers-accounts .panel a:hover,
  .employers-lockout .panel a:hover,
  .employers-interviews .panel a:hover,
  .employers-abstract .panel a:hover,
  .employers-site_notifications .panel a:hover,
  .employers-credit_cards .panel a:hover,
  .employers-checkout-complete .panel a:hover,
  .employers-checkout-plan_preview .panel a:hover,
  .employers-slugs.employers-slugs-update .panel a:hover,
  .employers-availabilities .panel a:hover,
  .employers.employers-reviews .panel a:hover,
  .employers.employers-salaries .panel a:hover,
  .employers.employers-about .panel a:hover,
  .employers.employers-jobs .panel a:hover,
  .applicants-job_seekers-dashboard .panel a:hover,
  .applicants-job_seeker_profile .panel a:hover,
  .applicants-job_seekers-privacy_settings .panel a:hover,
  .applicants-public_profiles .panel a:hover,
  .applicants-interviews .panel a:hover,
  .interviews .panel a:hover,
  .public_profile-show .panel a:hover,
  .public_profile-print .panel a:hover,
  .applicants-job_applications-index .panel a:hover,
  .applicants-messages-index .panel a:hover,
  .applicants-site_notifications .panel a:hover,
  .sessions.sessions-create .panel a:hover,
  .pages.pages-support .panel a:hover,
  .pages.pages-terms_of_use .panel a:hover,
  .pages.pages-privacy_policy .panel a:hover,
  .applicants-reviews-index .panel a:hover,
  .applicants-job_seekers-account_settings .panel a:hover,
  .articles .panel a:hover {
    color: #337ab7;
  }
}
.employers-job_postings .panel a.orange-highlight,
.employers-dashboard .panel a.orange-highlight,
.employers-job_seekers .panel a.orange-highlight,
.employers-locations .panel a.orange-highlight,
.employers-messages .panel a.orange-highlight,
.employers-accounts .panel a.orange-highlight,
.employers-lockout .panel a.orange-highlight,
.employers-interviews .panel a.orange-highlight,
.employers-abstract .panel a.orange-highlight,
.employers-site_notifications .panel a.orange-highlight,
.employers-credit_cards .panel a.orange-highlight,
.employers-checkout-complete .panel a.orange-highlight,
.employers-checkout-plan_preview .panel a.orange-highlight,
.employers-slugs.employers-slugs-update .panel a.orange-highlight,
.employers-availabilities .panel a.orange-highlight,
.employers.employers-reviews .panel a.orange-highlight,
.employers.employers-salaries .panel a.orange-highlight,
.employers.employers-about .panel a.orange-highlight,
.employers.employers-jobs .panel a.orange-highlight,
.applicants-job_seekers-dashboard .panel a.orange-highlight,
.applicants-job_seeker_profile .panel a.orange-highlight,
.applicants-job_seekers-privacy_settings .panel a.orange-highlight,
.applicants-public_profiles .panel a.orange-highlight,
.applicants-interviews .panel a.orange-highlight,
.interviews .panel a.orange-highlight,
.public_profile-show .panel a.orange-highlight,
.public_profile-print .panel a.orange-highlight,
.applicants-job_applications-index .panel a.orange-highlight,
.applicants-messages-index .panel a.orange-highlight,
.applicants-site_notifications .panel a.orange-highlight,
.sessions.sessions-create .panel a.orange-highlight,
.pages.pages-support .panel a.orange-highlight,
.pages.pages-terms_of_use .panel a.orange-highlight,
.pages.pages-privacy_policy .panel a.orange-highlight,
.applicants-reviews-index .panel a.orange-highlight,
.applicants-job_seekers-account_settings .panel a.orange-highlight,
.articles .panel a.orange-highlight {
  color: #E45607;
}
@media (min-width: 992px) {
  .employers-job_postings .panel a.btn-86-default:hover,
  .employers-dashboard .panel a.btn-86-default:hover,
  .employers-job_seekers .panel a.btn-86-default:hover,
  .employers-locations .panel a.btn-86-default:hover,
  .employers-messages .panel a.btn-86-default:hover,
  .employers-accounts .panel a.btn-86-default:hover,
  .employers-lockout .panel a.btn-86-default:hover,
  .employers-interviews .panel a.btn-86-default:hover,
  .employers-abstract .panel a.btn-86-default:hover,
  .employers-site_notifications .panel a.btn-86-default:hover,
  .employers-credit_cards .panel a.btn-86-default:hover,
  .employers-checkout-complete .panel a.btn-86-default:hover,
  .employers-checkout-plan_preview .panel a.btn-86-default:hover,
  .employers-slugs.employers-slugs-update .panel a.btn-86-default:hover,
  .employers-availabilities .panel a.btn-86-default:hover,
  .employers.employers-reviews .panel a.btn-86-default:hover,
  .employers.employers-salaries .panel a.btn-86-default:hover,
  .employers.employers-about .panel a.btn-86-default:hover,
  .employers.employers-jobs .panel a.btn-86-default:hover,
  .applicants-job_seekers-dashboard .panel a.btn-86-default:hover,
  .applicants-job_seeker_profile .panel a.btn-86-default:hover,
  .applicants-job_seekers-privacy_settings .panel a.btn-86-default:hover,
  .applicants-public_profiles .panel a.btn-86-default:hover,
  .applicants-interviews .panel a.btn-86-default:hover,
  .interviews .panel a.btn-86-default:hover,
  .public_profile-show .panel a.btn-86-default:hover,
  .public_profile-print .panel a.btn-86-default:hover,
  .applicants-job_applications-index .panel a.btn-86-default:hover,
  .applicants-messages-index .panel a.btn-86-default:hover,
  .applicants-site_notifications .panel a.btn-86-default:hover,
  .sessions.sessions-create .panel a.btn-86-default:hover,
  .pages.pages-support .panel a.btn-86-default:hover,
  .pages.pages-terms_of_use .panel a.btn-86-default:hover,
  .pages.pages-privacy_policy .panel a.btn-86-default:hover,
  .applicants-reviews-index .panel a.btn-86-default:hover,
  .applicants-job_seekers-account_settings .panel a.btn-86-default:hover,
  .articles .panel a.btn-86-default:hover {
    color: #fff;
  }
}
.employers-job_postings a.btn-primary,
.employers-dashboard a.btn-primary,
.employers-job_seekers a.btn-primary,
.employers-locations a.btn-primary,
.employers-messages a.btn-primary,
.employers-accounts a.btn-primary,
.employers-lockout a.btn-primary,
.employers-interviews a.btn-primary,
.employers-abstract a.btn-primary,
.employers-site_notifications a.btn-primary,
.employers-credit_cards a.btn-primary,
.employers-checkout-complete a.btn-primary,
.employers-checkout-plan_preview a.btn-primary,
.employers-slugs.employers-slugs-update a.btn-primary,
.employers-availabilities a.btn-primary,
.employers.employers-reviews a.btn-primary,
.employers.employers-salaries a.btn-primary,
.employers.employers-about a.btn-primary,
.employers.employers-jobs a.btn-primary,
.applicants-job_seekers-dashboard a.btn-primary,
.applicants-job_seeker_profile a.btn-primary,
.applicants-job_seekers-privacy_settings a.btn-primary,
.applicants-public_profiles a.btn-primary,
.applicants-interviews a.btn-primary,
.interviews a.btn-primary,
.public_profile-show a.btn-primary,
.public_profile-print a.btn-primary,
.applicants-job_applications-index a.btn-primary,
.applicants-messages-index a.btn-primary,
.applicants-site_notifications a.btn-primary,
.sessions.sessions-create a.btn-primary,
.pages.pages-support a.btn-primary,
.pages.pages-terms_of_use a.btn-primary,
.pages.pages-privacy_policy a.btn-primary,
.applicants-reviews-index a.btn-primary,
.applicants-job_seekers-account_settings a.btn-primary,
.articles a.btn-primary {
  color: #fff;
}
@media (min-width: 992px) {
  .employers-job_postings a.btn-primary:hover,
  .employers-dashboard a.btn-primary:hover,
  .employers-job_seekers a.btn-primary:hover,
  .employers-locations a.btn-primary:hover,
  .employers-messages a.btn-primary:hover,
  .employers-accounts a.btn-primary:hover,
  .employers-lockout a.btn-primary:hover,
  .employers-interviews a.btn-primary:hover,
  .employers-abstract a.btn-primary:hover,
  .employers-site_notifications a.btn-primary:hover,
  .employers-credit_cards a.btn-primary:hover,
  .employers-checkout-complete a.btn-primary:hover,
  .employers-checkout-plan_preview a.btn-primary:hover,
  .employers-slugs.employers-slugs-update a.btn-primary:hover,
  .employers-availabilities a.btn-primary:hover,
  .employers.employers-reviews a.btn-primary:hover,
  .employers.employers-salaries a.btn-primary:hover,
  .employers.employers-about a.btn-primary:hover,
  .employers.employers-jobs a.btn-primary:hover,
  .applicants-job_seekers-dashboard a.btn-primary:hover,
  .applicants-job_seeker_profile a.btn-primary:hover,
  .applicants-job_seekers-privacy_settings a.btn-primary:hover,
  .applicants-public_profiles a.btn-primary:hover,
  .applicants-interviews a.btn-primary:hover,
  .interviews a.btn-primary:hover,
  .public_profile-show a.btn-primary:hover,
  .public_profile-print a.btn-primary:hover,
  .applicants-job_applications-index a.btn-primary:hover,
  .applicants-messages-index a.btn-primary:hover,
  .applicants-site_notifications a.btn-primary:hover,
  .sessions.sessions-create a.btn-primary:hover,
  .pages.pages-support a.btn-primary:hover,
  .pages.pages-terms_of_use a.btn-primary:hover,
  .pages.pages-privacy_policy a.btn-primary:hover,
  .applicants-reviews-index a.btn-primary:hover,
  .applicants-job_seekers-account_settings a.btn-primary:hover,
  .articles a.btn-primary:hover {
    color: #fff;
  }
}
.employers-job_postings .panel-header,
.employers-dashboard .panel-header,
.employers-job_seekers .panel-header,
.employers-locations .panel-header,
.employers-messages .panel-header,
.employers-accounts .panel-header,
.employers-lockout .panel-header,
.employers-interviews .panel-header,
.employers-abstract .panel-header,
.employers-site_notifications .panel-header,
.employers-credit_cards .panel-header,
.employers-checkout-complete .panel-header,
.employers-checkout-plan_preview .panel-header,
.employers-slugs.employers-slugs-update .panel-header,
.employers-availabilities .panel-header,
.employers.employers-reviews .panel-header,
.employers.employers-salaries .panel-header,
.employers.employers-about .panel-header,
.employers.employers-jobs .panel-header,
.applicants-job_seekers-dashboard .panel-header,
.applicants-job_seeker_profile .panel-header,
.applicants-job_seekers-privacy_settings .panel-header,
.applicants-public_profiles .panel-header,
.applicants-interviews .panel-header,
.interviews .panel-header,
.public_profile-show .panel-header,
.public_profile-print .panel-header,
.applicants-job_applications-index .panel-header,
.applicants-messages-index .panel-header,
.applicants-site_notifications .panel-header,
.sessions.sessions-create .panel-header,
.pages.pages-support .panel-header,
.pages.pages-terms_of_use .panel-header,
.pages.pages-privacy_policy .panel-header,
.applicants-reviews-index .panel-header,
.applicants-job_seekers-account_settings .panel-header,
.articles .panel-header {
  background: #fff;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}
.employers-job_postings .panel-header.dark-border,
.employers-dashboard .panel-header.dark-border,
.employers-job_seekers .panel-header.dark-border,
.employers-locations .panel-header.dark-border,
.employers-messages .panel-header.dark-border,
.employers-accounts .panel-header.dark-border,
.employers-lockout .panel-header.dark-border,
.employers-interviews .panel-header.dark-border,
.employers-abstract .panel-header.dark-border,
.employers-site_notifications .panel-header.dark-border,
.employers-credit_cards .panel-header.dark-border,
.employers-checkout-complete .panel-header.dark-border,
.employers-checkout-plan_preview .panel-header.dark-border,
.employers-slugs.employers-slugs-update .panel-header.dark-border,
.employers-availabilities .panel-header.dark-border,
.employers.employers-reviews .panel-header.dark-border,
.employers.employers-salaries .panel-header.dark-border,
.employers.employers-about .panel-header.dark-border,
.employers.employers-jobs .panel-header.dark-border,
.applicants-job_seekers-dashboard .panel-header.dark-border,
.applicants-job_seeker_profile .panel-header.dark-border,
.applicants-job_seekers-privacy_settings .panel-header.dark-border,
.applicants-public_profiles .panel-header.dark-border,
.applicants-interviews .panel-header.dark-border,
.interviews .panel-header.dark-border,
.public_profile-show .panel-header.dark-border,
.public_profile-print .panel-header.dark-border,
.applicants-job_applications-index .panel-header.dark-border,
.applicants-messages-index .panel-header.dark-border,
.applicants-site_notifications .panel-header.dark-border,
.sessions.sessions-create .panel-header.dark-border,
.pages.pages-support .panel-header.dark-border,
.pages.pages-terms_of_use .panel-header.dark-border,
.pages.pages-privacy_policy .panel-header.dark-border,
.applicants-reviews-index .panel-header.dark-border,
.applicants-job_seekers-account_settings .panel-header.dark-border,
.articles .panel-header.dark-border {
  border: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
.employers-job_postings .panel-body,
.employers-dashboard .panel-body,
.employers-job_seekers .panel-body,
.employers-locations .panel-body,
.employers-messages .panel-body,
.employers-accounts .panel-body,
.employers-lockout .panel-body,
.employers-interviews .panel-body,
.employers-abstract .panel-body,
.employers-site_notifications .panel-body,
.employers-credit_cards .panel-body,
.employers-checkout-complete .panel-body,
.employers-checkout-plan_preview .panel-body,
.employers-slugs.employers-slugs-update .panel-body,
.employers-availabilities .panel-body,
.employers.employers-reviews .panel-body,
.employers.employers-salaries .panel-body,
.employers.employers-about .panel-body,
.employers.employers-jobs .panel-body,
.applicants-job_seekers-dashboard .panel-body,
.applicants-job_seeker_profile .panel-body,
.applicants-job_seekers-privacy_settings .panel-body,
.applicants-public_profiles .panel-body,
.applicants-interviews .panel-body,
.interviews .panel-body,
.public_profile-show .panel-body,
.public_profile-print .panel-body,
.applicants-job_applications-index .panel-body,
.applicants-messages-index .panel-body,
.applicants-site_notifications .panel-body,
.sessions.sessions-create .panel-body,
.pages.pages-support .panel-body,
.pages.pages-terms_of_use .panel-body,
.pages.pages-privacy_policy .panel-body,
.applicants-reviews-index .panel-body,
.applicants-job_seekers-account_settings .panel-body,
.articles .panel-body {
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
  padding-bottom: 20px;
}
.employers-job_postings .panel-body.dark-border,
.employers-dashboard .panel-body.dark-border,
.employers-job_seekers .panel-body.dark-border,
.employers-locations .panel-body.dark-border,
.employers-messages .panel-body.dark-border,
.employers-accounts .panel-body.dark-border,
.employers-lockout .panel-body.dark-border,
.employers-interviews .panel-body.dark-border,
.employers-abstract .panel-body.dark-border,
.employers-site_notifications .panel-body.dark-border,
.employers-credit_cards .panel-body.dark-border,
.employers-checkout-complete .panel-body.dark-border,
.employers-checkout-plan_preview .panel-body.dark-border,
.employers-slugs.employers-slugs-update .panel-body.dark-border,
.employers-availabilities .panel-body.dark-border,
.employers.employers-reviews .panel-body.dark-border,
.employers.employers-salaries .panel-body.dark-border,
.employers.employers-about .panel-body.dark-border,
.employers.employers-jobs .panel-body.dark-border,
.applicants-job_seekers-dashboard .panel-body.dark-border,
.applicants-job_seeker_profile .panel-body.dark-border,
.applicants-job_seekers-privacy_settings .panel-body.dark-border,
.applicants-public_profiles .panel-body.dark-border,
.applicants-interviews .panel-body.dark-border,
.interviews .panel-body.dark-border,
.public_profile-show .panel-body.dark-border,
.public_profile-print .panel-body.dark-border,
.applicants-job_applications-index .panel-body.dark-border,
.applicants-messages-index .panel-body.dark-border,
.applicants-site_notifications .panel-body.dark-border,
.sessions.sessions-create .panel-body.dark-border,
.pages.pages-support .panel-body.dark-border,
.pages.pages-terms_of_use .panel-body.dark-border,
.pages.pages-privacy_policy .panel-body.dark-border,
.applicants-reviews-index .panel-body.dark-border,
.applicants-job_seekers-account_settings .panel-body.dark-border,
.articles .panel-body.dark-border {
  border: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
.employers-job_postings .panel-body div,
.employers-dashboard .panel-body div,
.employers-job_seekers .panel-body div,
.employers-locations .panel-body div,
.employers-messages .panel-body div,
.employers-accounts .panel-body div,
.employers-lockout .panel-body div,
.employers-interviews .panel-body div,
.employers-abstract .panel-body div,
.employers-site_notifications .panel-body div,
.employers-credit_cards .panel-body div,
.employers-checkout-complete .panel-body div,
.employers-checkout-plan_preview .panel-body div,
.employers-slugs.employers-slugs-update .panel-body div,
.employers-availabilities .panel-body div,
.employers.employers-reviews .panel-body div,
.employers.employers-salaries .panel-body div,
.employers.employers-about .panel-body div,
.employers.employers-jobs .panel-body div,
.applicants-job_seekers-dashboard .panel-body div,
.applicants-job_seeker_profile .panel-body div,
.applicants-job_seekers-privacy_settings .panel-body div,
.applicants-public_profiles .panel-body div,
.applicants-interviews .panel-body div,
.interviews .panel-body div,
.public_profile-show .panel-body div,
.public_profile-print .panel-body div,
.applicants-job_applications-index .panel-body div,
.applicants-messages-index .panel-body div,
.applicants-site_notifications .panel-body div,
.sessions.sessions-create .panel-body div,
.pages.pages-support .panel-body div,
.pages.pages-terms_of_use .panel-body div,
.pages.pages-privacy_policy .panel-body div,
.applicants-reviews-index .panel-body div,
.applicants-job_seekers-account_settings .panel-body div,
.articles .panel-body div {
  overflow-wrap: break-word;
}
.employers-job_postings .panel-header,
.employers-dashboard .panel-header,
.employers-job_seekers .panel-header,
.employers-locations .panel-header,
.employers-messages .panel-header,
.employers-accounts .panel-header,
.employers-lockout .panel-header,
.employers-interviews .panel-header,
.employers-abstract .panel-header,
.employers-site_notifications .panel-header,
.employers-credit_cards .panel-header,
.employers-checkout-complete .panel-header,
.employers-checkout-plan_preview .panel-header,
.employers-slugs.employers-slugs-update .panel-header,
.employers-availabilities .panel-header,
.employers.employers-reviews .panel-header,
.employers.employers-salaries .panel-header,
.employers.employers-about .panel-header,
.employers.employers-jobs .panel-header,
.applicants-job_seekers-dashboard .panel-header,
.applicants-job_seeker_profile .panel-header,
.applicants-job_seekers-privacy_settings .panel-header,
.applicants-public_profiles .panel-header,
.applicants-interviews .panel-header,
.interviews .panel-header,
.public_profile-show .panel-header,
.public_profile-print .panel-header,
.applicants-job_applications-index .panel-header,
.applicants-messages-index .panel-header,
.applicants-site_notifications .panel-header,
.sessions.sessions-create .panel-header,
.pages.pages-support .panel-header,
.pages.pages-terms_of_use .panel-header,
.pages.pages-privacy_policy .panel-header,
.applicants-reviews-index .panel-header,
.applicants-job_seekers-account_settings .panel-header,
.articles .panel-header {
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
}
.employers-job_postings .analytics-warning,
.employers-dashboard .analytics-warning,
.employers-job_seekers .analytics-warning,
.employers-locations .analytics-warning,
.employers-messages .analytics-warning,
.employers-accounts .analytics-warning,
.employers-lockout .analytics-warning,
.employers-interviews .analytics-warning,
.employers-abstract .analytics-warning,
.employers-site_notifications .analytics-warning,
.employers-credit_cards .analytics-warning,
.employers-checkout-complete .analytics-warning,
.employers-checkout-plan_preview .analytics-warning,
.employers-slugs.employers-slugs-update .analytics-warning,
.employers-availabilities .analytics-warning,
.employers.employers-reviews .analytics-warning,
.employers.employers-salaries .analytics-warning,
.employers.employers-about .analytics-warning,
.employers.employers-jobs .analytics-warning,
.applicants-job_seekers-dashboard .analytics-warning,
.applicants-job_seeker_profile .analytics-warning,
.applicants-job_seekers-privacy_settings .analytics-warning,
.applicants-public_profiles .analytics-warning,
.applicants-interviews .analytics-warning,
.interviews .analytics-warning,
.public_profile-show .analytics-warning,
.public_profile-print .analytics-warning,
.applicants-job_applications-index .analytics-warning,
.applicants-messages-index .analytics-warning,
.applicants-site_notifications .analytics-warning,
.sessions.sessions-create .analytics-warning,
.pages.pages-support .analytics-warning,
.pages.pages-terms_of_use .analytics-warning,
.pages.pages-privacy_policy .analytics-warning,
.applicants-reviews-index .analytics-warning,
.applicants-job_seekers-account_settings .analytics-warning,
.articles .analytics-warning {
  color: #c02942;
  display: none;
  margin-top: 20px;
}
.employers-job_postings .analytics-warning.visible,
.employers-dashboard .analytics-warning.visible,
.employers-job_seekers .analytics-warning.visible,
.employers-locations .analytics-warning.visible,
.employers-messages .analytics-warning.visible,
.employers-accounts .analytics-warning.visible,
.employers-lockout .analytics-warning.visible,
.employers-interviews .analytics-warning.visible,
.employers-abstract .analytics-warning.visible,
.employers-site_notifications .analytics-warning.visible,
.employers-credit_cards .analytics-warning.visible,
.employers-checkout-complete .analytics-warning.visible,
.employers-checkout-plan_preview .analytics-warning.visible,
.employers-slugs.employers-slugs-update .analytics-warning.visible,
.employers-availabilities .analytics-warning.visible,
.employers.employers-reviews .analytics-warning.visible,
.employers.employers-salaries .analytics-warning.visible,
.employers.employers-about .analytics-warning.visible,
.employers.employers-jobs .analytics-warning.visible,
.applicants-job_seekers-dashboard .analytics-warning.visible,
.applicants-job_seeker_profile .analytics-warning.visible,
.applicants-job_seekers-privacy_settings .analytics-warning.visible,
.applicants-public_profiles .analytics-warning.visible,
.applicants-interviews .analytics-warning.visible,
.interviews .analytics-warning.visible,
.public_profile-show .analytics-warning.visible,
.public_profile-print .analytics-warning.visible,
.applicants-job_applications-index .analytics-warning.visible,
.applicants-messages-index .analytics-warning.visible,
.applicants-site_notifications .analytics-warning.visible,
.sessions.sessions-create .analytics-warning.visible,
.pages.pages-support .analytics-warning.visible,
.pages.pages-terms_of_use .analytics-warning.visible,
.pages.pages-privacy_policy .analytics-warning.visible,
.applicants-reviews-index .analytics-warning.visible,
.applicants-job_seekers-account_settings .analytics-warning.visible,
.articles .analytics-warning.visible {
  display: block;
}
.employers-job_postings .panel.share-link-panel .panel-body,
.employers-dashboard .panel.share-link-panel .panel-body,
.employers-job_seekers .panel.share-link-panel .panel-body,
.employers-locations .panel.share-link-panel .panel-body,
.employers-messages .panel.share-link-panel .panel-body,
.employers-accounts .panel.share-link-panel .panel-body,
.employers-lockout .panel.share-link-panel .panel-body,
.employers-interviews .panel.share-link-panel .panel-body,
.employers-abstract .panel.share-link-panel .panel-body,
.employers-site_notifications .panel.share-link-panel .panel-body,
.employers-credit_cards .panel.share-link-panel .panel-body,
.employers-checkout-complete .panel.share-link-panel .panel-body,
.employers-checkout-plan_preview .panel.share-link-panel .panel-body,
.employers-slugs.employers-slugs-update .panel.share-link-panel .panel-body,
.employers-availabilities .panel.share-link-panel .panel-body,
.employers.employers-reviews .panel.share-link-panel .panel-body,
.employers.employers-salaries .panel.share-link-panel .panel-body,
.employers.employers-about .panel.share-link-panel .panel-body,
.employers.employers-jobs .panel.share-link-panel .panel-body,
.applicants-job_seekers-dashboard .panel.share-link-panel .panel-body,
.applicants-job_seeker_profile .panel.share-link-panel .panel-body,
.applicants-job_seekers-privacy_settings .panel.share-link-panel .panel-body,
.applicants-public_profiles .panel.share-link-panel .panel-body,
.applicants-interviews .panel.share-link-panel .panel-body,
.interviews .panel.share-link-panel .panel-body,
.public_profile-show .panel.share-link-panel .panel-body,
.public_profile-print .panel.share-link-panel .panel-body,
.applicants-job_applications-index .panel.share-link-panel .panel-body,
.applicants-messages-index .panel.share-link-panel .panel-body,
.applicants-site_notifications .panel.share-link-panel .panel-body,
.sessions.sessions-create .panel.share-link-panel .panel-body,
.pages.pages-support .panel.share-link-panel .panel-body,
.pages.pages-terms_of_use .panel.share-link-panel .panel-body,
.pages.pages-privacy_policy .panel.share-link-panel .panel-body,
.applicants-reviews-index .panel.share-link-panel .panel-body,
.applicants-job_seekers-account_settings .panel.share-link-panel .panel-body,
.articles .panel.share-link-panel .panel-body {
  padding-top: 0;
  font-size: 13px;
}
@media (min-width: 992px) {
  .employers-job_postings .panel.share-link-panel .panel-body,
  .employers-dashboard .panel.share-link-panel .panel-body,
  .employers-job_seekers .panel.share-link-panel .panel-body,
  .employers-locations .panel.share-link-panel .panel-body,
  .employers-messages .panel.share-link-panel .panel-body,
  .employers-accounts .panel.share-link-panel .panel-body,
  .employers-lockout .panel.share-link-panel .panel-body,
  .employers-interviews .panel.share-link-panel .panel-body,
  .employers-abstract .panel.share-link-panel .panel-body,
  .employers-site_notifications .panel.share-link-panel .panel-body,
  .employers-credit_cards .panel.share-link-panel .panel-body,
  .employers-checkout-complete .panel.share-link-panel .panel-body,
  .employers-checkout-plan_preview .panel.share-link-panel .panel-body,
  .employers-slugs.employers-slugs-update .panel.share-link-panel .panel-body,
  .employers-availabilities .panel.share-link-panel .panel-body,
  .employers.employers-reviews .panel.share-link-panel .panel-body,
  .employers.employers-salaries .panel.share-link-panel .panel-body,
  .employers.employers-about .panel.share-link-panel .panel-body,
  .employers.employers-jobs .panel.share-link-panel .panel-body,
  .applicants-job_seekers-dashboard .panel.share-link-panel .panel-body,
  .applicants-job_seeker_profile .panel.share-link-panel .panel-body,
  .applicants-job_seekers-privacy_settings .panel.share-link-panel .panel-body,
  .applicants-public_profiles .panel.share-link-panel .panel-body,
  .applicants-interviews .panel.share-link-panel .panel-body,
  .interviews .panel.share-link-panel .panel-body,
  .public_profile-show .panel.share-link-panel .panel-body,
  .public_profile-print .panel.share-link-panel .panel-body,
  .applicants-job_applications-index .panel.share-link-panel .panel-body,
  .applicants-messages-index .panel.share-link-panel .panel-body,
  .applicants-site_notifications .panel.share-link-panel .panel-body,
  .sessions.sessions-create .panel.share-link-panel .panel-body,
  .pages.pages-support .panel.share-link-panel .panel-body,
  .pages.pages-terms_of_use .panel.share-link-panel .panel-body,
  .pages.pages-privacy_policy .panel.share-link-panel .panel-body,
  .applicants-reviews-index .panel.share-link-panel .panel-body,
  .applicants-job_seekers-account_settings .panel.share-link-panel .panel-body,
  .articles .panel.share-link-panel .panel-body {
    font-size: 15px;
  }
}
.employers-job_postings .panel.share-link-panel .left-col,
.employers-dashboard .panel.share-link-panel .left-col,
.employers-job_seekers .panel.share-link-panel .left-col,
.employers-locations .panel.share-link-panel .left-col,
.employers-messages .panel.share-link-panel .left-col,
.employers-accounts .panel.share-link-panel .left-col,
.employers-lockout .panel.share-link-panel .left-col,
.employers-interviews .panel.share-link-panel .left-col,
.employers-abstract .panel.share-link-panel .left-col,
.employers-site_notifications .panel.share-link-panel .left-col,
.employers-credit_cards .panel.share-link-panel .left-col,
.employers-checkout-complete .panel.share-link-panel .left-col,
.employers-checkout-plan_preview .panel.share-link-panel .left-col,
.employers-slugs.employers-slugs-update .panel.share-link-panel .left-col,
.employers-availabilities .panel.share-link-panel .left-col,
.employers.employers-reviews .panel.share-link-panel .left-col,
.employers.employers-salaries .panel.share-link-panel .left-col,
.employers.employers-about .panel.share-link-panel .left-col,
.employers.employers-jobs .panel.share-link-panel .left-col,
.applicants-job_seekers-dashboard .panel.share-link-panel .left-col,
.applicants-job_seeker_profile .panel.share-link-panel .left-col,
.applicants-job_seekers-privacy_settings .panel.share-link-panel .left-col,
.applicants-public_profiles .panel.share-link-panel .left-col,
.applicants-interviews .panel.share-link-panel .left-col,
.interviews .panel.share-link-panel .left-col,
.public_profile-show .panel.share-link-panel .left-col,
.public_profile-print .panel.share-link-panel .left-col,
.applicants-job_applications-index .panel.share-link-panel .left-col,
.applicants-messages-index .panel.share-link-panel .left-col,
.applicants-site_notifications .panel.share-link-panel .left-col,
.sessions.sessions-create .panel.share-link-panel .left-col,
.pages.pages-support .panel.share-link-panel .left-col,
.pages.pages-terms_of_use .panel.share-link-panel .left-col,
.pages.pages-privacy_policy .panel.share-link-panel .left-col,
.applicants-reviews-index .panel.share-link-panel .left-col,
.applicants-job_seekers-account_settings .panel.share-link-panel .left-col,
.articles .panel.share-link-panel .left-col {
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .panel.share-link-panel .left-col,
  .employers-dashboard .panel.share-link-panel .left-col,
  .employers-job_seekers .panel.share-link-panel .left-col,
  .employers-locations .panel.share-link-panel .left-col,
  .employers-messages .panel.share-link-panel .left-col,
  .employers-accounts .panel.share-link-panel .left-col,
  .employers-lockout .panel.share-link-panel .left-col,
  .employers-interviews .panel.share-link-panel .left-col,
  .employers-abstract .panel.share-link-panel .left-col,
  .employers-site_notifications .panel.share-link-panel .left-col,
  .employers-credit_cards .panel.share-link-panel .left-col,
  .employers-checkout-complete .panel.share-link-panel .left-col,
  .employers-checkout-plan_preview .panel.share-link-panel .left-col,
  .employers-slugs.employers-slugs-update .panel.share-link-panel .left-col,
  .employers-availabilities .panel.share-link-panel .left-col,
  .employers.employers-reviews .panel.share-link-panel .left-col,
  .employers.employers-salaries .panel.share-link-panel .left-col,
  .employers.employers-about .panel.share-link-panel .left-col,
  .employers.employers-jobs .panel.share-link-panel .left-col,
  .applicants-job_seekers-dashboard .panel.share-link-panel .left-col,
  .applicants-job_seeker_profile .panel.share-link-panel .left-col,
  .applicants-job_seekers-privacy_settings .panel.share-link-panel .left-col,
  .applicants-public_profiles .panel.share-link-panel .left-col,
  .applicants-interviews .panel.share-link-panel .left-col,
  .interviews .panel.share-link-panel .left-col,
  .public_profile-show .panel.share-link-panel .left-col,
  .public_profile-print .panel.share-link-panel .left-col,
  .applicants-job_applications-index .panel.share-link-panel .left-col,
  .applicants-messages-index .panel.share-link-panel .left-col,
  .applicants-site_notifications .panel.share-link-panel .left-col,
  .sessions.sessions-create .panel.share-link-panel .left-col,
  .pages.pages-support .panel.share-link-panel .left-col,
  .pages.pages-terms_of_use .panel.share-link-panel .left-col,
  .pages.pages-privacy_policy .panel.share-link-panel .left-col,
  .applicants-reviews-index .panel.share-link-panel .left-col,
  .applicants-job_seekers-account_settings .panel.share-link-panel .left-col,
  .articles .panel.share-link-panel .left-col {
    padding-top: 14px;
    width: 15%;
  }
}
@media (min-width: 992px) {
  .employers-job_postings .panel.share-link-panel .left-col,
  .employers-dashboard .panel.share-link-panel .left-col,
  .employers-job_seekers .panel.share-link-panel .left-col,
  .employers-locations .panel.share-link-panel .left-col,
  .employers-messages .panel.share-link-panel .left-col,
  .employers-accounts .panel.share-link-panel .left-col,
  .employers-lockout .panel.share-link-panel .left-col,
  .employers-interviews .panel.share-link-panel .left-col,
  .employers-abstract .panel.share-link-panel .left-col,
  .employers-site_notifications .panel.share-link-panel .left-col,
  .employers-credit_cards .panel.share-link-panel .left-col,
  .employers-checkout-complete .panel.share-link-panel .left-col,
  .employers-checkout-plan_preview .panel.share-link-panel .left-col,
  .employers-slugs.employers-slugs-update .panel.share-link-panel .left-col,
  .employers-availabilities .panel.share-link-panel .left-col,
  .employers.employers-reviews .panel.share-link-panel .left-col,
  .employers.employers-salaries .panel.share-link-panel .left-col,
  .employers.employers-about .panel.share-link-panel .left-col,
  .employers.employers-jobs .panel.share-link-panel .left-col,
  .applicants-job_seekers-dashboard .panel.share-link-panel .left-col,
  .applicants-job_seeker_profile .panel.share-link-panel .left-col,
  .applicants-job_seekers-privacy_settings .panel.share-link-panel .left-col,
  .applicants-public_profiles .panel.share-link-panel .left-col,
  .applicants-interviews .panel.share-link-panel .left-col,
  .interviews .panel.share-link-panel .left-col,
  .public_profile-show .panel.share-link-panel .left-col,
  .public_profile-print .panel.share-link-panel .left-col,
  .applicants-job_applications-index .panel.share-link-panel .left-col,
  .applicants-messages-index .panel.share-link-panel .left-col,
  .applicants-site_notifications .panel.share-link-panel .left-col,
  .sessions.sessions-create .panel.share-link-panel .left-col,
  .pages.pages-support .panel.share-link-panel .left-col,
  .pages.pages-terms_of_use .panel.share-link-panel .left-col,
  .pages.pages-privacy_policy .panel.share-link-panel .left-col,
  .applicants-reviews-index .panel.share-link-panel .left-col,
  .applicants-job_seekers-account_settings .panel.share-link-panel .left-col,
  .articles .panel.share-link-panel .left-col {
    width: 12.5%;
  }
}
.employers-job_postings .panel.share-link-panel .mid-col,
.employers-dashboard .panel.share-link-panel .mid-col,
.employers-job_seekers .panel.share-link-panel .mid-col,
.employers-locations .panel.share-link-panel .mid-col,
.employers-messages .panel.share-link-panel .mid-col,
.employers-accounts .panel.share-link-panel .mid-col,
.employers-lockout .panel.share-link-panel .mid-col,
.employers-interviews .panel.share-link-panel .mid-col,
.employers-abstract .panel.share-link-panel .mid-col,
.employers-site_notifications .panel.share-link-panel .mid-col,
.employers-credit_cards .panel.share-link-panel .mid-col,
.employers-checkout-complete .panel.share-link-panel .mid-col,
.employers-checkout-plan_preview .panel.share-link-panel .mid-col,
.employers-slugs.employers-slugs-update .panel.share-link-panel .mid-col,
.employers-availabilities .panel.share-link-panel .mid-col,
.employers.employers-reviews .panel.share-link-panel .mid-col,
.employers.employers-salaries .panel.share-link-panel .mid-col,
.employers.employers-about .panel.share-link-panel .mid-col,
.employers.employers-jobs .panel.share-link-panel .mid-col,
.applicants-job_seekers-dashboard .panel.share-link-panel .mid-col,
.applicants-job_seeker_profile .panel.share-link-panel .mid-col,
.applicants-job_seekers-privacy_settings .panel.share-link-panel .mid-col,
.applicants-public_profiles .panel.share-link-panel .mid-col,
.applicants-interviews .panel.share-link-panel .mid-col,
.interviews .panel.share-link-panel .mid-col,
.public_profile-show .panel.share-link-panel .mid-col,
.public_profile-print .panel.share-link-panel .mid-col,
.applicants-job_applications-index .panel.share-link-panel .mid-col,
.applicants-messages-index .panel.share-link-panel .mid-col,
.applicants-site_notifications .panel.share-link-panel .mid-col,
.sessions.sessions-create .panel.share-link-panel .mid-col,
.pages.pages-support .panel.share-link-panel .mid-col,
.pages.pages-terms_of_use .panel.share-link-panel .mid-col,
.pages.pages-privacy_policy .panel.share-link-panel .mid-col,
.applicants-reviews-index .panel.share-link-panel .mid-col,
.applicants-job_seekers-account_settings .panel.share-link-panel .mid-col,
.articles .panel.share-link-panel .mid-col {
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .panel.share-link-panel .mid-col,
  .employers-dashboard .panel.share-link-panel .mid-col,
  .employers-job_seekers .panel.share-link-panel .mid-col,
  .employers-locations .panel.share-link-panel .mid-col,
  .employers-messages .panel.share-link-panel .mid-col,
  .employers-accounts .panel.share-link-panel .mid-col,
  .employers-lockout .panel.share-link-panel .mid-col,
  .employers-interviews .panel.share-link-panel .mid-col,
  .employers-abstract .panel.share-link-panel .mid-col,
  .employers-site_notifications .panel.share-link-panel .mid-col,
  .employers-credit_cards .panel.share-link-panel .mid-col,
  .employers-checkout-complete .panel.share-link-panel .mid-col,
  .employers-checkout-plan_preview .panel.share-link-panel .mid-col,
  .employers-slugs.employers-slugs-update .panel.share-link-panel .mid-col,
  .employers-availabilities .panel.share-link-panel .mid-col,
  .employers.employers-reviews .panel.share-link-panel .mid-col,
  .employers.employers-salaries .panel.share-link-panel .mid-col,
  .employers.employers-about .panel.share-link-panel .mid-col,
  .employers.employers-jobs .panel.share-link-panel .mid-col,
  .applicants-job_seekers-dashboard .panel.share-link-panel .mid-col,
  .applicants-job_seeker_profile .panel.share-link-panel .mid-col,
  .applicants-job_seekers-privacy_settings .panel.share-link-panel .mid-col,
  .applicants-public_profiles .panel.share-link-panel .mid-col,
  .applicants-interviews .panel.share-link-panel .mid-col,
  .interviews .panel.share-link-panel .mid-col,
  .public_profile-show .panel.share-link-panel .mid-col,
  .public_profile-print .panel.share-link-panel .mid-col,
  .applicants-job_applications-index .panel.share-link-panel .mid-col,
  .applicants-messages-index .panel.share-link-panel .mid-col,
  .applicants-site_notifications .panel.share-link-panel .mid-col,
  .sessions.sessions-create .panel.share-link-panel .mid-col,
  .pages.pages-support .panel.share-link-panel .mid-col,
  .pages.pages-terms_of_use .panel.share-link-panel .mid-col,
  .pages.pages-privacy_policy .panel.share-link-panel .mid-col,
  .applicants-reviews-index .panel.share-link-panel .mid-col,
  .applicants-job_seekers-account_settings .panel.share-link-panel .mid-col,
  .articles .panel.share-link-panel .mid-col {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .employers-job_postings .panel.share-link-panel .mid-col,
  .employers-dashboard .panel.share-link-panel .mid-col,
  .employers-job_seekers .panel.share-link-panel .mid-col,
  .employers-locations .panel.share-link-panel .mid-col,
  .employers-messages .panel.share-link-panel .mid-col,
  .employers-accounts .panel.share-link-panel .mid-col,
  .employers-lockout .panel.share-link-panel .mid-col,
  .employers-interviews .panel.share-link-panel .mid-col,
  .employers-abstract .panel.share-link-panel .mid-col,
  .employers-site_notifications .panel.share-link-panel .mid-col,
  .employers-credit_cards .panel.share-link-panel .mid-col,
  .employers-checkout-complete .panel.share-link-panel .mid-col,
  .employers-checkout-plan_preview .panel.share-link-panel .mid-col,
  .employers-slugs.employers-slugs-update .panel.share-link-panel .mid-col,
  .employers-availabilities .panel.share-link-panel .mid-col,
  .employers.employers-reviews .panel.share-link-panel .mid-col,
  .employers.employers-salaries .panel.share-link-panel .mid-col,
  .employers.employers-about .panel.share-link-panel .mid-col,
  .employers.employers-jobs .panel.share-link-panel .mid-col,
  .applicants-job_seekers-dashboard .panel.share-link-panel .mid-col,
  .applicants-job_seeker_profile .panel.share-link-panel .mid-col,
  .applicants-job_seekers-privacy_settings .panel.share-link-panel .mid-col,
  .applicants-public_profiles .panel.share-link-panel .mid-col,
  .applicants-interviews .panel.share-link-panel .mid-col,
  .interviews .panel.share-link-panel .mid-col,
  .public_profile-show .panel.share-link-panel .mid-col,
  .public_profile-print .panel.share-link-panel .mid-col,
  .applicants-job_applications-index .panel.share-link-panel .mid-col,
  .applicants-messages-index .panel.share-link-panel .mid-col,
  .applicants-site_notifications .panel.share-link-panel .mid-col,
  .sessions.sessions-create .panel.share-link-panel .mid-col,
  .pages.pages-support .panel.share-link-panel .mid-col,
  .pages.pages-terms_of_use .panel.share-link-panel .mid-col,
  .pages.pages-privacy_policy .panel.share-link-panel .mid-col,
  .applicants-reviews-index .panel.share-link-panel .mid-col,
  .applicants-job_seekers-account_settings .panel.share-link-panel .mid-col,
  .articles .panel.share-link-panel .mid-col {
    width: 70.833%;
  }
}
.employers-job_postings .panel.share-link-panel .right-col,
.employers-dashboard .panel.share-link-panel .right-col,
.employers-job_seekers .panel.share-link-panel .right-col,
.employers-locations .panel.share-link-panel .right-col,
.employers-messages .panel.share-link-panel .right-col,
.employers-accounts .panel.share-link-panel .right-col,
.employers-lockout .panel.share-link-panel .right-col,
.employers-interviews .panel.share-link-panel .right-col,
.employers-abstract .panel.share-link-panel .right-col,
.employers-site_notifications .panel.share-link-panel .right-col,
.employers-credit_cards .panel.share-link-panel .right-col,
.employers-checkout-complete .panel.share-link-panel .right-col,
.employers-checkout-plan_preview .panel.share-link-panel .right-col,
.employers-slugs.employers-slugs-update .panel.share-link-panel .right-col,
.employers-availabilities .panel.share-link-panel .right-col,
.employers.employers-reviews .panel.share-link-panel .right-col,
.employers.employers-salaries .panel.share-link-panel .right-col,
.employers.employers-about .panel.share-link-panel .right-col,
.employers.employers-jobs .panel.share-link-panel .right-col,
.applicants-job_seekers-dashboard .panel.share-link-panel .right-col,
.applicants-job_seeker_profile .panel.share-link-panel .right-col,
.applicants-job_seekers-privacy_settings .panel.share-link-panel .right-col,
.applicants-public_profiles .panel.share-link-panel .right-col,
.applicants-interviews .panel.share-link-panel .right-col,
.interviews .panel.share-link-panel .right-col,
.public_profile-show .panel.share-link-panel .right-col,
.public_profile-print .panel.share-link-panel .right-col,
.applicants-job_applications-index .panel.share-link-panel .right-col,
.applicants-messages-index .panel.share-link-panel .right-col,
.applicants-site_notifications .panel.share-link-panel .right-col,
.sessions.sessions-create .panel.share-link-panel .right-col,
.pages.pages-support .panel.share-link-panel .right-col,
.pages.pages-terms_of_use .panel.share-link-panel .right-col,
.pages.pages-privacy_policy .panel.share-link-panel .right-col,
.applicants-reviews-index .panel.share-link-panel .right-col,
.applicants-job_seekers-account_settings .panel.share-link-panel .right-col,
.articles .panel.share-link-panel .right-col {
  padding-top: 9px;
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .panel.share-link-panel .right-col,
  .employers-dashboard .panel.share-link-panel .right-col,
  .employers-job_seekers .panel.share-link-panel .right-col,
  .employers-locations .panel.share-link-panel .right-col,
  .employers-messages .panel.share-link-panel .right-col,
  .employers-accounts .panel.share-link-panel .right-col,
  .employers-lockout .panel.share-link-panel .right-col,
  .employers-interviews .panel.share-link-panel .right-col,
  .employers-abstract .panel.share-link-panel .right-col,
  .employers-site_notifications .panel.share-link-panel .right-col,
  .employers-credit_cards .panel.share-link-panel .right-col,
  .employers-checkout-complete .panel.share-link-panel .right-col,
  .employers-checkout-plan_preview .panel.share-link-panel .right-col,
  .employers-slugs.employers-slugs-update .panel.share-link-panel .right-col,
  .employers-availabilities .panel.share-link-panel .right-col,
  .employers.employers-reviews .panel.share-link-panel .right-col,
  .employers.employers-salaries .panel.share-link-panel .right-col,
  .employers.employers-about .panel.share-link-panel .right-col,
  .employers.employers-jobs .panel.share-link-panel .right-col,
  .applicants-job_seekers-dashboard .panel.share-link-panel .right-col,
  .applicants-job_seeker_profile .panel.share-link-panel .right-col,
  .applicants-job_seekers-privacy_settings .panel.share-link-panel .right-col,
  .applicants-public_profiles .panel.share-link-panel .right-col,
  .applicants-interviews .panel.share-link-panel .right-col,
  .interviews .panel.share-link-panel .right-col,
  .public_profile-show .panel.share-link-panel .right-col,
  .public_profile-print .panel.share-link-panel .right-col,
  .applicants-job_applications-index .panel.share-link-panel .right-col,
  .applicants-messages-index .panel.share-link-panel .right-col,
  .applicants-site_notifications .panel.share-link-panel .right-col,
  .sessions.sessions-create .panel.share-link-panel .right-col,
  .pages.pages-support .panel.share-link-panel .right-col,
  .pages.pages-terms_of_use .panel.share-link-panel .right-col,
  .pages.pages-privacy_policy .panel.share-link-panel .right-col,
  .applicants-reviews-index .panel.share-link-panel .right-col,
  .applicants-job_seekers-account_settings .panel.share-link-panel .right-col,
  .articles .panel.share-link-panel .right-col {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .employers-job_postings .panel.share-link-panel .right-col,
  .employers-dashboard .panel.share-link-panel .right-col,
  .employers-job_seekers .panel.share-link-panel .right-col,
  .employers-locations .panel.share-link-panel .right-col,
  .employers-messages .panel.share-link-panel .right-col,
  .employers-accounts .panel.share-link-panel .right-col,
  .employers-lockout .panel.share-link-panel .right-col,
  .employers-interviews .panel.share-link-panel .right-col,
  .employers-abstract .panel.share-link-panel .right-col,
  .employers-site_notifications .panel.share-link-panel .right-col,
  .employers-credit_cards .panel.share-link-panel .right-col,
  .employers-checkout-complete .panel.share-link-panel .right-col,
  .employers-checkout-plan_preview .panel.share-link-panel .right-col,
  .employers-slugs.employers-slugs-update .panel.share-link-panel .right-col,
  .employers-availabilities .panel.share-link-panel .right-col,
  .employers.employers-reviews .panel.share-link-panel .right-col,
  .employers.employers-salaries .panel.share-link-panel .right-col,
  .employers.employers-about .panel.share-link-panel .right-col,
  .employers.employers-jobs .panel.share-link-panel .right-col,
  .applicants-job_seekers-dashboard .panel.share-link-panel .right-col,
  .applicants-job_seeker_profile .panel.share-link-panel .right-col,
  .applicants-job_seekers-privacy_settings .panel.share-link-panel .right-col,
  .applicants-public_profiles .panel.share-link-panel .right-col,
  .applicants-interviews .panel.share-link-panel .right-col,
  .interviews .panel.share-link-panel .right-col,
  .public_profile-show .panel.share-link-panel .right-col,
  .public_profile-print .panel.share-link-panel .right-col,
  .applicants-job_applications-index .panel.share-link-panel .right-col,
  .applicants-messages-index .panel.share-link-panel .right-col,
  .applicants-site_notifications .panel.share-link-panel .right-col,
  .sessions.sessions-create .panel.share-link-panel .right-col,
  .pages.pages-support .panel.share-link-panel .right-col,
  .pages.pages-terms_of_use .panel.share-link-panel .right-col,
  .pages.pages-privacy_policy .panel.share-link-panel .right-col,
  .applicants-reviews-index .panel.share-link-panel .right-col,
  .applicants-job_seekers-account_settings .panel.share-link-panel .right-col,
  .articles .panel.share-link-panel .right-col {
    width: 16.666%;
  }
}
.employers-job_postings .panel.section-panel .panel-header h4,
.employers-dashboard .panel.section-panel .panel-header h4,
.employers-job_seekers .panel.section-panel .panel-header h4,
.employers-locations .panel.section-panel .panel-header h4,
.employers-messages .panel.section-panel .panel-header h4,
.employers-accounts .panel.section-panel .panel-header h4,
.employers-lockout .panel.section-panel .panel-header h4,
.employers-interviews .panel.section-panel .panel-header h4,
.employers-abstract .panel.section-panel .panel-header h4,
.employers-site_notifications .panel.section-panel .panel-header h4,
.employers-credit_cards .panel.section-panel .panel-header h4,
.employers-checkout-complete .panel.section-panel .panel-header h4,
.employers-checkout-plan_preview .panel.section-panel .panel-header h4,
.employers-slugs.employers-slugs-update .panel.section-panel .panel-header h4,
.employers-availabilities .panel.section-panel .panel-header h4,
.employers.employers-reviews .panel.section-panel .panel-header h4,
.employers.employers-salaries .panel.section-panel .panel-header h4,
.employers.employers-about .panel.section-panel .panel-header h4,
.employers.employers-jobs .panel.section-panel .panel-header h4,
.applicants-job_seekers-dashboard .panel.section-panel .panel-header h4,
.applicants-job_seeker_profile .panel.section-panel .panel-header h4,
.applicants-job_seekers-privacy_settings .panel.section-panel .panel-header h4,
.applicants-public_profiles .panel.section-panel .panel-header h4,
.applicants-interviews .panel.section-panel .panel-header h4,
.interviews .panel.section-panel .panel-header h4,
.public_profile-show .panel.section-panel .panel-header h4,
.public_profile-print .panel.section-panel .panel-header h4,
.applicants-job_applications-index .panel.section-panel .panel-header h4,
.applicants-messages-index .panel.section-panel .panel-header h4,
.applicants-site_notifications .panel.section-panel .panel-header h4,
.sessions.sessions-create .panel.section-panel .panel-header h4,
.pages.pages-support .panel.section-panel .panel-header h4,
.pages.pages-terms_of_use .panel.section-panel .panel-header h4,
.pages.pages-privacy_policy .panel.section-panel .panel-header h4,
.applicants-reviews-index .panel.section-panel .panel-header h4,
.applicants-job_seekers-account_settings .panel.section-panel .panel-header h4,
.articles .panel.section-panel .panel-header h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 5px;
}

.articles .panel-body,
.pages.pages-support .panel-body {
  padding: 0 15px 15px;
}
@media (min-width: 992px) {
  .articles .panel-body,
  .pages.pages-support .panel-body {
    padding: 0 30px 30px;
  }
}

.employers-dashboard .panel,
.employers-accounts .panel,
.applicants-job_seeker_profile_uploads .panel {
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
}

.employers-messages.employers-messages-show .panel-header {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}

@media (max-width: 991px) {
  .employers-job_postings .analytics-warning,
  .employers-dashboard .analytics-warning,
  .employers-job_seekers .analytics-warning,
  .employers-locations .analytics-warning,
  .employers-messages .analytics-warning,
  .employers-accounts .analytics-warning,
  .applicants-job_seeker_profile .analytics-warning {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .employers-job_postings .analytics-warning,
  .employers-dashboard .analytics-warning,
  .employers-job_seekers .analytics-warning,
  .employers-locations .analytics-warning,
  .employers-messages .analytics-warning,
  .employers-accounts .analytics-warning,
  .applicants-job_seeker_profile .analytics-warning,
  .applicants-job_seekers-dashboard .analytics-warning,
  .applicants-job_applications-index .analytics-warning,
  .applicants-job_seekers-privacy_settings .analytics-warning,
  .applicants-public_profiles .analytics-warning,
  .public_profile-show .analytics-warning,
  .public_profile-print .analytics-warning,
  .applicants-messages-index .analytics-warning,
  .applicants-job_alerts-index .analytics-warning {
    font-size: 13px;
    margin-top: 10px;
  }
}
.panel.panel-light {
  margin-bottom: 10px;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
}
.panel.panel-light .panel-body {
  border: none;
}
.panel.panel-light .panel-body div {
  overflow-wrap: break-word;
}

.panel-body.profile-activity-panel table {
  font-size: 13px;
}
.panel-body.profile-activity-panel table th, .panel-body.profile-activity-panel table td {
  padding: 3px;
}
.panel-body.profile-activity-panel table td:nth-child(2) {
  text-align: right;
}
.panel-body.profile-activity-panel .tooltip-inner {
  width: 200px;
}
.panel-body.profile-activity-panel .blue-highlight {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  font-weight: bold;
}

.public_profile-print .panel .panel-body {
  padding-left: 20px;
  padding-right: 20px;
}

.text-86-muted {
  color: rgb(194.6428571429, 190, 185.3571428571);
}

.text-86-primary {
  color: #23AFF1;
}

.text-86-warning {
  color: #E45607;
}

.text-86-danger {
  color: #c02942;
}

.text-86-success {
  color: #03CF5F;
}

.text-86-info {
  color: #C2BDB2;
}

.placeholder-logo {
  filter: brightness(75%);
}

.progress .progress-bar .bar {
  position: absolute;
}
.progress .progress-bar .half-width {
  width: 50%;
}
.progress .progress-bar .third-width {
  width: 33.33%;
}
@media (min-width: 650px) {
  .progress .progress-bar .third-width:nth-of-type(1) {
    margin-left: 20px;
  }
}
.progress .progress-bar .half-width:nth-child(2) {
  left: 50%;
}
.progress .progress-bar .third-width:nth-child(2) {
  left: 33.33%;
}
.progress .progress-bar .third-width:nth-child(3) {
  left: 66.66%;
}
@media (max-width: 767px) {
  .progress .progress-bar {
    font-size: 10px;
  }
  .progress .progress-bar .third-width {
    width: 27.5%;
  }
  .progress .progress-bar .third-width:nth-of-type(1) {
    width: 45%;
  }
  .progress .progress-bar .half-width {
    width: 45%;
  }
  .progress .progress-bar .half-width:nth-of-type(1) {
    width: 55%;
  }
}

.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-right: 20px;
  display: inline-block;
  width: 180px;
}

.radio {
  font-weight: 400;
}

.radio label {
  cursor: pointer;
  font-weight: 300;
  padding-left: 25px;
  position: relative;
}

.radio label span {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  transition-duration: 0.2s;
}

.radio label .circle {
  border: 1px solid #23AFF1;
  height: 17px;
  width: 17px;
  border-radius: 100%;
}

.radio label .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  transform: scale(0);
  top: 4px;
  left: 1px;
}

.radio label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgb(106.9230769231, 201.1538461538, 245.5769230769);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1000;
  opacity: 0;
  margin: 0;
  transform: scale(1.5);
}

.radio-black input[type=radio]:checked ~ .check {
  background-color: #000000;
}

.radio-white input[type=radio]:checked ~ .check {
  background-color: #ffffff;
}

.radio-black input[type=radio]:checked ~ .circle {
  border-color: #000000;
}

.radio-white input[type=radio]:checked ~ .circle {
  border-color: #ffffff;
}

.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle {
  opacity: 0.5;
}

.radio input[type=radio] {
  cursor: pointer;
  opacity: 0;
}

.radio input[type=radio]:checked ~ .check {
  transform: scale(0.5);
}

.radio input[type=radio][disabled] ~ .circle {
  border-color: rgba(0, 0, 0, 0.84);
}

.radio input[type=radio][disabled] ~ .check {
  background-color: rgba(0, 0, 0, 0.84);
}

.ratings-modal.panel {
  display: none;
  position: absolute;
  top: 50px;
  width: 50%;
  z-index: 10000;
}

.recaptcha-wrapper {
  text-align: center;
}
.recaptcha-wrapper .g-recaptcha {
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.review-card {
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
}
.review-card.dark-border {
  border: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
.review-card {
  padding: 15px 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.review-card .review-card-rating-line {
  display: flex;
  align-items: center;
}
.review-card .review-card-rating-line > div {
  width: 65%;
}
.review-card .review-card-rating-line > div:nth-of-type(2) {
  margin-left: 15px;
  margin-bottom: 4px;
  width: 35%;
}
.review-card .regular-list {
  display: flex;
  margin-left: 0;
  margin: 0 0 15px;
  padding-top: 0;
  width: 100%;
}
.review-card .regular-list > li {
  margin-right: 25px;
}
.review-card .regular-list > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 650px) {
  .review-card .regular-list {
    flex-wrap: wrap;
  }
  .review-card .regular-list > li {
    text-align: center;
    width: auto;
  }
}
.review-card .written-by {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-size: 13px;
  margin: 15px 0 0;
}
@media (min-width: 650px) {
  .review-card .written-by {
    font-size: 15px;
    margin: 0;
    text-align: right;
  }
}

.row.review-intermission {
  background-color: #F0F0F0;
  border-radius: 20px;
  margin: 0 0 15px;
  padding: 30px 0 30px;
}

.review-rating-wrapper {
  text-align: center;
}

.review-fields .bolded-label {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.review-fields small {
  font-size: 75%;
}
@media (min-width: 992px) {
  .review-fields small {
    font-size: 85%;
  }
}

#review-guidelines-modal ul.regular-list {
  padding: 0 20px 0;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #review-modals .endorsement-icon-wrapper {
    width: calc(25% - 5px);
  }
}
#review-modals #signup-tab.auth-switch-tab {
  margin-bottom: 0;
  margin-right: 15px;
  width: calc(50% - 15px);
}
#review-modals #signup-tab.auth-switch-tab.active {
  padding-right: 0;
}
#review-modals #login-tab.auth-switch-tab {
  margin-bottom: 0;
  margin-left: 15px;
  width: calc(50% - 15px);
}
#review-modals #login-tab.auth-switch-tab.active {
  padding-left: 0;
}
@media (min-width: 992px) {
  #review-modals #signup-fields .col-sm-4 {
    width: 40%;
  }
  #review-modals #signup-fields .col-sm-8 {
    width: 60%;
  }
}
#review-modals .star-wrapper {
  margin-top: 7px;
}
@media (min-width: 650px) {
  #review-modals .star-wrapper {
    margin-top: 0;
  }
}
#review-modals .maxlength-counter {
  font-size: 15px;
  position: relative;
  top: 30px;
  padding-right: 0;
}
#review-modals .minlength-counter {
  font-size: 15px;
  padding-right: 0;
  text-align: right;
}
#review-modals .compensation-field {
  display: flex;
}
#review-modals .compensation-field .form-control {
  height: 33px;
}
#review-modals .compensation-field .form-control:hover {
  border-color: #a1a7aa;
  box-shadow: none;
}
#review-modals .compensation-field > div:nth-of-type(1) {
  width: 5%;
}
#review-modals .compensation-field > div:nth-of-type(2) {
  width: 43%;
}
#review-modals .compensation-field > div:nth-of-type(3) {
  width: 9%;
}
#review-modals .compensation-field > div:nth-of-type(4) {
  width: 43%;
}

#review-modal-part-3 .form-group textarea {
  margin-top: 0;
}
#review-modal-part-3 .maxlength-counter {
  padding-right: 0;
  position: absolute;
  right: 0;
  text-align: right;
}

#review-modal-part-1 .scroller,
#review-modal-part-2 .scroller,
#review-modal-part-3 .scroller,
#review-modal-signup .scroller {
  height: 55vh;
  max-height: 55vh;
}
@media (max-width: 649px) {
  #review-modal-part-1 .scroller .label-wrapper.text-center,
  #review-modal-part-2 .scroller .label-wrapper.text-center,
  #review-modal-part-3 .scroller .label-wrapper.text-center,
  #review-modal-signup .scroller .label-wrapper.text-center {
    text-align: left;
  }
}
#review-modal-part-1 .scroller .minlength-counter,
#review-modal-part-2 .scroller .minlength-counter,
#review-modal-part-3 .scroller .minlength-counter,
#review-modal-signup .scroller .minlength-counter {
  padding: 0;
  position: absolute;
  text-align: right;
}
#review-modal-part-1 .scroller .minlength-counter.max-length-counter-vertical,
#review-modal-part-2 .scroller .minlength-counter.max-length-counter-vertical,
#review-modal-part-3 .scroller .minlength-counter.max-length-counter-vertical,
#review-modal-signup .scroller .minlength-counter.max-length-counter-vertical {
  bottom: -29px;
  top: auto;
}
@media (min-width: 992px) {
  #review-modal-part-1 .scroller,
  #review-modal-part-2 .scroller,
  #review-modal-part-3 .scroller,
  #review-modal-signup .scroller {
    height: auto;
    max-height: 75vh;
  }
  #review-modal-part-1 .scroller .minlength-counter.max-length-counter-vertical,
  #review-modal-part-2 .scroller .minlength-counter.max-length-counter-vertical,
  #review-modal-part-3 .scroller .minlength-counter.max-length-counter-vertical,
  #review-modal-signup .scroller .minlength-counter.max-length-counter-vertical {
    top: 54px;
    right: 0;
    bottom: auto;
  }
}
#review-modal-part-1 .scroller #summary-field-wrapper .minlength-counter,
#review-modal-part-2 .scroller #summary-field-wrapper .minlength-counter,
#review-modal-part-3 .scroller #summary-field-wrapper .minlength-counter,
#review-modal-signup .scroller #summary-field-wrapper .minlength-counter {
  top: 7px;
}
@media (min-width: 992px) {
  #review-modal-part-1 .scroller #summary-field-wrapper .minlength-counter,
  #review-modal-part-2 .scroller #summary-field-wrapper .minlength-counter,
  #review-modal-part-3 .scroller #summary-field-wrapper .minlength-counter,
  #review-modal-signup .scroller #summary-field-wrapper .minlength-counter {
    right: 0;
  }
}
@media (max-width: 650px) {
  #review-modal-part-1 .scroller #tip-rating-fields .label-wrapper.col-xs-8,
  #review-modal-part-2 .scroller #tip-rating-fields .label-wrapper.col-xs-8,
  #review-modal-part-3 .scroller #tip-rating-fields .label-wrapper.col-xs-8,
  #review-modal-signup .scroller #tip-rating-fields .label-wrapper.col-xs-8 {
    width: 100%;
  }
  #review-modal-part-1 .scroller #tip-rating-fields .star-wrapper.col-xs-4,
  #review-modal-part-2 .scroller #tip-rating-fields .star-wrapper.col-xs-4,
  #review-modal-part-3 .scroller #tip-rating-fields .star-wrapper.col-xs-4,
  #review-modal-signup .scroller #tip-rating-fields .star-wrapper.col-xs-4 {
    width: 100%;
  }
}

@media (min-width: 1380px) {
  #review-modal-part-1 .scroller {
    height: 495px;
    max-height: 495px;
  }
}
#review-modal-signup .scroller {
  height: 55vh;
  margin-bottom: 0;
  max-height: 55vh;
}
@media (min-width: 992px) {
  #review-modal-signup .scroller {
    height: auto;
  }
}
#review-modal-signup .scroller #Show_Password_Label {
  top: 41px;
}
@media (min-width: 650px) {
  #review-modal-signup .scroller #Show_Password_Label {
    top: 7px;
  }
}
@media (max-width: 767px) {
  #review-modal-signup .scroller .form-group {
    margin-bottom: 7px;
  }
}

[data-search-autocomplete=true] {
  position: relative;
}

.search-autocomplete__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 40;
  background-color: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  max-height: 340px;
  overflow-y: auto;
  padding: 8px 0;
}

.search-autocomplete__dropdown.is-open {
  display: block;
}

.search-autocomplete__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-autocomplete__item {
  margin: 0;
}

.search-autocomplete__option {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 14px 20px 14px 52px;
  background: transparent;
  border: 0;
  text-align: left;
  color: #152238;
  font-size: 15px;
  line-height: 1.45;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
  white-space: normal;
  font-family: inherit;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.search-autocomplete__option:hover,
.search-autocomplete__option:focus {
  background-color: #edf3ff;
  color: #0e1d38;
  outline: none;
}

.search-autocomplete__option-label {
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.search-autocomplete__message {
  padding: 16px 20px;
  font-size: 14px;
  color: #64748b;
}

.search-autocomplete__message--loading {
  color: #0e1d38;
  font-weight: 600;
}

.search-autocomplete__option-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #3056d3;
  line-height: 1;
}

.search-autocomplete__option:hover .search-autocomplete__option-icon,
.search-autocomplete__option:focus .search-autocomplete__option-icon {
  color: #1d4ed8;
}

#search-modal {
  height: 100vh;
}
#search-modal .form-control.keyword {
  height: 50px;
}

.select-reason-dropdown .hidden-text-field label.control-label {
  visibility: hidden;
}

#Show_Password_Label {
  position: absolute;
  z-index: 8000;
  right: 0;
  top: 53px;
  right: 15px;
}
#Show_Password_Label.quick-apply {
  top: 89px;
}
@media (min-width: 650px) {
  #Show_Password_Label.quick-apply {
    top: 6px;
  }
}

#show-resume-modal.modal .modal-dialog {
  width: 100%;
}
@media (min-width: 992px) {
  #show-resume-modal.modal .modal-dialog {
    width: 80%;
  }
}
#show-resume-modal.modal .modal-wrapper.modal-dialog {
  max-width: none;
}

.slider-small.onoffswitch {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slider-small.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.slider-small.onoffswitch .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.slider-small.onoffswitch .onoffswitch-inner:before, .slider-small.onoffswitch .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 14px;
  padding: 0;
  line-height: 14px;
  font-size: 8px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.slider-small.onoffswitch .onoffswitch-inner:before {
  content: "ON";
  padding-top: 1px;
  padding-left: 3px;
  background-color: #03CF5F;
  color: #FFFFFF;
  text-align: left;
}
.slider-small.onoffswitch .onoffswitch-inner:after {
  content: "OFF";
  padding-top: 1px;
  padding-right: 3px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.slider-small.onoffswitch .onoffswitch-switch {
  display: block;
  width: 19px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.slider-medium.onoffswitch {
  position: relative;
  width: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slider-medium.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.slider-medium.onoffswitch .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.slider-medium.onoffswitch .onoffswitch-inner:before, .slider-medium.onoffswitch .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 17px;
  padding: 0;
  line-height: 17px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.slider-medium.onoffswitch .onoffswitch-inner:before {
  content: "ON";
  padding-left: 3px;
  background-color: #03CF5F;
  color: #FFFFFF;
}
.slider-medium.onoffswitch .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 3px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.slider-medium.onoffswitch .onoffswitch-switch {
  display: block;
  width: 21px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.slider-medium-yesno.onoffswitch {
  position: relative;
  width: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slider-medium-yesno.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.slider-medium-yesno.onoffswitch .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.slider-medium-yesno.onoffswitch .onoffswitch-inner:before, .slider-medium-yesno.onoffswitch .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 17px;
  padding: 0;
  line-height: 17px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.slider-medium-yesno.onoffswitch .onoffswitch-inner:before {
  content: "YES";
  padding-left: 3px;
  background-color: #03CF5F;
  color: #FFFFFF;
}
.slider-medium-yesno.onoffswitch .onoffswitch-inner:after {
  content: "NO";
  padding-right: 3px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.slider-medium-yesno.onoffswitch .onoffswitch-switch {
  display: block;
  width: 21px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.slider-on .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.slider-on .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.loader {
  border: 7px solid #f3f3f3; /* Light grey */
  border-top: 7px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.no-border > thead > tr > th,
.no-border > thead > tr > td,
.no-border > tbody > tr > th,
.no-border > tbody > tr > td,
.no-border > tfoot > tr > th,
.no-border > tfoot > tr > td {
  border: 0;
}

.no-bottom-margin {
  margin: 0;
}

.form-horizontal table > tbody > tr > td .radio,
.form-horizontal table > tbody > tr > td .checkbox,
.form-horizontal table > tbody > tr > td .radio-inline,
.form-horizontal table > tbody > tr > td .checkbox-inline {
  padding-left: 0;
  padding-top: 0;
}

table {
  width: 100%;
}

.employers-job_postings table.table, .employers-dashboard table.table {
  font-size: 14px;
}
.employers-job_postings table.table td, .employers-dashboard table.table td {
  padding: 2px;
}
.employers-job_postings .job-posting-card table.table, .employers-dashboard .job-posting-card table.table {
  font-size: 13px;
}

.chromeless .bootstrap-tagsinput {
  border: none;
  box-shadow: none;
  padding: 0;
}
.chromeless .bootstrap-tagsinput input[type=text] {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  opacity: 0.4;
  transition: 0.5s;
}
.chromeless .bootstrap-tagsinput:hover input[type=text] {
  opacity: 1;
}

.twitter-typeahead .tt-hint {
  display: none;
}
.twitter-typeahead .tt-menu {
  text-align: left;
  background: white;
  border-radius: 0.25em;
  box-shadow: 1px 1px 10px #ededed;
}
.twitter-typeahead .tt-menu .tt-suggestion {
  padding: 0.25em;
}
.twitter-typeahead .tt-menu .tt-cursor {
  background: #dddddd;
}

.bootstrap-tagsinput {
  margin-bottom: 0;
  transition: 0.5s;
}
.bootstrap-tagsinput .tag {
  vertical-align: middle;
  line-height: 3rem;
  background-color: #23AFF1;
}
.bootstrap-tagsinput input[type=text] {
  height: 25px;
  vertical-align: middle;
  font-size: 12px;
  padding: 4px;
  border-radius: 0.25em;
  width: auto !important;
  min-width: 10em;
}

.larger-text {
  font-size: 1.2em;
}

.tox-tinymce {
  border: 1px solid #a1a7aa !important;
  border-radius: 2px !important;
}

.tox-tinymce:hover {
  border-color: #23AFF1 !important;
}

.tox-tinymce:focus-within {
  border-color: #23AFF1 !important;
  box-shadow: 0 0 3px rgba(50, 100, 230, 0.5) !important;
}

.tox .tox-edit-area__iframe {
  background: #f2f1f0;
}

@media (max-width: 991px) {
  .tox .tox-toolbar__primary {
    flex-wrap: wrap;
  }
  .tox .tox-toolbar__group {
    flex-wrap: wrap;
  }
}
.tooltip .tooltip-inner {
  background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  color: #f2f1f0;
  font-size: 14px;
  opacity: 1;
}

.tooltip.in {
  opacity: 1 !important;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}

.tooltip-icon {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}

a.transparent-btn, .transparent-btn {
  color: #FCFCFC;
  display: inline-block;
  padding: 10px 10px 10px;
  background-color: rgba(39, 96, 145, 0.5);
  border-radius: 8px;
}
a.transparent-btn:hover, .transparent-btn:hover {
  text-decoration: none;
}

.resume-upload .existing {
  font-size: 17px;
  position: relative;
}
.resume-upload .existing .remove.remove-button {
  position: static;
  display: inline-block;
}

.not-viewed-circle {
  color: #23AFF1;
  font-size: 10px;
}

.not-viewed-label {
  color: #ff6267;
  font-size: 11px;
  font-weight: bold;
}

.well-86 {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  min-height: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

.well-form-wrapper {
  background-color: white;
  padding: 40px;
  border-right: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
  border-left: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
  border-bottom: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
}

.well-form-wrapper--full {
  border: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
}

iframe.wysihtml5-sandbox {
  width: 100% !important;
  height: 250px !important;
}

.applicants-review-card {
  font-size: 14px;
  padding: 0;
}
@media (min-width: 650px) {
  .applicants-review-card {
    padding: 10px;
  }
}
.applicants-review-card > .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.applicants-review-card > .row > div:nth-of-type(1) {
  margin-bottom: 15px;
  width: 33.33%;
}
@media (min-width: 650px) {
  .applicants-review-card > .row > div:nth-of-type(1) {
    margin-bottom: 0;
    width: 16.66%;
  }
}
.applicants-review-card > .row > div:nth-of-type(2) {
  margin-bottom: 15px;
  width: 66.66%;
}
@media (min-width: 650px) {
  .applicants-review-card > .row > div:nth-of-type(2) {
    margin-bottom: 0;
    width: 25%;
  }
}
@media (min-width: 650px) {
  .applicants-review-card > .row > div:nth-of-type(3) {
    width: 33.33%;
  }
}
@media (min-width: 650px) {
  .applicants-review-card > .row > div:nth-of-type(4) {
    width: 25%;
  }
}
.applicants-review-card > .row > div {
  padding: 0;
  width: 100%;
}
@media (min-width: 650px) {
  .applicants-review-card > .row > div {
    padding: 0 15px 0;
  }
}
.applicants-review-card img {
  padding: 10px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  width: 100%;
  padding-left: 0;
  padding-bottom: 0;
}
@media (min-width: 650px) {
  .applicants-review-card img {
    padding: 10px;
  }
}

.article-card {
  min-height: 430px;
}

.article-mini-card {
  align-items: center;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.article-mini-card h1, .article-mini-card h2, .article-mini-card h3, .article-mini-card h4 {
  margin-top: 0;
}
.article-mini-card h4 {
  font-size: 18px;
}
.article-mini-card img {
  width: 100%;
}
.article-mini-card p {
  font-size: 16px;
}
.article-mini-card .left-col,
.article-mini-card .right-col {
  padding: 0 15px 0;
}
.article-mini-card .left-col {
  width: 33.33%;
}
.article-mini-card .right-col {
  width: 66.66%;
}

.checkout-preview-card.panel h4 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
}
.checkout-preview-card.panel .panel-body {
  color: #151b1a;
}
.checkout-preview-card.panel .regular-list {
  list-style-type: none;
  padding-bottom: 1rem;
}
.checkout-preview-card.panel .regular-list li {
  color: #151b1a;
}
@media (min-width: 992px) {
  .checkout-preview-card.panel .panel-body {
    height: 630px;
  }
}
.checkout-preview-card.panel span.price-label {
  color: rgb(2.49, 171.81, 78.85);
  font-size: 23px;
  font-weight: bold;
}
.checkout-preview-card.panel span.disclaimer {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}
.checkout-preview-card.panel.selected .panel-body {
  background-color: rgb(243, 242.5, 241.5);
}

.credit-counter {
  background-color: white;
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  float: right;
  font-size: 15px;
  height: auto;
  padding: 0 15px 0;
}
.credit-counter h4 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  .credit-counter.fixed {
    float: none;
    height: 37px;
    position: fixed;
    right: calc(50vw - 585px + 7px);
    top: 25px;
    width: auto;
    z-index: 2000;
  }
}
@media (min-width: 992px) {
  .credit-counter {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: flex-end;
    padding-top: 0;
    position: static;
    width: -moz-max-content;
    width: max-content;
  }
}

.employers-job_seekers-show .credit-counter {
  font-size: 13px;
  height: 37px;
  text-align: left;
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_seekers-show .credit-counter {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 992px) {
  .employers-job_seekers-show .credit-counter {
    height: 50px;
  }
}
.employers-job_seekers-show .credit-counter h4 {
  font-size: 13px;
}

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

a.employer-card,
.employer-card {
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
}
a.employer-card.dark-border,
.employer-card.dark-border {
  border: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
a.employer-card,
.employer-card {
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  a.employer-card:hover,
  .employer-card:hover {
    box-shadow: 0px 0px 4px 2px #999;
    -moz-box-shadow: 0 0 4px 2px #999;
    -webkit-box-shadow: 0 0 4px 2px #999;
    transition: box-shadow 0.2s;
  }
}
@media (min-width: 650px) {
  a.employer-card,
  .employer-card {
    width: 50%;
  }
}
@media (min-width: 992px) {
  a.employer-card,
  .employer-card {
    width: calc(33.33% - 30px);
  }
  a.employer-card.desktop-left,
  .employer-card.desktop-left {
    margin-right: 15px;
  }
  a.employer-card.desktop-right,
  .employer-card.desktop-right {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  a.employer-card .left-col, a.employer-card .right-col,
  .employer-card .left-col,
  .employer-card .right-col {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  a.employer-card .left-col, a.employer-card .right-col,
  .employer-card .left-col,
  .employer-card .right-col {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  a.employer-card .left-col, a.employer-card .right-col,
  .employer-card .left-col,
  .employer-card .right-col {
    height: 100px;
  }
}
a.employer-card .left-col,
.employer-card .left-col {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}
a.employer-card .left-col img,
.employer-card .left-col img {
  width: 80%;
}
a.employer-card .right-col,
.employer-card .right-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
a.employer-card .right-col h4,
.employer-card .right-col h4 {
  width: 100%;
}
a.employer-card .right-col small.numerical-rating,
.employer-card .right-col small.numerical-rating {
  color: rgb(43.3125, 55.6875, 53.625);
  font-size: 13px;
}
a.employer-card .right-col small.numerical-rating a,
.employer-card .right-col small.numerical-rating a {
  font-size: 13px !important;
}

.picker-dialog-content {
  position: relative;
}

#review-popup .modal-body .scroller {
  height: 65vh;
}
@media (min-width: 992px) {
  #review-popup .modal-body .scroller {
    height: auto;
  }
}
#review-popup .modal-body .scroller ul {
  list-style-type: circle;
}
@media (min-width: 992px) {
  #review-popup .modal-body .scroller ul {
    height: 100px;
  }
}

.picker-dialog-bg {
  z-index: 20000 !important;
}

.picker-dialog {
  z-index: 20001 !important;
}

.omniauth-post-form {
  display: block;
  width: 100%;
  margin: 0 0 4px 0;
}

.btn-social:before, .btn-social:after {
  display: table;
  content: " ";
}
.btn-social:after {
  clear: both;
}
.btn-social {
  background-color: #4474B4;
  border: 1px solid #4474B4;
  padding: 0;
  width: 60%;
}
@media (min-width: 768px) {
  .btn-social {
    width: 100%;
  }
}
.btn-social:hover {
  color: white;
}
.btn-social:focus {
  color: white;
}
.btn-social .icon-section {
  float: left;
  padding-right: 0px;
  padding: 8px;
  width: 20%;
}
@media (min-width: 768px) {
  .btn-social .icon-section {
    border-right: 1px solid white;
  }
}
.btn-social .icon-section img {
  width: 8px;
}
.btn-social .text-section {
  float: left;
  font-size: 9px;
  line-height: 34px;
  padding-right: 15px;
  text-transform: none;
  width: 80%;
}
.btn-social .text-section:hover {
  color: white;
}
.btn-social .text-section:focus {
  color: white;
}
@media (min-width: 992px) {
  .btn-social .text-section {
    padding-right: 0;
  }
}
.btn-social.google-login-button {
  background-color: #fff;
  border: 1px solid rgb(109.3539325843, 115.7865168539, 119.6460674157);
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}
.btn-social.google-login-button .icon-section {
  padding: 7px;
}
@media (min-width: 992px) {
  .btn-social.google-login-button .icon-section {
    border-right: 1px solid rgb(109.3539325843, 115.7865168539, 119.6460674157);
  }
}
.btn-social.google-login-button .icon-section img {
  width: 20px;
}
.btn-social.google-login-button .text-section:hover {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}
.btn-social.google-login-button .text-section:focus {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}
.btn-social.linkedin-login-button {
  background-color: #0073b1;
  color: #FFF;
}
.btn-social.linkedin-login-button .icon-section {
  padding: 8px 7px 9px;
}
.btn-social.linkedin-login-button .icon-section img {
  width: 20px;
}

/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s linear;
  /* Prevent artifacts in Mozilla Firefox: */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  touch-action: pinch-zoom;
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  touch-action: pan-y pinch-zoom;
  display: block;
}

.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
  position: absolute;
}

.blueimp-gallery > .slides > .slide {
  visibility: hidden;
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blueimp-gallery > .slides > .slide-prev,
.blueimp-gallery > .slides > .slide-active,
.blueimp-gallery > .slides > .slide-next {
  visibility: visible;
}

.blueimp-gallery > .slides > .slide-loading {
  background: url(/assets/blueimp/loading-4506ab7795cbfa0a471d0d29ce3caec8bde671ee0c5575842bf374e508d73107.gif) center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery-smil > .slides > .slide-loading {
  background-image: url(/assets/blueimp/loading-753c1801270961895acbe78981d580f4cb58f1d15190cf04f357e4647127eeb8.svg);
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}

.blueimp-gallery > .slides > .slide-error {
  background: url(/assets/blueimp/error-a72a70da31af2d421779a0fb2567793bcf80a3038b3b0da36295813c96107713.png) center no-repeat;
}

.blueimp-gallery-svgasimg > .slides > .slide-error {
  background-image: url(/assets/blueimp/error-64658a107b15d60bb347f014c8416d6a70d4f7b812e28c045f0286d33034c7f6.svg);
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}

.blueimp-gallery-display > .prev,
.blueimp-gallery-display > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 20px;
  padding: 10px 14px 10px 18px;
  margin-top: -23px;
  box-sizing: content-box;
  background: #222 url(/assets/blueimp/prev-c0a11d36be7eb068d786557e940bc0ff44e8cdd5db7c0b9c95ee2d94dff9273f.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  border-radius: 30px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

.blueimp-gallery-display > .next {
  right: 15px;
  left: auto;
  /*background-image: url(/../images/blueimp/next.png);*/
  background-image: url(/assets/blueimp/next-8374cc97fbb4aa49381790e17bf6f350ec946fdd7de542f2acd1fe4e020aa944.png);
}

.blueimp-gallery-svgasimg > .prev {
  background-image: url(/assets/blueimp/prev-c97af66ad62bf9d7cfab9941bc6b093aaf66120e339f4f6e551867a7df0250ba.svg);
}

.blueimp-gallery-svgasimg > .next {
  background-image: url(/assets/blueimp/next-b784ff575bae41dbb56d74cecb092ecbfb9fa6b644e0e9944175a7de28333573.svg);
}

.blueimp-gallery-display > .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(/assets/blueimp/close-e95ba69f3d4bc221a4d82bd91de382ab2a9e5585eea27062e54c5a2053e05e17.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.blueimp-gallery-svgasimg > .close {
  background-image: url(/assets/blueimp/close-e040c193e487a2e0905abbd60d682389e94e7c17ff3cbcfe6bd1a00625c7cb16.svg);
}

.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 60px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}

.blueimp-gallery-display > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: url(/assets/blueimp/play-pause-f20ce59537dbf0d17a47c7c54b1374fc197552ad686e3e5830c6ac112a14ae12.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery-svgasimg > .play-pause {
  background-image: url(/assets/blueimp/play-pause-38005e7f1acc76dc6e7d02fdc00be9ce376175ecac8123c83d43e46da71dbf09.svg);
}

.blueimp-gallery-playing > .play-pause {
  background-position: -30px 0;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

* + html .blueimp-gallery > .slides > .slide > .slide-content > img {
  position: relative;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .blueimp-gallery-contain > .slides > .slide > .slide-content,
  .blueimp-gallery-contain > .slides > .slide > .slide-content > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff;
  }
}
.application-header {
  margin-top: 20px;
}
.application-header h3 {
  margin: 0;
}
.application-header .heading-wrapper {
  height: 80px;
  text-align: center;
}
.application-header .em-logo {
  height: 80px;
  margin: 0 auto;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .application-header h3 {
    position: absolute;
    top: 20%;
  }
  .application-header .heading-wrapper {
    position: relative;
  }
  .application-header .em-logo {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
    max-width: 200px;
    width: 100%;
  }
}

.articles, .pages.pages-support {
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
}
.articles h1.freshsheet-logo, .articles h2.freshsheet-logo, .pages.pages-support h1.freshsheet-logo, .pages.pages-support h2.freshsheet-logo {
  font-family: "Staatliches", sans-serif;
  font-size: 35px;
}
.articles h1.freshsheet-logo small, .articles h2.freshsheet-logo small, .pages.pages-support h1.freshsheet-logo small, .pages.pages-support h2.freshsheet-logo small {
  font-size: 58%;
}
.articles h1.freshsheet-logo a, .articles h2.freshsheet-logo a, .pages.pages-support h1.freshsheet-logo a, .pages.pages-support h2.freshsheet-logo a {
  color: rgb(43.3125, 55.6875, 53.625);
}
.articles h1.freshsheet-logo a:hover, .articles h2.freshsheet-logo a:hover, .pages.pages-support h1.freshsheet-logo a:hover, .pages.pages-support h2.freshsheet-logo a:hover {
  color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
  text-underline: none;
}
@media (min-width: 992px) {
  .articles h1.freshsheet-logo, .articles h2.freshsheet-logo, .pages.pages-support h1.freshsheet-logo, .pages.pages-support h2.freshsheet-logo {
    font-size: 40px;
  }
}
.articles .content-wrapper, .pages.pages-support .content-wrapper {
  padding-bottom: 0;
}
.articles .header-image-wrapper:after, .pages.pages-support .header-image-wrapper:after {
  background: rgba(0, 0, 0, 0.1);
}

.articles .panel h1 a.no-highlight, .articles .panel h2 a.no-highlight, .articles .panel h3 a.no-highlight, .articles .panel h4 a.no-highlight {
  color: #151b1a;
}
.articles .panel h1 a.no-highlight:hover, .articles .panel h2 a.no-highlight:hover, .articles .panel h3 a.no-highlight:hover, .articles .panel h4 a.no-highlight:hover {
  color: #151b1a;
}
.articles .panel .header-image-wrapper.tall {
  height: 400px;
}

.auth-switch-tab {
  height: 85px;
  background-color: rgb(232.5285714286, 230.8, 229.0714285714);
  padding-top: 20px;
  border: 1px solid rgb(241.4157303371, 242.1460674157, 242.5842696629);
  border-bottom: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
.auth-switch-tab:hover {
  background-color: rgb(237.2642857143, 235.9, 234.5357142857);
}
@media (min-width: 992px) {
  .auth-switch-tab h4 {
    font-size: 21px;
  }
}

a.auth-switch-tab {
  text-decoration: none;
}

.auth-switch-tab.active {
  background-color: white;
  border-right: 1px solid rgb(194.6428571429, 190, 185.3571428571);
  border-top: 1px solid rgb(194.6428571429, 190, 185.3571428571);
  border-left: 1px solid rgb(194.6428571429, 190, 185.3571428571);
  border-bottom: none;
}

.review-modal .auth-switch-tab {
  height: 40px;
  margin-bottom: 10px;
  padding-top: 7px;
}
.review-modal .auth-switch-tab h4 {
  margin: 0;
}

.checkout-wrapper {
  padding-bottom: 120px;
}

.checkout-brand {
  margin: 20px auto;
  max-width: 120px;
}

.checkout-details {
  background: rgb(253.8392857143, 253.75, 253.6607142857);
  padding: 20px;
  position: relative;
}
.checkout-details hr {
  margin: 15px 0 15px;
}
@media (min-width: 992px) {
  .checkout-details {
    padding: 40px;
  }
}
.checkout-details .form-group.material_boolean .col-xs-12.col-sm-9 {
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-details .radio.radio-box.radio-box-primary {
    width: calc(100% - 15px);
  }
}
.checkout-details form .row hr {
  margin: 1em 0;
}
.checkout-details form .regular-list {
  margin-bottom: 10px;
}
.checkout-details form .without-bullets li {
  color: #151b1a;
  font-size: 15px;
  list-style-type: none;
}
@media (min-width: 992px) {
  .checkout-details .col-md-offset-3 {
    margin-left: 25%;
  }
}

.circle {
  background: #fff;
  border-radius: 100%;
  border: 1px solid rgb(202.8205128205, 236.0256410256, 251.6794871795);
  display: inline-block;
  height: 43px;
  margin-right: 10px;
  padding: 7px;
  text-align: center;
  width: 43px;
}

.sidebar {
  position: static;
}
.sidebar .order-summary {
  width: 100%;
}
.sidebar .order-summary .panel {
  font-size: 14px;
  margin-bottom: 0px;
  width: 100%;
}
@media (min-width: 992px) {
  .sidebar .order-summary .panel {
    width: 25%;
  }
}
@media (min-width: 1380px) {
  .sidebar .order-summary .panel {
    width: 300px;
  }
}
.sidebar .order-summary .panel .panel-body {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.sidebar .order-summary .panel .panel-body h4 {
  margin-top: 0;
}
.sidebar .order-summary .panel .panel-body h5 {
  font-size: 15px;
  font-weight: 300;
  margin-top: 0;
}
.sidebar .order-summary .panel .panel-body hr {
  margin: 15px 0px;
}
.sidebar .order-summary .panel .panel-body .text-right {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .sidebar .order-summary .panel .panel-body .text-right {
    padding-right: 60px;
  }
}
.sidebar .order-summary.scrolling {
  position: fixed;
  top: 40px;
}
.sidebar .order-summary.top {
  position: absolute;
}
.sidebar .order-summary.bottom {
  position: absolute;
  bottom: 400px;
}

.order-summary {
  font-size: 14px;
}

.remove-credit-card-link {
  cursor: pointer;
}

.credit-card-logo-wrapper {
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.credit-card-logo-wrapper img {
  height: 100%;
}

.promotion-notification {
  color: rgb(219.7188841202, 89.7811158798, 111.2939914163);
  font-size: 16px;
  font-style: italic;
}

.panel.checkout-upgrade-card {
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.panel.checkout-upgrade-card h4 {
  color: #151b1a;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.panel.checkout-upgrade-card .emphasis-tag {
  font-weight: normal;
  color: #0d94d4;
}
.panel.checkout-upgrade-card .emphasis-tag.red {
  color: crimson;
}

ul.regular-list {
  margin-bottom: 0;
  padding-left: 15px;
}
ul.regular-list li {
  padding-left: 6px;
}
ul.regular-list li.check:before {
  color: #03cf5f;
  content: "\f00c";
  font-family: "FontAwesome";
  margin: 0 5px 0 -19px;
}
ul.regular-list li.red-checkbox:before {
  color: rgb(215.2317596567, 68.7682403433, 93.017167382);
  content: "\f068";
  font-family: "FontAwesome";
  margin: 0 6px 0 -16px;
}

.panel.checkout-upgrade-card .panel-body {
  padding: 15px;
}
.panel.checkout-upgrade-card .panel-body .upper-portion {
  min-height: 70px;
  padding-bottom: 15px;
}
.panel.checkout-upgrade-card .panel-body .middle-portion {
  min-height: 140px;
}

.color-bar {
  height: 8px;
  margin: -15px -15px 15px;
}
.color-bar.first {
  background: linear-gradient(90deg, #FF4E50, #F9D423);
}
.color-bar.second {
  background: linear-gradient(90deg, #00d2ff, #3a7bd5);
}
.color-bar.third {
  background: linear-gradient(90deg, #4776E6, #8E54E9);
}

.panel.checkout-upgrade-card.selected .btn-86-default {
  background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  color: #fff;
}

.panel.checkout-upgrade-card.disabled .btn-86-default {
  background-color: lightgray;
}
.panel.checkout-upgrade-card.disabled .btn-86-default:hover {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}

.order-form h3 {
  font-size: 21px;
}

.employers-job_postings-create .popular-banner, .employers-job_postings-promote .popular-banner {
  -webkit-user-select: none;
  -moz-user-select: none;
  background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  border-bottom: none;
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
}
.employers-job_postings-create .popular-banner.emphasized, .employers-job_postings-promote .popular-banner.emphasized {
  box-shadow: 0 -1px 4px 1px #999;
  -moz-box-shadow: 0 -1px 4px 1px #999;
  -webkit-box-shadow: 0 -1px 4px 1px #999;
}
.employers-job_postings-create .popular-banner, .employers-job_postings-promote .popular-banner {
  padding: 5px 0 3px;
  text-align: center;
}
.employers-job_postings-create .popular-banner h4, .employers-job_postings-promote .popular-banner h4 {
  color: #fff;
  margin: 5px 0 5px;
}
.employers-job_postings-create h3, .employers-job_postings-promote h3 {
  font-weight: bold;
}
.employers-job_postings-create .row.upgrade-budget-options-section, .employers-job_postings-promote .row.upgrade-budget-options-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.employers-job_postings-create .upgrade-budget-options-column, .employers-job_postings-promote .upgrade-budget-options-column {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .employers-job_postings-create .upgrade-budget-options-column, .employers-job_postings-promote .upgrade-budget-options-column {
    padding-left: 15px;
  }
}

.upgrade-section .featured-job-title-wrapper {
  display: flex;
}
.upgrade-section .featured-job-title-wrapper .featured-job-title {
  margin-left: 15px;
  width: auto;
}
.upgrade-section .featured-job-title-wrapper label.control-label {
  font-size: 18px;
  padding-top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .upgrade-section .featured-job-checkbox {
    margin-top: 7px;
  }
}
.upgrade-section .featured-upgrade-options-section input[type=radio]:disabled + span,
.upgrade-section .upgrade-budget-options-section input[type=radio]:disabled + span {
  color: rgb(148.154494382, 153.8988764045, 157.345505618);
}
.upgrade-section .upgrade-label {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: none;
}

#checkout-form h1, #checkout-form h2, #checkout-form h3, #checkout-form h4 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#checkout-form .free-plan-notification-modal h1, #checkout-form .free-plan-notification-modal h2, #checkout-form .free-plan-notification-modal h3, #checkout-form .free-plan-notification-modal h4 {
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
}
#checkout-form .checkout-strategy-card {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid #FCFCFC;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  #checkout-form .checkout-strategy-card {
    margin-bottom: 20px;
  }
}
#checkout-form .checkout-strategy-card .panel-body {
  align-items: center;
  width: 100%;
  padding: 5px 0 8px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #checkout-form .checkout-strategy-card .panel-body {
    height: 133px;
    padding: 15px 0 20px;
  }
}
#checkout-form .checkout-strategy-card .panel-body.disabled {
  background-color: rgb(201.4466292135, 204.3258426966, 206.0533707865);
}
#checkout-form .checkout-strategy-card .mobile-strategy-label {
  color: #151b1a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#checkout-form .checkout-strategy-card .mobile-strategy-label span.muted {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
#checkout-form .checkout-strategy-card h4 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}
#checkout-form .checkout-strategy-card div {
  width: 100%;
}
#checkout-form .checkout-strategy-card.selected {
  background-color: #D2EBF9;
  border: 2px solid rgb(106.9230769231, 201.1538461538, 245.5769230769);
}
#checkout-form .checkout-strategy-card p {
  font-size: 15px;
}
#checkout-form .checkout-strategy-card .price-label {
  color: rgb(2.49, 171.81, 78.85);
  font-size: 18px;
}
@media (min-width: 992px) {
  #checkout-form .checkout-strategy-card .price-label {
    font-size: 22px;
  }
}
#checkout-form .plan-details .upper-portion {
  margin-bottom: 20px;
}
#checkout-form .price-label {
  color: #151b1a;
  font-size: 22px;
  font-weight: bold;
}
#checkout-form .form-horizontal .radio, #checkout-form .form-horizontal .radio-inline {
  width: 100%;
}
#checkout-form .form-horizontal .radio:nth-of-type(1) {
  padding-top: 16px;
}
#checkout-form .checkout-panel-header {
  min-height: 20px;
}

#free-plan-notification-modal {
  padding-bottom: 20px;
}
#free-plan-notification-modal h2 {
  margin-top: 0;
}
#free-plan-notification-modal hr {
  margin: 15px 0 15px;
}
#free-plan-notification-modal a.btn.btn-primary {
  max-width: 250px;
  width: 100%;
}

#free-plan-competition-notice,
#free-plan-competition-notice-upgrade-page {
  align-items: center;
  color: rgb(43.3125, 55.6875, 53.625);
  font-size: 15px;
  margin: 15px 0 0px;
  padding: 10px 15px 10px;
}

#free-plan-competition-notice {
  background-color: #FCAE1E;
  margin-top: 0;
}

#free-plan-competition-notice-upgrade-page {
  align-items: center;
  background-color: #FFFFCC;
  display: flex;
  margin-bottom: 15px;
}
#free-plan-competition-notice-upgrade-page > div {
  margin-right: 10px;
}

.featured-employer-gallery {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  border: none;
}
.featured-employer-gallery .employer-logo {
  border: none !important;
}
@media (min-width: 992px) {
  .featured-employer-gallery {
    margin-left: -45px;
    margin-right: -45px;
  }
}

.promo-code-input-group {
  max-width: 220px;
}
.promo-code-input-group .input-group-btn .btn {
  opacity: 1;
  visibility: visible;
}

.promo-code-section {
  padding-top: 10px;
}

.promo-code-section .help-block.text-success {
  color: #1d8b4d;
}
.promo-code-section .help-block.text-danger {
  color: #c0392b;
}

.promo-code-section .form-group::before,
.promo-code-section .form-group::after {
  display: none;
  content: none;
}

.promo-code-section {
  padding-left: 30px;
}

.employers-checkout-plan_preview .plan-preview-header h1 {
  color: #337ab7;
  font-family: "Merriweather Sans", sans-serif;
  margin-top: 0;
}
.employers-checkout-plan_preview section {
  margin-bottom: 20px;
}
.employers-checkout-plan_preview .content-wrapper {
  padding-bottom: 0;
}
.employers-checkout-plan_preview ul.regular-list li {
  font-size: 15px;
}
.employers-checkout-plan_preview .back-btn-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .employers-checkout-plan_preview .back-btn-wrapper {
    padding: 0;
  }
}

body.body-background-wrapper {
  background-color: #fcfcfc;
}

body.dashboard-namespace {
  background: #f2f1f0;
}

.legend-sub.legend-sub-form-inline {
  font-size: 17px;
}

.employers-employer_search .new-home-page .new-hero,
.employers-search_results .new-home-page .new-hero {
  height: auto;
}
.employers-employer_search .new-home-page .new-hero h1, .employers-employer_search .new-home-page .new-hero h2, .employers-employer_search .new-home-page .new-hero h3,
.employers-search_results .new-home-page .new-hero h1,
.employers-search_results .new-home-page .new-hero h2,
.employers-search_results .new-home-page .new-hero h3 {
  color: rgb(43.3125, 55.6875, 53.625);
}
.employers-employer_search .new-home-page .new-hero .link-separator,
.employers-employer_search .new-home-page .new-hero a:not(.btn),
.employers-search_results .new-home-page .new-hero .link-separator,
.employers-search_results .new-home-page .new-hero a:not(.btn) {
  color: #337ab7;
}
.employers-employer_search .new-home-page .new-hero a:not(.btn),
.employers-search_results .new-home-page .new-hero a:not(.btn) {
  font-size: 18px;
}
.employers-employer_search .new-home-page .new-hero a.chosen-single,
.employers-search_results .new-home-page .new-hero a.chosen-single {
  color: rgb(43.3125, 55.6875, 53.625);
  font-size: 15px;
}
.employers-employer_search .new-home-page .new-hero input.btn,
.employers-search_results .new-home-page .new-hero input.btn {
  font-family: "Roboto", sans-serif;
}
.employers-employer_search .new-home-page .desktop-header,
.employers-search_results .new-home-page .desktop-header {
  display: none;
}
.employers-employer_search .new-home-page .desktop-header h4,
.employers-search_results .new-home-page .desktop-header h4 {
  font-family: "Merriweather Sans", sans-serif;
}
@media (min-width: 992px) {
  .employers-employer_search .new-home-page .desktop-header,
  .employers-search_results .new-home-page .desktop-header {
    display: block;
  }
}
.employers-employer_search .mobile-header,
.employers-search_results .mobile-header {
  display: block;
}
@media (min-width: 992px) {
  .employers-employer_search .mobile-header,
  .employers-search_results .mobile-header {
    display: none;
  }
}
.employers-employer_search .mobile-search-field > form,
.employers-search_results .mobile-search-field > form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.employers-employer_search .mobile-search-field h1,
.employers-search_results .mobile-search-field h1 {
  font-size: 25px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: bold;
  margin: 0;
}
.employers-employer_search .mobile-search-field .search-field-wrapper,
.employers-search_results .mobile-search-field .search-field-wrapper {
  padding: 15px 15px 0;
  width: 100%;
}
@media (min-width: 650px) {
  .employers-employer_search .mobile-search-field .search-field-wrapper,
  .employers-search_results .mobile-search-field .search-field-wrapper {
    width: 70%;
  }
}
.employers-employer_search .mobile-search-field .search-button-wrapper,
.employers-search_results .mobile-search-field .search-button-wrapper {
  padding: 0 15px 0;
  width: 100%;
}
@media (min-width: 650px) {
  .employers-employer_search .mobile-search-field .search-button-wrapper,
  .employers-search_results .mobile-search-field .search-button-wrapper {
    width: 30%;
  }
}

.employers-site_notifications,
.employers-availabilities,
.employers-interviews {
  font-size: 14px;
}
.employers-site_notifications .page-wrap:after,
.employers-availabilities .page-wrap:after,
.employers-interviews .page-wrap:after {
  height: 0;
}
@media (min-width: 992px) {
  .employers-site_notifications .col-md-offset-3,
  .employers-availabilities .col-md-offset-3,
  .employers-interviews .col-md-offset-3 {
    margin-left: 25%;
  }
}

.pages.pages-employers .page-wrap,
.pages.pages-grocers_and_retailers .page-wrap {
  margin-bottom: 0;
}
.pages.pages-employers .page-wrap:after,
.pages.pages-grocers_and_retailers .page-wrap:after {
  height: 0;
}
@media (max-width: 991px) {
  .pages.pages-employers .container,
  .pages.pages-grocers_and_retailers .container {
    padding: 0 35px 0;
  }
}
.pages.pages-employers h1, .pages.pages-employers h2, .pages.pages-employers h3, .pages.pages-employers h4,
.pages.pages-grocers_and_retailers h1,
.pages.pages-grocers_and_retailers h2,
.pages.pages-grocers_and_retailers h3,
.pages.pages-grocers_and_retailers h4 {
  color: #337ab7;
  font-family: "Merriweather Sans", sans-serif;
}
.pages.pages-employers h3,
.pages.pages-grocers_and_retailers h3 {
  font-size: 19px;
}
@media (min-width: 350px) {
  .pages.pages-employers h3,
  .pages.pages-grocers_and_retailers h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers h3,
  .pages.pages-grocers_and_retailers h3 {
    font-size: 24px;
  }
}
.pages.pages-employers h1,
.pages.pages-grocers_and_retailers h1 {
  font-size: 22px;
}
@media (min-width: 350px) {
  .pages.pages-employers h1,
  .pages.pages-grocers_and_retailers h1 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers h1,
  .pages.pages-grocers_and_retailers h1 {
    font-size: 33px;
  }
}
.pages.pages-employers h2,
.pages.pages-grocers_and_retailers h2 {
  font-size: 22px;
}
@media (min-width: 992px) {
  .pages.pages-employers h2,
  .pages.pages-grocers_and_retailers h2 {
    font-size: 30px;
  }
}
.pages.pages-employers p,
.pages.pages-grocers_and_retailers p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .pages.pages-employers p,
  .pages.pages-grocers_and_retailers p {
    font-size: 20px;
  }
}
.pages.pages-employers section,
.pages.pages-grocers_and_retailers section {
  margin: 30px 0 30px;
}
@media (min-width: 992px) {
  .pages.pages-employers section h2,
  .pages.pages-grocers_and_retailers section h2 {
    margin: 0;
  }
}
.pages.pages-employers .feature-icons-section,
.pages.pages-grocers_and_retailers .feature-icons-section {
  display: flex;
  flex-wrap: wrap;
}
.pages.pages-employers .feature-icons-section .feature-icon-wrapper,
.pages.pages-grocers_and_retailers .feature-icons-section .feature-icon-wrapper {
  padding-bottom: 45px;
  width: 50%;
}
.pages.pages-employers .feature-icons-section .feature-icon-wrapper .feature-icon,
.pages.pages-grocers_and_retailers .feature-icons-section .feature-icon-wrapper .feature-icon {
  margin-bottom: 45px;
  text-align: center;
}
.pages.pages-employers .feature-icons-section .feature-icon-wrapper .feature-icon i,
.pages.pages-grocers_and_retailers .feature-icons-section .feature-icon-wrapper .feature-icon i {
  font-size: 90px;
}
.pages.pages-employers .feature-icons-section .feature-icon-wrapper p,
.pages.pages-grocers_and_retailers .feature-icons-section .feature-icon-wrapper p {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .pages.pages-employers .feature-icons-section .feature-icon-wrapper p,
  .pages.pages-grocers_and_retailers .feature-icons-section .feature-icon-wrapper p {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-wrapper,
  .pages.pages-grocers_and_retailers .screenshot-wrapper {
    padding-top: 60px;
  }
}
.pages.pages-employers .screenshot-wrapper img.screenshot,
.pages.pages-grocers_and_retailers .screenshot-wrapper img.screenshot {
  width: 100%;
}
.pages.pages-employers .photo-collage,
.pages.pages-grocers_and_retailers .photo-collage {
  margin-top: 30px;
  margin-bottom: 20px;
}
.pages.pages-employers .photo-collage img,
.pages.pages-grocers_and_retailers .photo-collage img {
  width: 100%;
}
@media (min-width: 992px) {
  .pages.pages-employers .photo-collage,
  .pages.pages-grocers_and_retailers .photo-collage {
    height: 460px;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.pages.pages-employers .fixed-tab,
.pages.pages-grocers_and_retailers .fixed-tab {
  background-color: #FCFCFC;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
  width: 100%;
}
.pages.pages-employers .fixed-tab.shaded-section,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section {
  background-color: #F7F8FB;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
.pages.pages-employers .fixed-tab.shaded-section h3,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section h3 {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .pages.pages-employers .fixed-tab.shaded-section h3,
  .pages.pages-grocers_and_retailers .fixed-tab.shaded-section h3 {
    margin-top: 8px;
  }
}
.pages.pages-employers .fixed-tab.shaded-section .btn-xs, .pages.pages-employers .fixed-tab.shaded-section .btn-group-xs > .btn,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section .btn-xs,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section .btn-group-xs > .btn {
  margin-top: 7px;
}
.pages.pages-employers .fixed-tab.shaded-section.fixed,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed {
  background-color: #151b1a;
  color: white;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  padding: 5px 0 5px;
  z-index: 2000;
}
@media (min-width: 992px) {
  .pages.pages-employers .fixed-tab.shaded-section.fixed,
  .pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed {
    padding: 6px 0 6px;
  }
}
.pages.pages-employers .fixed-tab.shaded-section.fixed h3,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed h3 {
  color: white;
  font-size: 15px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .pages.pages-employers .fixed-tab.shaded-section.fixed h3,
  .pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed h3 {
    margin-top: 11px;
    font-size: inherit;
  }
}
.pages.pages-employers .fixed-tab.shaded-section.fixed a.btn.btn-primary,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed a.btn.btn-primary {
  background-color: #337ab7;
}
.pages.pages-employers .fixed-tab.shaded-section.fixed a.btn.btn-primary.btn-sm, .pages.pages-employers .fixed-tab.shaded-section.fixed .btn-group-sm > a.btn.btn-primary,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed a.btn.btn-primary.btn-sm,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed .btn-group-sm > a.btn.btn-primary {
  border: 2px solid #337ab7;
  color: white;
}
.pages.pages-employers .fixed-tab.shaded-section.fixed a.btn.btn-primary.btn-xs, .pages.pages-employers .fixed-tab.shaded-section.fixed .btn-group-xs > a.btn.btn-primary,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed a.btn.btn-primary.btn-xs,
.pages.pages-grocers_and_retailers .fixed-tab.shaded-section.fixed .btn-group-xs > a.btn.btn-primary {
  margin-top: 4px;
}
.pages.pages-employers .container-fluid.shaded-section,
.pages.pages-grocers_and_retailers .container-fluid.shaded-section {
  background-color: #F7F8FB;
}
.pages.pages-employers .screenshot-row,
.pages.pages-grocers_and_retailers .screenshot-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-row,
  .pages.pages-grocers_and_retailers .screenshot-row {
    padding: 40px 0 40px;
  }
}
.pages.pages-employers .screenshot-row h2,
.pages.pages-grocers_and_retailers .screenshot-row h2 {
  margin-top: 50px;
}
.pages.pages-employers .screenshot-row h2:nth-of-type(1),
.pages.pages-grocers_and_retailers .screenshot-row h2:nth-of-type(1) {
  margin-top: 0;
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-row h2,
  .pages.pages-grocers_and_retailers .screenshot-row h2 {
    margin-top: 0;
  }
}
.pages.pages-employers .screenshot-row > div,
.pages.pages-grocers_and_retailers .screenshot-row > div {
  width: 100%;
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-row > div,
  .pages.pages-grocers_and_retailers .screenshot-row > div {
    margin: 0;
    width: 50%;
  }
}
.pages.pages-employers .screenshot-row .text-column,
.pages.pages-grocers_and_retailers .screenshot-row .text-column {
  margin: 25px 0 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-row .text-column,
  .pages.pages-grocers_and_retailers .screenshot-row .text-column {
    margin: 0;
    text-align: left;
  }
}
.pages.pages-employers .screenshot-row .image-column,
.pages.pages-grocers_and_retailers .screenshot-row .image-column {
  margin: 25px 0 25px;
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-row .image-column,
  .pages.pages-grocers_and_retailers .screenshot-row .image-column {
    margin: 0;
  }
}
.pages.pages-employers .screenshot-row .image-column img,
.pages.pages-grocers_and_retailers .screenshot-row .image-column img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.pages.pages-employers .screenshot-row .image-column img.profile-pic,
.pages.pages-grocers_and_retailers .screenshot-row .image-column img.profile-pic {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-row .image-column img.profile-pic,
  .pages.pages-grocers_and_retailers .screenshot-row .image-column img.profile-pic {
    height: 300px;
  }
}
.pages.pages-employers .screenshot-row .image-column.side-by-side-wrapper,
.pages.pages-grocers_and_retailers .screenshot-row .image-column.side-by-side-wrapper {
  display: flex;
  justify-content: center;
}
.pages.pages-employers .screenshot-row .image-column.side-by-side-wrapper img,
.pages.pages-grocers_and_retailers .screenshot-row .image-column.side-by-side-wrapper img {
  height: 250px;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-row .image-column.side-by-side-wrapper img,
  .pages.pages-grocers_and_retailers .screenshot-row .image-column.side-by-side-wrapper img {
    height: 300px;
    margin: 0 20px 0;
    width: 180px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pages.pages-employers .cta-button-column,
.pages.pages-grocers_and_retailers .cta-button-column {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 650px) {
  .pages.pages-employers .cta-button-column,
  .pages.pages-grocers_and_retailers .cta-button-column {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers .cta-button-column,
  .pages.pages-grocers_and_retailers .cta-button-column {
    margin-top: 0;
    display: block;
    flex-wrap: nowrap;
  }
}
.pages.pages-employers .cta-button-wrapper,
.pages.pages-grocers_and_retailers .cta-button-wrapper {
  width: calc(50% - 20px);
}
@media (min-width: 992px) {
  .pages.pages-employers .cta-button-wrapper,
  .pages.pages-grocers_and_retailers .cta-button-wrapper {
    width: 100%;
    text-align: right;
  }
}
.pages.pages-employers .cta-button-wrapper .btn.btn-primary,
.pages.pages-grocers_and_retailers .cta-button-wrapper .btn.btn-primary {
  font-size: 10px;
}
@media (min-width: 350px) {
  .pages.pages-employers .cta-button-wrapper .btn.btn-primary,
  .pages.pages-grocers_and_retailers .cta-button-wrapper .btn.btn-primary {
    font-size: 11px;
  }
}
@media (min-width: 400px) {
  .pages.pages-employers .cta-button-wrapper .btn.btn-primary,
  .pages.pages-grocers_and_retailers .cta-button-wrapper .btn.btn-primary {
    font-size: 13px;
  }
}
.pages.pages-employers .cta-button-wrapper .btn.btn-primary,
.pages.pages-grocers_and_retailers .cta-button-wrapper .btn.btn-primary {
  width: 100%;
}
.pages.pages-employers .cta-button-wrapper:nth-of-type(1),
.pages.pages-grocers_and_retailers .cta-button-wrapper:nth-of-type(1) {
  margin: 15px 10px 15px;
}
@media (min-width: 650px) {
  .pages.pages-employers .cta-button-wrapper:nth-of-type(1),
  .pages.pages-grocers_and_retailers .cta-button-wrapper:nth-of-type(1) {
    margin: 0 10px 0;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers .cta-button-wrapper:nth-of-type(1),
  .pages.pages-grocers_and_retailers .cta-button-wrapper:nth-of-type(1) {
    margin: 0 0 15px;
  }
}
.pages.pages-employers .cta-button-wrapper:nth-of-type(2),
.pages.pages-grocers_and_retailers .cta-button-wrapper:nth-of-type(2) {
  margin: 15px 10px 15px;
}
@media (min-width: 650px) {
  .pages.pages-employers .cta-button-wrapper:nth-of-type(2),
  .pages.pages-grocers_and_retailers .cta-button-wrapper:nth-of-type(2) {
    margin: 0;
  }
}
.pages.pages-employers .regular-list.without-bullets li,
.pages.pages-grocers_and_retailers .regular-list.without-bullets li {
  font-size: 20px;
  list-style-type: none;
}
.pages.pages-employers .featured-employer-gallery .employer-logo,
.pages.pages-grocers_and_retailers .featured-employer-gallery .employer-logo {
  border: none;
}
.pages.pages-employers .banner-after-diagonal-stripe,
.pages.pages-grocers_and_retailers .banner-after-diagonal-stripe {
  margin-bottom: 0;
}
.pages.pages-employers .banner-after-diagonal-stripe h1, .pages.pages-employers .banner-after-diagonal-stripe h2,
.pages.pages-grocers_and_retailers .banner-after-diagonal-stripe h1,
.pages.pages-grocers_and_retailers .banner-after-diagonal-stripe h2 {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.pages.pages-employers .banner-after-diagonal-stripe + section,
.pages.pages-grocers_and_retailers .banner-after-diagonal-stripe + section {
  margin-top: 0;
}
@media (min-width: 992px) {
  .pages.pages-employers .banner-after-diagonal-stripe h1,
  .pages.pages-grocers_and_retailers .banner-after-diagonal-stripe h1 {
    margin-bottom: inherit;
  }
  .pages.pages-employers .banner-after-diagonal-stripe,
  .pages.pages-grocers_and_retailers .banner-after-diagonal-stripe {
    margin-bottom: 25px;
  }
  .pages.pages-employers .banner-after-diagonal-stripe + section,
  .pages.pages-grocers_and_retailers .banner-after-diagonal-stripe + section {
    margin-top: 30px;
  }
}
.pages.pages-employers #contact-form-section h1,
.pages.pages-grocers_and_retailers #contact-form-section h1 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .pages.pages-employers #contact-form-section h1,
  .pages.pages-grocers_and_retailers #contact-form-section h1 {
    margin-top: 20px;
  }
}
.pages.pages-employers #contact-form-section,
.pages.pages-grocers_and_retailers #contact-form-section {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .pages.pages-employers #contact-form-section,
  .pages.pages-grocers_and_retailers #contact-form-section {
    margin-top: 0;
  }
}
@media (min-width: 650px) {
  .pages.pages-employers br.mobile-breaks,
  .pages.pages-grocers_and_retailers br.mobile-breaks {
    display: none;
  }
}

.pages.pages-employers section.first-fold {
  margin: 30px 0 20px;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .pages.pages-employers section.first-fold {
    height: calc(100vh - 121px - 74px);
  }
}
@media (min-width: 992px) {
  .pages.pages-employers section.first-fold {
    flex-direction: row;
    margin: 30px 0 30px;
  }
}
.pages.pages-employers section.first-fold h1 {
  font-size: 25px;
  line-height: 1.4;
}
@media (min-width: 350px) {
  .pages.pages-employers section.first-fold h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers section.first-fold h1 {
    font-size: 40px;
  }
}
.pages.pages-employers section.first-fold .left-col,
.pages.pages-employers section.first-fold .right-col {
  width: 100%;
}
@media (min-width: 992px) {
  .pages.pages-employers section.first-fold .left-col {
    width: 50%;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers section.first-fold .right-col {
    width: 40%;
    margin-left: 10%;
    padding: 0;
  }
  .pages.pages-employers section.first-fold .right-col > div {
    margin-right: -15px;
  }
  .pages.pages-employers section.first-fold .right-col > div .col-xs-12 {
    padding-right: 0;
  }
}
@media (min-width: 1380px) {
  .pages.pages-employers section.first-fold .right-col {
    margin-left: 0;
    width: 50%;
  }
}
.pages.pages-employers section.first-fold .right-col p {
  text-align: center;
}
@media (min-width: 992px) {
  .pages.pages-employers section.first-fold .right-col p {
    text-align: left;
  }
}
.pages.pages-employers .container-fluid.diagonal-stripe section h1, .pages.pages-employers .container-fluid.diagonal-stripe section h2,
.pages.pages-employers .container.diagonal-stripe section h1,
.pages.pages-employers .container.diagonal-stripe section h2 {
  color: white;
  font-size: 21px;
}
.pages.pages-employers .container-fluid.diagonal-stripe section h1 strong, .pages.pages-employers .container-fluid.diagonal-stripe section h2 strong,
.pages.pages-employers .container.diagonal-stripe section h1 strong,
.pages.pages-employers .container.diagonal-stripe section h2 strong {
  color: white;
}
@media (min-width: 350px) {
  .pages.pages-employers .container-fluid.diagonal-stripe section h1, .pages.pages-employers .container-fluid.diagonal-stripe section h2,
  .pages.pages-employers .container.diagonal-stripe section h1,
  .pages.pages-employers .container.diagonal-stripe section h2 {
    font-size: 24px;
  }
}
@media (min-width: 650px) {
  .pages.pages-employers .container-fluid.diagonal-stripe section h1, .pages.pages-employers .container-fluid.diagonal-stripe section h2,
  .pages.pages-employers .container.diagonal-stripe section h1,
  .pages.pages-employers .container.diagonal-stripe section h2 {
    font-size: 29px;
  }
}
.pages.pages-employers .container-fluid.diagonal-stripe section.emphasis-text-with-button-section,
.pages.pages-employers .container.diagonal-stripe section.emphasis-text-with-button-section {
  margin: 0 auto;
}
.pages.pages-employers .container-fluid.diagonal-stripe.first section,
.pages.pages-employers .container.diagonal-stripe.first section {
  top: -35px;
}
@media (min-width: 350px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.first section,
  .pages.pages-employers .container.diagonal-stripe.first section {
    top: -41px;
  }
}
@media (min-width: 400px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.first section,
  .pages.pages-employers .container.diagonal-stripe.first section {
    top: -30px;
  }
}
@media (min-width: 650px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.first section,
  .pages.pages-employers .container.diagonal-stripe.first section {
    top: -30px;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.first section h2,
  .pages.pages-employers .container.diagonal-stripe.first section h2 {
    font-size: 28px;
  }
  .pages.pages-employers .container-fluid.diagonal-stripe.first section,
  .pages.pages-employers .container.diagonal-stripe.first section {
    top: 0px;
  }
}
.pages.pages-employers .container-fluid.diagonal-stripe.second,
.pages.pages-employers .container.diagonal-stripe.second {
  height: 350px;
  margin-top: 0;
}
.pages.pages-employers .container-fluid.diagonal-stripe.second:after,
.pages.pages-employers .container.diagonal-stripe.second:after {
  transform: skewY(5deg);
}
@media (min-width: 992px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.second,
  .pages.pages-employers .container.diagonal-stripe.second {
    margin-bottom: 150px;
    height: 300px;
  }
}
.pages.pages-employers .container-fluid.diagonal-stripe.second section,
.pages.pages-employers .container.diagonal-stripe.second section {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1170px;
  padding: 0 15px 0;
  top: 40px;
}
@media (min-width: 350px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.second section,
  .pages.pages-employers .container.diagonal-stripe.second section {
    top: 35px;
  }
}
@media (min-width: 400px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.second section,
  .pages.pages-employers .container.diagonal-stripe.second section {
    top: 43px;
  }
}
@media (min-width: 650px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.second section,
  .pages.pages-employers .container.diagonal-stripe.second section {
    top: 60px;
  }
}
@media (min-width: 992px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.second section,
  .pages.pages-employers .container.diagonal-stripe.second section {
    top: 110px;
  }
}
.pages.pages-employers .container-fluid.diagonal-stripe.second section > div,
.pages.pages-employers .container.diagonal-stripe.second section > div {
  width: 90%;
  text-align: center;
}
@media (min-width: 992px) {
  .pages.pages-employers .container-fluid.diagonal-stripe.second section > div,
  .pages.pages-employers .container.diagonal-stripe.second section > div {
    text-align: left;
  }
  .pages.pages-employers .container-fluid.diagonal-stripe.second section > div:nth-of-type(1),
  .pages.pages-employers .container.diagonal-stripe.second section > div:nth-of-type(1) {
    width: calc(80% - 20px);
    margin-right: 10px;
  }
  .pages.pages-employers .container-fluid.diagonal-stripe.second section > div:nth-of-type(2),
  .pages.pages-employers .container.diagonal-stripe.second section > div:nth-of-type(2) {
    width: 20%;
  }
}
.pages.pages-employers .screenshot-row:nth-of-type(2), .pages.pages-employers .screenshot-row:nth-of-type(4) {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .pages.pages-employers .screenshot-row:nth-of-type(2), .pages.pages-employers .screenshot-row:nth-of-type(4) {
    flex-direction: row;
  }
}

.pages.pages-grocers_and_retailers .page-wrap {
  margin-bottom: 30px;
}
.pages.pages-grocers_and_retailers a.btn.btn-primary {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.pages.pages-grocers_and_retailers section.first-fold {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers section.first-fold {
    margin-top: 80px;
  }
}
.pages.pages-grocers_and_retailers section.first-fold h1 {
  color: #151b1a;
  margin: 0;
  font-size: 40px;
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers section.first-fold h1 {
    font-size: 62px;
  }
}
.pages.pages-grocers_and_retailers section.first-fold h1.gray {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  margin: 0 0 0 15px;
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers section.first-fold h1.gray {
    margin: 0 0 0 50px;
  }
}
.pages.pages-grocers_and_retailers section.first-fold a.btn {
  width: 100%;
}
.pages.pages-grocers_and_retailers section.first-fold .left-col {
  width: 100%;
}
@media (min-width: 650px) {
  .pages.pages-grocers_and_retailers section.first-fold .left-col {
    width: 66.67%;
  }
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers section.first-fold .left-col {
    width: 75%;
  }
}
.pages.pages-grocers_and_retailers section.first-fold .right-col {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 650px) {
  .pages.pages-grocers_and_retailers section.first-fold .right-col {
    margin-top: 50px;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers section.first-fold .right-col {
    margin-top: 70px;
    width: 25%;
  }
}
.pages.pages-grocers_and_retailers section.first-fold .right-col small {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}
@media (min-width: 650px) {
  .pages.pages-grocers_and_retailers .container-fluid.diagonal-stripe,
  .pages.pages-grocers_and_retailers .container.diagonal-stripe {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers .container-fluid.diagonal-stripe,
  .pages.pages-grocers_and_retailers .container.diagonal-stripe {
    height: 300px;
  }
}
.pages.pages-grocers_and_retailers .container-fluid.diagonal-stripe h2,
.pages.pages-grocers_and_retailers .container.diagonal-stripe h2 {
  color: white;
  font-size: 25px;
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers .container-fluid.diagonal-stripe h2,
  .pages.pages-grocers_and_retailers .container.diagonal-stripe h2 {
    font-size: 38px;
  }
}
.pages.pages-grocers_and_retailers .container-fluid.diagonal-stripe section,
.pages.pages-grocers_and_retailers .container.diagonal-stripe section {
  top: -17px;
}
@media (min-width: 650px) {
  .pages.pages-grocers_and_retailers .container-fluid.diagonal-stripe section,
  .pages.pages-grocers_and_retailers .container.diagonal-stripe section {
    top: -40px;
  }
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers .container-fluid.diagonal-stripe section,
  .pages.pages-grocers_and_retailers .container.diagonal-stripe section {
    top: -17px;
  }
}
@media (min-width: 1500px) {
  .pages.pages-grocers_and_retailers .container-fluid.diagonal-stripe section,
  .pages.pages-grocers_and_retailers .container.diagonal-stripe section {
    top: -39px;
  }
}
.pages.pages-grocers_and_retailers .container-fluid .horizontal-blue-stripe {
  background-color: #337ab7;
  height: 50px;
  margin: 50px 0 30px;
  overflow: visible;
  position: relative;
}
.pages.pages-grocers_and_retailers .container-fluid .horizontal-blue-stripe a.btn.btn-primary {
  align-items: center;
  background-color: #FCFCFC;
  border: 4px solid #337ab7;
  bottom: 5px;
  color: #337ab7;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  margin: 0 auto;
  position: relative;
  width: 270px;
}
.pages.pages-grocers_and_retailers .container-fluid .horizontal-blue-stripe a.btn.btn-primary div {
  text-align: center;
  width: 100%;
}
.pages.pages-grocers_and_retailers .screenshot-row:nth-of-type(2) {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .pages.pages-grocers_and_retailers .screenshot-row:nth-of-type(2) {
    flex-direction: row;
  }
}

.new-home-page {
  overflow-x: hidden;
}
@media (min-width: 980px) {
  .new-home-page .mobile-header {
    display: none;
  }
}
.new-home-page .desktop-header {
  display: none;
}
@media (min-width: 980px) {
  .new-home-page .desktop-header {
    display: block;
  }
}
.new-home-page .form-group.search-area {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .new-home-page .form-group.search-area {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .new-home-page .col-md-offset-3 {
    margin-left: 25%;
  }
}
.new-home-page {
  font-size: 13px;
}
.new-home-page hr {
  margin: 15px 0 15px;
}
.new-home-page #query-input-container, .new-home-page #location-input-container {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .new-home-page #query-input-container, .new-home-page #location-input-container {
    margin-bottom: none;
    width: 30%;
  }
}
@media (min-width: 992px) {
  .new-home-page #query-input-container,
  .new-home-page #location-input-container,
  .new-home-page #distance-dropdown-container {
    padding-right: 0;
  }
}
.new-home-page #distance-dropdown-container {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .new-home-page #distance-dropdown-container {
    margin-bottom: none;
    width: 15%;
  }
}
.new-home-page #distance-dropdown-container .form-control.distance-input {
  height: 50px;
}
.new-home-page #distance-dropdown-container .fa-caret-down {
  top: 17px;
  right: 24px;
}
@media (min-width: 992px) {
  .new-home-page #distance-dropdown-container .fa-caret-down {
    right: 9px;
  }
}
.new-home-page #query-input-submit-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .new-home-page #query-input-submit-wrapper {
    margin-bottom: none;
    width: 20%;
  }
}
.new-home-page a.highlighted-link {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  font-size: 14px;
  font-weight: bold;
}
.new-home-page .new-hero {
  height: 100%;
  background-size: cover;
  padding-top: 0px;
}
@media (min-width: 650px) {
  .new-home-page .new-hero {
    padding-top: 200px;
  }
}
@media (min-width: 980px) {
  .new-home-page .new-hero {
    padding-top: 0;
  }
}
.new-home-page .new-hero .background-image {
  width: 100vw;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: -1;
}
.new-home-page .new-hero .video-tag-wrapper {
  display: none;
}
@media (min-width: 980px) {
  .new-home-page .new-hero .video-tag-wrapper {
    display: block;
  }
}
@media (min-width: 992px) {
  .new-home-page .new-hero .video-tag-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(100, 100, 100, 0.5);
  }
}
@media (min-width: 992px) {
  .new-home-page .new-hero {
    min-height: 620px;
    position: relative;
  }
}
.new-home-page .new-hero h1, .new-home-page .new-hero h2 {
  margin-bottom: 20px;
  line-height: 38px;
}
@media (min-width: 980px) {
  .new-home-page .new-hero h1, .new-home-page .new-hero h2 {
    color: white;
  }
}
.new-home-page .new-hero h1 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 25px;
  font-weight: 800;
  margin-top: 78px;
  margin-bottom: 0px;
  line-height: 102%;
}
.new-home-page .new-hero h1.logo-caption {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .new-home-page .new-hero h1.logo-caption {
    margin-top: inherit;
  }
  .new-home-page .new-hero h1 {
    font-size: 45px;
  }
}
.new-home-page .new-hero h2 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 150%;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .new-home-page .new-hero h2 {
    font-size: 25px;
  }
}
.new-home-page a.transparent-btn, .new-home-page .transparent-btn {
  margin-bottom: 10px;
  border: 1px solid #FCFCFC;
}
.new-home-page .subheader-section {
  background-color: rgba(200, 200, 200, 0.3);
  border-radius: 10px;
  padding: 20px 20px 10px;
}
.new-home-page .subheader-link-wrapper {
  margin-bottom: 10px;
}
.new-home-page .subheader-link-wrapper .subheader-link {
  font-size: 18px;
}
.new-home-page .searches-section {
  margin-top: 20px;
}
.new-home-page .searches-section h4 {
  margin: 20px 0 20px;
  font-size: 20px;
}
.new-home-page .searches-section h4.link-header {
  margin: 35px 0 20px;
}
.new-home-page .searches-section a {
  font-size: 15px;
}
.new-home-page .searches-section .search-results {
  text-align: center;
}
@media (min-width: 992px) {
  .new-home-page .searches-section .search-results {
    margin-top: 0;
  }
}
.new-home-page .searches-section .job-posting-search-result {
  padding-top: 0;
  padding-bottom: 11px;
}
.new-home-page .searches-section .job-posting-search-result h4.job-title-headline {
  margin: 17px 0 8px;
}
.new-home-page .links-below-search-bar {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 80%;
}
.new-home-page .links-below-search-bar a.white-links {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.new-home-page .featured-employer-gallery {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 0;
}
.new-home-page .featured-employer-gallery .employer-logo {
  border: none;
}
@media (min-width: 992px) {
  .new-home-page .featured-employer-gallery {
    margin-left: -45px;
    margin-right: -45px;
  }
}
.new-home-page {
  /* Mobile-specific styles - Design Update */
}
@media (max-width: 767px) {
  .new-home-page .new-hero {
    padding-top: 45px !important;
    overflow: visible;
  }
  .new-home-page .new-hero .video-tag-wrapper {
    display: block !important;
    position: relative;
    height: auto;
    overflow: visible;
  }
  .new-home-page .new-hero .video-tag-wrapper .mobile-hero-only {
    display: block !important;
  }
  .new-home-page .new-hero .video-tag-wrapper .desktop-hero-only {
    display: none !important;
  }
  .new-home-page .new-hero .video-tag-wrapper .background-image {
    position: relative;
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: center top;
       object-position: center top;
    margin-top: 0;
    vertical-align: top;
  }
  .new-home-page .new-hero .video-tag-wrapper {
    /* Gradient overlay from design */
  }
  .new-home-page .new-hero .video-tag-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
    pointer-events: none;
  }
  .new-home-page .new-hero .mobile-headline {
    font-weight: 900 !important;
    font-size: 32px !important;
    text-transform: uppercase;
    color: #1a1a1a !important;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
    letter-spacing: -1px;
  }
  .new-home-page .new-hero .mobile-subheadline {
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #333 !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
  }
  .new-home-page {
    /* Input styling for mobile */
  }
  .new-home-page #home-search-form .field-wrapper-no-margin {
    position: relative;
  }
  .new-home-page #home-search-form .field-wrapper-no-margin .form-control {
    border: 1px solid rgb(161.4775280899, 166.5056179775, 169.5224719101) !important;
    border-radius: 0px !important;
    padding-left: 12px !important;
    height: 55px !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: white !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  .new-home-page #home-search-form .field-wrapper-no-margin .form-control:focus {
    border-color: rgb(161.4775280899, 166.5056179775, 169.5224719101) !important;
    box-shadow: none !important;
  }
  .new-home-page {
    /* Find Jobs Button */
  }
  .new-home-page .mobile-submit-btn {
    border-radius: 0px !important;
    height: 55px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    background-color: #5b92cc !important;
    border: none !important;
    margin-top: 10px;
  }
  .new-home-page {
    /* Upload Resume Button */
  }
  .new-home-page .mobile-resume-btn {
    background: white !important;
    color: black !important;
    border: 2px solid black !important;
    border-radius: 0px !important;
    height: 55px !important;
    line-height: 40px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin-top: 15px;
  }
  .new-home-page .mobile-trusted-text {
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #333;
    margin-top: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
}

.mobile-hero-only {
  display: none;
}

.desktop-hero-only {
  display: block;
}

.interview-scheduler .day-of-week-label {
  text-align: center;
  text-decoration: underline;
}
.interview-scheduler .day-of-week-label-wrapper {
  float: left;
  width: 14.285%;
}
.interview-scheduler .date-axis {
  overflow: auto;
}
.interview-scheduler .time-axis {
  padding-right: 0;
}
.interview-scheduler .time-axis-slot {
  height: 60px;
}
.interview-scheduler .time-axis-slot .hour-label {
  position: relative;
  bottom: 15px;
}
.interview-scheduler .day-label-row {
  height: 40px;
}
.interview-scheduler .time-slot-row {
  height: 60px;
}
.interview-scheduler .time-slot-wrapper {
  float: left;
  width: 14.285%;
  height: 100%;
  border-right: 1px solid #555a5d;
  border-bottom: 1px solid #555a5d;
}
.interview-scheduler .time-slot-wrapper:last-of-type {
  border-right: none;
}
.interview-scheduler .time-slot-row-wrapper:last-of-type .time-slot-wrapper {
  border-bottom: none;
}
.interview-scheduler .time-slot {
  color: #337ab7;
  height: 100%;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
}
.interview-scheduler .time-slot.available {
  background-color: #66FF99;
}
.interview-scheduler .time-slot.occupied {
  background-color: #fff;
}
.interview-scheduler .time-slot.default {
  background-color: #F0F0F0;
}
.interview-scheduler .time-slot:active {
  border-color: 1px solid #23AFF1;
}

.timeslot-panel hr {
  border-color: rgb(201.4466292135, 204.3258426966, 206.0533707865);
  margin: 15px 0 15px;
}

.interview-selector-logo {
  display: block;
  margin: auto;
  max-height: 100px;
}
@media (min-width: 992px) {
  .interview-selector-logo {
    max-height: 130px;
  }
}

.employer-interview-settings-form.panel-body {
  padding-left: 0;
  padding-right: 0;
}
.employer-interview-settings-form #am-interview-period-selector, .employer-interview-settings-form #pm-interview-period-selector {
  display: flex;
}
@media (min-width: 992px) {
  .employer-interview-settings-form #am-interview-period-selector, .employer-interview-settings-form #pm-interview-period-selector {
    justify-content: space-between;
  }
}
.employer-interview-settings-form #am-interview-period-selector > div, .employer-interview-settings-form #pm-interview-period-selector > div {
  text-align: center;
  width: calc(50% - 10px);
}
.employer-interview-settings-form #am-interview-period-selector > div:nth-of-type(2), .employer-interview-settings-form #pm-interview-period-selector > div:nth-of-type(2) {
  width: 10px;
}
.employer-interview-settings-form #am-interview-period-selector select.optional.form-control.time-select-field, .employer-interview-settings-form #pm-interview-period-selector select.optional.form-control.time-select-field {
  font-size: 11px;
}
.employer-interview-settings-form #am-interview-period-selector select.optional.form-control.time-select-field:nth-of-type(1), .employer-interview-settings-form #pm-interview-period-selector select.optional.form-control.time-select-field:nth-of-type(1) {
  width: calc(55% - 7px);
}
.employer-interview-settings-form #am-interview-period-selector select.optional.form-control.time-select-field:nth-of-type(2), .employer-interview-settings-form #pm-interview-period-selector select.optional.form-control.time-select-field:nth-of-type(2) {
  width: calc(45% - 7px);
}
@media (min-width: 1500px) {
  .employer-interview-settings-form .abreast-wrapper {
    width: 40%;
  }
}
@media (min-width: 1500px) {
  .employer-interview-settings-form .abreast-wrapper.left {
    margin-left: 10%;
  }
}

/* Ensure navbar stays visible on interviews pages when Tailwind loads (Tailwind's .collapse can override Bootstrap's .navbar-collapse) */
body.interviews .navbar {
  display: block !important;
  visibility: visible !important;
}

body.interviews .navbar .navbar-collapse.collapse {
  visibility: visible !important;
}

.interviews {
  font-size: 14px;
}
.interviews .interview-action-success-message {
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #dcfce7; /* green-100 */
  color: #166534; /* green-800 */
  border: 1px solid #86efac; /* green-300 */
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}
.interviews .interview-action-success-heading {
  margin-bottom: 8px !important;
}
.interviews .interview-action-success-detail {
  margin-top: 0;
  color: #475569;
  font-size: 14px;
}
.interviews h1, .interviews h2, .interviews h3, .interviews h4 {
  text-align: center;
}
.interviews hr {
  margin: 15px 0 15px;
}

.interviews.interviews-show .interview-show-shell {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.interviews.interviews-show .interview-show-shell > .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.interviews.interviews-show {
  /* Mobile: horizontal gap so content and card border don't touch viewport edges */
}
@media (max-width: 767px) {
  .interviews.interviews-show .interview-show-shell > .col-xs-12 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.interviews.interviews-show {
  /* Exclude Bootstrap/legacy influence on confirmation card so proportion and alignment match test.html */
}
.interviews.interviews-show .interview-confirmation-row {
  margin-left: 0;
  margin-right: 0;
}
.interviews.interviews-show .interview-confirmation-panel {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px; /* override .interviews { font-size: 14px } so Tailwind text-[30px]/text-[16px] etc. render at intended scale */
  /* Override .interviews h1,h2,h3,h4 { text-align: center } and core.css h1-h6 { font-weight: 400 } */
}
.interviews.interviews-show .interview-confirmation-panel h1, .interviews.interviews-show .interview-confirmation-panel h2, .interviews.interviews-show .interview-confirmation-panel h3, .interviews.interviews-show .interview-confirmation-panel h4 {
  text-align: left;
  font-weight: 700;
}
.interviews.interviews-show .interview-confirmation-panel {
  /* Tighten spacing between Confirmed badge and H1: remove default h1 margin-top */
}
.interviews.interviews-show .interview-confirmation-panel .flex-1 h1:first-of-type {
  margin-top: 10px;
}
.interviews.interviews-show {
  /* Force confirmation header logo to 96x96 so it matches test.html; overrides Bootstrap/legacy img or rem-based rules */
}
.interviews.interviews-show .interview-confirmation-panel .interview-confirmation-header-logo,
.interviews.interviews-show .interview-confirmation-panel .interview-confirmation-header-logo-placeholder {
  width: 96px !important;
  min-width: 96px !important;
  height: 96px !important;
  min-height: 96px !important;
  max-width: 96px !important;
  max-height: 96px !important;
}
.interviews.interviews-show {
  /* Left row icons stay 24px (date/location). Use px (not rem): Bootstrap sets html { font-size: 10px }. */
}
.interviews.interviews-show .interview-confirmation-panel .mt-1.text-slate-400 svg {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
}
.interviews.interviews-show {
  /* Date/location row spacing: use px so Bootstrap html{ font-size:10px } doesn't shrink Tailwind py-5 (1.25rem becomes 12.5px). Match or exceed test.html (20px each = 40px gap) with 24px each = 48px gap. */
}
.interviews.interviews-show .interview-confirmation-panel .border-t.border-slate-100 > .flex.items-center.justify-between.border-b {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.interviews.interviews-show {
  /* Right action icons match test.html visual rhythm (20px icon inside p-2 circular button). */
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-toggle > span {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-toggle > span svg,
.interviews.interviews-show .interview-confirmation-panel button[data-controller=clipboard] svg {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}
.interviews.interviews-show {
  /* Add-to-calendar (a) and copy (button): same box and size so they align on one vertical axis; button defaults often differ from anchor */
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-toggle,
.interviews.interviews-show .interview-confirmation-panel button[data-controller=clipboard] {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
  flex-shrink: 0;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-toggle:hover,
.interviews.interviews-show .interview-confirmation-panel button[data-controller=clipboard]:hover {
  background: #f0f9ff !important; /* sky-50 */
  border-radius: 50% !important;
  color: #0284c7 !important;
}
.interviews.interviews-show {
  /* Default state: transparent bg, sky-600 icon (override Bootstrap) */
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-toggle,
.interviews.interviews-show .interview-confirmation-panel button[data-controller=clipboard] {
  background: transparent !important;
  color: #0284c7 !important; /* sky-600 */
}
.interviews.interviews-show {
  /* ADD TO CALENDAR button: gray-100 bg, black bold text; text + chevron like "Manage membership" */
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .interview-add-to-calendar-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  padding: 10px 16px !important;
  border-radius: 12px !important;
  background: #f3f4f6 !important; /* gray-100 */
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
  text-decoration: none !important;
  overflow: visible !important; /* do not inherit overflow:hidden from .dropdown-toggle */
}
.interviews.interviews-show {
  /* Label span must not be forced to 20x20 (dropdown-toggle > span rule); allow full "ADD TO CALENDAR" text */
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .interview-add-to-calendar-btn .interview-add-to-calendar-btn-label {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .interview-add-to-calendar-btn .interview-add-to-calendar-btn-chevron {
  flex-shrink: 0;
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .interview-add-to-calendar-btn:hover {
  background: #e5e7eb !important; /* gray-200 */
  color: #000 !important;
  border-radius: 12px !important; /* keep rectangular; do not use round hover from .dropdown-toggle:hover */
}
.interviews.interviews-show {
  /* Mobile: full-width Add to calendar button + larger tap targets in dropdown (action-sheet style) */
}
@media (max-width: 767px) {
  .interviews.interviews-show .interview-confirmation-panel .border-t.border-slate-100 > .flex.items-center.justify-between.border-b:first-child {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }
  .interviews.interviews-show .interview-confirmation-panel .border-t.border-slate-100 > .flex.items-center.justify-between.border-b:first-child .dropdown {
    width: 100%;
  }
  .interviews.interviews-show .interview-confirmation-panel .dropdown .interview-add-to-calendar-btn {
    width: 100% !important;
    justify-content: center !important;
  }
  .interviews.interviews-show .interview-confirmation-panel .dropdown.open .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    min-width: 100% !important;
    width: 100% !important;
  }
  .interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-menu > li > a {
    min-height: 48px !important;
    padding: 14px 16px !important;
    align-items: center !important;
  }
}
.interviews.interviews-show a.btn {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
.interviews.interviews-show .interview-primary-cta,
.interviews.interviews-show .interview-secondary-cta {
  text-decoration: none !important;
}
.interviews.interviews-show .interview-primary-cta:hover, .interviews.interviews-show .interview-primary-cta:focus, .interviews.interviews-show .interview-primary-cta:active, .interviews.interviews-show .interview-primary-cta:visited,
.interviews.interviews-show .interview-secondary-cta:hover,
.interviews.interviews-show .interview-secondary-cta:focus,
.interviews.interviews-show .interview-secondary-cta:active,
.interviews.interviews-show .interview-secondary-cta:visited {
  text-decoration: none !important;
}
.interviews.interviews-show {
  /* Add-to-calendar dropdown: override Bootstrap .dropdown-menu so popup is rounded and has ample padding */
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-menu {
  border-radius: 1rem !important;
  padding: 0.25rem !important;
  min-width: 220px;
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-menu > li > a {
  padding: 0.625rem 1rem !important;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.interviews.interviews-show {
  /* Dropdown item icons: match Add to calendar color (sky-600) */
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-menu > li > a svg {
  color: #0284c7 !important; /* sky-600 */
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-menu > li > a:hover,
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-menu > li > a:focus {
  background-color: #f1f5f9 !important;
  color: #334155 !important;
}
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-menu > li > a:hover svg,
.interviews.interviews-show .interview-confirmation-panel .dropdown .dropdown-menu > li > a:focus svg {
  color: #0284c7 !important;
}
.interviews.interviews-show {
  /* Cancel Interview modal: use px so Bootstrap html{ font-size:10px } does not shrink rem and distort proportion (pic 1) */
}
.interviews.interviews-show #interviewCancellationForm.interview-cancellation-modal-open {
  display: flex !important;
}
.interviews.interviews-show .interview-cancellation-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
}
.interviews.interviews-show .interview-cancellation-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5); /* slate-900/50 */
  cursor: pointer;
}
.interviews.interviews-show .interview-cancellation-modal-card {
  position: relative;
  width: 100%;
  max-width: 576px; /* px: avoid rem shrinking from Bootstrap root 10px */
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.interviews.interviews-show .interview-cancellation-modal-content {
  padding: 32px; /* p-8 in px so proportion matches test/pic 1 */
  font-size: 16px;
  line-height: 24px;
  color: #0f172a;
}
.interviews.interviews-show .interview-cancellation-modal-title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0f172a;
  text-align: left;
}
.interviews.interviews-show .interview-cancellation-form-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.interviews.interviews-show .interview-cancellation-form-group {
  margin-bottom: 0;
}
.interviews.interviews-show .interview-cancellation-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}
.interviews.interviews-show .interview-cancellation-field-wrapper {
  width: 100%;
}
.interviews.interviews-show {
  /* Override _forms.css select { height: 33px } so selected value is visible; use min-height + height auto */
}
.interviews.interviews-show .interview-cancellation-select {
  width: 100%;
  height: auto !important;
  min-height: 52px;
  padding: 16px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #0f172a !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
}
.interviews.interviews-show .interview-cancellation-select:focus {
  outline: none;
  border-color: #0284c7;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.3);
}
.interviews.interviews-show .interview-cancellation-detailed-reason {
  margin-top: 0;
}
.interviews.interviews-show {
  /* Force full width: override any Bootstrap col-sm-8 or similar wrapper around the textarea */
}
.interviews.interviews-show .interview-cancellation-detailed-reason .interview-cancellation-textarea-wrapper,
.interviews.interviews-show .interview-cancellation-detailed-reason .col-sm-8,
.interviews.interviews-show .interview-cancellation-detailed-reason .col-xs-12.col-sm-8 {
  width: 100% !important;
  max-width: 100% !important;
}
.interviews.interviews-show {
  /* Fixed height ~2 rows (2 * 24px line + 32px padding); no autosize - content scrolls */
}
.interviews.interviews-show .interview-cancellation-textarea {
  width: 100% !important;
  height: 80px !important;
  min-height: 80px;
  max-height: 80px !important;
  overflow-y: auto !important;
  padding: 16px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #0f172a !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  resize: none !important;
  box-sizing: border-box;
  display: block;
  vertical-align: top;
}
.interviews.interviews-show .interview-cancellation-textarea:focus {
  outline: none;
  border-color: #0284c7;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.3);
}
.interviews.interviews-show .interview-cancellation-error-text {
  font-size: 14px;
  color: #dc2626;
}
.interviews.interviews-show .interview-cancellation-note {
  margin-top: 24px;
  padding: 16px;
  background: #fffbeb;
  border: 1px solid #fef3c7;
  border-radius: 16px;
}
.interviews.interviews-show .interview-cancellation-note-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.625;
  color: #92400e;
}
.interviews.interviews-show .interview-cancellation-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.interviews.interviews-show {
  /* Invitation slide: row on desktop (>=640px), column on mobile */
}
@media (min-width: 640px) {
  .interviews.interviews-show .interview-invitation-slide .interview-cancellation-actions {
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .interviews.interviews-show .interview-invitation-slide .interview-cancellation-submit-btn,
  .interviews.interviews-show .interview-invitation-slide .interview-cancellation-stay-btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
}
.interviews.interviews-show {
  /* Decline form: row on desktop (>=640px), column on mobile */
}
@media (min-width: 640px) {
  .interviews.interviews-show #interview-decline-form .interview-cancellation-actions {
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .interviews.interviews-show #interview-decline-form .interview-cancellation-actions .interview-cancellation-submit-btn,
  .interviews.interviews-show #interview-decline-form .interview-cancellation-actions .interview-cancellation-stay-btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
}
.interviews.interviews-show .interview-cancellation-submit-btn {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #fff;
  text-decoration: none;
  background: #0284c7;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(2, 132, 199, 0.25);
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.interviews.interviews-show .interview-cancellation-submit-btn:hover {
  background: #0369a1;
  color: #fff;
  text-decoration: none;
}
.interviews.interviews-show .interview-cancellation-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.interviews.interviews-show .interview-cancellation-stay-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #94a3b8;
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.interviews.interviews-show .interview-cancellation-stay-btn:hover {
  color: #475569;
  text-decoration: none;
}
.interviews.interviews-show {
  /* Reschedule Interview modal - align with test.html */
}
.interviews.interviews-show #interviewRescheduleModal.interview-reschedule-modal-open {
  display: flex !important;
}
.interviews.interviews-show #interviewSelectorConfirmationModal.interview-reschedule-modal-open {
  display: flex !important;
}
.interviews.interviews-show .interview-reschedule-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
  background: rgba(15, 23, 42, 0.5);
}
.interviews.interviews-show .interview-reschedule-modal-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.interviews.interviews-show .interview-reschedule-modal-card {
  position: relative;
  width: 100%;
  max-width: 672px; /* max-w-2xl */
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.interviews.interviews-show .interview-reschedule-modal-content {
  padding: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #0f172a;
}
.interviews.interviews-show .interview-reschedule-modal-header {
  text-align: center;
  margin-bottom: 32px;
}
.interviews.interviews-show .interview-reschedule-modal-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border: 4px solid #f8fafc;
}
.interviews.interviews-show .interview-reschedule-modal-logo-placeholder {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f8fafc;
}
.interviews.interviews-show .interview-reschedule-modal-logo-icon {
  font-size: 24px;
  color: #94a3b8;
}
.interviews.interviews-show .interview-reschedule-modal-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #0f172a;
  text-align: center;
}
.interviews.interviews-show .interview-reschedule-modal-current-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 16px;
  font-size: 14px;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 9999px;
}
.interviews.interviews-show .interview-reschedule-date-chips {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.interviews.interviews-show {
  /* Available chips: green-200 background, green-700 text */
}
.interviews.interviews-show .interview-reschedule-date-chip {
  flex: 0 0 auto;
  min-width: 100px;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #86efac; /* green-300 */
  background: #bbf7d0; /* green-200 */
  color: #15803d; /* green-700 */
  cursor: pointer;
}
.interviews.interviews-show .interview-reschedule-date-chip--unavailable {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f8fafc;
  color: #64748b;
  border-color: #e2e8f0;
}
.interviews.interviews-show .interview-reschedule-date-chip--selected {
  border-width: 2px;
  border-color: #16a34a; /* green-600 */
  background: #bbf7d0; /* green-200 */
  color: #15803d; /* green-700 */
  font-weight: 700 !important;
}
.interviews.interviews-show .interview-reschedule-date-chip--selected .interview-reschedule-date-chip-day,
.interviews.interviews-show .interview-reschedule-date-chip--selected .interview-reschedule-date-chip-label {
  font-weight: 700 !important;
}
.interviews.interviews-show .interview-reschedule-date-chip:not(.interview-reschedule-date-chip--unavailable):hover {
  border-color: #16a34a;
  color: #15803d;
}
.interviews.interviews-show .interview-reschedule-date-chip-day {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.interviews.interviews-show .interview-reschedule-date-chip-label {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-top: 2px;
}
.interviews.interviews-show .interview-reschedule-date-chip--selected .interview-reschedule-date-chip-label {
  font-style: normal;
}
.interviews.interviews-show {
  /* Max 2 visible rows; overflow scrolls (padding 12px * 2 + line ~20px per row, gap 12px = ~100px) */
  /* ~2.5 rows visible so users see there are more slots to scroll */
}
.interviews.interviews-show .interview-reschedule-time-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
  max-height: 150px;
  overflow-y: auto;
}
.interviews.interviews-show .interview-reschedule-time-grid--active {
  display: grid !important;
}
.interviews.interviews-show {
  /* Selector panel: no height limit on time grid (reschedule modal keeps max-height) */
}
.interviews.interviews-show #interview-selector-panel .interview-reschedule-time-grid {
  max-height: none;
  overflow-y: visible;
}
.interviews.interviews-show {
  /* Selector panel: Back + Book Interview row on desktop */
}
@media (min-width: 640px) {
  .interviews.interviews-show #interview-selector-panel .interview-cancellation-actions {
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .interviews.interviews-show #interview-selector-panel .interview-cancellation-actions .interview-cancellation-submit-btn,
  .interviews.interviews-show #interview-selector-panel .interview-cancellation-actions .interview-cancellation-stay-btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
}
.interviews.interviews-show .interview-reschedule-time-slot {
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.interviews.interviews-show .interview-reschedule-time-slot:hover {
  border-color: #0284c7;
  color: #0284c7;
}
.interviews.interviews-show .interview-reschedule-time-slot.selected {
  border-color: #0284c7;
  color: #0284c7;
  background: #f0f9ff;
}
.interviews.interviews-show .interview-reschedule-actions {
  display: flex;
  gap: 12px;
}
.interviews.interviews-show .interview-reschedule-cancel-btn {
  flex: 1;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #64748b;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  cursor: pointer;
}
.interviews.interviews-show .interview-reschedule-cancel-btn:hover {
  color: #475569;
  background: #f8fafc;
}
.interviews.interviews-show .interview-reschedule-confirm-btn {
  flex: 1;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #0284c7;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(2, 132, 199, 0.25);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.interviews.interviews-show .interview-reschedule-confirm-btn:hover:not(:disabled) {
  background: #0369a1;
}
.interviews.interviews-show .interview-reschedule-confirm-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.interviews.interviews-show .interview-reschedule-modal-no-slots {
  margin: 0 0 24px;
  font-size: 16px;
  color: #64748b;
  text-align: center;
}
.interviews.interviews-show a.btn-86-default {
  border: 1px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
@media (min-width: 992px) {
  .interviews.interviews-show a.btn-86-default:hover {
    color: #fff;
  }
}
.interviews.interviews-show a.btn.btn-primary {
  color: #fff;
}
.interviews.interviews-show a.back-button {
  color: rgb(13.4615384615, 148.0769230769, 211.5384615385);
  font-size: 16px;
}
@media (min-width: 992px) {
  .interviews.interviews-show a.back-button:hover {
    color: rgb(10.4102564103, 114.5128205128, 163.5897435897);
  }
}
.interviews.interviews-show .interview-confirmation-panel .btn-86-default {
  padding: 8px 3px;
  width: 100%;
  font-size: 11px;
  text-transform: none;
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-confirmation-panel .btn-86-default:hover {
    color: #fff;
  }
}
.interviews.interviews-show .interview-confirmation-panel .explanatory-notes {
  font-size: 12px;
}
@media (min-width: 992px) {
  .interviews.interviews-show .col-md-offset-3 {
    margin-left: 25%;
  }
}
.interviews.interviews-show .interview-time-selector {
  min-height: 600px;
}
.interviews.interviews-show .interview-time-selector h1, .interviews.interviews-show .interview-time-selector h2, .interviews.interviews-show .interview-time-selector h3, .interviews.interviews-show .interview-time-selector h4 {
  margin-bottom: 20px;
  text-align: center;
}
.interviews.interviews-show .interview-time-selector h1.increased-bottom-margin, .interviews.interviews-show .interview-time-selector h2.increased-bottom-margin, .interviews.interviews-show .interview-time-selector h3.increased-bottom-margin, .interviews.interviews-show .interview-time-selector h4.increased-bottom-margin {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-time-selector h1.increased-bottom-margin, .interviews.interviews-show .interview-time-selector h2.increased-bottom-margin, .interviews.interviews-show .interview-time-selector h3.increased-bottom-margin, .interviews.interviews-show .interview-time-selector h4.increased-bottom-margin {
    margin-bottom: 40px;
  }
}
.interviews.interviews-show .interview-time-selector .day-selector {
  width: 100%;
}
.interviews.interviews-show .interview-time-selector .day-selector a.angle {
  color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
  text-decoration: none;
}
.interviews.interviews-show .interview-time-selector .day-box-wrapper {
  width: 100%;
}
.interviews.interviews-show .interview-time-selector .day-box-wrapper h4 {
  margin: 0;
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-time-selector .day-box-wrapper {
    width: 12.5%;
  }
  .interviews.interviews-show .interview-time-selector .day-box-wrapper h4 {
    margin: 10px 0 10px;
  }
}
.interviews.interviews-show .interview-time-selector {
  /* Tailwind selector: day row is a 7-col grid; day box should fill cell */
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-time-selector .interview-selector-day-row .day-box-wrapper {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-time-selector .angle-wrapper {
    width: 6.25%;
  }
}
.interviews.interviews-show .interview-time-selector .panel.daybox .panel-body {
  padding: 10px;
}
.interviews.interviews-show .interview-time-selector .panel.daybox .panel-body h4 {
  text-align: center;
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-time-selector .panel.daybox .panel-body:hover {
    background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  }
  .interviews.interviews-show .interview-time-selector .panel.daybox .panel-body:hover h4 {
    color: #fff;
    transition: color 0.3s ease;
  }
  .interviews.interviews-show .interview-time-selector .panel.daybox .panel-body:hover {
    transition: background-color 0.3s ease;
  }
}
.interviews.interviews-show .interview-time-selector .panel.daybox.disabled .panel-body {
  background-color: lightgray;
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-time-selector .panel.daybox.disabled:hover h4 {
    color: #3d4d42;
  }
}
.interviews.interviews-show .interview-time-selector .time-selector {
  display: none;
}
.interviews.interviews-show .interview-time-selector .time-selector a {
  color: black;
}
.interviews.interviews-show .interview-time-selector .time-selector a.back-button {
  color: rgb(13.4615384615, 148.0769230769, 211.5384615385);
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-time-selector .time-selector a.back-button:hover {
    color: rgb(10.4102564103, 114.5128205128, 163.5897435897);
  }
}
.interviews.interviews-show .interview-time-selector .time-selector .timeslot a {
  display: block;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  padding: 5px 15px 5px;
  width: 100%;
}
.interviews.interviews-show .interview-time-selector .time-selector .timeslot a:hover {
  text-decoration: none;
}
.interviews.interviews-show .interview-time-selector .time-selector .panel.timeslot .panel-body {
  color: #f2f1f0;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .interviews.interviews-show .interview-time-selector .time-selector .panel.timeslot .panel-body:hover {
    background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  }
  .interviews.interviews-show .interview-time-selector .time-selector .panel.timeslot .panel-body:hover a {
    color: #fff;
    transition: color 0.3s ease;
  }
  .interviews.interviews-show .interview-time-selector .time-selector .panel.timeslot .panel-body:hover {
    transition: background-color 0.3s ease;
  }
}

@media (max-width: 767px) {
  .job-posting-form.form-horizontal .radios {
    display: flex;
    flex-wrap: wrap;
  }
  .job-posting-form.form-horizontal .radio {
    margin-right: 0;
    width: 50%;
  }
}
.job-posting-form.form-horizontal .radio.small {
  font-size: 12px;
  width: 160px;
}
.job-posting-form.form-horizontal .job-posting-compensation-fields {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .job-posting-form.form-horizontal .job-posting-compensation-fields {
    padding: 0 15px 0;
  }
}
.job-posting-form.form-horizontal .job-posting-compensation-fields [class*=col-] {
  padding: 0;
}
.job-posting-form.form-horizontal .job-posting-compensation-fields [class*=col-].no-padding {
  padding: 0;
}
@media (min-width: 992px) {
  .job-posting-form.form-horizontal .job-posting-compensation-fields [class*=col-] {
    padding: 0 0 0 15px;
  }
  .job-posting-form.form-horizontal .job-posting-compensation-fields [class*=col-].no-padding {
    padding: 0;
  }
  .job-posting-form.form-horizontal .job-posting-compensation-fields [class*=col-].extra-left-padding {
    padding-left: 30px;
  }
}
.job-posting-form.form-horizontal .job-posting-compensation-fields a.chosen-single {
  display: block;
}
.job-posting-form.form-horizontal .job-posting-compensation-fields div.form-control:hover {
  border-color: rgb(161.4775280899, 166.5056179775, 169.5224719101);
  box-shadow: none;
}
.job-posting-form.form-horizontal .job-posting-compensation-fields div.form-control {
  font-size: 16px;
  padding: 6px 12px;
}
.job-posting-form.form-horizontal #international-applicant-slider {
  bottom: 2px;
  top: 8px;
}
@media (min-width: 650px) {
  .job-posting-form.form-horizontal #international-applicant-slider {
    top: 29px;
  }
}
@media (max-width: 991px) {
  .job-posting-form.form-horizontal .job_posting_tipped_position > div {
    margin-top: 15px;
  }
}

.job_postings-show .job-posting-information-section {
  height: 1px;
  background-color: white;
  position: relative;
}
.job_postings-show .job-posting-featured-image-wrapper {
  width: 160px;
  height: 100px;
  background-color: white;
  position: absolute;
  top: -120px;
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
}
.job_postings-show .job-posting--location-logo-wrapper--img {
  height: 85px;
  margin: 7px auto;
  overflow: hidden;
  width: 85px;
}
.job_postings-show .job-posting-information {
  position: relative;
  top: -110px;
  left: 185px;
  width: 500px;
}
.job_postings-show .job-posting-information h2 {
  color: white;
}
.job_postings-show .job-posting-information h4 {
  color: white;
}
.job_postings-show .job-posting--details {
  margin-bottom: 80px;
}
.job_postings-show .job-posting--details li {
  list-style-type: circle;
}
.job_postings-show .job-posting--details .addthis_sharing_toolbox {
  margin-bottom: 40px;
  margin-top: 0px;
}
.job_postings-show .job-posting--headline {
  line-height: 1.5;
  margin-top: 0;
}
.job_postings-show .social-links {
  margin: 50px 0;
}
.job_postings-show .job-posting--location-logo-wrapper {
  background-color: white;
  border-radius: 3px;
  height: 100%;
  padding: 15px 15px 17px;
  text-align: center;
  width: 100%;
}
.job_postings-show .job-posting--location-logo-wrapper .img-responsive {
  margin: 0 auto;
}
.job_postings-show .back-to-jobs {
  margin-top: 1rem;
}
@media (min-width: 767px) {
  .job_postings-show .back-to-jobs a {
    color: white;
  }
  .job_postings-show .back-to-jobs {
    z-index: 1;
    position: absolute;
    top: 0px;
    margin-bottom: 20px;
  }
}
.job_postings-show ul {
  list-style-type: disc;
  padding-left: 22px;
}
.job_postings-show ul.dropdown-menu {
  list-style-type: none;
  padding-left: 0;
}

.job-posting--feature-box {
  background: #f2f1f0;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 15px 10px 15px;
}

.job-posting--feature-box--location-name {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .job-posting--feature-box--location-name {
    text-align: left;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  #job-alert-box .input-fields-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  #job-alert-box .input-fields-wrapper > div {
    width: 40%;
  }
}
#job-alert-box .input-fields-wrapper > div:nth-of-type(1) {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #job-alert-box .input-fields-wrapper > div:nth-of-type(1) {
    margin-bottom: 0;
  }
}

/* pad image so that search results are correctly spaced out */
.job-posting-logo-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .job-posting-logo-wrapper {
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .job-posting-logo-wrapper {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .job-posting-logo-wrapper {
    height: 150px;
  }
}

.job-posting-logo {
  min-height: 50px;
  padding: 10px 0;
}
.job-posting-logo .logo-placeholder {
  color: #151b1a;
  font-size: 70px;
}

.job-posting-location-name {
  margin: 10px 0 5px 0;
}

.job-posting-metadata h5 {
  margin: 0 0 10px 0;
}

.job-posting-titles,
h5.job-posting-titles {
  margin: 0 0 10px 0;
  color: rgb(194.6428571429, 190, 185.3571428571);
}

.job-posting-titles {
  font-size: 14px;
}

h5.featured-title {
  margin: 2px 0;
}

span.primary-title {
  color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
}

.job-posting-featured-badge {
  background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  color: white;
  font-size: 10px;
  font-weight: 700;
  left: 0;
  top: 0;
  padding: 0 5px 0;
  position: absolute;
  display: inline-block;
}

.job-posting-search-result {
  border-bottom: 1px solid #CCC;
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
  padding: 10px;
  position: relative;
}
.job-posting-search-result h4.job-title-headline {
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}

.job-posting-search-result .job-posting-logo .img-responsive {
  max-width: 120px;
  width: 100%;
}
.job-posting-search-result .job-posting-card-text {
  color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
@media (max-width: 767px) {
  .job-posting-search-result .job-posting-button-wrapper a.btn {
    margin-bottom: 15px;
  }
}
.job-posting-search-result .bolded-company-name {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 992px) {
  .job-posting-search-result.selected {
    background-color: #f2f1f0;
  }
}
@media (min-width: 992px) {
  .job-posting-search-result:hover {
    background-color: #f2f1f0;
  }
}

.search-results-wrapper {
  margin-top: 80px;
}
.search-results-wrapper.light {
  background-color: white;
  border-radius: 5px;
}

@media (min-width: 992px) {
  #job-description-panel {
    padding: 60px;
  }
}
#job-description-panel h3 {
  font-size: 20px;
}
#job-description-panel h3.job-title-header {
  font-size: 24px;
}
#job-description-panel h3.job-title-header strong {
  color: rgb(43.3125, 55.6875, 53.625);
}
#job-description-panel li {
  list-style-type: disc;
}
#job-description-panel .job-posting-featured-badge {
  position: static;
  font-size: 13px;
  width: initial;
  top: initial;
  left: initial;
}
@media (min-width: 992px) {
  #job-description-panel .job-posting-featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
#job-description-panel .job-posting--location-logo-wrapper {
  padding-left: 0;
  margin-bottom: 20px;
}
@media (min-width: screen-md-min) {
  #job-description-panel .job-posting--location-logo-wrapper {
    margin-bottom: 0;
  }
}

#job-description-modal h1, #job-description-modal h2, #job-description-modal h3, #job-description-modal h4, #job-description-modal h5, #job-description-modal h6 {
  margin-top: 0;
}
#job-description-modal hr {
  margin: 30px 0 30px;
}
#job-description-modal hr.blue {
  border-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
#job-description-modal hr.thick-line {
  border-top: 4px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
}
#job-description-modal .loader {
  margin: 0 auto;
  margin-top: 60px;
}
#job-description-modal .loader-arrow {
  font-size: 40px;
  text-align: center;
}
#job-description-modal .modal-wrapper {
  padding: 0;
  top: 10vh;
}
#job-description-modal .modal-header {
  max-height: 5vh;
}
#job-description-modal .heading {
  height: 5vh;
}
#job-description-modal .scroller {
  height: calc(100vh - 60px - 50px);
  max-height: none;
  overflow: auto;
  padding-bottom: 200px;
}

.btn-apply-now {
  box-shadow: 0px 6px 3px -2px rgba(0, 0, 0, 0.18);
}
@media (max-width: 991px) {
  .btn-apply-now {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
}

.tablet-apply-now-btn-wrapper {
  display: none;
}
@media (min-width: 650px) {
  .tablet-apply-now-btn-wrapper {
    display: block;
    margin: 20px -15px 20px;
  }
}
@media (min-width: 1200px) {
  .tablet-apply-now-btn-wrapper {
    display: none;
    margin: 0;
  }
}

@media (max-width: 650px) {
  .btn-apply-now.fixed {
    margin-bottom: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
}
.job-perk-wrapper {
  align-items: center;
  background: rgb(246.7714285714, 249.8571428571, 252.4285714286);
  border: 1px solid rgb(79.0384615385, 147.3076923077, 205.9615384615);
  color: rgb(39.8846153846, 95.4102564103, 143.1153846154);
  display: flex;
  height: 25px;
  border-radius: 5px;
  display: flex;
  font-size: 13px;
  line-height: 12px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 5px 10px 5px;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  text-align: center;
}
.job-perk-wrapper .text-wrapper {
  padding: 0;
  word-wrap: none;
}

.job-search-section {
  height: calc(100vh - 170px - 60px);
  overflow: hidden;
}
.job-search-section .job-search-section-left-column, .job-search-section .job-search-section-right-column {
  overflow: auto;
}
.job-search-section .job-search-section-left-column::-webkit-scrollbar, .job-search-section .job-search-section-right-column::-webkit-scrollbar {
  -webkit-appearance: none;
}
.job-search-section .job-search-section-left-column::-webkit-scrollbar:vertical, .job-search-section .job-search-section-right-column::-webkit-scrollbar:vertical {
  width: 11px;
}
.job-search-section .job-search-section-left-column, .job-search-section .job-search-section-right-column {
  /* Track */
}
.job-search-section .job-search-section-left-column::-webkit-scrollbar-track, .job-search-section .job-search-section-right-column::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.job-search-section .job-search-section-left-column::-webkit-scrollbar-thumb, .job-search-section .job-search-section-right-column::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: #888;
}
@media (min-width: 980px) {
  .job-search-section .job-search-section-left-column {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .job-search-section .job-search-section-left-column {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .job-search-section .job-search-section-left-column i.fa-location-arrow {
    color: rgb(60.6460674157, 64.2134831461, 66.3539325843);
    font-size: 16px;
  }
}
.job-search-section .job-search-section-right-column {
  width: 50%;
}
@media (min-width: 980px) {
  .job-search-section .job-search-section-right-column {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .job-search-section .job-search-section-right-column {
    width: 66.66%;
  }
}
.job-search-section .job-search-section-right-column .add-review-link {
  width: 100%;
}
@media (min-width: 992px) {
  .job-search-section .job-search-section-right-column .add-review-link {
    margin-left: 15px;
    width: auto;
  }
}
.job-search-section .pagination {
  margin-bottom: 0;
}
.job-search-section .mobile-job-search-bar.fixed {
  position: fixed;
  width: calc(100% - 29px);
  z-index: 5000;
}
@media (min-width: 1200px) {
  .job-search-section .mobile-job-search-bar {
    display: none;
  }
}
.job-search-section .job-description-panel-mobile #Show_Password_Label {
  right: 23px;
  top: 177px;
}

.applicants-job_seekers-dashboard {
  font-size: 14px;
}
.applicants-job_seekers-dashboard .page-wrap:after {
  height: 0;
}
@media (max-width: 767px) {
  .applicants-job_seekers-dashboard {
    cursor: pointer;
  }
}

body.applicants-job_seeker_profile .page-header-bar,
.employers-job_seekers-show .page-header-bar,
.applicants-job_seekers-dashboard .page-header-bar {
  display: flex;
}
@media (min-width: 650px) {
  body.applicants-job_seeker_profile .page-header-bar,
  .employers-job_seekers-show .page-header-bar,
  .applicants-job_seekers-dashboard .page-header-bar {
    justify-content: space-between;
  }
}
body.applicants-job_seeker_profile .bio-section-highlight,
.employers-job_seekers-show .bio-section-highlight,
.applicants-job_seekers-dashboard .bio-section-highlight {
  cursor: pointer;
  padding-top: 10px;
}
body.applicants-job_seeker_profile .bio-section-highlight.highlighted,
.employers-job_seekers-show .bio-section-highlight.highlighted,
.applicants-job_seekers-dashboard .bio-section-highlight.highlighted {
  background-color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  color: white;
  padding: 1px 0 1px;
}
body.applicants-job_seeker_profile .bio-section-highlight.highlighted h4,
.employers-job_seekers-show .bio-section-highlight.highlighted h4,
.applicants-job_seekers-dashboard .bio-section-highlight.highlighted h4 {
  color: white;
}
body.applicants-job_seeker_profile .bio-section-highlight.highlighted .edit-button-inner-wrapper i,
.employers-job_seekers-show .bio-section-highlight.highlighted .edit-button-inner-wrapper i,
.applicants-job_seekers-dashboard .bio-section-highlight.highlighted .edit-button-inner-wrapper i {
  color: #D3D3D3;
}
body.applicants-job_seeker_profile .bio-section-highlight.highlighted .edit-button-inner-wrapper i:hover,
.employers-job_seekers-show .bio-section-highlight.highlighted .edit-button-inner-wrapper i:hover,
.applicants-job_seekers-dashboard .bio-section-highlight.highlighted .edit-button-inner-wrapper i:hover {
  color: white;
}
body.applicants-job_seeker_profile strong,
.employers-job_seekers-show strong,
.applicants-job_seekers-dashboard strong {
  color: #151b1a;
  font-weight: normal;
}
body.applicants-job_seeker_profile .page-wrap:after,
.employers-job_seekers-show .page-wrap:after,
.applicants-job_seekers-dashboard .page-wrap:after {
  height: 0;
}
@media (max-width: 767px) {
  body.applicants-job_seeker_profile,
  .employers-job_seekers-show,
  .applicants-job_seekers-dashboard {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  body.applicants-job_seeker_profile .panel.information-section .with-left-padding,
  .employers-job_seekers-show .panel.information-section .with-left-padding,
  .applicants-job_seekers-dashboard .panel.information-section .with-left-padding {
    padding-left: 45px;
  }
}
body.applicants-job_seeker_profile .section-profile-level,
.employers-job_seekers-show .section-profile-level,
.applicants-job_seekers-dashboard .section-profile-level {
  color: #2dcc40;
  position: absolute;
  font-size: 14px;
  font-family: "Proxima Nova", sans-serif;
  right: 10px;
  top: 30px;
}
body.applicants-job_seeker_profile .section-profile-level-inline,
.employers-job_seekers-show .section-profile-level-inline,
.applicants-job_seekers-dashboard .section-profile-level-inline {
  color: #2dcc40;
  font-size: 14px;
  font-family: "Proxima Nova", sans-serif;
  height: 25px;
}

.canvas-container canvas {
  width: 100%;
  max-width: 130px;
  height: auto;
}

.profile-photo-explanation {
  margin: 0 0 15px 0;
}
@media (min-width: 650px) {
  .profile-photo-explanation {
    margin: 0;
  }
}

.profile-header {
  background-color: white;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
  font-size: 15px;
  margin-bottom: 20px;
  min-height: 200px;
  padding: 20px;
}
.profile-header h2 {
  text-transform: capitalize;
  font-size: 20px;
}
.profile-header a.favorite-star {
  color: white;
  font-size: 23px;
  position: relative;
  top: 0px;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  text-decoration: none;
}
.profile-header a.favorite-star:focus {
  text-decoration: none;
}
.profile-header a.favorite-star:hover {
  color: #f1df65;
  text-shadow: none;
}
.profile-header a.favorite-star.solid {
  color: #f1df65;
  text-shadow: none;
}
.profile-header a.favorite-star.solid:hover {
  color: yellow;
}

ul.work-history-list {
  float: left;
  padding-left: 0;
  width: 100%;
}

ul.work-history-list li {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
ul.work-history-list li:last-child {
  margin-bottom: 10px;
}

a.gallery-link-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}
a.gallery-link-wrapper .gallery-photos {
  width: 100%;
}

a.gallery-link-wrapper.clear-back {
  height: auto;
  background-color: transparent;
}

.profile-picture-upload {
  position: relative;
  display: inline-block;
}

.remove-button {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  border: 2px solid white;
  line-height: 24px;
  background-color: rgb(215.2317596567, 68.7682403433, 93.017167382);
  color: white;
  text-align: center;
  text-decoration: none;
}
.remove-button:hover {
  background-color: #c02942;
}
.remove-button {
  right: 10px;
  font-size: 17px;
}
.remove-button, .remove-button:visited, .remove-button:hover {
  color: white;
  text-decoration: none;
}

.job-seeker-city {
  position: relative;
  margin-bottom: 15px;
}
.job-seeker-city .remove_nested_fields {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  border: 2px solid white;
  line-height: 24px;
  background-color: rgb(215.2317596567, 68.7682403433, 93.017167382);
  color: white;
  text-align: center;
  text-decoration: none;
}
.job-seeker-city .remove_nested_fields:hover {
  background-color: #c02942;
}
.job-seeker-city .remove_nested_fields {
  right: -13px;
}

.panel-body .img-responsive {
  margin: 0 auto;
}

.panel-body.reduced-left-padding {
  padding-left: 0px;
}

.preferred-hours .checkbox label .check {
  left: 0;
  margin-right: 0;
}

.profile-picture .img-responsive {
  margin: 0 auto;
  width: 100%;
}

img.profile-image {
  padding: 10px 10px;
  max-height: 200px;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
img.profile-image.placeholder {
  height: 120px;
}

.summary-section h4 {
  text-align: center;
  text-transform: capitalize;
}
.summary-section small {
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  .profile-buttons a {
    width: 100%;
  }
}
.social-links .social-link-wrapper {
  position: relative;
}
.social-links img {
  width: 40px;
}
.social-links img.linkedin {
  width: 48px;
}

@media (max-width: 767px) {
  .summary-section .social-links {
    padding-left: 0px;
  }
}

.image-cropper-modal .modal-dialog {
  max-width: 640px;
}
.image-cropper-modal .modal-content {
  border-radius: 16px;
}
.image-cropper-modal .image-cropper-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-cropper-modal .image-cropper-preview {
  width: 100%;
  min-height: 300px;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.image-cropper-modal .image-cropper-preview img {
  max-width: 100%;
  max-height: 400px;
  display: block;
}
.image-cropper-modal .image-cropper-commands {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.image-cropper-modal .image-cropper-actions {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 10px;
}
.image-cropper-modal .image-cropper-actions .btn-link {
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
}
.image-cropper-modal .image-cropper-actions .btn-link:hover {
  background: #f0f0f0;
}
.image-cropper-modal .image-cropper-zoom-slider {
  width: 100%;
}
.image-cropper-modal .image-cropper-zoom-slider input[type=range] {
  width: 100%;
}
.image-cropper-modal .image-cropper-modal.image-cropper-no-header .modal-header {
  display: none;
}
.image-cropper-modal .image-cropper-modal.image-cropper-no-header .modal-content {
  border-top: none;
}
.image-cropper-modal .image-cropper-footer {
  width: 100%;
  border-top: 1px solid #ededed;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.image-cropper-modal .image-cropper-footer .btn-86-secondary {
  background: #ffffff;
  border: 1px solid #0a6aeb;
  color: #0a6aeb;
  padding: 8px 20px;
  border-radius: 6px;
}
.image-cropper-modal .image-cropper-footer .btn-86-primary {
  background: #5f6368;
  border: 1px solid #5f6368;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .image-cropper-modal .image-cropper-actions {
    flex-wrap: wrap;
  }
  .image-cropper-modal .image-cropper-footer {
    flex-direction: column;
    align-items: stretch;
  }
}

.explanatory-notes {
  font-size: 12px;
  text-transform: none;
}

.applicants-job_seeker_profile, .employers-job_seekers-show {
  font-size: 14px;
}

/* popup forms */
#popupForm .col-md-offset-3 {
  margin-left: 25%;
}

.grey-font {
  color: rgb(201.4466292135, 204.3258426966, 206.0533707865);
}

a.btn.btn-danger {
  color: #c02942;
}
a.btn.btn-danger:hover {
  color: #FFF;
}

a.remove_nested_fields {
  color: white;
}

.reference-profile-section .endorsement-icon-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .reference-profile-section .endorsement-icon-wrapper {
    text-align: center;
  }
}

body.public_profile-show {
  background-color: #F9F9F9;
  font-size: 14px;
}
body.public_profile-show h4 {
  margin-bottom: 15px;
}
body.public_profile-show .page-wrap:after {
  height: 0;
}
@media (max-width: 767px) {
  body.public_profile-show {
    cursor: pointer;
  }
}
body.public_profile-show .header-image-wrapper {
  background-size: cover;
  background-position: 20% 70%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
body.public_profile-show strong {
  color: #151b1a;
  font-weight: normal;
}
body.public_profile-show .canvas-container canvas {
  width: 100% !important;
  max-width: 130px;
  height: auto !important;
}
body.public_profile-show .profile-header {
  background-color: white;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  font-size: 15px;
  margin-bottom: 20px;
  min-height: 200px;
  padding: 20px;
}
body.public_profile-show .profile-header h2 {
  text-transform: capitalize;
  font-size: 20px;
}
body.public_profile-show .profile-header a.favorite-star {
  color: white;
  font-size: 23px;
  position: relative;
  top: 0px;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  text-decoration: none;
}
body.public_profile-show .profile-header a.favorite-star:focus {
  text-decoration: none;
}
body.public_profile-show .profile-header a.favorite-star:hover {
  color: #f1df65;
  text-shadow: none;
}
body.public_profile-show .profile-header a.favorite-star.solid {
  color: #f1df65;
  text-shadow: none;
}
body.public_profile-show .profile-header a.favorite-star.solid:hover {
  color: yellow;
}
body.public_profile-show ul.work-history-list {
  float: left;
  padding-left: 0;
  width: 100%;
}
body.public_profile-show ul.work-history-list li {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
body.public_profile-show ul.work-history-list li:last-child {
  margin-bottom: 10px;
}
body.public_profile-show a.gallery-link-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}
body.public_profile-show a.gallery-link-wrapper .gallery-photos {
  width: 100%;
}
body.public_profile-show a.gallery-link-wrapper.clear-back {
  height: auto;
  background-color: transparent;
}
body.public_profile-show .profile-picture-upload {
  position: relative;
  display: inline-block;
}
body.public_profile-show .remove-button {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  border: 2px solid white;
  line-height: 24px;
  background-color: rgb(215.2317596567, 68.7682403433, 93.017167382);
  color: white;
  text-align: center;
  text-decoration: none;
}
body.public_profile-show .remove-button:hover {
  background-color: #c02942;
}
body.public_profile-show .remove-button {
  right: 10px;
  font-size: 17px;
}
body.public_profile-show .remove-button, body.public_profile-show .remove-button:visited, body.public_profile-show .remove-button:hover {
  color: white;
  text-decoration: none;
}
body.public_profile-show .job-seeker-city {
  position: relative;
  margin-bottom: 15px;
}
body.public_profile-show .job-seeker-city .remove_nested_fields {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  border: 2px solid white;
  line-height: 24px;
  background-color: rgb(215.2317596567, 68.7682403433, 93.017167382);
  color: white;
  text-align: center;
  text-decoration: none;
}
body.public_profile-show .job-seeker-city .remove_nested_fields:hover {
  background-color: #c02942;
}
body.public_profile-show .job-seeker-city .remove_nested_fields {
  right: -13px;
}
body.public_profile-show .panel-body {
  box-shadow: 0px 0px 4px -1px #999;
}
body.public_profile-show .panel-body .img-responsive {
  margin: 0 auto;
}
body.public_profile-show .panel-body.reduced-left-padding {
  padding-left: 0px;
}
body.public_profile-show .preferred-hours .checkbox label .check {
  left: 0;
  margin-right: 0;
}
body.public_profile-show .profile-picture .img-responsive {
  margin: 0 auto;
  width: 100%;
}
body.public_profile-show .panel-body h4 {
  margin-top: 0px;
}
body.public_profile-show .summary-section h4 {
  text-align: center;
  text-transform: capitalize;
}
body.public_profile-show .summary-section small {
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  body.public_profile-show .profile-buttons a {
    width: 100%;
  }
}
body.public_profile-show .social-links {
  display: flex;
  justify-content: center;
}
body.public_profile-show .social-links .social-icon-item {
  padding-left: 0;
  width: 25%;
}
@media (min-width: 992px) {
  body.public_profile-show .social-links {
    justify-content: flex-start;
  }
}
body.public_profile-show .social-links .social-link-wrapper {
  position: relative;
}
body.public_profile-show .social-links img {
  width: 40px;
}
body.public_profile-show .social-links img.linkedin {
  width: 48px;
}
@media (max-width: 767px) {
  body.public_profile-show .summary-section .social-links {
    padding-left: 0px;
  }
}
body.public_profile-show .explanatory-notes {
  font-size: 12px;
  text-transform: none;
}
body.public_profile-show {
  /* popup forms */
}
body.public_profile-show #popupForm .col-md-offset-3 {
  margin-left: 25%;
}
body.public_profile-show .grey-font {
  color: rgb(201.4466292135, 204.3258426966, 206.0533707865);
}
body.public_profile-show a.remove_nested_fields {
  color: white;
}
body.public_profile-show .reference-profile-section .endorsement-icon-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  body.public_profile-show .reference-profile-section .endorsement-icon-wrapper {
    text-align: center;
  }
}
body.public_profile-show .header-image-wrapper:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}
body.public_profile-show .job-seeker-logo-wrapper {
  padding-top: 10%;
  width: 100%;
}
body.public_profile-show .job-seeker-logo-bg {
  background-color: white;
  border: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
  box-shadow: 0px 0px 4px -1px #999;
  position: relative;
  border-radius: 20px;
  text-align: center;
  padding: 10%;
}
body.public_profile-show .job-seeker-logo-wrapper--img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
body.public_profile-show .job-seeker-logo-wrapper--img .img-responsive {
  margin: 0 auto;
  width: 100%;
}
body.public_profile-show .job-seeker-title-information {
  position: relative;
}
body.public_profile-show .job-seeker-title-information a {
  margin-bottom: 10px;
}
body.public_profile-show .job-seeker-title-information h2, body.public_profile-show .job-seeker-title-information h4 {
  text-align: center;
  margin-bottom: 8px;
}
body.public_profile-show .job-seeker-title-information h4 {
  margin-top: 8px;
}
@media (min-width: 768px) {
  body.public_profile-show .job-seeker-title-information h2, body.public_profile-show .job-seeker-title-information h4, body.public_profile-show .job-seeker-title-information h5 {
    color: white;
  }
  body.public_profile-show .job-seeker-title-information a {
    margin-bottom: 0;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  body.public_profile-show .job-seeker-title-information h2, body.public_profile-show .job-seeker-title-information h4 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  body.public_profile-show .job-seeker-header {
    margin-top: -130px;
    margin-bottom: 13px;
  }
}
body.public_profile-show .job-seeker-header .addthis_sharing_toolbox {
  display: inline-block;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  body.public_profile-show .panel.information-section .with-left-padding {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  body.public_profile-show .status-update {
    height: 44px;
  }
}

@media (min-width: 992px) {
  .applicants-public_profiles .public-profile-slug-form {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .applicants-public_profiles .public-profile-slug-form .url-placeholder {
    font-size: 16px;
    padding: 5px 0 0;
  }
  .applicants-public_profiles .public-profile-slug-form .slug-field {
    flex-grow: 1;
    padding: 0;
  }
}

.applicants-job_seekers-account_settings,
.applicants-job_applications-index,
.applicants-job_alerts-index,
.applicants-messages-show,
.applicants-public_profiles,
.applicants-site_notifications,
.applicants-interviews,
.applicants-messages-index {
  font-size: 14px;
}
.applicants-job_seekers-account_settings .page-wrap:after,
.applicants-job_applications-index .page-wrap:after,
.applicants-job_alerts-index .page-wrap:after,
.applicants-messages-show .page-wrap:after,
.applicants-public_profiles .page-wrap:after,
.applicants-site_notifications .page-wrap:after,
.applicants-interviews .page-wrap:after,
.applicants-messages-index .page-wrap:after {
  height: 0;
}

@media (min-width: 992px) {
  .job_applications-new .col-md-offset-3,
  .applicants-job_seeker_profile-update_banner_image .col-md-offset-3,
  .applicants-reference_requests-create .col-md-offset-3 {
    margin-left: 25%;
  }
}

.applicants-public_profiles .button-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .applicants-public_profiles .button-wrapper {
    margin-bottom: 0;
  }
}

.pages-sitemap h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .pages-sitemap h3 {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .pages-sitemap ul {
    font-size: 0.85em;
  }
}

.pages.pages-privacy_policy ul {
  list-style-type: circle;
}
.pages.pages-privacy_policy ul li {
  padding-bottom: 10px;
}

.profile-pdf {
  background-color: white;
  color: #151b1a;
  font-size: 11px;
  margin-top: 30px;
}
.profile-pdf.enlarged-font {
  font-size: 13px;
}
.profile-pdf h2, .profile-pdf h3, .profile-pdf h4 {
  color: black;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px;
}
.profile-pdf h3 {
  font-size: 20px;
}
.profile-pdf h4 {
  font-size: 17px;
}
.profile-pdf hr {
  border-top: 2px solid black;
  border-bottom: none;
  height: 0;
}
.profile-pdf .section-title {
  display: flex;
}
.profile-pdf .section-title h4 {
  color: black;
  font-family: "Sunflower", sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.profile-pdf .section-title .divider {
  flex-grow: 1;
}
.profile-pdf .section-title .divider hr {
  margin: 7px 0 7px 5px;
}
.profile-pdf .section-title.short {
  display: block;
}
.profile-pdf .section-title.short .divider {
  flex-grow: 0;
}
.profile-pdf .section-title.short .divider hr {
  margin: 0;
}
.profile-pdf .profile-section {
  padding-bottom: 20px;
  padding-top: 20px;
  overflow: visible;
}
.profile-pdf .profile-image {
  border-radius: 50%;
}
.profile-pdf td.text-center {
  padding: 0;
  width: 14.1%;
}
.profile-pdf .checkbox span.check {
  height: 15px;
  width: 15px;
}
.profile-pdf .endorsement-list li:before {
  margin: 0 5px 0 -17px;
}
.profile-pdf .eightsix-logo {
  width: 50px;
}

.public-employer-logo {
  position: absolute;
  width: 170px;
  height: 170px;
  background-color: white;
  border: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
  border-radius: 20px;
  text-align: center;
  line-height: 150px;
}

.employer-stats {
  padding-top: 15px;
  position: relative;
  text-align: center;
}

.employer-description {
  margin-top: 20px;
}

.employer-title-information {
  position: relative;
}

.header-info-row {
  position: absolute;
  top: 130px;
  z-index: 1000;
}

.header-image-wrapper {
  background-size: cover;
  background-position: 20% 50%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.employer-logo-wrapper--img {
  height: 135px;
  margin: 17px auto;
  overflow: hidden;
  width: 140px;
}

.header-image-wrapper:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}

.location-information-section .container {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

.location-information-section .social-links {
  position: relative;
  color: white;
}

.location-information-section .social-links ul li {
  display: inline;
  margin-left: 10px;
}

.location-information-section {
  background-color: white;
  position: relative;
}

.location-logo-wrapper {
  padding-top: 10%;
  padding-bottom: 0;
  width: 100%;
  min-height: 140px;
}
@media (min-width: 992px) {
  .location-logo-wrapper {
    padding-bottom: 10%;
  }
}

.location-logo-bg {
  background-color: white;
  border: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
  position: relative;
  border-radius: 20px;
  text-align: center;
  padding: 8%;
}

.location-logo-wrapper--img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.location-logo-wrapper--img .img-responsive {
  margin: 0 auto;
  width: 100%;
}

.location-title-information {
  font-size: 14px;
  position: relative;
}
@media (min-width: 992px) {
  .location-title-information {
    margin-top: 25px;
  }
}
.location-title-information .first-row h2 {
  margin-bottom: 0;
}
.location-title-information .second-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.location-title-information .second-row .rating-column {
  display: flex;
  justify-content: flex-start;
}
.location-title-information .second-row .numerical-rating {
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}
.location-title-information .second-row .star-wrapper {
  margin-left: 0;
  margin-right: 15px;
}
.location-title-information .second-row .review-count-wrapper {
  margin-right: 20px;
}

.location-header {
  padding: 0 15px 0;
}
@media (min-width: 768px) {
  .location-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.location-header {
  margin-bottom: 15px;
}
.location-header .location-selector-field-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.location-header .location-selector-field-wrapper strong {
  font-size: 15px;
  font-weight: bold;
  color: black;
}
.location-header .location-selector-field-wrapper > div:nth-of-type(1) {
  width: 100%;
}
@media (min-width: 650px) {
  .location-header .location-selector-field-wrapper > div:nth-of-type(1) {
    width: auto;
  }
}
@media (min-width: 650px) {
  .location-header .location-selector-field-wrapper .location-selector-dropdown-field-wrapper {
    margin-left: 15px;
    width: 330px;
  }
}
.location-header .addthis_sharing_toolbox {
  display: block;
  margin-right: 15px;
}
.location-header .drawer-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.location-header .drawer-buttons-wrapper a {
  width: 25%;
}
.location-header .drawer-buttons-wrapper a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .location-header .drawer-buttons-wrapper {
    margin-top: 0;
  }
}
.location-header .drawer-buttons-wrapper .drawer-btn {
  color: black;
  font-size: 19px;
  padding: 10px 0 10px;
  text-align: center;
}
.location-header .drawer-buttons-wrapper .drawer-btn small {
  font-size: 13px;
}
.location-header .drawer-buttons-wrapper .drawer-btn.selected {
  font-family: "Roboto", sans-serif;
  border-bottom: 2px solid rgb(13.4615384615, 148.0769230769, 211.5384615385);
}

.featured-jobs-area {
  min-height: 300px;
  padding: 20px;
}

.location-stats {
  position: relative;
}

.location-stats span.stat {
  font-size: 24px;
}

.location-stats span.stat-description {
  font-size: 19px;
}

.stat-wrapper {
  margin: 30px 0 15px 0;
}

.featured-wrapper {
  border-top: 1px solid rgb(241.4157303371, 242.1460674157, 242.5842696629);
}

.featured-jobs-area h3 {
  padding-bottom: 30px;
}

.current-job-list .current-job-item {
  background-color: white;
  border: 1px solid rgb(214.7696629213, 216.9325842697, 218.2303370787);
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.current-job-list .current-job-item .action-button {
  margin-top: 15px;
}

.current-job-list .current-job-item .description {
  margin-top: 8px;
}

.location-featured {
  position: absolute;
  top: -3px;
  left: 10px;
  margin-left: -20px;
  text-align: center;
  padding: 4px;
  width: 33px;
  height: 33px;
  border-radius: 50px;
  background-color: #FFEC3D;
  background-image: url(/assets/star-icon-e37c7a8a075e4be55c45381070b6f0d07f6ae8872cf809039599f1894161cb90.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.location-featured img {
  width: 20px;
  height: 20px;
}
@media (min-width: 650px) {
  .location-featured {
    top: -18px;
    left: 0;
    padding: 8px 2px 7px 3px;
    width: 45px;
    height: 45px;
  }
}

.employer-company-page .sub-header,
.sessions.sessions-create .sub-header,
.reviews.reviews-create .sub-header,
.employers-salaries .sub-header,
.registrations.registrations-create .sub-header {
  font-size: 15px;
}
.employer-company-page .sub-header h1,
.sessions.sessions-create .sub-header h1,
.reviews.reviews-create .sub-header h1,
.employers-salaries .sub-header h1,
.registrations.registrations-create .sub-header h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.employer-company-page .sub-header > .row,
.sessions.sessions-create .sub-header > .row,
.reviews.reviews-create .sub-header > .row,
.employers-salaries .sub-header > .row,
.registrations.registrations-create .sub-header > .row {
  width: 100%;
}
.employer-company-page .sub-header .sub-header-titles,
.sessions.sessions-create .sub-header .sub-header-titles,
.reviews.reviews-create .sub-header .sub-header-titles,
.employers-salaries .sub-header .sub-header-titles,
.registrations.registrations-create .sub-header .sub-header-titles {
  display: flex;
  margin-bottom: 15px;
}
.employer-company-page .sub-header .sub-header-titles > div,
.sessions.sessions-create .sub-header .sub-header-titles > div,
.reviews.reviews-create .sub-header .sub-header-titles > div,
.employers-salaries .sub-header .sub-header-titles > div,
.registrations.registrations-create .sub-header .sub-header-titles > div {
  width: 20%;
  text-align: center;
}
.employer-company-page .sub-header .sub-header-titles > div:nth-of-type(1),
.sessions.sessions-create .sub-header .sub-header-titles > div:nth-of-type(1),
.reviews.reviews-create .sub-header .sub-header-titles > div:nth-of-type(1),
.employers-salaries .sub-header .sub-header-titles > div:nth-of-type(1),
.registrations.registrations-create .sub-header .sub-header-titles > div:nth-of-type(1) {
  width: 40%;
  text-align: left;
}
.employer-company-page .sub-header .sub-header-titles strong,
.sessions.sessions-create .sub-header .sub-header-titles strong,
.reviews.reviews-create .sub-header .sub-header-titles strong,
.employers-salaries .sub-header .sub-header-titles strong,
.registrations.registrations-create .sub-header .sub-header-titles strong {
  color: rgb(43.3125, 55.6875, 53.625);
}
.employer-company-page .sub-header .review-header,
.sessions.sessions-create .sub-header .review-header,
.reviews.reviews-create .sub-header .review-header,
.employers-salaries .sub-header .review-header,
.registrations.registrations-create .sub-header .review-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0 15px 0;
}
.employer-company-page .sub-header .review-header > *,
.sessions.sessions-create .sub-header .review-header > *,
.reviews.reviews-create .sub-header .review-header > *,
.employers-salaries .sub-header .review-header > *,
.registrations.registrations-create .sub-header .review-header > * {
  width: 100%;
}
.employer-company-page .sub-header .review-header h1,
.sessions.sessions-create .sub-header .review-header h1,
.reviews.reviews-create .sub-header .review-header h1,
.employers-salaries .sub-header .review-header h1,
.registrations.registrations-create .sub-header .review-header h1 {
  margin: 15px 0 15px;
}
.employer-company-page .sub-header .review-header > div,
.sessions.sessions-create .sub-header .review-header > div,
.reviews.reviews-create .sub-header .review-header > div,
.employers-salaries .sub-header .review-header > div,
.registrations.registrations-create .sub-header .review-header > div {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .employer-company-page .sub-header .review-header,
  .sessions.sessions-create .sub-header .review-header,
  .reviews.reviews-create .sub-header .review-header,
  .employers-salaries .sub-header .review-header,
  .registrations.registrations-create .sub-header .review-header {
    min-height: 60px;
    margin-bottom: 5px;
    padding: 0;
    flex-wrap: nowrap;
  }
  .employer-company-page .sub-header .review-header > *,
  .sessions.sessions-create .sub-header .review-header > *,
  .reviews.reviews-create .sub-header .review-header > *,
  .employers-salaries .sub-header .review-header > *,
  .registrations.registrations-create .sub-header .review-header > * {
    width: auto;
  }
  .employer-company-page .sub-header .review-header > div,
  .sessions.sessions-create .sub-header .review-header > div,
  .reviews.reviews-create .sub-header .review-header > div,
  .employers-salaries .sub-header .review-header > div,
  .registrations.registrations-create .sub-header .review-header > div {
    margin: 0;
  }
}
.employer-company-page ul.regular-list:not(.regular-bullets),
.sessions.sessions-create ul.regular-list:not(.regular-bullets),
.reviews.reviews-create ul.regular-list:not(.regular-bullets),
.employers-salaries ul.regular-list:not(.regular-bullets),
.registrations.registrations-create ul.regular-list:not(.regular-bullets) {
  list-style-type: none;
}
.employer-company-page ul.regular-list:not(.regular-bullets) li:before,
.sessions.sessions-create ul.regular-list:not(.regular-bullets) li:before,
.reviews.reviews-create ul.regular-list:not(.regular-bullets) li:before,
.employers-salaries ul.regular-list:not(.regular-bullets) li:before,
.registrations.registrations-create ul.regular-list:not(.regular-bullets) li:before {
  font-family: "FontAwesome";
  color: #03CF5F;
  content: "\f00c";
  margin: 0 3px 0 -18px;
}
.employer-company-page .panel-body,
.sessions.sessions-create .panel-body,
.reviews.reviews-create .panel-body,
.employers-salaries .panel-body,
.registrations.registrations-create .panel-body {
  font-size: 14px;
}
.employer-company-page .salary-card,
.sessions.sessions-create .salary-card,
.reviews.reviews-create .salary-card,
.employers-salaries .salary-card,
.registrations.registrations-create .salary-card {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.employer-company-page .salary-card .bottom-padding-mobile,
.sessions.sessions-create .salary-card .bottom-padding-mobile,
.reviews.reviews-create .salary-card .bottom-padding-mobile,
.employers-salaries .salary-card .bottom-padding-mobile,
.registrations.registrations-create .salary-card .bottom-padding-mobile {
  padding-bottom: 15px;
}
@media (min-width: 650px) {
  .employer-company-page .salary-card .bottom-padding-mobile,
  .sessions.sessions-create .salary-card .bottom-padding-mobile,
  .reviews.reviews-create .salary-card .bottom-padding-mobile,
  .employers-salaries .salary-card .bottom-padding-mobile,
  .registrations.registrations-create .salary-card .bottom-padding-mobile {
    padding-bottom: 0;
  }
}
.employer-company-page .salary-card > div,
.sessions.sessions-create .salary-card > div,
.reviews.reviews-create .salary-card > div,
.employers-salaries .salary-card > div,
.registrations.registrations-create .salary-card > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 650px) {
  .employer-company-page .salary-card > div,
  .sessions.sessions-create .salary-card > div,
  .reviews.reviews-create .salary-card > div,
  .employers-salaries .salary-card > div,
  .registrations.registrations-create .salary-card > div {
    display: block;
    width: 20%;
    text-align: center;
  }
  .employer-company-page .salary-card > div:nth-of-type(1),
  .sessions.sessions-create .salary-card > div:nth-of-type(1),
  .reviews.reviews-create .salary-card > div:nth-of-type(1),
  .employers-salaries .salary-card > div:nth-of-type(1),
  .registrations.registrations-create .salary-card > div:nth-of-type(1) {
    width: 40%;
    text-align: left;
  }
}
.employer-company-page .salary-card .tip-rating-wrapper,
.sessions.sessions-create .salary-card .tip-rating-wrapper,
.reviews.reviews-create .salary-card .tip-rating-wrapper,
.employers-salaries .salary-card .tip-rating-wrapper,
.registrations.registrations-create .salary-card .tip-rating-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 650px) {
  .employer-company-page .salary-card .tip-rating-wrapper,
  .sessions.sessions-create .salary-card .tip-rating-wrapper,
  .reviews.reviews-create .salary-card .tip-rating-wrapper,
  .employers-salaries .salary-card .tip-rating-wrapper,
  .registrations.registrations-create .salary-card .tip-rating-wrapper {
    justify-content: center;
  }
}
.employer-company-page .salary-card .salary-inline-label,
.sessions.sessions-create .salary-card .salary-inline-label,
.reviews.reviews-create .salary-card .salary-inline-label,
.employers-salaries .salary-card .salary-inline-label,
.registrations.registrations-create .salary-card .salary-inline-label {
  display: block;
}
@media (min-width: 650px) {
  .employer-company-page .salary-card .salary-inline-label,
  .sessions.sessions-create .salary-card .salary-inline-label,
  .reviews.reviews-create .salary-card .salary-inline-label,
  .employers-salaries .salary-card .salary-inline-label,
  .registrations.registrations-create .salary-card .salary-inline-label {
    display: none;
  }
}
.employer-company-page .review-aggregate-panel.panel,
.sessions.sessions-create .review-aggregate-panel.panel,
.reviews.reviews-create .review-aggregate-panel.panel,
.employers-salaries .review-aggregate-panel.panel,
.registrations.registrations-create .review-aggregate-panel.panel {
  font-size: 14px;
  margin-bottom: 15px;
}
.employer-company-page .review-aggregate-panel.panel .panel-body,
.sessions.sessions-create .review-aggregate-panel.panel .panel-body,
.reviews.reviews-create .review-aggregate-panel.panel .panel-body,
.employers-salaries .review-aggregate-panel.panel .panel-body,
.registrations.registrations-create .review-aggregate-panel.panel .panel-body {
  padding: 20px 0 20px;
  box-shadow: 0 0 7px 1px #999;
}
.employer-company-page .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row,
.sessions.sessions-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row,
.reviews.reviews-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row,
.employers-salaries .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row,
.registrations.registrations-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row {
  display: flex;
  align-items: center;
}
.employer-company-page .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(1),
.sessions.sessions-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(1),
.reviews.reviews-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(1),
.employers-salaries .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(1),
.registrations.registrations-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(1) {
  width: 60%;
}
.employer-company-page .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2),
.sessions.sessions-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2),
.reviews.reviews-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2),
.employers-salaries .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2),
.registrations.registrations-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2) {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 40%;
}
.employer-company-page .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2) .numerical-rating,
.sessions.sessions-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2) .numerical-rating,
.reviews.reviews-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2) .numerical-rating,
.employers-salaries .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2) .numerical-rating,
.registrations.registrations-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row > div:nth-of-type(2) .numerical-rating {
  margin-left: 7px;
  margin-top: 2px;
}
.employer-company-page .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1) h4,
.sessions.sessions-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1) h4,
.reviews.reviews-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1) h4,
.employers-salaries .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1) h4,
.registrations.registrations-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1) h4 {
  margin: 0 10px 0 0;
}
.employer-company-page .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1),
.sessions.sessions-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1),
.reviews.reviews-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1),
.employers-salaries .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1),
.registrations.registrations-create .review-aggregate-panel.panel .aggregate-ratings .aggregate-rating-row:nth-of-type(1) > div:nth-of-type(1) {
  display: flex;
}
.employer-company-page .review-aggregate-panel.panel .column-wrapper,
.sessions.sessions-create .review-aggregate-panel.panel .column-wrapper,
.reviews.reviews-create .review-aggregate-panel.panel .column-wrapper,
.employers-salaries .review-aggregate-panel.panel .column-wrapper,
.registrations.registrations-create .review-aggregate-panel.panel .column-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.employer-company-page .review-aggregate-panel.panel .recommendation-column,
.sessions.sessions-create .review-aggregate-panel.panel .recommendation-column,
.reviews.reviews-create .review-aggregate-panel.panel .recommendation-column,
.employers-salaries .review-aggregate-panel.panel .recommendation-column,
.registrations.registrations-create .review-aggregate-panel.panel .recommendation-column {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .employer-company-page .review-aggregate-panel.panel .recommendation-column,
  .sessions.sessions-create .review-aggregate-panel.panel .recommendation-column,
  .reviews.reviews-create .review-aggregate-panel.panel .recommendation-column,
  .employers-salaries .review-aggregate-panel.panel .recommendation-column,
  .registrations.registrations-create .review-aggregate-panel.panel .recommendation-column {
    margin-top: 0;
  }
}
.employer-company-page .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
.sessions.sessions-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
.reviews.reviews-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
.employers-salaries .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
.registrations.registrations-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1) {
  width: 45%;
  margin-right: 10px;
}
@media (min-width: 650px) {
  .employer-company-page .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
  .sessions.sessions-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
  .reviews.reviews-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
  .employers-salaries .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
  .registrations.registrations-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1) {
    width: 25%;
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .employer-company-page .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
  .sessions.sessions-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
  .reviews.reviews-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
  .employers-salaries .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1),
  .registrations.registrations-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(1) {
    width: 45%;
    margin-right: 10px;
  }
}
.employer-company-page .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(2),
.sessions.sessions-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(2),
.reviews.reviews-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(2),
.employers-salaries .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(2),
.registrations.registrations-create .review-aggregate-panel.panel .recommendation-column > div:nth-of-type(2) {
  width: 55%;
}
.employer-company-page .review-aggregate-panel.panel .regular-list,
.sessions.sessions-create .review-aggregate-panel.panel .regular-list,
.reviews.reviews-create .review-aggregate-panel.panel .regular-list,
.employers-salaries .review-aggregate-panel.panel .regular-list,
.registrations.registrations-create .review-aggregate-panel.panel .regular-list {
  display: flex;
  flex-wrap: wrap;
}
.employer-company-page .review-aggregate-panel.panel .regular-list li,
.sessions.sessions-create .review-aggregate-panel.panel .regular-list li,
.reviews.reviews-create .review-aggregate-panel.panel .regular-list li,
.employers-salaries .review-aggregate-panel.panel .regular-list li,
.registrations.registrations-create .review-aggregate-panel.panel .regular-list li {
  width: 100%;
}
@media (min-width: 650px) {
  .employer-company-page .review-aggregate-panel.panel .regular-list li,
  .sessions.sessions-create .review-aggregate-panel.panel .regular-list li,
  .reviews.reviews-create .review-aggregate-panel.panel .regular-list li,
  .employers-salaries .review-aggregate-panel.panel .regular-list li,
  .registrations.registrations-create .review-aggregate-panel.panel .regular-list li {
    margin-right: 25px;
    width: auto;
  }
}
.employer-company-page .canvas-container canvas,
.sessions.sessions-create .canvas-container canvas,
.reviews.reviews-create .canvas-container canvas,
.employers-salaries .canvas-container canvas,
.registrations.registrations-create .canvas-container canvas {
  width: 150px;
  max-width: none;
  height: 150px;
}
.employer-company-page .article-mini-card,
.sessions.sessions-create .article-mini-card,
.reviews.reviews-create .article-mini-card,
.employers-salaries .article-mini-card,
.registrations.registrations-create .article-mini-card {
  margin-bottom: 15px;
}

.employer-button-container {
  margin-bottom: 5px;
  margin-top: 15px;
}
.employer-button-container.with-image {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  bottom: 150px;
}

.employer-button-wrapper {
  display: flex;
  height: 37px;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.interviews-cancel h1, .interviews-cancel h2 {
  text-align: center;
}

.quick-apply-form {
  margin-bottom: 120px;
}
.quick-apply-form hr {
  margin: 15px 0 15px;
}
.quick-apply-form .social-login-section {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .quick-apply-form .social-login-section {
    margin-bottom: 30px;
  }
}
.quick-apply-form .social-button-wrapper {
  margin-bottom: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .quick-apply-form .social-button-wrapper {
    padding: 0 5px 0;
    margin-bottom: 0;
  }
  .quick-apply-form .social-button-wrapper:nth-of-type(1) {
    padding: 0 10px 0 0;
  }
  .quick-apply-form .social-button-wrapper:nth-of-type(3) {
    padding: 0 0 0 10px;
  }
}
.quick-apply-form .signup-input-wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .quick-apply-form .signup-input-wrapper {
    margin-bottom: 28px;
  }
}
.quick-apply-form #Show_Password_Label {
  top: 43px;
  right: 8px;
}
@media (min-width: 992px) {
  .quick-apply-form #Show_Password_Label {
    top: 8px;
  }
}

body.references h4 {
  font-size: 20px;
}

.references.references-thank_you strong {
  color: white;
}
.references.references-thank_you .container.header-area {
  padding-top: 50px;
}
.references.references-thank_you .notification-success {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .references.references-thank_you .notification-success {
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    z-index: 15000;
  }
}
.references.references-thank_you .hero {
  min-height: 518px !important;
}
.references.references-thank_you .hero.secondary-hero {
  background-color: #000000;
  background-image: url(/assets/ForEmployersBackground-8033fef7598d28ee2e0cb8255790fc3204b1780178cd1bd125e38d8af8855986.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.references.references-thank_you .hero h1, .references.references-thank_you .hero h2 {
  color: white;
  margin-bottom: 20px;
  line-height: 38px;
}
.references.references-thank_you .hero h1 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  margin-top: 0px !important;
  margin-bottom: 10px;
  line-height: 102%;
  text-transform: uppercase;
}
.references.references-thank_you .hero h2 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 150%;
  margin-top: 12px;
}
.references.references-thank_you .overlay {
  padding: 15px;
  background-color: rgba(100, 100, 100, 0.5);
}
.references.references-thank_you .overlay .sub-heading {
  color: white;
  font-size: 14px;
}
@media (min-width: 340px) {
  .references.references-thank_you .overlay .sub-heading {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .references.references-thank_you .overlay .sub-heading {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .references.references-thank_you .hero {
    min-height: 590px !important;
  }
}
@media (min-width: 768px) {
  .references.references-thank_you .hero {
    min-height: 680px !important;
    background-size: cover;
    background-position: center top !important;
  }
  .references.references-thank_you .hero h1, .references.references-thank_you .hero h2 {
    color: white;
    margin-bottom: 20px;
    line-height: 38px;
  }
  .references.references-thank_you .hero h1 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 50px !important;
    font-weight: 800;
    margin-top: 10px !important;
    margin-bottom: 29px;
    line-height: 102%;
    text-transform: uppercase;
  }
  .references.references-thank_you .hero h2 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 30px !important;
    font-weight: normal;
    line-height: 1.5 !important;
  }
}
.references.references-thank_you h1.hero-header,
.references.references-thank_you h2.hero-header {
  margin-bottom: 40px;
}
.references.references-thank_you .hero h4, .references.references-thank_you .hero h5 {
  color: white;
  margin-bottom: 20px;
  line-height: 24px;
}
.references.references-thank_you .hero a:not(.btn) {
  color: white;
  text-decoration: underline;
}
.references.references-thank_you .employers-post-job-container {
  margin: 0 auto;
}
.references.references-thank_you .employers-post-job-wrapper {
  position: absolute;
  top: 337px;
  left: 0px;
  background-color: rgba(52, 52, 52, 0.8);
  height: 180px;
  width: 100%;
  margin-top: 0px;
}
.references.references-thank_you .employers-post-job-wrapper .employers-post-job-slogan {
  color: #FFFFFF;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 134%;
  margin-top: 15px;
}
.references.references-thank_you .employers-post-job-wrapper .employers-post-job-slogan .bold-slogan {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.references.references-thank_you .employers-post-job-wrapper .employers-post-job-btn {
  margin-top: 12px;
  text-align: center;
}
.references.references-thank_you .employers-post-job-wrapper .employers-post-job-btn .btn-success {
  color: white;
  background-color: #1D82AE;
  border-color: #1D82AE;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 22px 9px;
}
.references.references-thank_you input.copyTarget {
  width: 100%;
  color: rgb(79.0384615385, 147.3076923077, 205.9615384615);
  border: none;
}
.references.references-thank_you .share-url-text {
  line-height: 48px;
}
@media (min-width: 768px) {
  .references.references-thank_you .employers-post-job-wrapper {
    position: absolute;
    top: 551px;
    left: 0px;
    background-color: rgba(52, 52, 52, 0.8);
    height: 129px;
    width: 100%;
    margin-top: 0px;
  }
  .references.references-thank_you .employers-post-job-wrapper .employers-post-job-slogan {
    color: #FFFFFF;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 134%;
    margin-top: 10px;
  }
  .references.references-thank_you .employers-post-job-wrapper .employers-post-job-slogan .bold-slogan {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .references.references-thank_you .employers-post-job-wrapper .employers-post-job-btn {
    margin-top: 10px;
  }
  .references.references-thank_you .employers-post-job-wrapper .employers-post-job-btn .btn-success {
    color: white;
    background-color: #1D82AE;
    border-color: #1D82AE;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 22px 8px;
  }
  .references.references-thank_you .employers-post-job-wrapper .employers-post-job-btn .btn-success {
    color: white;
    background-color: #2295C9 !important;
    border-color: #2295C9 !important;
  }
}
.references.references-thank_you .icons-section {
  padding: 60px 0px;
}
.references.references-thank_you .icon-callouts img {
  max-width: 100%;
  height: auto;
}
.references.references-thank_you .icon-callouts h4 {
  color: #000000;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 0.44;
}
.references.references-thank_you .icon-callouts p {
  color: #848687;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 150%;
  padding: 0px 20px;
}
@media (min-width: 768px) {
  .references.references-thank_you .icons-section {
    padding: 60px 0px;
  }
  .references.references-thank_you .icon-callouts img {
    max-width: 100%;
    height: auto;
  }
  .references.references-thank_you .icon-callouts h4 {
    font-size: 18px;
    line-height: 0.44;
  }
  .references.references-thank_you .icon-callouts p {
    font-size: 16px;
    line-height: 150%;
    padding: 0px;
  }
}
.references.references-thank_you .padding-left-zero {
  padding-left: 0px;
}

.applicants-job_seeker_profile #review-work-education-form .row {
  margin-left: -15px;
  margin-right: -15px;
}

.search-featured-employers .featured-location img.featured-location-logo {
  height: 50px;
  filter: none;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  width: 100%;
}
.search-featured-employers .featured-location {
  height: 100px;
  line-height: 100px;
}

ul.job-seeker-display-list > li {
  padding: 5px;
}

/* Metier Consulting Revisions May 2016 */
.search-form select {
  color: #6d7478;
  height: 50px;
  font-size: 13px;
}

#job-search-filter-section-filters-wrapper .form-control.selected {
  background-color: rgba(51, 122, 183, 0.2);
}

.international-applicant-slider-wrapper {
  display: flex;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 10px;
}
@media (min-width: 650px) {
  .international-applicant-slider-wrapper {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.international-applicant-slider-wrapper {
  height: 21px;
  width: 100%;
}
.international-applicant-slider-wrapper > div:nth-of-type(1) {
  margin-right: 10px;
}
.international-applicant-slider-wrapper .slider-medium {
  position: relative;
  top: 1px;
}

@media (min-width: 650px) {
  .international-applicant-slider-super-wrapper {
    padding-right: 0;
  }
}

.job-search-filter-section #show-filtering-options-button, .job-search-filter-section #hide-filtering-options-button {
  font-size: 15px;
}
.job-search-filter-section select {
  border-radius: 10px;
}
.job-search-filter-section #job-search-filter-section-filters-wrapper form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 15px;
}
.job-search-filter-section .job-search-filter-wrapper {
  margin-bottom: 15px;
}
.job-search-filter-section .job-search-filter-wrapper:nth-of-type(odd) {
  margin-right: 15px;
}
@media (min-width: 650px) {
  .job-search-filter-section .job-search-filter-wrapper {
    margin-right: 15px;
  }
  .job-search-filter-section .job-search-filter-wrapper:nth-of-type(3n) {
    margin-right: 0;
  }
}
.job-search-filter-section .job-search-filter-wrapper {
  position: relative;
  width: calc(50% - 8px);
}
@media (min-width: 650px) {
  .job-search-filter-section .job-search-filter-wrapper {
    width: calc(33.33% - 10px);
  }
}
.job-search-filter-section .job-search-filter-wrapper a {
  font-size: 15px;
}
.job-search-filter-section .job-search-filter-wrapper .clear-search-field {
  position: absolute;
  bottom: 9px;
  right: 17px;
}
.job-search-filter-section .job-search-filter-wrapper select {
  font-size: 12px;
}
.job-search-filter-section .footer-section {
  display: flex;
  width: 100%;
}
.job-search-filter-section .footer-section .filter-control-section {
  padding-top: 3px;
  width: 50%;
  text-align: center;
}
@media (min-width: 650px) {
  .job-search-filter-section .footer-section .filter-control-section {
    text-align: left;
  }
}
@media (min-width: 650px) {
  .job-search-filter-section .footer-section .filter-control-section {
    width: 60%;
  }
}
.job-search-filter-section .footer-section .sort-section {
  display: flex;
  font-size: 15px;
  justify-content: flex-end;
  width: 50%;
}
@media (min-width: 650px) {
  .job-search-filter-section .footer-section .sort-section {
    width: 40%;
  }
}
.job-search-filter-section .footer-section .sort-section > div:nth-of-type(1) {
  width: 42%;
}
.job-search-filter-section .footer-section .sort-section > div:nth-of-type(2) {
  width: 58%;
}
.job-search-filter-section .footer-section .sort-section select.form-control {
  padding: 6px;
}
.job-search-filter-section .footer-section .sort-section a.sort-link.sort-link-selected {
  color: black;
  font-weight: bold;
  pointer-events: none;
}

/* Employer UI */
.employers-job_postings,
.employers-abstract,
.employers-dashboard,
.employers-job_seekers,
.employers-locations,
.employers-messages,
.employers-accounts {
  /* within employer search bars */
}
.employers-job_postings .search-panel,
.employers-abstract .search-panel,
.employers-dashboard .search-panel,
.employers-job_seekers .search-panel,
.employers-locations .search-panel,
.employers-messages .search-panel,
.employers-accounts .search-panel {
  box-shadow: 0px 0px 4px -1px #999;
  -moz-box-shadow: 0 0 4px -1px #999;
  -webkit-box-shadow: 0 0 4px -1px #999;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 15px;
}
.employers-job_postings .search-panel input.btn-sm, .employers-job_postings .search-panel .btn-group-sm > input.btn,
.employers-abstract .search-panel input.btn-sm,
.employers-abstract .search-panel .btn-group-sm > input.btn,
.employers-dashboard .search-panel input.btn-sm,
.employers-dashboard .search-panel .btn-group-sm > input.btn,
.employers-job_seekers .search-panel input.btn-sm,
.employers-job_seekers .search-panel .btn-group-sm > input.btn,
.employers-locations .search-panel input.btn-sm,
.employers-locations .search-panel .btn-group-sm > input.btn,
.employers-messages .search-panel input.btn-sm,
.employers-messages .search-panel .btn-group-sm > input.btn,
.employers-accounts .search-panel input.btn-sm,
.employers-accounts .search-panel .btn-group-sm > input.btn {
  font-size: 13px;
}
.employers-job_postings .search-panel .form-control,
.employers-abstract .search-panel .form-control,
.employers-dashboard .search-panel .form-control,
.employers-job_seekers .search-panel .form-control,
.employers-locations .search-panel .form-control,
.employers-messages .search-panel .form-control,
.employers-accounts .search-panel .form-control {
  font-size: 14px;
}
.employers-job_postings .search-panel .field-wrapper,
.employers-abstract .search-panel .field-wrapper,
.employers-dashboard .search-panel .field-wrapper,
.employers-job_seekers .search-panel .field-wrapper,
.employers-locations .search-panel .field-wrapper,
.employers-messages .search-panel .field-wrapper,
.employers-accounts .search-panel .field-wrapper {
  margin-top: 0px;
}
.employers-job_postings .search-panel .field-wrapper.keyword-field, .employers-job_postings .search-panel .field-wrapper.active-toggle, .employers-job_postings .search-panel .field-wrapper.results-per-page, .employers-job_postings .search-panel .field-wrapper.autocomplete-field, .employers-job_postings .search-panel .field-wrapper.location-field,
.employers-abstract .search-panel .field-wrapper.keyword-field,
.employers-abstract .search-panel .field-wrapper.active-toggle,
.employers-abstract .search-panel .field-wrapper.results-per-page,
.employers-abstract .search-panel .field-wrapper.autocomplete-field,
.employers-abstract .search-panel .field-wrapper.location-field,
.employers-dashboard .search-panel .field-wrapper.keyword-field,
.employers-dashboard .search-panel .field-wrapper.active-toggle,
.employers-dashboard .search-panel .field-wrapper.results-per-page,
.employers-dashboard .search-panel .field-wrapper.autocomplete-field,
.employers-dashboard .search-panel .field-wrapper.location-field,
.employers-job_seekers .search-panel .field-wrapper.keyword-field,
.employers-job_seekers .search-panel .field-wrapper.active-toggle,
.employers-job_seekers .search-panel .field-wrapper.results-per-page,
.employers-job_seekers .search-panel .field-wrapper.autocomplete-field,
.employers-job_seekers .search-panel .field-wrapper.location-field,
.employers-locations .search-panel .field-wrapper.keyword-field,
.employers-locations .search-panel .field-wrapper.active-toggle,
.employers-locations .search-panel .field-wrapper.results-per-page,
.employers-locations .search-panel .field-wrapper.autocomplete-field,
.employers-locations .search-panel .field-wrapper.location-field,
.employers-messages .search-panel .field-wrapper.keyword-field,
.employers-messages .search-panel .field-wrapper.active-toggle,
.employers-messages .search-panel .field-wrapper.results-per-page,
.employers-messages .search-panel .field-wrapper.autocomplete-field,
.employers-messages .search-panel .field-wrapper.location-field,
.employers-accounts .search-panel .field-wrapper.keyword-field,
.employers-accounts .search-panel .field-wrapper.active-toggle,
.employers-accounts .search-panel .field-wrapper.results-per-page,
.employers-accounts .search-panel .field-wrapper.autocomplete-field,
.employers-accounts .search-panel .field-wrapper.location-field {
  width: 100%;
}
@media (min-width: 992px) {
  .employers-job_postings .search-panel .field-wrapper.keyword-field,
  .employers-abstract .search-panel .field-wrapper.keyword-field,
  .employers-dashboard .search-panel .field-wrapper.keyword-field,
  .employers-job_seekers .search-panel .field-wrapper.keyword-field,
  .employers-locations .search-panel .field-wrapper.keyword-field,
  .employers-messages .search-panel .field-wrapper.keyword-field,
  .employers-accounts .search-panel .field-wrapper.keyword-field {
    width: 20%;
  }
  .employers-job_postings .search-panel .field-wrapper.active-toggle,
  .employers-abstract .search-panel .field-wrapper.active-toggle,
  .employers-dashboard .search-panel .field-wrapper.active-toggle,
  .employers-job_seekers .search-panel .field-wrapper.active-toggle,
  .employers-locations .search-panel .field-wrapper.active-toggle,
  .employers-messages .search-panel .field-wrapper.active-toggle,
  .employers-accounts .search-panel .field-wrapper.active-toggle {
    width: 15%;
  }
  .employers-job_postings .search-panel .field-wrapper.results-per-page-field,
  .employers-abstract .search-panel .field-wrapper.results-per-page-field,
  .employers-dashboard .search-panel .field-wrapper.results-per-page-field,
  .employers-job_seekers .search-panel .field-wrapper.results-per-page-field,
  .employers-locations .search-panel .field-wrapper.results-per-page-field,
  .employers-messages .search-panel .field-wrapper.results-per-page-field,
  .employers-accounts .search-panel .field-wrapper.results-per-page-field {
    width: 12%;
  }
  .employers-job_postings .search-panel .field-wrapper.autocomplete-field,
  .employers-abstract .search-panel .field-wrapper.autocomplete-field,
  .employers-dashboard .search-panel .field-wrapper.autocomplete-field,
  .employers-job_seekers .search-panel .field-wrapper.autocomplete-field,
  .employers-locations .search-panel .field-wrapper.autocomplete-field,
  .employers-messages .search-panel .field-wrapper.autocomplete-field,
  .employers-accounts .search-panel .field-wrapper.autocomplete-field {
    width: 20%;
  }
}
.employers-job_postings .search-panel .a-wrapper,
.employers-abstract .search-panel .a-wrapper,
.employers-dashboard .search-panel .a-wrapper,
.employers-job_seekers .search-panel .a-wrapper,
.employers-locations .search-panel .a-wrapper,
.employers-messages .search-panel .a-wrapper,
.employers-accounts .search-panel .a-wrapper {
  padding-top: 2px;
  text-align: center;
}
.employers-job_postings .search-panel .checkbox,
.employers-abstract .search-panel .checkbox,
.employers-dashboard .search-panel .checkbox,
.employers-job_seekers .search-panel .checkbox,
.employers-locations .search-panel .checkbox,
.employers-messages .search-panel .checkbox,
.employers-accounts .search-panel .checkbox {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}
.employers-job_postings .search-panel .checkbox label,
.employers-abstract .search-panel .checkbox label,
.employers-dashboard .search-panel .checkbox label,
.employers-job_seekers .search-panel .checkbox label,
.employers-locations .search-panel .checkbox label,
.employers-messages .search-panel .checkbox label,
.employers-accounts .search-panel .checkbox label {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-weight: bold;
}
.employers-job_postings .search-panel a,
.employers-abstract .search-panel a,
.employers-dashboard .search-panel a,
.employers-job_seekers .search-panel a,
.employers-locations .search-panel a,
.employers-messages .search-panel a,
.employers-accounts .search-panel a {
  color: rgb(109.3539325843, 115.7865168539, 119.6460674157);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
}
.employers-job_postings .search-panel .tab-selector,
.employers-abstract .search-panel .tab-selector,
.employers-dashboard .search-panel .tab-selector,
.employers-job_seekers .search-panel .tab-selector,
.employers-locations .search-panel .tab-selector,
.employers-messages .search-panel .tab-selector,
.employers-accounts .search-panel .tab-selector {
  background: rgb(232.5285714286, 230.8, 229.0714285714);
  font-size: 15px;
  text-align: center;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  border-bottom: none;
}
.employers-job_postings .search-panel .tab-selector:focus,
.employers-abstract .search-panel .tab-selector:focus,
.employers-dashboard .search-panel .tab-selector:focus,
.employers-job_seekers .search-panel .tab-selector:focus,
.employers-locations .search-panel .tab-selector:focus,
.employers-messages .search-panel .tab-selector:focus,
.employers-accounts .search-panel .tab-selector:focus {
  outline: 0;
}
.employers-job_postings .search-panel .tab-selector.selected,
.employers-abstract .search-panel .tab-selector.selected,
.employers-dashboard .search-panel .tab-selector.selected,
.employers-job_seekers .search-panel .tab-selector.selected,
.employers-locations .search-panel .tab-selector.selected,
.employers-messages .search-panel .tab-selector.selected,
.employers-accounts .search-panel .tab-selector.selected {
  background: #fff;
}
.employers-job_postings .search-panel.dark-border,
.employers-abstract .search-panel.dark-border,
.employers-dashboard .search-panel.dark-border,
.employers-job_seekers .search-panel.dark-border,
.employers-locations .search-panel.dark-border,
.employers-messages .search-panel.dark-border,
.employers-accounts .search-panel.dark-border {
  border: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
.employers-job_postings .search-form,
.employers-abstract .search-form,
.employers-dashboard .search-form,
.employers-job_seekers .search-form,
.employers-locations .search-form,
.employers-messages .search-form,
.employers-accounts .search-form {
  background: #fff;
  border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
  padding: 8px 8px;
}
.employers-job_postings .search-form .radio-button-group,
.employers-abstract .search-form .radio-button-group,
.employers-dashboard .search-form .radio-button-group,
.employers-job_seekers .search-form .radio-button-group,
.employers-locations .search-form .radio-button-group,
.employers-messages .search-form .radio-button-group,
.employers-accounts .search-form .radio-button-group {
  font-size: 14px;
}
.employers-job_postings .search-form .radio-button-group label,
.employers-abstract .search-form .radio-button-group label,
.employers-dashboard .search-form .radio-button-group label,
.employers-job_seekers .search-form .radio-button-group label,
.employers-locations .search-form .radio-button-group label,
.employers-messages .search-form .radio-button-group label,
.employers-accounts .search-form .radio-button-group label {
  display: inline;
  margin-bottom: 0px;
}
.employers-job_postings .search-form .radio-button-group input,
.employers-abstract .search-form .radio-button-group input,
.employers-dashboard .search-form .radio-button-group input,
.employers-job_seekers .search-form .radio-button-group input,
.employers-locations .search-form .radio-button-group input,
.employers-messages .search-form .radio-button-group input,
.employers-accounts .search-form .radio-button-group input {
  display: inline;
  margin-top: 0px;
  position: relative;
  top: 2px;
  width: 30px;
}
.employers-job_postings,
.employers-abstract,
.employers-dashboard,
.employers-job_seekers,
.employers-locations,
.employers-messages,
.employers-accounts {
  /* message selector */
}
.employers-job_postings .message-selector-wrapper,
.employers-abstract .message-selector-wrapper,
.employers-dashboard .message-selector-wrapper,
.employers-job_seekers .message-selector-wrapper,
.employers-locations .message-selector-wrapper,
.employers-messages .message-selector-wrapper,
.employers-accounts .message-selector-wrapper {
  width: 33%;
}
.employers-job_postings .message-selector-wrapper .left-col,
.employers-abstract .message-selector-wrapper .left-col,
.employers-dashboard .message-selector-wrapper .left-col,
.employers-job_seekers .message-selector-wrapper .left-col,
.employers-locations .message-selector-wrapper .left-col,
.employers-messages .message-selector-wrapper .left-col,
.employers-accounts .message-selector-wrapper .left-col {
  padding-right: 0px;
}
.employers-job_postings .message-selector-wrapper .left-col label,
.employers-abstract .message-selector-wrapper .left-col label,
.employers-dashboard .message-selector-wrapper .left-col label,
.employers-job_seekers .message-selector-wrapper .left-col label,
.employers-locations .message-selector-wrapper .left-col label,
.employers-messages .message-selector-wrapper .left-col label,
.employers-accounts .message-selector-wrapper .left-col label {
  padding-left: 5px;
  padding-top: 2px;
}
.employers-job_postings .message-selector-wrapper .right-col,
.employers-abstract .message-selector-wrapper .right-col,
.employers-dashboard .message-selector-wrapper .right-col,
.employers-job_seekers .message-selector-wrapper .right-col,
.employers-locations .message-selector-wrapper .right-col,
.employers-messages .message-selector-wrapper .right-col,
.employers-accounts .message-selector-wrapper .right-col {
  padding-left: 3px;
}
.employers-job_postings .tc-sub-search-bar .panel-body,
.employers-abstract .tc-sub-search-bar .panel-body,
.employers-dashboard .tc-sub-search-bar .panel-body,
.employers-job_seekers .tc-sub-search-bar .panel-body,
.employers-locations .tc-sub-search-bar .panel-body,
.employers-messages .tc-sub-search-bar .panel-body,
.employers-accounts .tc-sub-search-bar .panel-body {
  padding: 0;
}
@media (min-width: 992px) {
  .employers-job_postings .tc-sub-search-bar .panel-body,
  .employers-abstract .tc-sub-search-bar .panel-body,
  .employers-dashboard .tc-sub-search-bar .panel-body,
  .employers-job_seekers .tc-sub-search-bar .panel-body,
  .employers-locations .tc-sub-search-bar .panel-body,
  .employers-messages .tc-sub-search-bar .panel-body,
  .employers-accounts .tc-sub-search-bar .panel-body {
    padding: 0 15px 0;
    height: 50px;
  }
}
.employers-job_postings .tc-sub-search-bar .tc-message-selector,
.employers-abstract .tc-sub-search-bar .tc-message-selector,
.employers-dashboard .tc-sub-search-bar .tc-message-selector,
.employers-job_seekers .tc-sub-search-bar .tc-message-selector,
.employers-locations .tc-sub-search-bar .tc-message-selector,
.employers-messages .tc-sub-search-bar .tc-message-selector,
.employers-accounts .tc-sub-search-bar .tc-message-selector {
  display: flex;
  height: 50px;
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .tc-sub-search-bar .tc-message-selector,
  .employers-abstract .tc-sub-search-bar .tc-message-selector,
  .employers-dashboard .tc-sub-search-bar .tc-message-selector,
  .employers-job_seekers .tc-sub-search-bar .tc-message-selector,
  .employers-locations .tc-sub-search-bar .tc-message-selector,
  .employers-messages .tc-sub-search-bar .tc-message-selector,
  .employers-accounts .tc-sub-search-bar .tc-message-selector {
    width: 50%;
  }
}
.employers-job_postings .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-abstract .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-dashboard .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-job_seekers .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-locations .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-messages .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-accounts .tc-sub-search-bar .tc-message-selector .field-wrapper {
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .tc-sub-search-bar .tc-message-selector .field-wrapper,
  .employers-abstract .tc-sub-search-bar .tc-message-selector .field-wrapper,
  .employers-dashboard .tc-sub-search-bar .tc-message-selector .field-wrapper,
  .employers-job_seekers .tc-sub-search-bar .tc-message-selector .field-wrapper,
  .employers-locations .tc-sub-search-bar .tc-message-selector .field-wrapper,
  .employers-messages .tc-sub-search-bar .tc-message-selector .field-wrapper,
  .employers-accounts .tc-sub-search-bar .tc-message-selector .field-wrapper {
    width: 200px;
  }
}
.employers-job_postings .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-abstract .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-dashboard .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-job_seekers .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-locations .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-messages .tc-sub-search-bar .tc-message-selector .field-wrapper,
.employers-accounts .tc-sub-search-bar .tc-message-selector .field-wrapper {
  height: 40px;
  margin: 4px 0 5px 0;
}
.employers-job_postings .tc-sub-search-bar .tc-message-selector .field-wrapper form,
.employers-abstract .tc-sub-search-bar .tc-message-selector .field-wrapper form,
.employers-dashboard .tc-sub-search-bar .tc-message-selector .field-wrapper form,
.employers-job_seekers .tc-sub-search-bar .tc-message-selector .field-wrapper form,
.employers-locations .tc-sub-search-bar .tc-message-selector .field-wrapper form,
.employers-messages .tc-sub-search-bar .tc-message-selector .field-wrapper form,
.employers-accounts .tc-sub-search-bar .tc-message-selector .field-wrapper form {
  height: 40px;
}
.employers-job_postings .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn.btn-sm, .employers-job_postings .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn-group-sm > .btn,
.employers-abstract .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn.btn-sm,
.employers-abstract .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn-group-sm > .btn,
.employers-dashboard .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn.btn-sm,
.employers-dashboard .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn-group-sm > .btn,
.employers-job_seekers .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn.btn-sm,
.employers-job_seekers .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn-group-sm > .btn,
.employers-locations .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn.btn-sm,
.employers-locations .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn-group-sm > .btn,
.employers-messages .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn.btn-sm,
.employers-messages .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn-group-sm > .btn,
.employers-accounts .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn.btn-sm,
.employers-accounts .tc-sub-search-bar .tc-message-selector .field-wrapper form .btn-group-sm > .btn {
  height: 40px;
}
.employers-job_postings .tc-sub-search-bar .tc-message-selector .checkbox,
.employers-abstract .tc-sub-search-bar .tc-message-selector .checkbox,
.employers-dashboard .tc-sub-search-bar .tc-message-selector .checkbox,
.employers-job_seekers .tc-sub-search-bar .tc-message-selector .checkbox,
.employers-locations .tc-sub-search-bar .tc-message-selector .checkbox,
.employers-messages .tc-sub-search-bar .tc-message-selector .checkbox,
.employers-accounts .tc-sub-search-bar .tc-message-selector .checkbox {
  margin: 0 15px 5px 0;
}
.employers-job_postings .tc-sub-search-bar .tc-message-selector .checkbox label,
.employers-abstract .tc-sub-search-bar .tc-message-selector .checkbox label,
.employers-dashboard .tc-sub-search-bar .tc-message-selector .checkbox label,
.employers-job_seekers .tc-sub-search-bar .tc-message-selector .checkbox label,
.employers-locations .tc-sub-search-bar .tc-message-selector .checkbox label,
.employers-messages .tc-sub-search-bar .tc-message-selector .checkbox label,
.employers-accounts .tc-sub-search-bar .tc-message-selector .checkbox label {
  width: 95px;
  margin-top: 9px;
}
.employers-job_postings .tc-sub-search-bar .credit-counter,
.employers-abstract .tc-sub-search-bar .credit-counter,
.employers-dashboard .tc-sub-search-bar .credit-counter,
.employers-job_seekers .tc-sub-search-bar .credit-counter,
.employers-locations .tc-sub-search-bar .credit-counter,
.employers-messages .tc-sub-search-bar .credit-counter,
.employers-accounts .tc-sub-search-bar .credit-counter {
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  float: none;
  width: 100%;
}
@media (min-width: 650px) {
  .employers-job_postings .tc-sub-search-bar .credit-counter,
  .employers-abstract .tc-sub-search-bar .credit-counter,
  .employers-dashboard .tc-sub-search-bar .credit-counter,
  .employers-job_seekers .tc-sub-search-bar .credit-counter,
  .employers-locations .tc-sub-search-bar .credit-counter,
  .employers-messages .tc-sub-search-bar .credit-counter,
  .employers-accounts .tc-sub-search-bar .credit-counter {
    width: 50%;
    top: 5px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .employers-job_postings .tc-sub-search-bar .credit-counter,
  .employers-abstract .tc-sub-search-bar .credit-counter,
  .employers-dashboard .tc-sub-search-bar .credit-counter,
  .employers-job_seekers .tc-sub-search-bar .credit-counter,
  .employers-locations .tc-sub-search-bar .credit-counter,
  .employers-messages .tc-sub-search-bar .credit-counter,
  .employers-accounts .tc-sub-search-bar .credit-counter {
    padding-left: 15px;
    top: 25px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .employers-job_postings .tc-sub-search-bar .credit-counter.fixed,
  .employers-abstract .tc-sub-search-bar .credit-counter.fixed,
  .employers-dashboard .tc-sub-search-bar .credit-counter.fixed,
  .employers-job_seekers .tc-sub-search-bar .credit-counter.fixed,
  .employers-locations .tc-sub-search-bar .credit-counter.fixed,
  .employers-messages .tc-sub-search-bar .credit-counter.fixed,
  .employers-accounts .tc-sub-search-bar .credit-counter.fixed {
    background-color: white;
    box-shadow: 0px 0px 4px -1px #999;
    -moz-box-shadow: 0 0 4px -1px #999;
    -webkit-box-shadow: 0 0 4px -1px #999;
    border: 1px solid rgb(201.4466292135, 204.3258426966, 206.0533707865);
    height: 37px;
  }
}

.employers-job_postings .search-panel .form-control,
.employers-abstract .search-panel .form-control {
  font-size: 12px;
}
@media (min-width: 992px) {
  .employers-job_postings .search-panel .field-wrapper.location-field,
  .employers-abstract .search-panel .field-wrapper.location-field {
    width: 28%;
  }
}

@media (max-width: 991px) {
  .employers-job_postings .message-selector-wrapper,
  .employers-dashboard .message-selector-wrapper,
  .employers-job_seekers .message-selector-wrapper,
  .employers-locations .message-selector-wrapper,
  .employers-messages .message-selector-wrapper,
  .employers-accounts .message-selector-wrapper,
  .applicants-job_seeker_profile-show .message-selector-wrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .employers-job_postings .search-panel input, .employers-job_postings .search-panel select,
  .employers-dashboard .search-panel input,
  .employers-dashboard .search-panel select,
  .employers-job_seekers .search-panel input,
  .employers-job_seekers .search-panel select,
  .employers-locations .search-panel input,
  .employers-locations .search-panel select,
  .employers-messages .search-panel input,
  .employers-messages .search-panel select,
  .employers-accounts .search-panel input,
  .employers-accounts .search-panel select,
  .applicants-job_seeker_profile-show .search-panel input,
  .applicants-job_seeker_profile-show .search-panel select {
    margin-bottom: 10px;
  }
  .employers-job_postings .search-panel input.tab-selector, .employers-job_postings .search-panel select.tab-selector,
  .employers-dashboard .search-panel input.tab-selector,
  .employers-dashboard .search-panel select.tab-selector,
  .employers-job_seekers .search-panel input.tab-selector,
  .employers-job_seekers .search-panel select.tab-selector,
  .employers-locations .search-panel input.tab-selector,
  .employers-locations .search-panel select.tab-selector,
  .employers-messages .search-panel input.tab-selector,
  .employers-messages .search-panel select.tab-selector,
  .employers-accounts .search-panel input.tab-selector,
  .employers-accounts .search-panel select.tab-selector,
  .applicants-job_seeker_profile-show .search-panel input.tab-selector,
  .applicants-job_seeker_profile-show .search-panel select.tab-selector {
    margin-bottom: 0;
  }
  .employers-job_postings .search-panel input.btn-primary.btn-block, .employers-job_postings .search-panel select.btn-primary.btn-block,
  .employers-dashboard .search-panel input.btn-primary.btn-block,
  .employers-dashboard .search-panel select.btn-primary.btn-block,
  .employers-job_seekers .search-panel input.btn-primary.btn-block,
  .employers-job_seekers .search-panel select.btn-primary.btn-block,
  .employers-locations .search-panel input.btn-primary.btn-block,
  .employers-locations .search-panel select.btn-primary.btn-block,
  .employers-messages .search-panel input.btn-primary.btn-block,
  .employers-messages .search-panel select.btn-primary.btn-block,
  .employers-accounts .search-panel input.btn-primary.btn-block,
  .employers-accounts .search-panel select.btn-primary.btn-block,
  .applicants-job_seeker_profile-show .search-panel input.btn-primary.btn-block,
  .applicants-job_seeker_profile-show .search-panel select.btn-primary.btn-block {
    margin-bottom: 0;
  }
  .employers-job_postings .message-selector-wrapper,
  .employers-dashboard .message-selector-wrapper,
  .employers-job_seekers .message-selector-wrapper,
  .employers-locations .message-selector-wrapper,
  .employers-messages .message-selector-wrapper,
  .employers-accounts .message-selector-wrapper,
  .applicants-job_seeker_profile-show .message-selector-wrapper {
    width: 100%;
  }
  .employers-job_postings .message-selector-wrapper label.text-center,
  .employers-dashboard .message-selector-wrapper label.text-center,
  .employers-job_seekers .message-selector-wrapper label.text-center,
  .employers-locations .message-selector-wrapper label.text-center,
  .employers-messages .message-selector-wrapper label.text-center,
  .employers-accounts .message-selector-wrapper label.text-center,
  .applicants-job_seeker_profile-show .message-selector-wrapper label.text-center {
    padding-left: 3px;
  }
  .employers-job_postings .message-selector-wrapper .left-col,
  .employers-dashboard .message-selector-wrapper .left-col,
  .employers-job_seekers .message-selector-wrapper .left-col,
  .employers-locations .message-selector-wrapper .left-col,
  .employers-messages .message-selector-wrapper .left-col,
  .employers-accounts .message-selector-wrapper .left-col,
  .applicants-job_seeker_profile-show .message-selector-wrapper .left-col {
    padding-left: 0px;
  }
  .employers-job_postings .message-selector-wrapper .right-col,
  .employers-dashboard .message-selector-wrapper .right-col,
  .employers-job_seekers .message-selector-wrapper .right-col,
  .employers-locations .message-selector-wrapper .right-col,
  .employers-messages .message-selector-wrapper .right-col,
  .employers-accounts .message-selector-wrapper .right-col,
  .applicants-job_seeker_profile-show .message-selector-wrapper .right-col {
    padding-left: 10px;
  }
}
.devise-sessions.devise-sessions-new .well-form-wrapper, .sessions.sessions-new .well-form-wrapper {
  border-right: 1px solid rgb(194.6428571429, 190, 185.3571428571);
  border-bottom: 1px solid rgb(194.6428571429, 190, 185.3571428571);
  border-left: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}

.signup-form-content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.registrations h4 {
  text-align: center;
}
.registrations .well-form-wrapper {
  border-right: 1px solid rgb(194.6428571429, 190, 185.3571428571);
  border-bottom: 1px solid rgb(194.6428571429, 190, 185.3571428571);
  border-left: 1px solid rgb(194.6428571429, 190, 185.3571428571);
}
@media (min-width: 992px) {
  .registrations .signup-form-content-wrapper {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .featured-employer-gallery {
    padding-left: 40px;
  }
  .featured-employer-gallery h4 {
    font-size: 21px;
  }
}
.featured-employer-gallery .employer-logo {
  border-top: 1px solid rgb(234, 234, 234);
  border-right: 1px solid rgb(234, 234, 234);
  border-bottom: 1px solid rgb(234, 234, 234);
  border-left: 1px solid rgb(234, 234, 234);
}
.featured-employer-gallery .employer-logo img {
  display: block;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: auto;
  padding: 10px 0 10px;
  height: 100px;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

.field {
  background: white;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #a1a7aa;
  border-radius: 2px;
  color: #242628;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  flex: 1;
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
  cursor: text;
}

html,
body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
}

.home-styleguide {
  box-shadow: 0 1px 2px 0 rgba(200, 190, 150, 0.17) inset;
  height: 100%;
  padding-top: 60px;
  width: 100%;
}
.home-styleguide .styleguide-foreground {
  box-shadow: 0 1px 2px 0 rgba(200, 190, 150, 0.66);
  background: #fff;
  margin: 0 auto 60px;
  padding: 30px;
}
.home-styleguide .icon-soup [class^=icon-],
.home-styleguide .icon-soup [class*=" icon-"] {
  color: #000;
  font-size: 64px;
}
.home-styleguide .icon-soup div {
  margin-bottom: 50px;
}
.home-styleguide .paint-chip {
  float: left;
  margin-bottom: 60px;
  margin-right: 40px;
  height: 100px;
  position: relative;
  width: 100px;
}
.home-styleguide .paint-chip > div {
  height: 100%;
  float: left;
  width: 50%;
}
.home-styleguide .paint-chip > div:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.home-styleguide .paint-chip > div:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.home-styleguide .paint-chip > label {
  top: -25px;
  color: #888;
  font-family: "Roboto Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  left: 0;
  padding: 4px 0 3px;
  position: absolute;
  height: 25px;
  width: 100%;
}
.home-styleguide .paint-chip > label span {
  text-align: right;
}
.home-styleguide .green-one {
  background: #03CF5F;
}
.home-styleguide .green-two {
  background: rgb(3.2185714286, 222.0814285714, 101.9214285714);
}
.home-styleguide .purple-one {
  background: #9d69a3;
}
.home-styleguide .purple-two {
  background: rgb(177.652892562, 136.6115702479, 182.3884297521);
}
.home-styleguide .orange-one {
  background: #E45607;
}
.home-styleguide .orange-two {
  background: rgb(248.3276595745, 112.9744680851, 37.6723404255);
}
.home-styleguide .red-one {
  background: #c02942;
}
.home-styleguide .red-two {
  background: rgb(215.2317596567, 68.7682403433, 93.017167382);
}
.home-styleguide .blue-one {
  background: #23AFF1;
}
.home-styleguide .blue-two {
  background: rgb(106.9230769231, 201.1538461538, 245.5769230769);
}
.home-styleguide .gray-one {
  background: #555a5d;
}
.home-styleguide .gray-two {
  background: rgb(109.3539325843, 115.7865168539, 119.6460674157);
}
.home-styleguide .black-one {
  background: #151b1a;
}
.home-styleguide .black-two {
  background: rgb(43.3125, 55.6875, 53.625);
}
.home-styleguide .sand-one {
  background: #C2BDB2;
}
.home-styleguide .sand-two {
  background: rgb(207.5260869565, 203.6347826087, 195.0739130435);
}
.home-styleguide .white-one {
  background: #f2f1f0;
}
.home-styleguide .white-two {
  background: white;
}

.pages.pages-support .social-media-links-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  width: 250px;
}
.pages.pages-support .social-media-links-row > div {
  width: 18%;
}
.pages.pages-support .social-media-links-row > p {
  margin: 0;
  width: 28%;
}
.pages.pages-support .social-media-links-row img {
  width: 30px;
}
.pages.pages-support .social-media-links-row img.linkedin-logo {
  width: auto;
  height: 30px;
}
.pages.pages-support .support-section {
  margin-bottom: 30px;
}
.pages.pages-support .support-section:last-of-type {
  margin-bottom: 10px;
}

.tc-search-panel-wrapper {
  box-shadow: 0px 4px 3px -5px #999, -5px 4px 3px -5px #999;
  -moz-box-shadow: 0px 4px 3px -5px #999, -5px 4px 3px -5px #999;
  -webkit-box-shadow: 0px 4px 3px -5px #999, -5px 4px 3px -5px #999;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tc-search-panel-wrapper {
    margin: 0 0 15px;
  }
}

.pages.pages-terms_of_use ul {
  list-style-type: circle;
}
.pages.pages-terms_of_use li {
  padding-bottom: 15px;
}
