
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!
 * 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 */
:root {
  --grayBase: #000;
  --grayLighter: lighten(var(--grayBase), 13.5);
  --grayLight: lighten(var(--grayBase), 46.7);
}

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;
  -moz-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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .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("https://d19t87v9ruil69.cloudfront.net/fonts/glyphicons-halflings-regular.eot");
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://d19t87v9ruil69.cloudfront.net/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 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";
}

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

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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 #eeeeee;
}

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

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

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

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

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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: 992px) {
  .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 {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

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

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline {
  padding-left: 0;
  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.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 992px) {
  .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;
  border-bottom: 1px dotted #777;
}

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

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

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.42857143;
  color: #777777;
}

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 #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #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;
}

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

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

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 991px) {
  .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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

body:not(.career_development_program_evaluations) 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:not(.MuiCheckbox-label) {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
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.42857143;
  color: #555555;
}

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

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

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

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  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[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
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,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

textarea.input-lg,
select[multiple].input-lg {
  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: 25px;
  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-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-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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-feedback label ~ .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: #737373;
}

@media (min-width: 992px) {
  .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;
}

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

@media (min-width: 992px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.85;
  -webkit-box-shadow: none;
  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: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

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

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].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: #428bca;
  border-color: #357ebd;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #428bca;
  border-color: #2e6da4;
}

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

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

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

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

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

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

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
  visibility: visible;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

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

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  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;
}

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

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

.btn-toolbar .btn,
.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 {
  padding-right: 12px;
  padding-left: 12px;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-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-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[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-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-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-header-tabs {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 20px;
}

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

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

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

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

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

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

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

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

.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible;
    height: auto;
    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-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}

.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;
  }
}
@media (min-width: 992px) {
  .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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

@media (min-width: 992px) {
  .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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

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

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

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

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-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: 8px;
  margin-bottom: 8px;
}

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

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

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

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .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: #e7e7e7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

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

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

.pagination > li {
  display: inline;
}

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2a6496;
  background-color: #eee;
  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 > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #427AB3;
  border-color: #427AB3;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #797676;
  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 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: #eeeeee;
}

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

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

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

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777777;
  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;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  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;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0057a3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  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: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

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

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #e1edf7;
}

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,
button.list-group-item:hover,
a.list-group-item:focus,
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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.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: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.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 #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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 .close {
  margin-top: -2px;
}

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 992px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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.42857143;
  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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#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: 992px) {
  .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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  visibility: hidden !important;
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 567px) {
  .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: 567px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 567px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 567px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 567px) 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: 568px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 568px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 568px) 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: 567px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 568px) 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;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
div:not(.bootstrap-datetimepicker-widget) > .datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  &:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
  }
  &:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 7px;
  }
  > div {
    display: none;
  }
  table {
    width: 100%;
    margin: 0;
  }
  td,
  th {
    text-align: center;
    width: 20px;
    height: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  td {
    &.day:hover {
      background: var(--grayLighter);
      cursor: pointer;
    }
    &.day.disabled {
      color: var(--grayLighter);
    }
    &.old,
    &.new {
      color: var(--grayLight);
    }
    &.active,
    &.active:hover {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
    span {
      display: block;
      width: 47px;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 2px;
      cursor: pointer;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      &:hover {
        background: var(--grayLighter);
      }
      &.active {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      }
      &.old {
        color: var(--grayLight);
      }
    }
  }
  th {
    &.switch {
      width: 145px;
    }
  }
  thead tr:first-child th {
    cursor: pointer;
    &:hover {
      background: var(--grayLighter);
    }
  }
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.input-append,
.input-prepend {
  &.date {
    .add-on i {
      display: block;
      cursor: pointer;
      width: 16px;
      height: 16px;
    }
  }
}

/* ========================================================================
 * bootstrap-switch - v3.0.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}

.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}

.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: 0%;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -50%;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-container {
  margin-left: -25%;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  cursor: default !important;
}

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

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333333;
  background: #ffffff;
}

.bootstrap-switch input[type=radio],
.bootstrap-switch input[type=checkbox] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.bootstrap-switch input[type=radio].form-control,
.bootstrap-switch input[type=checkbox].form-control {
  height: auto;
}

/**
* bootstrap-formhelpers.js v2.3.0 by @vincentlamanna
* Copyright 2013 Vincent Lamanna
* http://www.apache.org/licenses/LICENSE-2.0
*/
.bfh-flag-AD,
.bfh-flag-AE,
.bfh-flag-AF,
.bfh-flag-AG,
.bfh-flag-AI,
.bfh-flag-AL,
.bfh-flag-AM,
.bfh-flag-AN,
.bfh-flag-AO,
.bfh-flag-AQ,
.bfh-flag-AR,
.bfh-flag-AS,
.bfh-flag-AT,
.bfh-flag-AU,
.bfh-flag-AW,
.bfh-flag-AX,
.bfh-flag-AZ,
.bfh-flag-BA,
.bfh-flag-BB,
.bfh-flag-BD,
.bfh-flag-BE,
.bfh-flag-BG,
.bfh-flag-BH,
.bfh-flag-BI,
.bfh-flag-BJ,
.bfh-flag-BL,
.bfh-flag-BM,
.bfh-flag-BN,
.bfh-flag-BO,
.bfh-flag-BR,
.bfh-flag-BS,
.bfh-flag-BT,
.bfh-flag-BW,
.bfh-flag-BY,
.bfh-flag-BZ,
.bfh-flag-CA,
.bfh-flag-CD,
.bfh-flag-CF,
.bfh-flag-CG,
.bfh-flag-CH,
.bfh-flag-CI,
.bfh-flag-CL,
.bfh-flag-CM,
.bfh-flag-CN,
.bfh-flag-CO,
.bfh-flag-CR,
.bfh-flag-CV,
.bfh-flag-CY,
.bfh-flag-CZ,
.bfh-flag-DJ,
.bfh-flag-DK,
.bfh-flag-DM,
.bfh-flag-DO,
.bfh-flag-DZ,
.bfh-flag-EC,
.bfh-flag-EE,
.bfh-flag-EG,
.bfh-flag-EH,
.bfh-flag-ER,
.bfh-flag-ES,
.bfh-flag-ET,
.bfh-flag-EU,
.bfh-flag-FI,
.bfh-flag-FJ,
.bfh-flag-FK,
.bfh-flag-FM,
.bfh-flag-FO,
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF,
.bfh-flag-GA,
.bfh-flag-GB,
.bfh-flag-GD,
.bfh-flag-GE,
.bfh-flag-GG,
.bfh-flag-GH,
.bfh-flag-GL,
.bfh-flag-GM,
.bfh-flag-GN,
.bfh-flag-GQ,
.bfh-flag-GR,
.bfh-flag-GS,
.bfh-flag-GT,
.bfh-flag-GU,
.bfh-flag-GW,
.bfh-flag-GY,
.bfh-flag-HK,
.bfh-flag-HN,
.bfh-flag-HR,
.bfh-flag-HT,
.bfh-flag-HU,
.bfh-flag-ID,
.bfh-flag-IE,
.bfh-flag-IL,
.bfh-flag-IM,
.bfh-flag-IN,
.bfh-flag-IQ,
.bfh-flag-IS,
.bfh-flag-IT,
.bfh-flag-JE,
.bfh-flag-JM,
.bfh-flag-JO,
.bfh-flag-JP,
.bfh-flag-KE,
.bfh-flag-KG,
.bfh-flag-KH,
.bfh-flag-KI,
.bfh-flag-KM,
.bfh-flag-KN,
.bfh-flag-KP,
.bfh-flag-KR,
.bfh-flag-KV,
.bfh-flag-KW,
.bfh-flag-KY,
.bfh-flag-LA,
.bfh-flag-LC,
.bfh-flag-LK,
.bfh-flag-LR,
.bfh-flag-LS,
.bfh-flag-LT,
.bfh-flag-LU,
.bfh-flag-LV,
.bfh-flag-LY,
.bfh-flag-MA,
.bfh-flag-ME,
.bfh-flag-MG,
.bfh-flag-MH,
.bfh-flag-ML,
.bfh-flag-MM,
.bfh-flag-MP,
.bfh-flag-MR,
.bfh-flag-MS,
.bfh-flag-MT,
.bfh-flag-MU,
.bfh-flag-MV,
.bfh-flag-MW,
.bfh-flag-MZ,
.bfh-flag-NA,
.bfh-flag-NE,
.bfh-flag-NF,
.bfh-flag-NG,
.bfh-flag-NI,
.bfh-flag-NL,
.bfh-flag-NO,
.bfh-flag-NP,
.bfh-flag-NR,
.bfh-flag-NZ,
.bfh-flag-OM,
.bfh-flag-PA,
.bfh-flag-PE,
.bfh-flag-PG,
.bfh-flag-PH,
.bfh-flag-PK,
.bfh-flag-PL,
.bfh-flag-PN,
.bfh-flag-PS,
.bfh-flag-PT,
.bfh-flag-PW,
.bfh-flag-PY,
.bfh-flag-QA,
.bfh-flag-RS,
.bfh-flag-RU,
.bfh-flag-RW,
.bfh-flag-SA,
.bfh-flag-SB,
.bfh-flag-SC,
.bfh-flag-SD,
.bfh-flag-SE,
.bfh-flag-SG,
.bfh-flag-SH,
.bfh-flag-SI,
.bfh-flag-SK,
.bfh-flag-SM,
.bfh-flag-SN,
.bfh-flag-SO,
.bfh-flag-SR,
.bfh-flag-SS,
.bfh-flag-ST,
.bfh-flag-SV,
.bfh-flag-SY,
.bfh-flag-SZ,
.bfh-flag-TC,
.bfh-flag-TD,
.bfh-flag-TG,
.bfh-flag-TH,
.bfh-flag-TJ,
.bfh-flag-TM,
.bfh-flag-TN,
.bfh-flag-TP,
.bfh-flag-TR,
.bfh-flag-TT,
.bfh-flag-TV,
.bfh-flag-TW,
.bfh-flag-TZ,
.bfh-flag-UA,
.bfh-flag-UG,
.bfh-flag-US,
.bfh-flag-UY,
.bfh-flag-UZ,
.bfh-flag-VC,
.bfh-flag-VE,
.bfh-flag-VG,
.bfh-flag-VI,
.bfh-flag-VN,
.bfh-flag-VU,
.bfh-flag-WS,
.bfh-flag-YE,
.bfh-flag-ZA,
.bfh-flag-ZM,
.bfh-flag-BF,
.bfh-flag-CU,
.bfh-flag-DE,
.bfh-flag-IR,
.bfh-flag-KZ,
.bfh-flag-LB,
.bfh-flag-LI,
.bfh-flag-MC,
.bfh-flag-MD,
.bfh-flag-MK,
.bfh-flag-MN,
.bfh-flag-MO,
.bfh-flag-MX,
.bfh-flag-MY,
.bfh-flag-PR,
.bfh-flag-RO,
.bfh-flag-SL,
.bfh-flag-TO,
.bfh-flag-VA,
.bfh-flag-ZW {
  width: 16px;
  height: 14px;
  background: url(https://yournextstep-com.s3.amazonaws.com/images/bootstrap-formhelpers-countries.flags.png) no-repeat;
}

.bfh-flag-AD:empty,
.bfh-flag-AE:empty,
.bfh-flag-AF:empty,
.bfh-flag-AG:empty,
.bfh-flag-AI:empty,
.bfh-flag-AL:empty,
.bfh-flag-AM:empty,
.bfh-flag-AN:empty,
.bfh-flag-AO:empty,
.bfh-flag-AQ:empty,
.bfh-flag-AR:empty,
.bfh-flag-AS:empty,
.bfh-flag-AT:empty,
.bfh-flag-AU:empty,
.bfh-flag-AW:empty,
.bfh-flag-AX:empty,
.bfh-flag-AZ:empty,
.bfh-flag-BA:empty,
.bfh-flag-BB:empty,
.bfh-flag-BD:empty,
.bfh-flag-BE:empty,
.bfh-flag-BG:empty,
.bfh-flag-BH:empty,
.bfh-flag-BI:empty,
.bfh-flag-BJ:empty,
.bfh-flag-BL:empty,
.bfh-flag-BM:empty,
.bfh-flag-BN:empty,
.bfh-flag-BO:empty,
.bfh-flag-BR:empty,
.bfh-flag-BS:empty,
.bfh-flag-BT:empty,
.bfh-flag-BW:empty,
.bfh-flag-BY:empty,
.bfh-flag-BZ:empty,
.bfh-flag-CA:empty,
.bfh-flag-CD:empty,
.bfh-flag-CF:empty,
.bfh-flag-CG:empty,
.bfh-flag-CH:empty,
.bfh-flag-CI:empty,
.bfh-flag-CL:empty,
.bfh-flag-CM:empty,
.bfh-flag-CN:empty,
.bfh-flag-CO:empty,
.bfh-flag-CR:empty,
.bfh-flag-CV:empty,
.bfh-flag-CY:empty,
.bfh-flag-CZ:empty,
.bfh-flag-DJ:empty,
.bfh-flag-DK:empty,
.bfh-flag-DM:empty,
.bfh-flag-DO:empty,
.bfh-flag-DZ:empty,
.bfh-flag-EC:empty,
.bfh-flag-EE:empty,
.bfh-flag-EG:empty,
.bfh-flag-EH:empty,
.bfh-flag-ER:empty,
.bfh-flag-ES:empty,
.bfh-flag-ET:empty,
.bfh-flag-EU:empty,
.bfh-flag-FI:empty,
.bfh-flag-FJ:empty,
.bfh-flag-FK:empty,
.bfh-flag-FM:empty,
.bfh-flag-FO:empty,
.bfh-flag-FR:empty,
.bfh-flag-FX:empty,
.bfh-flag-GF:empty,
.bfh-flag-GP:empty,
.bfh-flag-MQ:empty,
.bfh-flag-NC:empty,
.bfh-flag-PF:empty,
.bfh-flag-PM:empty,
.bfh-flag-RE:empty,
.bfh-flag-TF:empty,
.bfh-flag-WF:empty,
.bfh-flag-GA:empty,
.bfh-flag-GB:empty,
.bfh-flag-GD:empty,
.bfh-flag-GE:empty,
.bfh-flag-GG:empty,
.bfh-flag-GH:empty,
.bfh-flag-GL:empty,
.bfh-flag-GM:empty,
.bfh-flag-GN:empty,
.bfh-flag-GQ:empty,
.bfh-flag-GR:empty,
.bfh-flag-GS:empty,
.bfh-flag-GT:empty,
.bfh-flag-GU:empty,
.bfh-flag-GW:empty,
.bfh-flag-GY:empty,
.bfh-flag-HK:empty,
.bfh-flag-HN:empty,
.bfh-flag-HR:empty,
.bfh-flag-HT:empty,
.bfh-flag-HU:empty,
.bfh-flag-ID:empty,
.bfh-flag-IE:empty,
.bfh-flag-IL:empty,
.bfh-flag-IM:empty,
.bfh-flag-IN:empty,
.bfh-flag-IQ:empty,
.bfh-flag-IS:empty,
.bfh-flag-IT:empty,
.bfh-flag-JE:empty,
.bfh-flag-JM:empty,
.bfh-flag-JO:empty,
.bfh-flag-JP:empty,
.bfh-flag-KE:empty,
.bfh-flag-KG:empty,
.bfh-flag-KH:empty,
.bfh-flag-KI:empty,
.bfh-flag-KM:empty,
.bfh-flag-KN:empty,
.bfh-flag-KP:empty,
.bfh-flag-KR:empty,
.bfh-flag-KV:empty,
.bfh-flag-KW:empty,
.bfh-flag-KY:empty,
.bfh-flag-LA:empty,
.bfh-flag-LC:empty,
.bfh-flag-LK:empty,
.bfh-flag-LR:empty,
.bfh-flag-LS:empty,
.bfh-flag-LT:empty,
.bfh-flag-LU:empty,
.bfh-flag-LV:empty,
.bfh-flag-LY:empty,
.bfh-flag-MA:empty,
.bfh-flag-ME:empty,
.bfh-flag-MG:empty,
.bfh-flag-MH:empty,
.bfh-flag-ML:empty,
.bfh-flag-MM:empty,
.bfh-flag-MP:empty,
.bfh-flag-MR:empty,
.bfh-flag-MS:empty,
.bfh-flag-MT:empty,
.bfh-flag-MU:empty,
.bfh-flag-MV:empty,
.bfh-flag-MW:empty,
.bfh-flag-MZ:empty,
.bfh-flag-NA:empty,
.bfh-flag-NE:empty,
.bfh-flag-NF:empty,
.bfh-flag-NG:empty,
.bfh-flag-NI:empty,
.bfh-flag-NL:empty,
.bfh-flag-NO:empty,
.bfh-flag-NP:empty,
.bfh-flag-NR:empty,
.bfh-flag-NZ:empty,
.bfh-flag-OM:empty,
.bfh-flag-PA:empty,
.bfh-flag-PE:empty,
.bfh-flag-PG:empty,
.bfh-flag-PH:empty,
.bfh-flag-PK:empty,
.bfh-flag-PL:empty,
.bfh-flag-PN:empty,
.bfh-flag-PS:empty,
.bfh-flag-PT:empty,
.bfh-flag-PW:empty,
.bfh-flag-PY:empty,
.bfh-flag-QA:empty,
.bfh-flag-RS:empty,
.bfh-flag-RU:empty,
.bfh-flag-RW:empty,
.bfh-flag-SA:empty,
.bfh-flag-SB:empty,
.bfh-flag-SC:empty,
.bfh-flag-SD:empty,
.bfh-flag-SE:empty,
.bfh-flag-SG:empty,
.bfh-flag-SH:empty,
.bfh-flag-SI:empty,
.bfh-flag-SK:empty,
.bfh-flag-SM:empty,
.bfh-flag-SN:empty,
.bfh-flag-SO:empty,
.bfh-flag-SR:empty,
.bfh-flag-SS:empty,
.bfh-flag-ST:empty,
.bfh-flag-SV:empty,
.bfh-flag-SY:empty,
.bfh-flag-SZ:empty,
.bfh-flag-TC:empty,
.bfh-flag-TD:empty,
.bfh-flag-TG:empty,
.bfh-flag-TH:empty,
.bfh-flag-TJ:empty,
.bfh-flag-TM:empty,
.bfh-flag-TN:empty,
.bfh-flag-TP:empty,
.bfh-flag-TR:empty,
.bfh-flag-TT:empty,
.bfh-flag-TV:empty,
.bfh-flag-TW:empty,
.bfh-flag-TZ:empty,
.bfh-flag-UA:empty,
.bfh-flag-UG:empty,
.bfh-flag-US:empty,
.bfh-flag-UY:empty,
.bfh-flag-UZ:empty,
.bfh-flag-VC:empty,
.bfh-flag-VE:empty,
.bfh-flag-VG:empty,
.bfh-flag-VI:empty,
.bfh-flag-VN:empty,
.bfh-flag-VU:empty,
.bfh-flag-WS:empty,
.bfh-flag-YE:empty,
.bfh-flag-ZA:empty,
.bfh-flag-ZM:empty,
.bfh-flag-BF:empty,
.bfh-flag-CU:empty,
.bfh-flag-DE:empty,
.bfh-flag-IR:empty,
.bfh-flag-KZ:empty,
.bfh-flag-LB:empty,
.bfh-flag-LI:empty,
.bfh-flag-MC:empty,
.bfh-flag-MD:empty,
.bfh-flag-MK:empty,
.bfh-flag-MN:empty,
.bfh-flag-MO:empty,
.bfh-flag-MX:empty,
.bfh-flag-MY:empty,
.bfh-flag-PR:empty,
.bfh-flag-RO:empty,
.bfh-flag-SL:empty,
.bfh-flag-TO:empty,
.bfh-flag-VA:empty,
.bfh-flag-ZW:empty {
  width: 16px;
}

.bfh-flag-AD,
.bfh-flag-AE,
.bfh-flag-AF,
.bfh-flag-AG,
.bfh-flag-AI,
.bfh-flag-AL,
.bfh-flag-AM,
.bfh-flag-AN,
.bfh-flag-AO,
.bfh-flag-AQ,
.bfh-flag-AR,
.bfh-flag-AS,
.bfh-flag-AT,
.bfh-flag-AU,
.bfh-flag-AW,
.bfh-flag-AX,
.bfh-flag-AZ,
.bfh-flag-BA,
.bfh-flag-BB,
.bfh-flag-BD,
.bfh-flag-BE,
.bfh-flag-BG,
.bfh-flag-BH,
.bfh-flag-BI,
.bfh-flag-BJ,
.bfh-flag-BL,
.bfh-flag-BM,
.bfh-flag-BN,
.bfh-flag-BO,
.bfh-flag-BR,
.bfh-flag-BS,
.bfh-flag-BT,
.bfh-flag-BW,
.bfh-flag-BY,
.bfh-flag-BZ,
.bfh-flag-CA,
.bfh-flag-CD,
.bfh-flag-CF,
.bfh-flag-CG,
.bfh-flag-CH,
.bfh-flag-CI,
.bfh-flag-CL,
.bfh-flag-CM,
.bfh-flag-CN,
.bfh-flag-CO,
.bfh-flag-CR,
.bfh-flag-CV,
.bfh-flag-CY,
.bfh-flag-CZ,
.bfh-flag-DJ,
.bfh-flag-DK,
.bfh-flag-DM,
.bfh-flag-DO,
.bfh-flag-DZ,
.bfh-flag-EC,
.bfh-flag-EE,
.bfh-flag-EG,
.bfh-flag-EH,
.bfh-flag-ER,
.bfh-flag-ES,
.bfh-flag-ET,
.bfh-flag-EU,
.bfh-flag-FI,
.bfh-flag-FJ,
.bfh-flag-FK,
.bfh-flag-FM,
.bfh-flag-FO,
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF,
.bfh-flag-GA,
.bfh-flag-GB,
.bfh-flag-GD,
.bfh-flag-GE,
.bfh-flag-GG,
.bfh-flag-GH,
.bfh-flag-GL,
.bfh-flag-GM,
.bfh-flag-GN,
.bfh-flag-GQ,
.bfh-flag-GR,
.bfh-flag-GS,
.bfh-flag-GT,
.bfh-flag-GU,
.bfh-flag-GW,
.bfh-flag-GY,
.bfh-flag-HK,
.bfh-flag-HN,
.bfh-flag-HR,
.bfh-flag-HT,
.bfh-flag-HU,
.bfh-flag-ID,
.bfh-flag-IE,
.bfh-flag-IL,
.bfh-flag-IM,
.bfh-flag-IN,
.bfh-flag-IQ,
.bfh-flag-IS,
.bfh-flag-IT,
.bfh-flag-JE,
.bfh-flag-JM,
.bfh-flag-JO,
.bfh-flag-JP,
.bfh-flag-KE,
.bfh-flag-KG,
.bfh-flag-KH,
.bfh-flag-KI,
.bfh-flag-KM,
.bfh-flag-KN,
.bfh-flag-KP,
.bfh-flag-KR,
.bfh-flag-KV,
.bfh-flag-KW,
.bfh-flag-KY,
.bfh-flag-LA,
.bfh-flag-LC,
.bfh-flag-LK,
.bfh-flag-LR,
.bfh-flag-LS,
.bfh-flag-LT,
.bfh-flag-LU,
.bfh-flag-LV,
.bfh-flag-LY,
.bfh-flag-MA,
.bfh-flag-ME,
.bfh-flag-MG,
.bfh-flag-MH,
.bfh-flag-ML,
.bfh-flag-MM,
.bfh-flag-MP,
.bfh-flag-MR,
.bfh-flag-MS,
.bfh-flag-MT,
.bfh-flag-MU,
.bfh-flag-MV,
.bfh-flag-MW,
.bfh-flag-MZ,
.bfh-flag-NA,
.bfh-flag-NE,
.bfh-flag-NF,
.bfh-flag-NG,
.bfh-flag-NI,
.bfh-flag-NL,
.bfh-flag-NO,
.bfh-flag-NP,
.bfh-flag-NR,
.bfh-flag-NZ,
.bfh-flag-OM,
.bfh-flag-PA,
.bfh-flag-PE,
.bfh-flag-PG,
.bfh-flag-PH,
.bfh-flag-PK,
.bfh-flag-PL,
.bfh-flag-PN,
.bfh-flag-PS,
.bfh-flag-PT,
.bfh-flag-PW,
.bfh-flag-PY,
.bfh-flag-QA,
.bfh-flag-RS,
.bfh-flag-RU,
.bfh-flag-RW,
.bfh-flag-SA,
.bfh-flag-SB,
.bfh-flag-SC,
.bfh-flag-SD,
.bfh-flag-SE,
.bfh-flag-SG,
.bfh-flag-SH,
.bfh-flag-SI,
.bfh-flag-SK,
.bfh-flag-SM,
.bfh-flag-SN,
.bfh-flag-SO,
.bfh-flag-SR,
.bfh-flag-SS,
.bfh-flag-ST,
.bfh-flag-SV,
.bfh-flag-SY,
.bfh-flag-SZ,
.bfh-flag-TC,
.bfh-flag-TD,
.bfh-flag-TG,
.bfh-flag-TH,
.bfh-flag-TJ,
.bfh-flag-TM,
.bfh-flag-TN,
.bfh-flag-TP,
.bfh-flag-TR,
.bfh-flag-TT,
.bfh-flag-TV,
.bfh-flag-TW,
.bfh-flag-TZ,
.bfh-flag-UA,
.bfh-flag-UG,
.bfh-flag-US,
.bfh-flag-UY,
.bfh-flag-UZ,
.bfh-flag-VC,
.bfh-flag-VE,
.bfh-flag-VG,
.bfh-flag-VI,
.bfh-flag-VN,
.bfh-flag-VU,
.bfh-flag-WS,
.bfh-flag-YE,
.bfh-flag-ZA,
.bfh-flag-ZM,
.bfh-flag-BF,
.bfh-flag-CU,
.bfh-flag-DE,
.bfh-flag-IR,
.bfh-flag-KZ,
.bfh-flag-LB,
.bfh-flag-LI,
.bfh-flag-MC,
.bfh-flag-MD,
.bfh-flag-MK,
.bfh-flag-MN,
.bfh-flag-MO,
.bfh-flag-MX,
.bfh-flag-MY,
.bfh-flag-PR,
.bfh-flag-RO,
.bfh-flag-SL,
.bfh-flag-TO,
.bfh-flag-VA,
.bfh-flag-ZW,
.bfh-flag-EUR,
.bfh-flag-XCD {
  margin-right: 5px;
}

.bfh-flag-AD {
  background-position: -1921px 0;
}

.bfh-flag-AE {
  background-position: -1904px 0;
}

.bfh-flag-AF {
  background-position: -3689px 0;
}

.bfh-flag-AG {
  background-position: -34px 0;
}

.bfh-flag-AI {
  background-position: -51px 0;
}

.bfh-flag-AL {
  background-position: -68px 0;
}

.bfh-flag-AM {
  background-position: -85px 0;
}

.bfh-flag-AN {
  background-position: -102px 0;
}

.bfh-flag-AO {
  background-position: -119px 0;
}

.bfh-flag-AQ {
  background-position: -136px 0;
}

.bfh-flag-AR {
  background-position: -153px 0;
}

.bfh-flag-AS {
  background-position: -170px 0;
}

.bfh-flag-AT {
  background-position: -187px 0;
}

.bfh-flag-AU {
  background-position: -204px 0;
}

.bfh-flag-AW {
  background-position: -221px 0;
}

.bfh-flag-AX {
  background-position: -238px 0;
}

.bfh-flag-AZ {
  background-position: -255px 0;
}

.bfh-flag-BA {
  background-position: -272px 0;
}

.bfh-flag-BB {
  background-position: -289px 0;
}

.bfh-flag-BD {
  background-position: -306px 0;
}

.bfh-flag-BE {
  background-position: -323px 0;
}

.bfh-flag-BG {
  background-position: -340px 0;
}

.bfh-flag-BH {
  background-position: -357px 0;
}

.bfh-flag-BI {
  background-position: -374px 0;
}

.bfh-flag-BJ {
  background-position: -391px 0;
}

.bfh-flag-BL {
  background-position: -408px 0;
}

.bfh-flag-BM {
  background-position: -425px 0;
}

.bfh-flag-BN {
  background-position: -442px 0;
}

.bfh-flag-BO {
  background-position: -459px 0;
}

.bfh-flag-BR {
  background-position: -476px 0;
}

.bfh-flag-BS {
  background-position: -493px 0;
}

.bfh-flag-BT {
  background-position: -510px 0;
}

.bfh-flag-BW {
  background-position: -527px 0;
}

.bfh-flag-BY {
  background-position: -544px 0;
}

.bfh-flag-BZ {
  background-position: -561px 0;
}

.bfh-flag-CA {
  background-position: -578px 0;
}

.bfh-flag-CD {
  background-position: -595px 0;
}

.bfh-flag-CF {
  background-position: -612px 0;
}

.bfh-flag-CG {
  background-position: -629px 0;
}

.bfh-flag-CH {
  background-position: -646px 0;
}

.bfh-flag-CI {
  background-position: -663px 0;
}

.bfh-flag-CL {
  background-position: -680px 0;
}

.bfh-flag-CM {
  background-position: -697px 0;
}

.bfh-flag-CN {
  background-position: -714px 0;
}

.bfh-flag-CO {
  background-position: -731px 0;
}

.bfh-flag-CR {
  background-position: -748px 0;
}

.bfh-flag-CV {
  background-position: -765px 0;
}

.bfh-flag-CY {
  background-position: -782px 0;
}

.bfh-flag-CZ {
  background-position: -799px 0;
}

.bfh-flag-DJ {
  background-position: -816px 0;
}

.bfh-flag-DK {
  background-position: -833px 0;
}

.bfh-flag-DM {
  background-position: -850px 0;
}

.bfh-flag-DO {
  background-position: -867px 0;
}

.bfh-flag-DZ {
  background-position: -884px 0;
}

.bfh-flag-EC {
  background-position: -901px 0;
}

.bfh-flag-EE {
  background-position: -918px 0;
}

.bfh-flag-EG {
  background-position: -935px 0;
}

.bfh-flag-EH {
  background-position: -952px 0;
}

.bfh-flag-ER {
  background-position: -969px 0;
}

.bfh-flag-ES {
  background-position: -986px 0;
}

.bfh-flag-ET {
  background-position: -1003px 0;
}

.bfh-flag-EU {
  background-position: -1020px 0;
}

.bfh-flag-FI {
  background-position: -1037px 0;
}

.bfh-flag-FJ {
  background-position: -1054px 0;
}

.bfh-flag-FK {
  background-position: -1071px 0;
}

.bfh-flag-FM {
  background-position: -1088px 0;
}

.bfh-flag-FO {
  background-position: -1105px 0;
}

.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF {
  background-position: -1122px 0;
}

.bfh-flag-GA {
  background-position: -1139px 0;
}

.bfh-flag-GB {
  background-position: -1156px 0;
}

.bfh-flag-GD {
  background-position: -1173px 0;
}

.bfh-flag-GE {
  background-position: -1190px 0;
}

.bfh-flag-GG {
  background-position: -1207px 0;
}

.bfh-flag-GH {
  background-position: -1224px 0;
}

.bfh-flag-GL {
  background-position: -1241px 0;
}

.bfh-flag-GM {
  background-position: -1258px 0;
}

.bfh-flag-GN {
  background-position: -1275px 0;
}

.bfh-flag-GQ {
  background-position: -1292px 0;
}

.bfh-flag-GR {
  background-position: -1309px 0;
}

.bfh-flag-GS {
  background-position: -1326px 0;
}

.bfh-flag-GT {
  background-position: -1343px 0;
}

.bfh-flag-GU {
  background-position: -1360px 0;
}

.bfh-flag-GW {
  background-position: -1377px 0;
}

.bfh-flag-GY {
  background-position: -1394px 0;
}

.bfh-flag-HK {
  background-position: -1411px 0;
}

.bfh-flag-HN {
  background-position: -1428px 0;
}

.bfh-flag-HR {
  background-position: -1445px 0;
}

.bfh-flag-HT {
  background-position: -1462px 0;
}

.bfh-flag-HU {
  background-position: -1479px 0;
}

.bfh-flag-ID {
  background-position: -1496px 0;
}

.bfh-flag-IE {
  background-position: -1513px 0;
}

.bfh-flag-IL {
  background-position: -1530px 0;
}

.bfh-flag-IM {
  background-position: -1547px 0;
}

.bfh-flag-IN {
  background-position: -1564px 0;
}

.bfh-flag-IQ {
  background-position: -1581px 0;
}

.bfh-flag-IS {
  background-position: -1598px 0;
}

.bfh-flag-IT {
  background-position: -1615px 0;
}

.bfh-flag-JE {
  background-position: -1632px 0;
}

.bfh-flag-JM {
  background-position: -1649px 0;
}

.bfh-flag-JO {
  background-position: -1666px 0;
}

.bfh-flag-JP {
  background-position: -1683px 0;
}

.bfh-flag-KE {
  background-position: -1700px 0;
}

.bfh-flag-KG {
  background-position: -1717px 0;
}

.bfh-flag-KH {
  background-position: -1734px 0;
}

.bfh-flag-KI {
  background-position: -1751px 0;
}

.bfh-flag-KM {
  background-position: -1768px 0;
}

.bfh-flag-KN {
  background-position: -1785px 0;
}

.bfh-flag-KP {
  background-position: -1802px 0;
}

.bfh-flag-KR {
  background-position: -1819px 0;
}

.bfh-flag-KV {
  background-position: -1836px 0;
}

.bfh-flag-KW {
  background-position: -1853px 0;
}

.bfh-flag-KY {
  background-position: -1870px 0;
}

.bfh-flag-LA {
  background-position: -1887px 0;
}

.bfh-flag-LC {
  background-position: 0 0;
}

.bfh-flag-LK {
  background-position: -17px 0;
}

.bfh-flag-LR {
  background-position: -1938px 0;
}

.bfh-flag-LS {
  background-position: -1955px 0;
}

.bfh-flag-LT {
  background-position: -1972px 0;
}

.bfh-flag-LU {
  background-position: -1989px 0;
}

.bfh-flag-LV {
  background-position: -2006px 0;
}

.bfh-flag-LY {
  background-position: -2023px 0;
}

.bfh-flag-MA {
  background-position: -2040px 0;
}

.bfh-flag-ME {
  background-position: -2057px 0;
}

.bfh-flag-MG {
  background-position: -2074px 0;
}

.bfh-flag-MH {
  background-position: -2091px 0;
}

.bfh-flag-ML {
  background-position: -2108px 0;
}

.bfh-flag-MM {
  background-position: -2125px 0;
}

.bfh-flag-MP {
  background-position: -2142px 0;
}

.bfh-flag-MR {
  background-position: -2159px 0;
}

.bfh-flag-MS {
  background-position: -2176px 0;
}

.bfh-flag-MT {
  background-position: -2193px 0;
}

.bfh-flag-MU {
  background-position: -2210px 0;
}

.bfh-flag-MV {
  background-position: -2227px 0;
}

.bfh-flag-MW {
  background-position: -2244px 0;
}

.bfh-flag-MZ {
  background-position: -2261px 0;
}

.bfh-flag-NA {
  background-position: -2278px 0;
}

.bfh-flag-NE {
  background-position: -2295px 0;
}

.bfh-flag-NF {
  background-position: -2312px 0;
}

.bfh-flag-NG {
  background-position: -2329px 0;
}

.bfh-flag-NI {
  background-position: -2346px 0;
}

.bfh-flag-NL {
  background-position: -2363px 0;
}

.bfh-flag-NO {
  background-position: -2380px 0;
}

.bfh-flag-NP {
  background-position: -2397px 0;
}

.bfh-flag-NR {
  background-position: -2414px 0;
}

.bfh-flag-NZ {
  background-position: -2431px 0;
}

.bfh-flag-OM {
  background-position: -2448px 0;
}

.bfh-flag-PA {
  background-position: -2465px 0;
}

.bfh-flag-PE {
  background-position: -2482px 0;
}

.bfh-flag-PG {
  background-position: -2499px 0;
}

.bfh-flag-PH {
  background-position: -2516px 0;
}

.bfh-flag-PK {
  background-position: -2533px 0;
}

.bfh-flag-PL {
  background-position: -2550px 0;
}

.bfh-flag-PN {
  background-position: -2567px 0;
}

.bfh-flag-PS {
  background-position: -2584px 0;
}

.bfh-flag-PT {
  background-position: -2601px 0;
}

.bfh-flag-PW {
  background-position: -2618px 0;
}

.bfh-flag-PY {
  background-position: -2635px 0;
}

.bfh-flag-QA {
  background-position: -2652px 0;
}

.bfh-flag-RS {
  background-position: -2669px 0;
}

.bfh-flag-RU {
  background-position: -2686px 0;
}

.bfh-flag-RW {
  background-position: -2703px 0;
}

.bfh-flag-SA {
  background-position: -2720px 0;
}

.bfh-flag-SB {
  background-position: -2737px 0;
}

.bfh-flag-SC {
  background-position: -2754px 0;
}

.bfh-flag-SD {
  background-position: -2771px 0;
}

.bfh-flag-SE {
  background-position: -2788px 0;
}

.bfh-flag-SG {
  background-position: -2805px 0;
}

.bfh-flag-SH {
  background-position: -2822px 0;
}

.bfh-flag-SI {
  background-position: -2839px 0;
}

.bfh-flag-SK {
  background-position: -2856px 0;
}

.bfh-flag-SM {
  background-position: -2873px 0;
}

.bfh-flag-SN {
  background-position: -2890px 0;
}

.bfh-flag-SO {
  background-position: -2907px 0;
}

.bfh-flag-SR {
  background-position: -2924px 0;
}

.bfh-flag-SS {
  background-position: -2941px 0;
}

.bfh-flag-ST {
  background-position: -2958px 0;
}

.bfh-flag-SV {
  background-position: -2975px 0;
}

.bfh-flag-SY {
  background-position: -2992px 0;
}

.bfh-flag-SZ {
  background-position: -3009px 0;
}

.bfh-flag-TC {
  background-position: -3026px 0;
}

.bfh-flag-TD {
  background-position: -3043px 0;
}

.bfh-flag-TG {
  background-position: -3060px 0;
}

.bfh-flag-TH {
  background-position: -3077px 0;
}

.bfh-flag-TJ {
  background-position: -3094px 0;
}

.bfh-flag-TM {
  background-position: -3111px 0;
}

.bfh-flag-TN {
  background-position: -3128px 0;
}

.bfh-flag-TP {
  background-position: -3145px 0;
}

.bfh-flag-TR {
  background-position: -3162px 0;
}

.bfh-flag-TT {
  background-position: -3179px 0;
}

.bfh-flag-TV {
  background-position: -3196px 0;
}

.bfh-flag-TW {
  background-position: -3213px 0;
}

.bfh-flag-TZ {
  background-position: -3230px 0;
}

.bfh-flag-UA {
  background-position: -3247px 0;
}

.bfh-flag-UG {
  background-position: -3264px 0;
}

.bfh-flag-US {
  background-position: -3281px 0;
}

.bfh-flag-UY {
  background-position: -3298px 0;
}

.bfh-flag-UZ {
  background-position: -3315px 0;
}

.bfh-flag-VC {
  background-position: -3332px 0;
}

.bfh-flag-VE {
  background-position: -3349px 0;
}

.bfh-flag-VG {
  background-position: -3366px 0;
}

.bfh-flag-VI {
  background-position: -3383px 0;
}

.bfh-flag-VN {
  background-position: -3400px 0;
}

.bfh-flag-VU {
  background-position: -3417px 0;
}

.bfh-flag-WS {
  background-position: -3434px 0;
}

.bfh-flag-YE {
  background-position: -3451px 0;
}

.bfh-flag-ZA {
  background-position: -3468px 0;
}

.bfh-flag-ZM {
  background-position: -3485px 0;
}

.bfh-flag-BF {
  background-position: -3502px 0;
}

.bfh-flag-CU {
  background-position: -3519px 0;
}

.bfh-flag-DE {
  background-position: -3536px 0;
}

.bfh-flag-IR {
  background-position: -3553px 0;
}

.bfh-flag-KZ {
  background-position: -3570px 0;
}

.bfh-flag-LB {
  background-position: -3587px 0;
}

.bfh-flag-LI {
  background-position: -3604px 0;
}

.bfh-flag-MC {
  background-position: -3621px 0;
}

.bfh-flag-MD {
  background-position: -3638px 0;
}

.bfh-flag-MK {
  background-position: -3655px 0;
}

.bfh-flag-MN {
  background-position: -3672px 0;
}

.bfh-flag-MO {
  background-position: -3706px 0;
}

.bfh-flag-MX {
  background-position: -3723px 0;
}

.bfh-flag-MY {
  background-position: -3740px 0;
}

.bfh-flag-PR {
  background-position: -3757px 0;
}

.bfh-flag-RO {
  background-position: -3774px 0;
}

.bfh-flag-SL {
  background-position: -3791px 0;
}

.bfh-flag-TO {
  background-position: -3808px 0;
}

.bfh-flag-VA {
  background-position: -3825px 0;
}

.bfh-flag-ZW {
  background-position: -3842px 0;
}

.bfh-flag-EUR {
  background: url(/../img/eu.png) no-repeat;
}

.bfh-flag-XCD {
  background: url(/../img/xcd.png) no-repeat;
}

.bfh-flag-AUD,
.bfh-flag-CHF,
.bfh-flag-DKK,
.bfh-flag-EUR,
.bfh-flag-XAF,
.bfh-flag-XCD,
.bfh-flag-XOF,
.bfh-flag-XPF,
.bfh-flag-ZAR {
  width: 16px;
  height: 14px;
  background: url(https://yournextstep-com.s3.amazonaws.com/images/bootstrap-formhelpers-currencies.flags.png) no-repeat;
}

.bfh-flag-AUD:empty,
.bfh-flag-CHF:empty,
.bfh-flag-DKK:empty,
.bfh-flag-EUR:empty,
.bfh-flag-XAF:empty,
.bfh-flag-XCD:empty,
.bfh-flag-XOF:empty,
.bfh-flag-XPF:empty,
.bfh-flag-ZAR:empty {
  width: 16px;
}

.bfh-flag-AUD,
.bfh-flag-CHF,
.bfh-flag-DKK,
.bfh-flag-EUR,
.bfh-flag-XAF,
.bfh-flag-XCD,
.bfh-flag-XOF,
.bfh-flag-XPF,
.bfh-flag-ZAR {
  margin-right: 5px;
}

.bfh-flag-AUD {
  background-position: -32px 0;
}

.bfh-flag-CHF {
  background-position: -224px 0;
}

.bfh-flag-DKK {
  background-position: -64px -16px;
}

.bfh-flag-EUR {
  background-position: -96px -16px;
}

.bfh-flag-XAF {
  background-position: -160px -80px;
}

.bfh-flag-XCD {
  background-position: -176px -80px;
}

.bfh-flag-XOF {
  background-position: -192px -80px;
}

.bfh-flag-XPF {
  background-position: -208px -80px;
}

.bfh-flag-ZAR {
  background-position: -224px -80px;
}

.bfh-selectbox {
  position: relative;
}

.bfh-selectbox .bfh-selectbox-toggle {
  display: inline-block;
  padding: 6px 24px 6px 12px;
  text-decoration: none;
}

.bfh-selectbox .bfh-selectbox-toggle:focus {
  outline: 0;
}

.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
  display: inline-block;
  float: left;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
  float: right;
  margin-top: 8px;
  margin-right: -16px;
  margin-left: -10px;
}

.bfh-selectbox .bfh-selectbox-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 90px;
  padding: 5px 0;
  margin: -1px 0 0;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.bfh-selectbox .bfh-selectbox-options.pull-right {
  right: 0;
  left: auto;
}

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

.bfh-selectbox .bfh-selectbox-options .bfh-selectbox-filter-container {
  width: 100%;
  padding: 5px;
}

.bfh-selectbox .bfh-selectbox-options ul {
  max-width: 500px;
  max-height: 200px;
  padding: 0;
  margin: 5px 0 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}

.bfh-selectbox .bfh-selectbox-options ul li > a {
  display: block;
  width: 100%;
  min-height: 26px;
  padding: 3px 20px;
  overflow-x: hidden;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bfh-selectbox .bfh-selectbox-options ul li > a:hover,
.bfh-selectbox .bfh-selectbox-options ul li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.bfh-selectbox .bfh-selectbox-options ul .bfh-selectbox-options-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.bfh-selectbox .bfh-selectbox-options ul .disabled > a {
  color: #999999;
}

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

.bfh-selectbox.open > .bfh-selectbox-options {
  display: block;
}

.bfh-selectbox.open a {
  outline: 0;
}

.pull-right > .bfh-selectbox-options {
  right: 0;
  left: auto;
}

.bfh-selectbox-up .caret,
.navbar-fixed-bottom .bfh-selectbox .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.bfh-selectbox-up .bfh-selectbox-options,
.navbar-fixed-bottom .bfh-selectbox .bfh-selectbox-options {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .bfh-selectbox-options {
    right: 0;
    left: auto;
  }
}
.bfh-googlefonts .bfh-selectbox-options a {
  width: 230px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(https://yournextstep-com.s3.amazonaws.com/images/bootstrap-formhelpers-googlefonts.png);
}

.bfh-googlefonts .bfh-selectbox-options a:focus {
  background-color: transparent;
  background-repeat: no-repeat;
  outline: none;
  filter: none;
}

.bfh-googlefonts .bfh-selectbox-options .active > a,
.bfh-googlefonts .bfh-selectbox-options .active > a:hover {
  background-color: transparent;
  background-image: url(https://yournextstep-com.s3.amazonaws.com/images/bootstrap-formhelpers-googlefonts.png);
  background-repeat: no-repeat;
  outline: none;
  filter: none;
}

.bfh-datepicker-calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 296px;
}

.bfh-datepicker-calendar > table.calendar {
  width: 376px;
  background: #ffffff;
}

.bfh-datepicker-calendar > table.calendar .months-header > th {
  font-size: 12px;
  text-align: center;
}

.bfh-datepicker-calendar > table.calendar .months-header > th.month > span {
  display: inline-block;
  width: 100px;
}

.bfh-datepicker-calendar > table.calendar .months-header > th.year > span {
  display: inline-block;
  width: 50px;
}

.bfh-datepicker-calendar > table.calendar .days-header > th {
  width: 30px;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

.bfh-datepicker-calendar > table.calendar > tbody > tr > td {
  width: 30px;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

.bfh-datepicker-calendar > table.calendar > tbody > tr > td.today {
  color: #ffffff;
  background-color: #428bca;
}

.bfh-datepicker-calendar > table.calendar > tbody > tr > td.off {
  color: #999999;
}

.bfh-datepicker-calendar > table.calendar > tbody > tr > td:not(.off):hover {
  color: #262626;
  cursor: pointer;
  background-color: #f5f5f5;
}

.bfh-datepicker {
  position: relative;
}

.bfh-datepicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit;
}

.open > .bfh-datepicker-calendar {
  display: block;
}

.bfh-timepicker-popover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.bfh-timepicker-popover > table {
  width: 180px;
  margin: 0;
}

.bfh-timepicker-popover > table > tbody > tr > td {
  text-align: center;
  border: 0;
}

.bfh-timepicker-popover > table > tbody > tr > td.separator {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.bfh-timepicker-popover > table > tbody > tr > td > div > input {
  width: 42px !important;
  text-align: center;
}

.bfh-timepicker {
  position: relative;
}

.bfh-timepicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit;
}

.open > .bfh-timepicker-popover {
  display: block;
}

.bfh-slider {
  height: 20px;
  margin-top: 8px;
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}

.bfh-slider > .bfh-slider-handle {
  position: absolute;
  width: 20px;
  height: 34px;
  margin-top: -7px;
  cursor: col-resize;
  background: #efefef;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.bfh-slider > .bfh-slider-handle > .bfh-slider-value {
  position: absolute;
  width: 48px;
  height: 20px;
  margin-top: 5px;
  margin-left: -15px;
  line-height: 20px;
  text-align: center;
  cursor: col-resize;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.bfh-slider > .bfh-slider-handle > .bfh-slider-value .disabled {
  color: #999999;
}

.bfh-slider.disabled .bfh-slider-value {
  color: #999999;
}

.bfh-colorpicker-popover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 20px;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.bfh-colorpicker-popover > canvas {
  width: 384px;
  height: 256px;
}

.bfh-colorpicker {
  position: relative;
}

.bfh-colorpicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit;
}

.bfh-colorpicker-toggle .bfh-colorpicker-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.open > .bfh-colorpicker-popover {
  display: block;
}

.input-group > .bfh-number {
  border-right: 0;
}

.input-group > .bfh-number-btn:hover {
  background-color: #cccccc;
}

@font-face {
  font-family: "gotham_boldregular";
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bold-webfont.eot");
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bold-webfont.woff") format("woff"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bold-webfont.ttf") format("truetype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bold-webfont.svg#gotham_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_bolditalic";
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bolditalic-webfont.eot");
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bolditalic-webfont.woff") format("woff"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bolditalic-webfont.ttf") format("truetype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bolditalic-webfont.svg#gotham_bolditalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_lightregular";
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_light-webfont.eot");
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_light-webfont.eot?#iefix") format("embedded-opentype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_light-webfont.woff") format("woff"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_light-webfont.ttf") format("truetype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_light-webfont.svg#gotham_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_lightitalic";
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_lightitalic-webfont.eot");
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_lightitalic-webfont.woff") format("woff"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_lightitalic-webfont.ttf") format("truetype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_lightitalic-webfont.svg#gotham_lightitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_bookregular";
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_book-webfont.eot");
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_book-webfont.eot?#iefix") format("embedded-opentype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_book-webfont.woff") format("woff"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_book-webfont.ttf") format("truetype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_book-webfont.svg#gotham_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_bookitalic";
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bookitalic-webfont.eot");
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bookitalic-webfont.woff") format("woff"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bookitalic-webfont.ttf") format("truetype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/gotham_bookitalic-webfont.svg#gotham_bookitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@elusiveWebfontPath : "/fonts/";
@Elusive-iconfontVersion : 3;
@font-face {
  font-family: "Elusive-Icons";
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/Elusive-Icons.eot?v=@{Elusive-iconfontVersion}");
  src: url("https://d19t87v9ruil69.cloudfront.net/fonts/Elusive-Icons.eot?#iefix&v=@{Elusive-iconfontVersion}") format("embedded-opentype"), url("https://d19t87v9ruil69.cloudfront.net/fonts/Elusive-Icons.svg#Elusive-Icons?v=@{Elusive-iconfontVersion}") format("svg"), url("https://d19t87v9ruil69.cloudfront.net/fonts/Elusive-Icons.woff?v=@{Elusive-iconfontVersion}") format("woff"), url("https://d19t87v9ruil69.cloudfront.net/fonts/Elusive-Icons.ttf?v=@{Elusive-iconfontVersion}") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class*=el-icon-] {
  font-family: "Elusive-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;
}

.el-icon-zoom-out:before {
  content: "\e600";
}

.el-icon-zoom-in:before {
  content: "\e601";
}

.el-icon-youtube:before {
  content: "\e602";
}

.el-icon-wrench-alt:before {
  content: "\e603";
}

.el-icon-wrench:before {
  content: "\e604";
}

.el-icon-wordpress:before {
  content: "\e605";
}

.el-icon-wheelchair:before {
  content: "\e606";
}

.el-icon-website-alt:before {
  content: "\e607";
}

.el-icon-website:before {
  content: "\e608";
}

.el-icon-warning-sign:before {
  content: "\e609";
}

.el-icon-w3c:before {
  content: "\e60a";
}

.el-icon-volume-up:before {
  content: "\e60b";
}

.el-icon-volume-off:before {
  content: "\e60c";
}

.el-icon-volume-down:before {
  content: "\e60d";
}

.el-icon-vkontakte:before {
  content: "\e60e";
}

.el-icon-vimeo:before {
  content: "\e60f";
}

.el-icon-view-mode:before {
  content: "\e610";
}

.el-icon-video-chat:before {
  content: "\e611";
}

.el-icon-video-alt:before {
  content: "\e612";
}

.el-icon-video:before {
  content: "\e613";
}

.el-icon-viadeo:before {
  content: "\e614";
}

.el-icon-user:before {
  content: "\e615";
}

.el-icon-usd:before {
  content: "\e616";
}

.el-icon-upload:before {
  content: "\e617";
}

.el-icon-unlock-alt:before {
  content: "\e618";
}

.el-icon-unlock:before {
  content: "\e619";
}

.el-icon-universal-access:before {
  content: "\e61a";
}

.el-icon-twitter:before {
  content: "\e61b";
}

.el-icon-tumblr:before {
  content: "\e61c";
}

.el-icon-trash-alt:before {
  content: "\e61d";
}

.el-icon-trash:before {
  content: "\e61e";
}

.el-icon-torso:before {
  content: "\e61f";
}

.el-icon-tint:before {
  content: "\e620";
}

.el-icon-time-alt:before {
  content: "\e621";
}

.el-icon-time:before {
  content: "\e622";
}

.el-icon-thumbs-up:before {
  content: "\e623";
}

.el-icon-thumbs-down:before {
  content: "\e624";
}

.el-icon-th-list:before {
  content: "\e625";
}

.el-icon-th-large:before {
  content: "\e626";
}

.el-icon-th:before {
  content: "\e627";
}

.el-icon-text-width:before {
  content: "\e628";
}

.el-icon-text-height:before {
  content: "\e629";
}

.el-icon-tasks:before {
  content: "\e62a";
}

.el-icon-tags:before {
  content: "\e62b";
}

.el-icon-tag:before {
  content: "\e62c";
}

.el-icon-stumbleupon:before {
  content: "\e62d";
}

.el-icon-stop-alt:before {
  content: "\e62e";
}

.el-icon-stop:before {
  content: "\e62f";
}

.el-icon-step-forward:before {
  content: "\e630";
}

.el-icon-step-backward:before {
  content: "\e631";
}

.el-icon-star-empty:before {
  content: "\e632";
}

.el-icon-star-alt:before {
  content: "\e633";
}

.el-icon-star:before {
  content: "\e634";
}

.el-icon-stackoverflow:before {
  content: "\e635";
}

.el-icon-spotify:before {
  content: "\e636";
}

.el-icon-speaker:before {
  content: "\e637";
}

.el-icon-soundcloud:before {
  content: "\e638";
}

.el-icon-smiley-alt:before {
  content: "\e639";
}

.el-icon-smiley:before {
  content: "\e63a";
}

.el-icon-slideshare:before {
  content: "\e63b";
}

.el-icon-skype:before {
  content: "\e63c";
}

.el-icon-signal:before {
  content: "\e63d";
}

.el-icon-shopping-cart-sign:before {
  content: "\e63e";
}

.el-icon-shopping-cart:before {
  content: "\e63f";
}

.el-icon-share-alt:before {
  content: "\e640";
}

.el-icon-share:before {
  content: "\e641";
}

.el-icon-search-alt:before {
  content: "\e642";
}

.el-icon-search:before {
  content: "\e643";
}

.el-icon-screenshot:before {
  content: "\e644";
}

.el-icon-screen-alt:before {
  content: "\e645";
}

.el-icon-screen:before {
  content: "\e646";
}

.el-icon-scissors:before {
  content: "\e647";
}

.el-icon-rss:before {
  content: "\e648";
}

.el-icon-road:before {
  content: "\e649";
}

.el-icon-reverse-alt:before {
  content: "\e64a";
}

.el-icon-retweet:before {
  content: "\e64b";
}

.el-icon-return-key:before {
  content: "\e64c";
}

.el-icon-resize-vertical:before {
  content: "\e64d";
}

.el-icon-resize-small:before {
  content: "\e64e";
}

.el-icon-resize-horizontal:before {
  content: "\e64f";
}

.el-icon-resize-full:before {
  content: "\e650";
}

.el-icon-repeat-alt:before {
  content: "\e651";
}

.el-icon-repeat:before {
  content: "\e652";
}

.el-icon-remove-sign:before {
  content: "\e653";
}

.el-icon-remove-circle:before {
  content: "\e654";
}

.el-icon-remove:before {
  content: "\e655";
}

.el-icon-refresh:before {
  content: "\e656";
}

.el-icon-reddit:before {
  content: "\e657";
}

.el-icon-record:before {
  content: "\e658";
}

.el-icon-random:before {
  content: "\e659";
}

.el-icon-quotes-alt:before {
  content: "\e65a";
}

.el-icon-quotes:before {
  content: "\e65b";
}

.el-icon-question-sign:before {
  content: "\e65c";
}

.el-icon-question:before {
  content: "\e65d";
}

.el-icon-qrcode:before {
  content: "\e65e";
}

.el-icon-puzzle:before {
  content: "\e65f";
}

.el-icon-print:before {
  content: "\e660";
}

.el-icon-podcast:before {
  content: "\e661";
}

.el-icon-plus-sign:before {
  content: "\e662";
}

.el-icon-plus:before {
  content: "\e663";
}

.el-icon-play-circle:before {
  content: "\e664";
}

.el-icon-play-alt:before {
  content: "\e665";
}

.el-icon-play:before {
  content: "\e666";
}

.el-icon-plane:before {
  content: "\e667";
}

.el-icon-pinterest:before {
  content: "\e668";
}

.el-icon-picture:before {
  content: "\e669";
}

.el-icon-picasa:before {
  content: "\e66a";
}

.el-icon-photo-alt:before {
  content: "\e66b";
}

.el-icon-photo:before {
  content: "\e66c";
}

.el-icon-phone-alt:before {
  content: "\e66d";
}

.el-icon-phone:before,
.el-icon-earphone:before {
  content: "\e66e";
}

.el-icon-person:before {
  content: "\e66f";
}

.el-icon-pencil-alt:before {
  content: "\e670";
}

.el-icon-pencil:before {
  content: "\e671";
}

.el-icon-pause-alt:before {
  content: "\e672";
}

.el-icon-pause:before {
  content: "\e673";
}

.el-icon-path:before {
  content: "\e674";
}

.el-icon-paper-clip-alt:before,
.el-icon-paperclip-alt:before {
  content: "\e675";
}

.el-icon-paper-clip:before,
.el-icon-paperclip:before {
  content: "\e676";
}

.el-icon-opensource:before {
  content: "\e677";
}

.el-icon-ok-sign:before {
  content: "\e678";
}

.el-icon-ok-circle:before {
  content: "\e679";
}

.el-icon-ok:before {
  content: "\e67a";
}

.el-icon-off:before {
  content: "\e67b";
}

.el-icon-network:before {
  content: "\e67c";
}

.el-icon-myspace:before {
  content: "\e67d";
}

.el-icon-music:before {
  content: "\e67e";
}

.el-icon-move:before {
  content: "\e67f";
}

.el-icon-minus-sign:before {
  content: "\e680";
}

.el-icon-minus:before {
  content: "\e681";
}

.el-icon-mic-alt:before {
  content: "\e682";
}

.el-icon-mic:before {
  content: "\e683";
}

.el-icon-map-marker-alt:before {
  content: "\e684";
}

.el-icon-map-marker:before {
  content: "\e685";
}

.el-icon-male:before {
  content: "\e686";
}

.el-icon-magnet:before {
  content: "\e687";
}

.el-icon-magic:before {
  content: "\e688";
}

.el-icon-lock-alt:before {
  content: "\e689";
}

.el-icon-lock:before {
  content: "\e68a";
}

.el-icon-livejournal:before {
  content: "\e68b";
}

.el-icon-list-alt:before {
  content: "\e68c";
}

.el-icon-list:before {
  content: "\e68d";
}

.el-icon-linkedin:before {
  content: "\e68e";
}

.el-icon-link:before {
  content: "\e68f";
}

.el-icon-lines:before {
  content: "\e690";
}

.el-icon-leaf:before {
  content: "\e691";
}

.el-icon-lastfm:before {
  content: "\e692";
}

.el-icon-laptop-alt:before {
  content: "\e693";
}

.el-icon-laptop:before {
  content: "\e694";
}

.el-icon-key:before {
  content: "\e695";
}

.el-icon-italic:before {
  content: "\e696";
}

.el-icon-iphone-home:before {
  content: "\e697";
}

.el-icon-instagram:before {
  content: "\e698";
}

.el-icon-info-sign:before {
  content: "\e699";
}

.el-icon-indent-right:before {
  content: "\e69a";
}

.el-icon-indent-left:before {
  content: "\e69b";
}

.el-icon-inbox-box:before {
  content: "\e69c";
}

.el-icon-inbox-alt:before {
  content: "\e69d";
}

.el-icon-inbox:before {
  content: "\e69e";
}

.el-icon-idea-alt:before {
  content: "\e69f";
}

.el-icon-idea:before {
  content: "\e6a0";
}

.el-icon-hourglass:before {
  content: "\e6a1";
}

.el-icon-home-alt:before {
  content: "\e6a2";
}

.el-icon-home:before {
  content: "\e6a3";
}

.el-icon-heart-empty:before {
  content: "\e6a4";
}

.el-icon-heart-alt:before {
  content: "\e6a5";
}

.el-icon-heart:before {
  content: "\e6a6";
}

.el-icon-hearing-impaired:before {
  content: "\e6a7";
}

.el-icon-headphones:before {
  content: "\e6a8";
}

.el-icon-hdd:before {
  content: "\e6a9";
}

.el-icon-hand-up:before {
  content: "\e6aa";
}

.el-icon-hand-right:before {
  content: "\e6ab";
}

.el-icon-hand-left:before {
  content: "\e6ac";
}

.el-icon-hand-down:before {
  content: "\e6ad";
}

.el-icon-guidedog:before {
  content: "\e6ae";
}

.el-icon-group-alt:before {
  content: "\e6af";
}

.el-icon-group:before {
  content: "\e6b0";
}

.el-icon-graph-alt:before {
  content: "\e6b1";
}

.el-icon-graph:before {
  content: "\e6b2";
}

.el-icon-googleplus:before {
  content: "\e6b3";
}

.el-icon-globe-alt:before {
  content: "\e6b4";
}

.el-icon-globe:before {
  content: "\e6b5";
}

.el-icon-glasses:before {
  content: "\e6b6";
}

.el-icon-glass:before {
  content: "\e6b7";
}

.el-icon-github-text:before {
  content: "\e6b8";
}

.el-icon-github:before {
  content: "\e6b9";
}

.el-icon-gift:before {
  content: "\e6ba";
}

.el-icon-gbp:before {
  content: "\e6bb";
}

.el-icon-fullscreen:before {
  content: "\e6bc";
}

.el-icon-friendfeed-rect:before {
  content: "\e6bd";
}

.el-icon-friendfeed:before {
  content: "\e6be";
}

.el-icon-foursquare:before {
  content: "\e6bf";
}

.el-icon-forward-alt:before {
  content: "\e6c0";
}

.el-icon-forward:before {
  content: "\e6c1";
}

.el-icon-fork:before {
  content: "\e6c2";
}

.el-icon-fontsize:before {
  content: "\e6c3";
}

.el-icon-font:before {
  content: "\e6c4";
}

.el-icon-folder-sign:before {
  content: "\e6c5";
}

.el-icon-folder-open:before {
  content: "\e6c6";
}

.el-icon-folder-close:before {
  content: "\e6c7";
}

.el-icon-folder:before {
  content: "\e6c8";
}

.el-icon-flickr:before {
  content: "\e6c9";
}

.el-icon-flag-alt:before {
  content: "\e6ca";
}

.el-icon-flag:before {
  content: "\e6cb";
}

.el-icon-fire:before {
  content: "\e6cc";
}

.el-icon-filter:before {
  content: "\e6cd";
}

.el-icon-film:before {
  content: "\e6ce";
}

.el-icon-file-new-alt:before {
  content: "\e6cf";
}

.el-icon-file-new:before {
  content: "\e6d0";
}

.el-icon-file-edit-alt:before {
  content: "\e6d1";
}

.el-icon-file-edit:before {
  content: "\e6d2";
}

.el-icon-file-alt:before {
  content: "\e6d3";
}

.el-icon-file:before {
  content: "\e6d4";
}

.el-icon-female:before {
  content: "\e6d5";
}

.el-icon-fast-forward:before {
  content: "\e6d6";
}

.el-icon-fast-backward:before {
  content: "\e6d7";
}

.el-icon-facetime-video:before {
  content: "\e6d8";
}

.el-icon-facebook:before {
  content: "\e6d9";
}

.el-icon-eye-open:before {
  content: "\e6da";
}

.el-icon-eye-close:before {
  content: "\e6db";
}

.el-icon-exclamation-sign:before {
  content: "\e6dc";
}

.el-icon-eur:before {
  content: "\e6dd";
}

.el-icon-error-alt:before {
  content: "\e6de";
}

.el-icon-error:before {
  content: "\e6df";
}

.el-icon-envelope-alt:before {
  content: "\e6e0";
}

.el-icon-envelope:before {
  content: "\e6e1";
}

.el-icon-eject:before {
  content: "\e6e2";
}

.el-icon-edit:before {
  content: "\e6e3";
}

.el-icon-dribbble:before {
  content: "\e6e4";
}

.el-icon-download-alt:before {
  content: "\e6e5";
}

.el-icon-download:before {
  content: "\e6e6";
}

.el-icon-digg:before {
  content: "\e6e7";
}

.el-icon-deviantart:before {
  content: "\e6e8";
}

.el-icon-delicious:before {
  content: "\e6e9";
}

.el-icon-dashboard:before {
  content: "\e6ea";
}

.el-icon-css:before {
  content: "\e6eb";
}

.el-icon-credit-card:before {
  content: "\e6ec";
}

.el-icon-compass-alt:before {
  content: "\e6ed";
}

.el-icon-compass:before {
  content: "\e6ee";
}

.el-icon-comment-alt:before {
  content: "\e6ef";
}

.el-icon-comment:before {
  content: "\e6f0";
}

.el-icon-cogs:before {
  content: "\e6f1";
}

.el-icon-cog-alt:before {
  content: "\e6f2";
}

.el-icon-cog:before {
  content: "\e6f3";
}

.el-icon-cloud-alt:before {
  content: "\e6f4";
}

.el-icon-cloud:before {
  content: "\e6f5";
}

.el-icon-circle-arrow-up:before {
  content: "\e6f6";
}

.el-icon-circle-arrow-right:before {
  content: "\e6f7";
}

.el-icon-circle-arrow-left:before {
  content: "\e6f8";
}

.el-icon-circle-arrow-down:before {
  content: "\e6f9";
}

.el-icon-child:before {
  content: "\e6fa";
}

.el-icon-chevron-up:before {
  content: "\e6fb";
}

.el-icon-chevron-right:before {
  content: "\e6fc";
}

.el-icon-chevron-left:before {
  content: "\e6fd";
}

.el-icon-chevron-down:before {
  content: "\e6fe";
}

.el-icon-check-empty:before,
.el-icon-unchecked:before {
  content: "\e6ff";
}

.el-icon-check:before {
  content: "\e700";
}

.el-icon-certificate:before {
  content: "\e701";
}

.el-icon-cc:before {
  content: "\e702";
}

.el-icon-caret-up:before {
  content: "\e703";
}

.el-icon-caret-right:before {
  content: "\e704";
}

.el-icon-caret-left:before {
  content: "\e705";
}

.el-icon-caret-down:before {
  content: "\e706";
}

.el-icon-car:before {
  content: "\e707";
}

.el-icon-camera:before {
  content: "\e708";
}

.el-icon-calendar-sign:before {
  content: "\e709";
}

.el-icon-calendar:before {
  content: "\e70a";
}

.el-icon-bullhorn:before {
  content: "\e70b";
}

.el-icon-bulb:before {
  content: "\e70c";
}

.el-icon-brush:before {
  content: "\e70d";
}

.el-icon-broom:before {
  content: "\e70e";
}

.el-icon-briefcase:before {
  content: "\e70f";
}

.el-icon-braille:before {
  content: "\e710";
}

.el-icon-bookmark-empty:before {
  content: "\e711";
}

.el-icon-bookmark:before {
  content: "\e712";
}

.el-icon-book:before {
  content: "\e713";
}

.el-icon-bold:before {
  content: "\e714";
}

.el-icon-blogger:before {
  content: "\e715";
}

.el-icon-blind:before {
  content: "\e716";
}

.el-icon-bell:before {
  content: "\e717";
}

.el-icon-behance:before {
  content: "\e718";
}

.el-icon-barcode:before {
  content: "\e719";
}

.el-icon-ban-circle:before {
  content: "\e71a";
}

.el-icon-backward:before {
  content: "\e71b";
}

.el-icon-asl:before {
  content: "\e71c";
}

.el-icon-arrow-up:before {
  content: "\e71d";
}

.el-icon-arrow-right:before {
  content: "\e71e";
}

.el-icon-arrow-left:before {
  content: "\e71f";
}

.el-icon-arrow-down:before {
  content: "\e720";
}

.el-icon-align-right:before {
  content: "\e721";
}

.el-icon-align-left:before {
  content: "\e722";
}

.el-icon-align-justify:before {
  content: "\e723";
}

.el-icon-align-center:before {
  content: "\e724";
}

.el-icon-adult:before {
  content: "\e725";
}

.el-icon-adjust-alt:before {
  content: "\e726";
}

.el-icon-adjust:before {
  content: "\e727";
}

.el-icon-address-book-alt:before {
  content: "\e728";
}

.el-icon-address-book:before {
  content: "\e729";
}

.el-icon-asterisk:before {
  content: "\e72a";
}

.btn.btn-primary {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #08467c;
  border-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
.btn.btn-primary.not-selected {
  background: #FFF;
  color: #08467c;
  border-color: #08467c;
}
.btn.btn-primary.not-selected:hover, .btn.btn-primary.not-selected:focus {
  background: rgb(242.25, 242.25, 242.25);
}

.btn.btn-primary[data-action=togglePeriod] {
  border-radius: initial !important;
  padding: 0px 5px !important;
}

.btn.btn-alt {
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  background: #fff;
  border: 2px solid #08467c;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
  color: #08467c;
}
.btn.btn-alt:hover, .btn.btn-alt:focus {
  background: rgb(9.5454545455, 83.5227272727, 147.9545454545);
}

.btn.btn-secondary {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  color: #FFF;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: rgba(255, 255, 255, 0.5);
}

.btn-secondary-module {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.btn-secondary-module:hover, .btn-secondary-module:focus {
  background: rgba(0, 0, 0, 0.9);
}

.btn-selected {
  background: #08467c !important;
  color: #FFF !important;
  border-color: #08467c;
}

.btn.btn-cta {
  color: #FFF;
  background: #1c6f29;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn.btn-cta:hover, .btn.btn-cta:focus {
  background: rgb(22.8633093525, 90.6366906475, 33.4784172662);
}
.btn.btn-cta.btn-transparent {
  background: transparent !important;
  border: solid 1px #FFF;
}

.btn.btn-cta-primarycolor {
  color: #FFF;
  background: #08467c;
  border-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-cta-primarycolor:hover, .btn.btn-cta-primarycolor:focus {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
.btn.btn-cta-primarycolor.btn-transparent {
  background: transparent !important;
  border: solid 1px #FFF;
}

.btn.btn-cta-coachservice {
  color: #FFF;
  background: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: solid 2px #1c6f29 !important;
}
.btn.btn-cta-coachservice:hover, .btn.btn-cta-coachservice:focus {
  background: rgb(22.8633093525, 90.6366906475, 33.4784172662);
}
.btn.btn-cta-coachservice.btn-transparent {
  background: transparent !important;
  border: solid 2px #1c6f29;
}

.btn.btn-delete {
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  color: #777;
}
.btn.btn-delete:before {
  content: "\e655";
  color: #C00;
  display: inline-block;
  padding-right: 8px;
  font-family: "Elusive-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.btn.btn-green {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #4d8334;
  border-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}
.btn.btn-green:hover, .btn.btn-green:focus {
  background: rgb(66.2704918033, 112.7459016393, 44.7540983607);
}

.btn.btn-blue {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #0f7abd;
  border-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  background: rgb(13.125, 106.75, 165.375);
}

.btn.btn-registered {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #616568;
  border-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
.btn.btn-registered:hover, .btn.btn-registered:focus {
  background: rgb(84.6940298507, 88.1865671642, 90.8059701493);
}

.btn-executive {
  background: #118BD7 !important;
  border-color: #ccc !important;
}
.btn-executive:hover, .btn-executive:focus {
  background: #0a5a8c !important;
}

.btn.btn-coaching {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #08467c;
  border-color: transparent;
  height: 30px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
}
.btn.btn-coaching:hover, .btn.btn-coaching:focus {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}

button.close:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.btn-default {
  border-radius: 20px;
}

.btn.custom-pages-contact-btn {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #08467c;
  border-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}
.btn.custom-pages-contact-btn:hover, .btn.custom-pages-contact-btn:focus {
  background: #0f87f0;
}

.danger {
  color: #C00;
}

.form-control {
  border-radius: 5px !important;
  height: 40px;
  /* line-height: 40px; */
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control:not(:first-child):not(:last-child) {
  border-radius: 5px 0 0 5px !important;
}

.form-control:focus {
  outline: 0;
  border-color: #0f87f0;
  box-shadow: inset 0 1px 1px rgba(109, 149, 57, 0.3), 0 0 8px rgba(109, 149, 57, 0.6);
}

.input-group .input-group-btn a {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
}
.input-group .input-group-btn a.btn-move {
  border-radius: 0 5px 5px 0;
  border-color: #6b7280;
}

.form-actions {
  padding-top: 15px;
  text-align: center;
}
.form-actions.left {
  text-align: left;
}
.form-actions.right {
  text-align: right;
}

label {
  font-weight: normal;
}

.onboarding-label.required > label:after, .required-text.required > label:after, label.required-text:after {
  content: " (Required)";
  font-style: italic;
  font-size: 90%;
}

.form-group.has-error .help-block {
  display: none;
}

.form-group.missing-required input,
.form-group.missing-required textarea {
  /* box-shadow: 0 0 5px #C00;
  -webkit-box-shadow: 0 0 5px #C00;
  -moz-box-shadow: 0 0 5px #C00;
  */
  border-color: #C00;
}

.form-group > .form-group {
  margin-bottom: 0;
}

.month-year,
.month_year {
  position: relative;
}
.month-year select,
.month_year select {
  display: inline-block;
  width: 48%;
}
.month-year label,
.month_year label {
  display: block;
}
.month-year .current,
.month_year .current {
  position: absolute;
  top: 0;
  right: 15px;
}
.month-year .current:after,
.month_year .current:after {
  display: none;
}

.month-day-year select {
  display: inline-block;
  width: 32%;
}
.month-day-year label {
  display: block;
}

.document_part_dated_qualifications_text {
  width: 100%;
}
.document_part_dated_qualifications_text .month-year {
  display: inline-block;
  width: 30%;
}
.document_part_dated_qualifications_text .month-year select {
  display: inline-block;
  width: 48%;
}
.document_part_dated_qualifications_text input[type=text] {
  display: inline-block;
  width: 50%;
  float: none;
  vertical-align: top;
}
.document_part_dated_qualifications_text .input-group-btn {
  display: inline-block;
  vertical-align: top;
}

textarea.form-control {
  height: 100px;
  resize: none;
  line-height: 1.2em;
  border: 1px solid #555;
  font-size: 1rem;
}

.input {
  color: #333;
}

.error-messages {
  font-size: 12px;
}
.error-messages > div {
  margin-bottom: 10px;
}
.error-messages ul {
  margin: 0;
  padding: 0;
}
.error-messages ul li {
  margin-left: 15px;
  list-style-type: square;
  font-weight: bold;
}

::-webkit-input-placeholder {
  color: #AAA !important;
  font-weight: normal;
  font-style: italic;
}

:-moz-placeholder {
  color: #AAA !important;
  font-weight: normal;
  font-style: italic;
}

::-moz-placeholder {
  color: #AAA !important;
  font-weight: normal;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #AAA !important;
  font-weight: normal;
  font-style: italic;
  line-height: 0;
}

.placeholder {
  color: #AAA !important;
  font-weight: normal;
  font-style: italic;
}

.hint {
  font-style: italic;
  padding: 3px 0;
  color: #999;
}

.alert-info.alert-small {
  padding: 5px;
}
.alert-info.alert-small:before {
  content: "\e699";
  display: inline-block;
  margin: 0 8px;
  font-family: "Elusive-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ranked-list .rankable-item.op-redesign {
  border: solid 1px #DDD;
  padding: 1rem;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  line-height: 30px;
  font-size: 1rem;
}
.ranked-list .rankable-item.op-redesign.ranked-item {
  font-family: "roboto";
  border-color: #08467c;
  background-color: #08467c;
  color: #fff;
}
.ranked-list .rankable-item.op-redesign.ranked-item .ranked-item-before {
  content: "";
  background-color: #08467c;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.ranked-list .rankable-item:not(.op-redesign) {
  border: solid 1px #DDD;
  padding: 15px 0 15px 60px;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  line-height: 30px;
  font-size: 16px;
}
.ranked-list .rankable-item:not(.op-redesign).disabled {
  opacity: 0.5;
  cursor: auto;
}
.ranked-list .rankable-item:not(.op-redesign).ranked-item {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  border-color: #08467c;
}
.ranked-list .rankable-item:not(.op-redesign).ranked-item .ranked-item-before {
  content: "";
  background-color: #08467c;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.sorted-list .form-control {
  padding: 0 0 0 10px;
}

body:not(.admin-layout) select.form-control {
  border: 1px solid #555;
  font-size: 1rem;
}

.fancy-check-buttons .checkbox, .fancy-check-buttons .radio, .fancy-radio-buttons .checkbox, .fancy-radio-buttons .radio {
  display: inline-block;
  width: 50%;
}
.fancy-check-buttons .checkbox label, .fancy-check-buttons .radio label, .fancy-radio-buttons .checkbox label, .fancy-radio-buttons .radio label {
  border: solid 1px #08467c;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  line-height: 20px;
  display: block;
  margin: 0 10px 10px;
  text-align: center;
  white-space: no-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.fancy-check-buttons .checkbox label input, .fancy-check-buttons .radio label input, .fancy-radio-buttons .checkbox label input, .fancy-radio-buttons .radio label input {
  position: absolute;
  left: -9999px;
}
.fancy-check-buttons .checkbox label:hover, .fancy-check-buttons .checkbox label:focus, .fancy-check-buttons .radio label:hover, .fancy-check-buttons .radio label:focus, .fancy-radio-buttons .checkbox label:hover, .fancy-radio-buttons .checkbox label:focus, .fancy-radio-buttons .radio label:hover, .fancy-radio-buttons .radio label:focus {
  background: rgb(201.7363636364, 228.3681818182, 251.5636363636);
}
.fancy-check-buttons .checkbox label.focused, .fancy-check-buttons .radio label.focused, .fancy-radio-buttons .checkbox label.focused, .fancy-radio-buttons .radio label.focused {
  background: rgb(201.7363636364, 228.3681818182, 251.5636363636);
}
.fancy-check-buttons .checkbox label.checked, .fancy-check-buttons .radio label.checked, .fancy-radio-buttons .checkbox label.checked, .fancy-radio-buttons .radio label.checked {
  background: #08467c;
  color: #FFF;
}
.fancy-check-buttons .checkbox label.disabled, .fancy-check-buttons .radio label.disabled, .fancy-radio-buttons .checkbox label.disabled, .fancy-radio-buttons .radio label.disabled {
  background: #DDD;
}

.fancy-check-buttons.full-width .checkbox, .fancy-check-buttons.full-width .radio, .fancy-radio-buttons.full-width .checkbox, .fancy-radio-buttons.full-width .radio {
  display: inline-block;
  width: 100%;
}
.fancy-check-buttons.full-width .checkbox label, .fancy-check-buttons.full-width .radio label, .fancy-radio-buttons.full-width .checkbox label, .fancy-radio-buttons.full-width .radio label {
  border: solid 1px #08467c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  line-height: 20px;
  display: block;
  margin: 0 10px 10px;
  text-align: left;
  white-space: no-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.fancy-check-buttons.full-width .checkbox label input, .fancy-check-buttons.full-width .radio label input, .fancy-radio-buttons.full-width .checkbox label input, .fancy-radio-buttons.full-width .radio label input {
  position: absolute;
  left: -9999px;
}
.fancy-check-buttons.full-width .checkbox label:hover, .fancy-check-buttons.full-width .checkbox label:focus, .fancy-check-buttons.full-width .radio label:hover, .fancy-check-buttons.full-width .radio label:focus, .fancy-radio-buttons.full-width .checkbox label:hover, .fancy-radio-buttons.full-width .checkbox label:focus, .fancy-radio-buttons.full-width .radio label:hover, .fancy-radio-buttons.full-width .radio label:focus {
  background: rgb(201.7363636364, 228.3681818182, 251.5636363636);
}
.fancy-check-buttons.full-width .checkbox label.checked, .fancy-check-buttons.full-width .radio label.checked, .fancy-radio-buttons.full-width .checkbox label.checked, .fancy-radio-buttons.full-width .radio label.checked {
  background: #08467c;
  color: #FFF;
}

.required-text.required > label:after, label.required-text:after, label.required.required-text:after {
  content: " (Required)" !important;
  font-style: italic;
  font-size: 90%;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

div:not(.bootstrap-datetimepicker-widget) > .datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  /*
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.twitter-typeahead {
  display: block !important;
}

.tt-dropdown-menu {
  width: 250px;
  margin-top: 0px;
  padding: 8px 0;
  background-color: #fff;
  text-align: left;
  color: #777;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  */
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097DD;
  cursor: pointer;
}

.validation-error {
  color: #a94442;
}

/* bootstrap-switch */
.bootstrap-switch {
  /* accomodate width for international */
  width: 160px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #08467c;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #fff;
  background: #777;
}

.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
  display: block;
}

.navbar {
  background: #333 !important;
}
.navbar .navbar-toggle {
  color: #fff;
  border-color: #fff;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  color: #fff;
  background: #f5f5f5;
}
.navbar .navbar-nav {
  margin: 0 -15px;
}
.navbar .navbar-nav li {
  border-bottom: solid 1px #fff;
}
.navbar .navbar-nav li:last-child {
  border: none;
}
.navbar .navbar-nav li a {
  color: #fff;
}
.navbar .navbar-nav li a.active {
  color: #fff;
  background: #000;
}
.navbar .navbar-nav li a.active:hover, .navbar .navbar-nav li a.active:focus, .navbar .navbar-nav li a.active:active {
  background-color: #08467c;
  color: #fff;
}
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:active {
  color: #fff;
  background: #08467c;
}
.navbar #navbar {
  max-height: 85vh;
  border-color: #fff;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 50px;
}
.header .logo {
  float: left;
  max-height: 50px;
  line-height: 50px;
  padding-left: 20px;
}
.header .logo-candidate-care {
  float: left;
  max-height: 50px;
  line-height: 50px;
  padding-left: 20px;
  display: none;
}
.header .candidate-care-wrap {
  line-height: 50px;
  max-height: 50px;
  padding-left: 10px;
}
.header .candidate-care-wrap img {
  background-color: #fff;
}
.header .candidate-care-premium-wrap {
  top: 3px;
  left: 180px;
  position: absolute;
  font-size: 12px;
  color: #fff;
}
.header .candidate-care-premium-wrap img {
  background-color: #fff;
}
.header .top-nav {
  background: transparent;
  border: 0;
  text-align: center;
}
.header .top-nav .navbar-nav > .open > a,
.header .top-nav .navbar-nav > .open > a:hover,
.header .top-nav .navbar-nav > .open > a:focus {
  background: transparent !important;
}
.header .top-nav .navbar-nav {
  padding: 0px 0;
}
.header .top-nav .navbar-nav > li {
  font-size: 13px;
  background: transparent;
  padding: 0 7px;
}
.header .top-nav .navbar-nav > li > a {
  padding: 10px 8px;
  color: #333;
  background-color: transparent !important;
}
.header .top-nav .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  border-bottom: solid 2px transparent;
  width: 100%;
}
.header .top-nav .navbar-nav > li > a:hover:after, .header .top-nav .navbar-nav > li > a:focus:after {
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
}
.header .top-nav .navbar-nav > li > a .nav-icon {
  font-size: 17px;
}
.header .top-nav .navbar-nav > li.active > a, .header .top-nav .navbar-nav > li.active > a:hover, .header .top-nav .navbar-nav > li.active > a:focus {
  background-color: transparent;
  position: relative;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.header .top-nav .navbar-nav > li.active > a:after, .header .top-nav .navbar-nav > li.active > a:hover:after, .header .top-nav .navbar-nav > li.active > a:focus:after {
  border-bottom: solid 2px transparent;
}
.header .top-nav .navbar-nav > li > a.last {
  padding-right: 0;
}
.header .top-nav .navbar-nav .dropdown-menu {
  padding: 0;
  z-index: 920000;
  left: auto !important;
  right: 0 !important;
}
.header .top-nav .navbar-nav ul > li {
  background: #FFF;
  padding: 0;
}
.header .top-nav .navbar-nav ul > li > a {
  display: block;
  color: #777 !important;
  border-bottom: solid 1px #EEE;
  padding: 5px 20px;
}
.header .top-nav .navbar-nav ul > li > a:hover, .header .top-nav .navbar-nav ul > li > a:focus {
  background: rgb(235.2727272727, 245.1363636364, 253.7272727273);
}
.header .coach-services-nav {
  position: absolute;
  width: 300px;
  text-align: center;
  top: 2px;
  left: 50%;
  margin-left: -150px;
  color: #333;
  line-height: 44px;
  font-size: 15px;
  font-weight: bold;
}
.header .coach-services-nav .coach-thumb {
  display: inline-block;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  border: solid 2px #FFF;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
}
.header .coach-services-nav .coach-thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.section-nav {
  background: #08467c;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 500;
  width: 100%;
  border-bottom: solid 1px rgb(4.9090909091, 42.9545454545, 76.0909090909);
}
.section-nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.section-nav ul li {
  width: 14.25%;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.section-nav ul li:last-child {
  width: 14.5%;
}
.section-nav ul li a {
  padding: 0px 5px;
  font-size: 14px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #FFF;
  line-height: 50px;
  display: block;
  text-align: center;
  border-left: solid 1px rgb(4.9090909091, 42.9545454545, 76.0909090909);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-nav ul li a img {
  display: none;
  height: 36px;
  vertical-align: middle;
  line-height: 36px;
  margin-right: 10px;
  margin-bottom: 0;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.section-nav ul li a:hover, .section-nav ul li a:focus {
  text-decoration: none;
  background: rgb(9.5454545455, 83.5227272727, 147.9545454545);
}
.section-nav ul li.active a {
  background: rgb(4.9090909091, 42.9545454545, 76.0909090909);
}
.section-nav ul li.active a img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.section-nav ul li.recommended-module a:before {
  display: none;
  position: absolute;
  top: -10px;
  margin-left: -5px;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.section-nav ul li:first-child a {
  border-left: 0;
}
@media (max-width: 1024px) {
  .section-nav ul {
    display: table;
    width: 100%;
  }
  .section-nav ul li {
    display: table-cell;
    width: auto;
  }
}

@media (min-width: 991px) {
  body.expanded-nav {
    padding-top: 190px !important;
  }
}
body.expanded-nav #flash {
  top: 171px;
}
@media (max-width: 991px) {
  body.expanded-nav #flash {
    top: 57px;
  }
}
body.expanded-nav .section-nav ul li {
  width: 14.25%;
}
body.expanded-nav .section-nav ul li:last-child {
  width: 14.5%;
}
body.expanded-nav .section-nav ul li a {
  padding-top: 90px;
  position: relative;
  height: 140px;
}
body.expanded-nav .section-nav ul li a img {
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -30px;
  height: 60px;
}
body.expanded-nav .section-nav ul li.recommended-module a:before {
  display: block;
}
@media (max-width: 991px) {
  body.expanded-nav {
    padding-top: 57px;
  }
  body.expanded-nav .section-nav ul {
    display: block;
  }
  body.expanded-nav .section-nav ul li {
    display: inline-block;
  }
  body.expanded-nav .section-nav ul li a {
    padding-top: 50px;
    height: 90px;
  }
  body.expanded-nav .section-nav ul li a img {
    margin-left: -25px;
    height: 50px;
  }
}

.navbar-fixed-top {
  background: #000;
  border-color: transparent;
}
.navbar-fixed-top .navbar-brand {
  padding: 5px 8px;
}
@media (max-width: 991px) {
  .navbar-fixed-top .navbar-brand {
    height: 56px;
    line-height: 56px;
    padding: 0px 15px;
  }
}
@media (max-width: 374px) {
  .navbar-fixed-top .logo-nav-regular {
    display: none;
  }
}
@media (min-width: 375px) {
  .navbar-fixed-top .logo-nav-small {
    display: none;
  }
}
.navbar-fixed-top .candidate-care-wrap-small {
  top: 5px;
  left: 170px;
  position: absolute;
  font-size: 11px;
  color: #fff;
}
.navbar-fixed-top .candidate-care-wrap-small img {
  background-color: #fff;
}
@media (max-width: 991px) {
  .navbar-fixed-top .candidate-care-wrap-small {
    display: none;
  }
}
@media (max-width: 375px) {
  .navbar-fixed-top .candidate-care-wrap-small {
    left: 25%;
  }
}
.navbar-fixed-top .candidate-care-wrap-small .sponsored-wrap {
  float: left;
  padding-top: 15px;
}
@media (max-width: 568px) {
  .navbar-fixed-top .candidate-care-wrap-small .sponsored-wrap {
    display: none;
  }
}

#flash {
  position: fixed;
  left: 15%;
  right: 15%;
  top: 101px;
  z-index: 999999999;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 1024px) {
  #flash {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  #flash {
    top: 57px;
  }
}
#flash .alert {
  padding-right: 28px;
  position: relative;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#flash .alert .flash-dismiss {
  display: block;
  position: absolute;
  top: 6px;
  right: 4px;
}
#flash .alert .el-icon-remove-sign {
  font-size: 16px;
}

@media (max-width: 991px) {
  .header {
    padding: 10px;
  }
  .header .btn-schedule-demo {
    padding: 0 5px;
  }
  .header .top-nav .navbar-nav > li {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .navbar-default .navbar-nav > li > a {
    color: #FFF;
  }
}
@media (max-width: 991px) {
  body.outplacement:not(.partner) .navbar {
    background: #f5f5f5 !important;
  }
  body.outplacement:not(.partner) .navbar-nav {
    background: #08467c;
  }
  body.outplacement:not(.partner) .navbar-nav li a {
    color: #fff;
  }
  body.outplacement:not(.partner) .navbar-nav li a.active {
    color: #fff;
    background: #052b4c;
  }
  body.outplacement:not(.partner) .navbar-nav li a.active:focus, body.outplacement:not(.partner) .navbar-nav li a.active:active {
    background: #08467c;
  }
  body.outplacement:not(.partner) .navbar-nav li a.active:hover {
    background: #0f87f0;
  }
  body.outplacement:not(.partner) .navbar-nav li a:hover, body.outplacement:not(.partner) .navbar-nav li a:focus {
    background: #0f87f0;
  }
  body.outplacement:not(.partner) .navbar-toggle:focus,
  body.outplacement:not(.partner) .navbar-toggle:hover,
  body.outplacement:not(.partner) .navbar-toggle:active {
    background: #EFEFEF;
  }
}
body.career_development_topic_selections, #topic_modal {
  padding-top: 0px;
}
body.career_development_topic_selections .registration-wrap, #topic_modal .registration-wrap {
  min-height: 500px !important;
}
body.career_development_topic_selections .footer-wrap, #topic_modal .footer-wrap {
  padding-bottom: 40px;
}
body.career_development_topic_selections .login-header-premium, #topic_modal .login-header-premium {
  padding: 40px;
}
body.career_development_topic_selections .login-header-premium .header-tagline, #topic_modal .login-header-premium .header-tagline {
  font-size: 18px;
}
body.career_development_topic_selections .topics-header, #topic_modal .topics-header {
  font-size: 18px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.career_development_topic_selections .topics-header hr, #topic_modal .topics-header hr {
  border-top: solid 1px #333;
}
body.career_development_topic_selections .topic-category, #topic_modal .topic-category {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin: 30px 0px;
}
body.career_development_topic_selections .topic-container, #topic_modal .topic-container {
  border: solid 1px #333;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
body.career_development_topic_selections .topic-container .expand-collapse, #topic_modal .topic-container .expand-collapse {
  overflow: hidden !important;
}
body.career_development_topic_selections .topic-container .link-col, #topic_modal .topic-container .link-col {
  margin-right: 0px;
  text-align: right;
}
body.career_development_topic_selections .topic-container .link-col .expand-link, #topic_modal .topic-container .link-col .expand-link {
  font-size: 12px;
  text-decoration: none !important;
}
body.career_development_topic_selections .topic-container .link-col .expand-link img.expand-collapse-icon, #topic_modal .topic-container .link-col .expand-link img.expand-collapse-icon {
  margin-right: 8px;
}
body.career_development_topic_selections .topic-container .link-col .expand-link .text, #topic_modal .topic-container .link-col .expand-link .text {
  text-decoration: underline;
}
body.career_development_topic_selections .topic-container .link-col .expand-link:hover, body.career_development_topic_selections .topic-container .link-col .expand-link:active, body.career_development_topic_selections .topic-container .link-col .expand-link:focus, #topic_modal .topic-container .link-col .expand-link:hover, #topic_modal .topic-container .link-col .expand-link:active, #topic_modal .topic-container .link-col .expand-link:focus {
  color: rgb(56.1, 122.4, 232.9) !important;
}
body.career_development_topic_selections .topic-container .topic-name, #topic_modal .topic-container .topic-name {
  margin-bottom: 10px;
}
body.career_development_topic_selections .topic-container .form-group, #topic_modal .topic-container .form-group {
  margin-bottom: 0px;
}
body.career_development_topic_selections .topic-container .form-group .checkbox, #topic_modal .topic-container .form-group .checkbox {
  width: 100% !important;
  margin: 0px;
}
body.career_development_topic_selections .topic-container .form-group .checkbox label, #topic_modal .topic-container .form-group .checkbox label {
  padding: 0px;
  color: #FFF !important;
  background-color: #0946a4;
}
body.career_development_topic_selections .topic-container .form-group .checkbox label:hover, body.career_development_topic_selections .topic-container .form-group .checkbox label:focus, body.career_development_topic_selections .topic-container .form-group .checkbox label:focus-within, body.career_development_topic_selections .topic-container .form-group .checkbox label:active, #topic_modal .topic-container .form-group .checkbox label:hover, #topic_modal .topic-container .form-group .checkbox label:focus, #topic_modal .topic-container .form-group .checkbox label:focus-within, #topic_modal .topic-container .form-group .checkbox label:active {
  background-color: rgb(11.6531791908, 90.6358381503, 212.3468208092) !important;
}
body.career_development_topic_selections .topic-container .form-group .checkbox label.checked, #topic_modal .topic-container .form-group .checkbox label.checked {
  background-color: #1f780a !important;
  font-style: italic;
}
body.career_development_topic_selections .topic-container .form-group .checkbox label.checked:hover, body.career_development_topic_selections .topic-container .form-group .checkbox label.checked:focus, body.career_development_topic_selections .topic-container .form-group .checkbox label.checked:focus-within, body.career_development_topic_selections .topic-container .form-group .checkbox label.checked:active, #topic_modal .topic-container .form-group .checkbox label.checked:hover, #topic_modal .topic-container .form-group .checkbox label.checked:focus, #topic_modal .topic-container .form-group .checkbox label.checked:focus-within, #topic_modal .topic-container .form-group .checkbox label.checked:active {
  background-color: rgb(37.0807692308, 143.5384615385, 11.9615384615) !important;
}
body.career_development_topic_selections .topic-container .form-group .checkbox label.disabled, #topic_modal .topic-container .form-group .checkbox label.disabled {
  background-color: rgb(32.225433526, 115.0867052023, 242.774566474) !important;
}
body.career_development_topic_selections .topic-container .already-selected, #topic_modal .topic-container .already-selected {
  font-size: 14px;
  text-align: center;
  font-style: italic;
}
body.career_development_topic_selections .topic-container .topic-description, #topic_modal .topic-container .topic-description {
  font-size: 14px;
  overflow: hidden;
}
body.career_development_topic_selections .modal-dialog, body.career_development_topic_selections .modal-content, #topic_modal .modal-dialog, #topic_modal .modal-content {
  width: 1000px;
}
body.career_development_topic_selections .modal-content .panel, #topic_modal .modal-content .panel {
  text-align: left;
  background: #FFF;
  border: 0px;
}
body.career_development_topic_selections .modal-footer, #topic_modal .modal-footer {
  text-align: center;
}

/*custom slider.career_development_program_evaluations manager.career_development_program_evaluations*/
.career_development_program_evaluations input[type=range] {
  -webkit-appearance: none;
  margin-right: 15px;
  height: 7px;
  border-radius: 5px;
  background-image: linear-gradient(#0B5C8E, #0B5C8E);
  border: solid 2px #333;
  background-repeat: no-repeat;
}

.career_development_program_evaluations input[type=range]:disabled {
  background-image: linear-gradient(#868686, #868686);
  background-size: 100%;
}

/* Input Thumb */
.career_development_program_evaluations input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #0B5C8E;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

.career_development_program_evaluations input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #0B5C8E;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

.career_development_program_evaluations input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #0B5C8E;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

.career_development_program_evaluations input[type=range]::-webkit-slider-thumb:hover {
  background: #0B5C8E;
}

.career_development_program_evaluations input[type=range]:disabled::-webkit-slider-thumb {
  background: #868686 !important;
}

.career_development_program_evaluations input[type=range]::-moz-range-thumb:hover {
  background: #0B5C8E;
}

.career_development_program_evaluations input[type=range]:disabled::-moz-range-thumb {
  background: #868686;
}

.career_development_program_evaluations input[type=range]::-ms-thumb:hover {
  background: #0B5C8E;
}

.career_development_program_evaluations input[type=range]:disabled::-ms-thumb {
  background: #868686;
}

/* Input Track */
.career_development_program_evaluations input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.career_development_program_evaluations input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.career_development_program_evaluations input[type=range]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.career_development_program_evaluations input[type=checkbox] {
  width: 40px;
  height: 20px;
  /*margin-top: 15px;*/
  margin-top: 28px;
}

.career_development_program_evaluations output {
  width: 100%;
  text-align: center;
  font-size: 12px;
  height: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.career_development_program_evaluations.visitor-layout .registration-wrap .panel.panel-default, .career_development_topic_selections.visitor-layout .registration-wrap .panel.panel-default {
  background: rgba(255, 255, 255, 0.97) !important;
  color: #000;
  font-size: 16px;
}

.career_development_program_evaluations output {
  color: #333;
  font-size: 14px;
  padding-top: 5px;
}

.career_development_program_evaluations .slider-row {
  padding-bottom: 50px;
}

.career_development_program_evaluations input[type=text] {
  border-radius: 5px;
}

.career_development_program_evaluations .bg-container, .career_development_topic_selections .bg-container {
  background: #868686;
}

.career_development_program_evaluations .btn.btn-primary, .career_development_topic_selections .btn.btn-primary {
  background: #0B5C8E !important;
}

.career_development_program_evaluations .btn.btn-secondary, .career_development_topic_selections .btn.btn-secondary {
  background: #868686 !important;
}

.visitor-layout {
  background: #868686 url(https://www-yns-com.s3.amazonaws.com/images/visitor/bg.jpg) no-repeat scroll left top;
  background-size: 100%;
  color: #FFF;
  /* padding-top: 50px; */
  padding-top: 0px;
}
.visitor-layout .logo {
  text-align: center;
  margin: 0px auto;
  margin-bottom: 20px;
}
.visitor-layout .edit_pre_program_evaluation .impact {
  font-family: "gotham_boldregular";
}
.visitor-layout .bg-container {
  width: 100%;
  background-size: cover !important;
  top: 0px;
  padding-top: 50px;
}
@media (max-width: 375px) {
  .visitor-layout .bg-container {
    padding-top: 30px !important;
  }
}
.visitor-layout .bg-container.bg-container-registration {
  padding-top: 0px !important;
}
@media (max-width: 375px) {
  .visitor-layout .bg-container.bg-container-registration {
    padding-top: 0px !important;
  }
}
.visitor-layout .bg-latitude-container {
  padding-top: 0 !important;
}
.visitor-layout h1 {
  margin: 0 0 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size: 36px;
}
.visitor-layout h3, .visitor-layout .visitor-h3 {
  margin: 0 0 10px;
  line-height: 1em;
}
.visitor-layout .login-header, .visitor-layout .login-header-premium {
  text-align: center;
}
.visitor-layout .login-header-premium {
  display: none;
  margin-top: 50px;
}
.visitor-layout .having-problems {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.visitor-layout .having-problems a:hover, .visitor-layout .having-problems a:active, .visitor-layout .having-problems a:focus {
  text-decoration: underline !important;
}
.visitor-layout .deloitte-custom {
  margin-top: 10px;
  margin-bottom: 20px;
}
.visitor-layout .candidate-care-top {
  display: none;
  padding-left: 20px;
  background: #fff;
  line-height: 50px;
}
@media (max-width: 375px) {
  .visitor-layout .candidate-care-top {
    display: none !important;
  }
}
.visitor-layout .login-wrap,
.visitor-layout .registration-wrap {
  min-height: 0 !important;
  max-width: 800px;
  margin: 0px auto;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .visitor-layout .login-wrap,
  .visitor-layout .registration-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.visitor-layout .login-wrap .panel.panel-default,
.visitor-layout .registration-wrap .panel.panel-default {
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.visitor-layout .login-wrap .panel.panel-default .panel-heading,
.visitor-layout .registration-wrap .panel.panel-default .panel-heading {
  background: transparent;
  color: #FFF;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  border-bottom: solid 2px;
  height: 45px;
  padding: 0 40px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-heading h3, .visitor-layout .login-wrap .panel.panel-default .panel-heading .visitor-h3,
.visitor-layout .registration-wrap .panel.panel-default .panel-heading h3,
.visitor-layout .registration-wrap .panel.panel-default .panel-heading .visitor-h3 {
  line-height: 45px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body,
.visitor-layout .registration-wrap .panel.panel-default .panel-body {
  padding: 25px 40px;
}
@media (max-width: 568px) {
  .visitor-layout .login-wrap .panel.panel-default .panel-body,
  .visitor-layout .registration-wrap .panel.panel-default .panel-body {
    padding: 25px 10px;
  }
}
.visitor-layout .login-wrap .panel.panel-default .panel-body input[type=text],
.visitor-layout .login-wrap .panel.panel-default .panel-body input[type=email],
.visitor-layout .login-wrap .panel.panel-default .panel-body input[type=password],
.visitor-layout .registration-wrap .panel.panel-default .panel-body input[type=text],
.visitor-layout .registration-wrap .panel.panel-default .panel-body input[type=email],
.visitor-layout .registration-wrap .panel.panel-default .panel-body input[type=password] {
  /* line-height: 45px; */
  height: 45px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body p.hint,
.visitor-layout .registration-wrap .panel.panel-default .panel-body p.hint {
  font-size: 0.85em;
  color: #DDD;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .btn,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .btn {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 45px;
  height: 45px;
}
@media (max-width: 568px) {
  .visitor-layout .login-wrap .panel.panel-default .panel-body .btn,
  .visitor-layout .registration-wrap .panel.panel-default .panel-body .btn {
    padding: 0 0px;
    width: 100%;
    margin-bottom: 6px;
  }
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .btn-register,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .btn-register {
  float: left;
  margin-right: 30px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .disclosures a,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .disclosures a {
  color: #1c6f29;
}
@media (max-width: 991px) {
  .visitor-layout .login-wrap .panel.panel-default .panel-body .disclosures,
  .visitor-layout .registration-wrap .panel.panel-default .panel-body .disclosures {
    padding-left: 10px;
  }
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .remember-me,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .remember-me {
  margin-top: 0;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .forgot-password, .visitor-layout .login-wrap .panel.panel-default .panel-body .get-help, .visitor-layout .login-wrap .panel.panel-default .panel-body .penfed-help,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .forgot-password,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .get-help,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .penfed-help {
  margin-top: 20px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .forgot-password a, .visitor-layout .login-wrap .panel.panel-default .panel-body .get-help a, .visitor-layout .login-wrap .panel.panel-default .panel-body .penfed-help a,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .forgot-password a,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .get-help a,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .penfed-help a {
  color: #1c6f29;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .forgot-password a:hover, .visitor-layout .login-wrap .panel.panel-default .panel-body .forgot-password a:active, .visitor-layout .login-wrap .panel.panel-default .panel-body .forgot-password a:focus, .visitor-layout .login-wrap .panel.panel-default .panel-body .get-help a:hover, .visitor-layout .login-wrap .panel.panel-default .panel-body .get-help a:active, .visitor-layout .login-wrap .panel.panel-default .panel-body .get-help a:focus, .visitor-layout .login-wrap .panel.panel-default .panel-body .penfed-help a:hover, .visitor-layout .login-wrap .panel.panel-default .panel-body .penfed-help a:active, .visitor-layout .login-wrap .panel.panel-default .panel-body .penfed-help a:focus,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .forgot-password a:hover,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .forgot-password a:active,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .forgot-password a:focus,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .get-help a:hover,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .get-help a:active,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .get-help a:focus,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .penfed-help a:hover,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .penfed-help a:active,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .penfed-help a:focus {
  text-decoration: underline !important;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .penfed-help,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .penfed-help {
  text-align: center;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .penfed-help a,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .penfed-help a {
  color: #fff;
  text-decoration: underline !important;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body p.penfed-help,
.visitor-layout .registration-wrap .panel.panel-default .panel-body p.penfed-help {
  margin-top: 60px;
}
.visitor-layout .login-wrap .panel.panel-default .already-registered,
.visitor-layout .registration-wrap .panel.panel-default .already-registered {
  font-size: 16px !important;
  display: none;
}
@media (max-width: 568px) {
  .visitor-layout .login-wrap .panel.panel-default .already-registered,
  .visitor-layout .registration-wrap .panel.panel-default .already-registered {
    padding-left: 10px;
  }
}
.visitor-layout .login-wrap.tfa-wrap .panel-title,
.visitor-layout .registration-wrap.tfa-wrap .panel-title {
  text-align: center;
}
.visitor-layout .login-wrap.tfa-wrap a,
.visitor-layout .registration-wrap.tfa-wrap a {
  color: #FFF;
  text-decoration: underline !important;
}
.visitor-layout .login-wrap.tfa-wrap a:hover, .visitor-layout .login-wrap.tfa-wrap a:focus,
.visitor-layout .registration-wrap.tfa-wrap a:hover,
.visitor-layout .registration-wrap.tfa-wrap a:focus {
  color: #DDD !important;
}
.visitor-layout .candidate-care-wrap {
  top: 5px;
  right: 10px;
  position: absolute;
  font-size: 12px;
}
.visitor-layout .candidate-care-wrap img {
  background-color: #fff;
}
.visitor-layout .footer-wrap {
  background: transparent;
  color: #FFF;
}
.visitor-layout .footer-wrap a {
  color: #1c6f29;
}
.visitor-layout .footer-wrap .footer-nav a {
  color: #FFF;
}
@media (max-width: 568px) {
  .visitor-layout .footer-wrap .footer-nav {
    margin-bottom: 50px;
  }
}
.visitor-layout #flash {
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 500px) {
  .visitor-layout h3, .visitor-layout .visitor-h3 {
    padding: 0 20px;
  }
}
@media (max-width: 500px) and (max-width: 568px) {
  .visitor-layout h3, .visitor-layout .visitor-h3 {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .visitor-layout .logo img {
    width: 300px;
  }
}
.visitor-layout .choose-locale {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.visitor-layout .btn-cancel {
  color: #333;
  border-color: #ccc;
  background-color: #eee;
  font-size: 14px;
  border-radius: 20px;
}
.visitor-layout .btn-cancel:hover {
  background-color: #bbb;
}
.visitor-layout .improvement-areas-button {
  float: left;
  padding: 0;
  margin-bottom: 10px;
}
.visitor-layout .improvement-areas-button label {
  width: 11em;
}
.visitor-layout .improvement-areas-button label input {
  opacity: 0;
  margin-right: 10px;
  position: absolute;
}
.visitor-layout .improvement-areas-button label span {
  border-radius: 6px;
  display: block;
  line-height: 25px;
  text-align: left;
  border: 3px dashed #0B5C8E;
}
.visitor-layout .improvement-areas-button:hover span, .visitor-layout .improvement-areas-button:focus span, .visitor-layout .improvement-areas-button:active span, .visitor-layout .improvement-areas-button.focused span, .visitor-layout .improvement-areas-button:has(input:focus) span {
  border: 3px solid #0B5C8E;
  background-color: rgb(14.6666666667, 122.6666666667, 189.3333333333);
  color: #fff;
  cursor: pointer;
}
.visitor-layout .improvement-areas-button input:checked + span {
  background-color: #0B5C8E;
  color: #fff;
}
.visitor-layout .improvement-areas-button.topics-button label {
  width: 100% !important;
}

.visitor-layout .registration-wrap .panel.panel-default, .pre_program_evaluations .registration-wrap .panel.panel-default {
  background: rgba(0, 0, 0, 0.8) !important;
}
.visitor-layout .registration-wrap .panel.panel-default .panel-body, .pre_program_evaluations .registration-wrap .panel.panel-default .panel-body {
  padding: 25px 30px !important;
}

.career_development .container-welcome, .welcome-layout .container-welcome {
  width: 600px;
  margin: 0px auto;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.85);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
.career_development .container-welcome .container-body, .welcome-layout .container-welcome .container-body {
  padding: 30px;
  color: #fff;
  text-align: center;
}
@media (max-width: 568px) {
  .career_development .container-welcome .container-body, .welcome-layout .container-welcome .container-body {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .career_development .container-welcome, .welcome-layout .container-welcome {
    width: 90%;
  }
}
.career_development .logo-white, .welcome-layout .logo-white {
  text-align: center;
  max-height: 150px;
  max-width: 350px;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.career_development .btn-welcome, .welcome-layout .btn-welcome {
  padding: 15px 50px;
  background: #f58d00;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 568px) {
  .career_development .btn-welcome, .welcome-layout .btn-welcome {
    margin-top: 0px;
  }
}

.welcome-layout {
  background: #222 url(https://www-yns-com.s3.amazonaws.com/images/visitor/1_bg-img_create-account_2021.jpg) no-repeat scroll left top;
  background-size: 100%;
  color: #FFF;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .welcome-layout {
    background-size: cover;
  }
}
.welcome-layout .onboarding-skip-warning {
  color: black;
}
.welcome-layout.career_development {
  background: #fff;
  color: #333 !important;
}
.welcome-layout.career_development .nav-links {
  color: #333;
  font-size: 13.5px !important;
}
.welcome-layout.career_development .nav-links:hover {
  text-decoration: underline !important;
  color: #333 !important;
}
.welcome-layout.career_development .nav-links.active {
  text-decoration: underline !important;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.welcome-layout.career_development .footer-nav a {
  color: #333 !important;
}
.welcome-layout.career_development .login-wrap.login-wrap-onboarding {
  min-height: calc(95vh - 20em) !important;
}
.welcome-layout.career_development .cd-nav-links {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 70px;
  border-bottom: 1px solid #ccc;
}
.welcome-layout.career_development .container-onboarding {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/cd-onboarding-background.png) !important;
  background-size: cover !important;
  border-radius: 20px !important;
}
.welcome-layout.career_development .container-onboarding-uc {
  background: #333 !important;
  background-size: cover !important;
  border-radius: 20px !important;
}
.welcome-layout.career_development .onboarding-label {
  text-align: left !important;
  font-size: 12px;
}
.welcome-layout.career_development .form-control {
  border-radius: 10px;
}
.welcome-layout.career_development .btn-primary-cd {
  border-radius: 20px;
  padding: 4px 40px 0px 40px;
  line-height: 76px;
  font-size: 40px;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  height: auto;
  background: #000;
  color: #fff;
}
.welcome-layout.career_development .btn-primary-cd:hover {
  background: #333;
}
.welcome-layout.career_development .btn-secondary-cd {
  border: 2px solid #ccc !important;
  color: #ccc;
  border-radius: 20px;
  padding: 4px 40px 0px 40px;
  line-height: 76px;
  font-size: 40px;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  height: auto;
}
.welcome-layout.career_development .btn-secondary-cd:hover {
  background: #f8f8f8;
}
.welcome-layout.career_development .radio-cd {
  color: #333;
  background: #fff;
  border-radius: 20px;
  padding: 14px 40px 10px 40px !important;
  line-height: 76px;
  font-size: 24px;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  height: auto;
  -webkit-box-shadow: 0 14px 14px -10px #000000;
  -moz-box-shadow: 0 14px 14px -10px #000000;
  box-shadow: 0 14px 14px -10px #000000;
  cursor: pointer;
  border: none !important;
}
.welcome-layout.career_development .radio-cd-small {
  line-height: 20px;
  font-size: 16px;
  padding: 30px 40px 30px 40px !important;
}
.welcome-layout.career_development .fancy-check-buttons, .welcome-layout.career_development .fancy-radio-buttons {
  text-align: center;
  margin-top: -60px;
}
.welcome-layout.career_development .fancy-check-buttons .checkbox, .welcome-layout.career_development .fancy-check-buttons .radio, .welcome-layout.career_development .fancy-radio-buttons .checkbox, .welcome-layout.career_development .fancy-radio-buttons .radio {
  width: 40%;
  display: inline-table;
}
.welcome-layout.career_development .fancy-check-buttons .checkbox label, .welcome-layout.career_development .fancy-check-buttons .radio label, .welcome-layout.career_development .fancy-radio-buttons .checkbox label, .welcome-layout.career_development .fancy-radio-buttons .radio label {
  border-radius: 20px !important;
  padding: 30px 30px !important;
  border: none;
  background: #fff;
  color: #333;
  border: none !important;
  -webkit-box-shadow: 0 14px 14px -10px #000000;
  -moz-box-shadow: 0 14px 14px -10px #000000;
  box-shadow: 0 14px 14px -10px #000000;
}
.welcome-layout.career_development .fancy-check-buttons .checkbox label.disabled, .welcome-layout.career_development .fancy-check-buttons .radio label.disabled, .welcome-layout.career_development .fancy-radio-buttons .checkbox label.disabled, .welcome-layout.career_development .fancy-radio-buttons .radio label.disabled {
  background: #DDD !important;
}
.welcome-layout.career_development .fancy-check-buttons .checkbox label.checked, .welcome-layout.career_development .fancy-check-buttons .radio label.checked, .welcome-layout.career_development .fancy-radio-buttons .checkbox label.checked, .welcome-layout.career_development .fancy-radio-buttons .radio label.checked {
  background: #266DAC;
  color: #fff;
}
.welcome-layout.career_development .fancy-check-buttons .checkbox label:hover, .welcome-layout.career_development .fancy-check-buttons .radio label:hover, .welcome-layout.career_development .fancy-radio-buttons .checkbox label:hover, .welcome-layout.career_development .fancy-radio-buttons .radio label:hover {
  background: #7E9DC1 !important;
  color: #333 !important;
  border: none !important;
}
.welcome-layout.career_development .fancy-check-buttons .checkbox label:not(.checked):focus-within, .welcome-layout.career_development .fancy-check-buttons .radio label:not(.checked):focus-within, .welcome-layout.career_development .fancy-radio-buttons .checkbox label:not(.checked):focus-within, .welcome-layout.career_development .fancy-radio-buttons .radio label:not(.checked):focus-within {
  color: #333 !important;
}
.welcome-layout.onboarding #session_timeout_modal {
  color: #333;
}
.welcome-layout.onboarding #session_timeout_modal .modal-body p {
  font-family: "gotham_bookregular", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}
.welcome-layout.onboarding .navbar-collapse .nav-dashboard, .welcome-layout.onboarding .navbar-collapse .nav-orientations, .welcome-layout.onboarding .navbar-collapse .nav-job-search, .welcome-layout.onboarding .navbar-collapse .nav-resumes, .welcome-layout.onboarding .navbar-collapse .nav-stories, .welcome-layout.onboarding .navbar-collapse .nav-network-research, .welcome-layout.onboarding .navbar-collapse .nav-interviews {
  display: none;
}
.welcome-layout.onboarding .navbar-collapse li:nth-child(8) {
  display: none;
}
.welcome-layout.onboarding .modal-title {
  color: #333;
}
.welcome-layout.onboarding .fancy-check-buttons .checkbox label:hover, .welcome-layout.onboarding .fancy-check-buttons .checkbox label:focus, .welcome-layout.onboarding .fancy-radio-buttons .radio label:hover, .welcome-layout.onboarding .fancy-radio-buttons .radio label:focus {
  background-color: rgb(4.9090909091, 42.9545454545, 76.0909090909);
}
.welcome-layout .logo-white {
  text-align: center;
  max-height: 150px;
  max-width: 350px;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.welcome-layout .container-welcome {
  width: 600px;
  margin: 0px auto;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.85);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
.welcome-layout .container-welcome .container-body {
  padding: 30px;
  color: #fff;
  text-align: center;
}
@media (max-width: 568px) {
  .welcome-layout .container-welcome .container-body {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .welcome-layout .container-welcome {
    width: 90%;
  }
}
.welcome-layout .login-wrap-onboarding {
  padding-top: 20px;
}
.welcome-layout .login-wrap-onboarding.login-wrap-onboarding-welcome {
  padding-top: 100px !important;
}
.welcome-layout .login-wrap-onboarding .onboarding-nav {
  width: 750px;
  text-align: center;
  display: block;
  margin: auto;
}
.welcome-layout .login-wrap-onboarding .onboarding-nav .nav-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: solid 2px #FFF;
  margin-bottom: 20px;
}
.welcome-layout .login-wrap-onboarding .onboarding-nav .nav-button.nav-button-selected {
  background: #1c6f29;
}
.welcome-layout .login-wrap-onboarding .onboarding-nav .nav-button.nav-button-clickable:hover, .welcome-layout .login-wrap-onboarding .onboarding-nav .nav-button.nav-button-clickable:focus {
  background: #1c6f29;
}
@media (max-width: 991px) {
  .welcome-layout .login-wrap-onboarding .onboarding-nav {
    width: 90%;
  }
}
.welcome-layout .login-wrap-onboarding .container-onboarding, .welcome-layout .login-wrap-onboarding .container-onboarding-uc {
  width: 800px;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: auto;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .header-logo, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .header-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -75px;
  width: 150px;
  height: auto;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body {
  padding: 30px;
  color: #fff;
  text-align: center;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body.onboarding-welcome, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body.onboarding-welcome {
  margin-bottom: 30px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-welcome-text, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-welcome-text {
  margin-top: 20px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-upper-text, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-upper-text {
  padding-bottom: 20px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-upper-text .onboarding-contact-support, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-upper-text .onboarding-contact-support {
  font-size: 12px;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding .container-body input[type=file], .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body input[type=file] {
    width: 100%;
  }
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .file-types, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .file-types {
  text-align: left;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-fields-optional, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-fields-optional {
  text-align: left !important;
  font-size: 10px;
  margin-bottom: 3px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-form-links, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-form-links {
  margin-right: -10px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-form-links .onboarding-skip-link, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-form-links .onboarding-skip-link {
  text-align: left;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-form-links .onboarding-skip-link, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-form-links .onboarding-skip-link {
    padding-right: 0;
  }
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-form-links .onboarding-skip-link a, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-form-links .onboarding-skip-link a {
  color: #CCC;
  line-height: 40px;
  text-decoration: underline !important;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-form-links .onboarding-skip-link a:hover, .welcome-layout .login-wrap-onboarding .container-onboarding .container-body .onboarding-form-links .onboarding-skip-link a:focus, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-form-links .onboarding-skip-link a:hover, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .onboarding-form-links .onboarding-skip-link a:focus {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .well-linkedin, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .well-linkedin {
  height: 150px;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding .container-body .well-linkedin, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .well-linkedin {
    height: 80px;
  }
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .well-linkedin > div, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .well-linkedin > div {
  padding-left: 20px;
  position: relative;
  padding-top: 35px;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding .container-body .well-linkedin > div, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .well-linkedin > div {
    padding-top: 0px;
  }
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .well-linkedin > div .document_part_linked_in_profile_url, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .well-linkedin > div .document_part_linked_in_profile_url {
  margin: 0 0 0 35px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .container-body .well-linkedin > div img, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body .well-linkedin > div img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding .container-body, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .container-body {
    padding: 10px;
  }
}
.welcome-layout .login-wrap-onboarding .container-onboarding .back-next-buttons, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .back-next-buttons {
  text-align: right;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding .back-next-buttons, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .back-next-buttons {
    padding-left: 0px;
  }
}
.welcome-layout .login-wrap-onboarding .container-onboarding .btn, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .btn {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif !important;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding .btn:not(.single-button), .welcome-layout .login-wrap-onboarding .container-onboarding-uc .btn:not(.single-button) {
    padding: 0 5px;
  }
}
.welcome-layout .login-wrap-onboarding .container-onboarding .btn.onboarding-back, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .btn.onboarding-back {
  background-color: transparent !important;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .btn.onboarding-job-alert, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .btn.onboarding-job-alert {
  margin: 5px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .btn.onboarding-dashboard, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .btn.onboarding-dashboard {
  margin: 5px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .new_uploaded_resume, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .new_uploaded_resume {
  color: #333;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .new_uploaded_resume .choose-file, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .new_uploaded_resume .choose-file {
  text-align: left;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .new_uploaded_resume .file-types, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .new_uploaded_resume .file-types {
  font-size: 12px;
  padding-top: 5px;
}
.welcome-layout .login-wrap-onboarding .container-onboarding .new_uploaded_resume .cancel-upload, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .new_uploaded_resume .cancel-upload {
  display: none;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding .new_uploaded_resume .cancel-upload, .welcome-layout .login-wrap-onboarding .container-onboarding-uc .new_uploaded_resume .cancel-upload {
    float: right;
  }
}
@media (max-width: 991px) {
  .welcome-layout .login-wrap-onboarding .container-onboarding, .welcome-layout .login-wrap-onboarding .container-onboarding-uc {
    width: 90%;
    padding: 15px;
  }
}
.welcome-layout h1 {
  margin: 0 0 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size: 36px;
}
.welcome-layout h2, .welcome-layout .welcome-h2 {
  margin: 0;
  line-height: 1em;
  font-size: 24px;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 991px) {
  .welcome-layout h2, .welcome-layout .welcome-h2 {
    font-size: 20px;
  }
}
.welcome-layout h3 {
  margin: 0 0 10px;
  line-height: 1em;
}
.welcome-layout p {
  font-size: 16px;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .welcome-layout p {
    font-size: 14px;
  }
}
.welcome-layout .right-strong {
  color: #fff;
  font-weight: normal;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.welcome-layout .national-stat {
  color: #f58d00;
  font-size: 20px;
  line-height: 1.3em;
  font-family: "gotham_bookregular", Arial, Helvetica, sans-serif;
  padding: 0px 20px;
}
@media (max-width: 991px) {
  .welcome-layout .national-stat {
    font-size: 16px;
    padding: 0px 10px;
  }
}
.welcome-layout .btn-welcome {
  padding: 15px 50px;
  background: #f58d00;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 568px) {
  .welcome-layout .btn-welcome {
    margin-top: 0px;
  }
}
.welcome-layout .login-header, .welcome-layout .login-header-premium {
  text-align: center;
}
.welcome-layout .login-header-premium {
  display: none;
}
.welcome-layout .having-problems {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.welcome-layout .candidate-care-top {
  display: none;
  padding-left: 20px;
  background: #fff;
  line-height: 50px;
}
.welcome-layout .login-wrap,
.welcome-layout .registration-wrap {
  min-height: 700px;
  max-width: 800px;
  margin: 30px auto;
}
.welcome-layout .login-wrap.login-wrap-onboarding,
.welcome-layout .registration-wrap.login-wrap-onboarding {
  min-height: 550px !important;
}
@media (max-width: 991px) {
  .welcome-layout .login-wrap,
  .welcome-layout .registration-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.welcome-layout .login-wrap .panel.panel-default,
.welcome-layout .registration-wrap .panel.panel-default {
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.welcome-layout .login-wrap .panel.panel-default .panel-heading,
.welcome-layout .registration-wrap .panel.panel-default .panel-heading {
  background: transparent;
  color: #FFF;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  border-bottom: solid 2px;
  height: 45px;
  padding: 0 40px;
}
.welcome-layout .login-wrap .panel.panel-default .panel-heading h3,
.welcome-layout .registration-wrap .panel.panel-default .panel-heading h3 {
  line-height: 45px;
}
.welcome-layout .login-wrap .panel.panel-default .panel-body,
.welcome-layout .registration-wrap .panel.panel-default .panel-body {
  padding: 25px 40px;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap .panel.panel-default .panel-body,
  .welcome-layout .registration-wrap .panel.panel-default .panel-body {
    padding: 25px 10px;
  }
}
.welcome-layout .login-wrap .panel.panel-default .panel-body input[type=text],
.welcome-layout .login-wrap .panel.panel-default .panel-body input[type=email],
.welcome-layout .login-wrap .panel.panel-default .panel-body input[type=password],
.welcome-layout .registration-wrap .panel.panel-default .panel-body input[type=text],
.welcome-layout .registration-wrap .panel.panel-default .panel-body input[type=email],
.welcome-layout .registration-wrap .panel.panel-default .panel-body input[type=password] {
  /* line-height: 45px; */
  height: 45px;
}
.welcome-layout .login-wrap .panel.panel-default .panel-body p.hint,
.welcome-layout .registration-wrap .panel.panel-default .panel-body p.hint {
  font-size: 0.85em;
  color: #DDD;
}
.welcome-layout .login-wrap .panel.panel-default .panel-body .btn,
.welcome-layout .registration-wrap .panel.panel-default .panel-body .btn {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 45px;
  height: 45px;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap .panel.panel-default .panel-body .btn,
  .welcome-layout .registration-wrap .panel.panel-default .panel-body .btn {
    padding: 0 0px;
    width: 100%;
    margin-bottom: 6px;
  }
}
.welcome-layout .login-wrap .panel.panel-default .panel-body .btn-register,
.welcome-layout .registration-wrap .panel.panel-default .panel-body .btn-register {
  float: left;
  margin-right: 30px;
}
.welcome-layout .login-wrap .panel.panel-default .panel-body .disclosures a,
.welcome-layout .registration-wrap .panel.panel-default .panel-body .disclosures a {
  color: #1c6f29;
}
.welcome-layout .login-wrap .panel.panel-default .panel-body .remember-me,
.welcome-layout .registration-wrap .panel.panel-default .panel-body .remember-me {
  margin-top: 0;
}
.welcome-layout .login-wrap .panel.panel-default .panel-body .forgot-password, .welcome-layout .login-wrap .panel.panel-default .panel-body .get-help,
.welcome-layout .registration-wrap .panel.panel-default .panel-body .forgot-password,
.welcome-layout .registration-wrap .panel.panel-default .panel-body .get-help {
  margin-top: 20px;
}
.welcome-layout .login-wrap .panel.panel-default .panel-body .forgot-password a, .welcome-layout .login-wrap .panel.panel-default .panel-body .get-help a,
.welcome-layout .registration-wrap .panel.panel-default .panel-body .forgot-password a,
.welcome-layout .registration-wrap .panel.panel-default .panel-body .get-help a {
  color: #1c6f29;
}
.welcome-layout .login-wrap .panel.panel-default .already-registered,
.welcome-layout .registration-wrap .panel.panel-default .already-registered {
  font-size: 16px !important;
  display: none;
}
@media (max-width: 568px) {
  .welcome-layout .login-wrap .panel.panel-default .already-registered,
  .welcome-layout .registration-wrap .panel.panel-default .already-registered {
    padding-left: 10px;
  }
}
.welcome-layout .candidate-care-wrap {
  font-size: 12px;
  max-height: 50px;
  line-height: 50px;
}
.welcome-layout .candidate-care-wrap img {
  background-color: #fff;
}
.welcome-layout .footer-wrap {
  background: transparent;
  color: #FFF;
}
.welcome-layout .footer-wrap a {
  color: #1c6f29;
}
.welcome-layout .footer-wrap .footer-nav a {
  color: #FFF;
}
@media (max-width: 568px) {
  .welcome-layout .footer-wrap .footer-nav {
    margin-bottom: 50px;
  }
}
.welcome-layout #flash {
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 500px) {
  .welcome-layout h3 {
    padding: 0 20px;
  }
}
@media (max-width: 500px) and (max-width: 568px) {
  .welcome-layout h3 {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .welcome-layout .logo img {
    width: 300px;
  }
}
.welcome-layout.license_added .container-welcome a {
  color: #1c6f29;
}
.welcome-layout .wcag-background {
  background-color: #01173e;
  padding: 5px 10px;
  border-radius: 20px;
}
.welcome-layout .onboarding-required::after {
  content: " (required)";
  font-style: italic;
  font-size: 60%;
}

.panel {
  background: #F7F7F7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel-form .panel-heading {
  padding: 0 20px;
  background: #F7F7F7;
}
.panel-form .panel-heading h3 {
  line-height: 40px;
  color: #777;
  font-size: 18px;
  display: inline-block;
}
.panel-form .panel-heading .btn {
  display: inline-block;
  margin-left: 25px;
  background: #777;
  color: #FFF;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 25px;
  position: relative;
  top: -4px;
}
.panel-form .panel-heading .btn:hover, .panel-form .panel-heading .btn:focus {
  text-decoration: none;
  background: #999;
}
.panel-form .panel-body {
  background: #FFF;
  padding: 30px 40px 50px;
}
.panel-form .panel-body form {
  max-width: 800px;
}
.panel-form .panel-body h3 {
  font-size: 14px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}

body.learnaboutus {
  margin-top: 80px;
}
body.learnaboutus .learn_about_box {
  margin-bottom: 20px;
  text-align: left;
  padding: 40px 50px;
  border: solid 1px #DDD;
  border-radius: 0px;
  -moz-box-shadow: 0 2px 10px #999;
  -webkit-box-shadow: 0 2px 10px #999;
  box-shadow: 0 2px 10px #999;
}
body.learnaboutus .learn_about_box h1 {
  font-size: 32px;
  color: #000 !important;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.learnaboutus .learn_about_box h2 {
  color: #000 !important;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.learnaboutus .learn_about_box .headline {
  font-size: 18px;
  line-height: 28px;
  padding: 10px 40px 10px 0px;
}
body.learnaboutus .learn_about_box .title-link a {
  font-size: 18px;
  color: #1c6f29;
}
body.learnaboutus .learn_about_box .video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
body.learnaboutus .learn_about_box .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.learnaboutus .learn_about_box p.social_link {
  margin: 50px 0px;
}
body.learnaboutus .learn_about_box .blank_video {
  width: 360px;
  height: 202px;
  background: #eee;
  float: right;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  padding-top: 90px;
  border-radius: 4px;
}
body.learnaboutus .learn_about_box .content_block_blank_image {
  margin-top: -20px;
  margin-left: 20px;
  float: right;
  width: 200px;
  height: 200px;
  background: #eee;
  color: #000;
  text-align: center;
  padding-top: 80px;
}
body.learnaboutus .content_block {
  padding-top: 10px;
}
body.learnaboutus .social {
  text-align: center;
  padding: 10px 40px 0px 40px;
}
body.learnaboutus .jobmap {
  margin-top: 40px;
}

.help-container {
  width: 80%;
  margin: 50px auto;
}
.help-container .help-title {
  font-size: 24px;
  color: #555555;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  line-height: 1.5;
}
.help-container .help-section {
  display: inline-block;
  margin: 0px auto;
  box-sizing: none;
}
.help-container .help-section .help-section-title {
  margin-left: 4px;
  padding: 0;
  font-family: Helvetica;
  text-transform: uppercase;
  font-size: 16px;
  color: #08467c;
}
.help-container .help-section .help-section-content {
  margin-top: 20px;
  font-family: Helvetica;
  font-weight: lighter;
}
.help-container .help-section .help-section-content .panel, .help-container .help-section .help-section-content .panel-collapse, .help-container .help-section .help-section-content .panel-body {
  border: 0;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.help-container .help-section .help-section-content .panel-heading {
  border: none;
  background: #fff;
}
.help-container .help-section .help-section-content .panel-title {
  border: none;
}
.help-container .help-section .help-section-content .panel-title > a {
  font-family: Helvetica;
  font-weight: lighter;
}
.help-container .help-section .help-section-content .panel-title > a:hover, .help-container .help-section .help-section-content .panel-title > a:focus {
  color: #0f87f0;
}
.help-container .help-section .help-section-content .panel-body {
  border-top: none;
  border-bottom: none;
}
.help-container .contact-block {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-family: Helvetica;
}
.help-container .contact-block .contact-section-title {
  padding: 0;
  font-family: Helvetica;
  text-transform: uppercase;
  font-size: 16px;
  color: #0f87f0;
}
.help-container .contact-block .contact-section-content {
  margin-top: 20px;
  font-family: Helvetica;
  font-weight: lighter;
}
.help-container .contact-block .contact-section-content a {
  display: block;
  width: 131px;
  height: 156px;
  position: relative;
  background: #777;
  color: #FFF;
  font-size: 12px;
}
.help-container .contact-block .contact-section-content a h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 40px;
  margin: 0;
  margin-top: -30px;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1.1em;
}
.help-container .contact-block .contact-section-content a h4 span {
  display: block;
  font-size: 12px;
}
.help-container .contact-block .contact-section-content a.pdf:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 40px;
  height: 40px;
  background: transparent url(https://www-yns-com.s3.amazonaws.com/help/deloitte/icon-pdf-small.png) no-repeat scroll center center;
}
.help-container .contact-block .contact-section-content a.reference-doc {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/guides_bg.jpg) no-repeat scroll center center;
  background-size: cover;
}
.help-container .contact-block .contact-coname {
  font-weight: 400;
  font-size: 16px;
}
.help-container .contact-block .contact-detail {
  font-weight: lighter;
}
.help-container .compatible-title {
  text-align: center;
  font-weight: 400;
}
.help-container .compatible-devices {
  text-align: center;
}
.help-container .compatible-header {
  font-weight: 400;
}
.help-container:not(.contact-container) {
  min-height: 1200px;
}
@media (max-width: 991px) {
  .help-container {
    width: 90%;
  }
}

.blue-legal-links a {
  color: #117DBA;
}
.blue-legal-links a:active, .blue-legal-links a:hover, .blue-legal-links a:focus {
  color: #08467c;
}

body.op_visitor.terms h1, body.op_visitor.copyright_notice h1, body.op_visitor.privacy h1, body.op_visitor.cookie_policy h1, body.op_visitor.security h1 {
  text-align: left !important;
}

.visitor-layout {
  background: #222 url(https://www-yns-com.s3.amazonaws.com/images/visitor/1_bg-img_create-account_2021.jpg) no-repeat scroll left top;
  background-size: 100%;
  color: #FFF;
  padding-top: 50px;
}
.visitor-layout .logo-white {
  text-align: center;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.visitor-layout .container-welcome {
  width: 600px;
  margin: 0px auto;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
.visitor-layout .container-welcome .container-body {
  padding: 30px;
  color: #fff;
  /* text-align:center; */
  text-align: left;
}
.visitor-layout .container-welcome .container-body .email-link {
  color: #FFF !important;
}
.visitor-layout .container-welcome .container-body .email-link:hover, .visitor-layout .container-welcome .container-body .email-link:focus {
  text-decoration: underline !important;
}
@media (max-width: 568px) {
  .visitor-layout .container-welcome .container-body {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .visitor-layout .container-welcome {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .visitor-layout .container-welcome {
    background-size: auto;
  }
}
.visitor-layout h1 {
  margin: 0 0 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size: 36px;
}
.visitor-layout h2 {
  margin: 0;
  line-height: 1em;
  font-size: 24px;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 991px) {
  .visitor-layout h2 {
    font-size: 20px;
  }
}
.visitor-layout h3 {
  margin: 0 0 10px;
  line-height: 1.3em;
}
.visitor-layout p {
  font-size: 16px;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .visitor-layout p {
    font-size: 14px;
  }
}
.visitor-layout .right-strong {
  color: #fff;
  font-weight: normal;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.visitor-layout .national-stat {
  color: #1c6f29;
  font-size: 20px;
  line-height: 1.3em;
  font-family: "gotham_bookregular", Arial, Helvetica, sans-serif;
  padding: 0px 20px;
}
@media (max-width: 991px) {
  .visitor-layout .national-stat {
    font-size: 16px;
    padding: 0px 10px;
  }
}
.visitor-layout .btn-welcome {
  padding: 15px 50px;
  background: #1c6f29;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 568px) {
  .visitor-layout .btn-welcome {
    margin-top: 0px;
  }
}
.visitor-layout .login-header, .visitor-layout .login-header-premium {
  text-align: center;
}
.visitor-layout .login-header-premium {
  display: none;
}
.visitor-layout .having-problems {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.visitor-layout .candidate-care-top {
  display: none;
  padding-left: 20px;
  background: #fff;
  line-height: 50px;
}
.visitor-layout .login-wrap,
.visitor-layout .registration-wrap {
  min-height: 700px;
  max-width: 800px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .visitor-layout .login-wrap,
  .visitor-layout .registration-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.visitor-layout .login-wrap .panel.panel-default,
.visitor-layout .registration-wrap .panel.panel-default {
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.visitor-layout .login-wrap .panel.panel-default .panel-heading,
.visitor-layout .registration-wrap .panel.panel-default .panel-heading {
  background: transparent;
  color: #FFF;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  border-bottom: solid 2px;
  height: 45px;
  padding: 0 40px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-heading h3,
.visitor-layout .registration-wrap .panel.panel-default .panel-heading h3 {
  line-height: 45px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body,
.visitor-layout .registration-wrap .panel.panel-default .panel-body {
  padding: 25px 40px;
}
@media (max-width: 568px) {
  .visitor-layout .login-wrap .panel.panel-default .panel-body,
  .visitor-layout .registration-wrap .panel.panel-default .panel-body {
    padding: 25px 10px;
  }
}
.visitor-layout .login-wrap .panel.panel-default .panel-body input[type=text],
.visitor-layout .login-wrap .panel.panel-default .panel-body input[type=email],
.visitor-layout .login-wrap .panel.panel-default .panel-body input[type=password],
.visitor-layout .registration-wrap .panel.panel-default .panel-body input[type=text],
.visitor-layout .registration-wrap .panel.panel-default .panel-body input[type=email],
.visitor-layout .registration-wrap .panel.panel-default .panel-body input[type=password] {
  /* line-height: 45px; */
  height: 45px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body p.hint,
.visitor-layout .registration-wrap .panel.panel-default .panel-body p.hint {
  font-size: 0.85em;
  color: #DDD;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .btn,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .btn {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 45px;
  height: 45px;
}
@media (max-width: 568px) {
  .visitor-layout .login-wrap .panel.panel-default .panel-body .btn,
  .visitor-layout .registration-wrap .panel.panel-default .panel-body .btn {
    padding: 0 0px;
    width: 100%;
    margin-bottom: 6px;
  }
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .btn-register,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .btn-register {
  float: left;
  margin-right: 30px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .disclosures a,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .disclosures a {
  color: #1c6f29;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .remember-me,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .remember-me {
  margin-top: 0;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .forgot-password, .visitor-layout .login-wrap .panel.panel-default .panel-body .get-help,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .forgot-password,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .get-help {
  margin-top: 20px;
}
.visitor-layout .login-wrap .panel.panel-default .panel-body .forgot-password a, .visitor-layout .login-wrap .panel.panel-default .panel-body .get-help a,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .forgot-password a,
.visitor-layout .registration-wrap .panel.panel-default .panel-body .get-help a {
  color: #1c6f29;
}
.visitor-layout .login-wrap .panel.panel-default .already-registered,
.visitor-layout .registration-wrap .panel.panel-default .already-registered {
  font-size: 16px !important;
  display: none;
}
@media (max-width: 568px) {
  .visitor-layout .login-wrap .panel.panel-default .already-registered,
  .visitor-layout .registration-wrap .panel.panel-default .already-registered {
    padding-left: 10px;
  }
}
.visitor-layout .candidate-care-wrap {
  font-size: 12px;
  max-height: 50px;
  line-height: 50px;
}
.visitor-layout .candidate-care-wrap img {
  background-color: #fff;
}
.visitor-layout .footer-wrap {
  background: transparent;
  color: #FFF;
}
.visitor-layout .footer-wrap a {
  color: #1c6f29;
}
.visitor-layout .footer-wrap .footer-nav a {
  color: #FFF;
}
@media (max-width: 568px) {
  .visitor-layout .footer-wrap .footer-nav {
    margin-bottom: 50px;
  }
}
.visitor-layout #flash {
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 500px) {
  .visitor-layout h3 {
    padding: 0 20px;
  }
}
@media (max-width: 500px) and (max-width: 568px) {
  .visitor-layout h3 {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .visitor-layout .logo img {
    width: 300px;
  }
}

.direct-signup-layout {
  background: #868686 url(https://www-yns-com.s3.amazonaws.com/images/direct_signup/1_bg-img_create-account_2021.jpg) no-repeat scroll left top;
  background-size: cover;
  color: #FFF;
  padding-top: 50px;
}
.direct-signup-layout .logo {
  text-align: center;
  background: url(https://www-yns-com.s3.amazonaws.com/images/visitor/logo-yns_intoo.png);
  height: 104px;
  width: 292px;
  margin: 0px auto;
}
@media (max-width: 568px) {
  .direct-signup-layout .logo {
    padding-top: 30px;
  }
}
.direct-signup-layout .cobrand {
  width: 100%;
  background: #fff;
  color: #000;
  height: 80px;
  position: fixed;
  text-align: center;
}
.direct-signup-layout .cobrand-logo {
  max-width: 500px;
  max-height: 80px;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .direct-signup-layout .cobrand-logo {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.direct-signup-layout .already-registered {
  font-size: 16px !important;
  display: none;
}
@media (max-width: 568px) {
  .direct-signup-layout .already-registered {
    padding-left: 10px;
  }
}
.direct-signup-layout .powered-by {
  float: right !important;
  background: url(https://www-yns-com.s3.amazonaws.com/images/direct_signup/logo_powered-by-Intoo.png) no-repeat;
  height: 31px;
  width: 258px;
  margin-right: 20px;
  margin-top: -55px !important;
}
.direct-signup-layout h1 {
  margin: 0 0 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size: 36px;
}
.direct-signup-layout h3 {
  margin: 0 0 10px;
  line-height: 1em;
  font-weight: normal;
}
.direct-signup-layout .login-header {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  padding-top: 10px;
}
.direct-signup-layout .login-header, .direct-signup-layout .login-header-premium {
  text-align: center;
  max-width: 800px;
}
.direct-signup-layout .login-header-premium {
  display: none;
  margin: 0px auto;
}
.direct-signup-layout .having-problems {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.direct-signup-layout .candidate-care-top {
  display: none;
  padding: 15px 20px;
  width: 100%;
  background: #fff;
}
.direct-signup-layout .login-wrap,
.direct-signup-layout .registration-wrap {
  max-width: 800px;
  margin: 40px auto;
}
@media (max-width: 991px) {
  .direct-signup-layout .login-wrap,
  .direct-signup-layout .registration-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.direct-signup-layout .login-wrap .panel.panel-default,
.direct-signup-layout .registration-wrap .panel.panel-default {
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-heading,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-heading {
  background: transparent;
  color: #FFF;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: solid 2px;
  height: 45px;
  padding: 0 40px;
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-heading h3,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-heading h3 {
  line-height: 45px;
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body {
  padding: 25px 40px;
}
@media (max-width: 568px) {
  .direct-signup-layout .login-wrap .panel.panel-default .panel-body,
  .direct-signup-layout .registration-wrap .panel.panel-default .panel-body {
    padding: 25px 10px;
  }
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body input[type=text],
.direct-signup-layout .login-wrap .panel.panel-default .panel-body input[type=email],
.direct-signup-layout .login-wrap .panel.panel-default .panel-body input[type=password],
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body input[type=text],
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body input[type=email],
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body input[type=password] {
  /* line-height: 45px; */
  height: 45px;
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body p.hint,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body p.hint {
  font-size: 0.85em;
  color: #DDD;
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body .btn,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body .btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 45px;
  height: 45px;
}
@media (max-width: 568px) {
  .direct-signup-layout .login-wrap .panel.panel-default .panel-body .btn,
  .direct-signup-layout .registration-wrap .panel.panel-default .panel-body .btn {
    padding: 0 0px;
    width: 100%;
    margin-bottom: 6px;
  }
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body .btn-register,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body .btn-register {
  float: left;
  margin-right: 30px;
  background: #F58D00;
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body .disclosures a,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body .disclosures a {
  color: #fff;
  text-decoration: underline !important;
}
@media (max-width: 568px) {
  .direct-signup-layout .login-wrap .panel.panel-default .panel-body .disclosures,
  .direct-signup-layout .registration-wrap .panel.panel-default .panel-body .disclosures {
    font-size: 11px;
  }
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body .remember-me,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body .remember-me {
  margin-top: 0;
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body .forgot-password, .direct-signup-layout .login-wrap .panel.panel-default .panel-body .get-help,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body .forgot-password,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body .get-help {
  margin-top: 20px;
}
.direct-signup-layout .login-wrap .panel.panel-default .panel-body .forgot-password a, .direct-signup-layout .login-wrap .panel.panel-default .panel-body .get-help a,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body .forgot-password a,
.direct-signup-layout .registration-wrap .panel.panel-default .panel-body .get-help a {
  color: #1c6f29;
}
.direct-signup-layout .candidate-care-wrap {
  top: 5px;
  right: 10px;
  position: absolute;
  font-size: 12px;
}
.direct-signup-layout .candidate-care-wrap img {
  background-color: #fff;
}
.direct-signup-layout .footer-wrap-candidate-care {
  background: #4E7439;
  color: #FFF;
}
.direct-signup-layout .footer-wrap-candidate-care a {
  color: #1c6f29;
}
.direct-signup-layout .footer-wrap-candidate-care .footer-nav a {
  color: #FFF;
}
@media (max-width: 568px) {
  .direct-signup-layout .footer-wrap-candidate-care .footer-nav {
    margin-bottom: 50px;
  }
}
.direct-signup-layout #flash {
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 500px) {
  .direct-signup-layout h3 {
    padding: 0 20px;
  }
}
@media (max-width: 500px) and (max-width: 568px) {
  .direct-signup-layout h3 {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .direct-signup-layout .logo img {
    width: 300px;
  }
}

.errors-layout {
  background: black url(https://www-yns-com.s3.amazonaws.com/images/errors_background.jpg) no-repeat scroll left top;
  background-size: 100%;
  color: #FFF;
  padding-top: 50px;
}
.errors-layout .modal-title {
  color: #333 !important;
}
.errors-layout h1 {
  margin: 0 0 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size: 30px;
}
.errors-layout .btn:not(.terms-accept-btn) {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid white;
  line-height: 45px;
  height: 45px;
  font-size: 19px;
}
.errors-layout .btn.btn-default {
  color: white;
  background-color: #333;
  padding: 0 30px;
}
.errors-layout #accessibility-disable-btn {
  background-color: transparent;
  color: #333;
  border: 1px solid #707070;
  padding: 0 30px !important;
}
.errors-layout #accessibility-disable-btn:hover {
  background-color: #e6e6e6;
}
.errors-layout #accessibility-enable-btn:hover {
  opacity: 0.85;
}
.errors-layout #accessibility-enable-btn {
  font-size: 16px !important;
  border: 1px solid #333;
}
.errors-layout h3 {
  margin: 0 0 10px;
  line-height: 1em;
}
.errors-layout .login-header {
  text-align: center;
}
.errors-layout .login-wrap,
.errors-layout .registration-wrap {
  max-width: 800px;
  margin-left: auto;
}
.errors-layout .login-wrap .panel.panel-default,
.errors-layout .registration-wrap .panel.panel-default {
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.errors-layout .login-wrap .panel.panel-default .panel-heading,
.errors-layout .registration-wrap .panel.panel-default .panel-heading {
  background: #1c6f29;
  color: #FFF;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  height: 45px;
  padding: 0 40px;
}
.errors-layout .login-wrap .panel.panel-default .panel-heading h3,
.errors-layout .registration-wrap .panel.panel-default .panel-heading h3 {
  line-height: 45px;
}
.errors-layout .login-wrap .panel.panel-default .panel-body,
.errors-layout .registration-wrap .panel.panel-default .panel-body {
  padding: 25px 40px;
}
.errors-layout .login-wrap .panel.panel-default .panel-body input[type=text],
.errors-layout .login-wrap .panel.panel-default .panel-body input[type=email],
.errors-layout .login-wrap .panel.panel-default .panel-body input[type=password],
.errors-layout .registration-wrap .panel.panel-default .panel-body input[type=text],
.errors-layout .registration-wrap .panel.panel-default .panel-body input[type=email],
.errors-layout .registration-wrap .panel.panel-default .panel-body input[type=password] {
  line-height: 45px;
  height: 45px;
}
.errors-layout .login-wrap .panel.panel-default .panel-body p.hint,
.errors-layout .registration-wrap .panel.panel-default .panel-body p.hint {
  font-size: 0.85em;
  color: #DDD;
}
.errors-layout .login-wrap .panel.panel-default .panel-body .btn,
.errors-layout .registration-wrap .panel.panel-default .panel-body .btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 45px;
  height: 45px;
}
.errors-layout .login-wrap .panel.panel-default .panel-body .btn-register,
.errors-layout .registration-wrap .panel.panel-default .panel-body .btn-register {
  float: left;
  margin-right: 30px;
}
.errors-layout .login-wrap .panel.panel-default .panel-body .disclosures a,
.errors-layout .registration-wrap .panel.panel-default .panel-body .disclosures a {
  color: #1c6f29;
}
.errors-layout .login-wrap .panel.panel-default .panel-body .remember-me,
.errors-layout .registration-wrap .panel.panel-default .panel-body .remember-me {
  margin-top: 0;
}
.errors-layout .login-wrap .panel.panel-default .panel-body .forgot-password, .errors-layout .login-wrap .panel.panel-default .panel-body .get-help,
.errors-layout .registration-wrap .panel.panel-default .panel-body .forgot-password,
.errors-layout .registration-wrap .panel.panel-default .panel-body .get-help {
  margin-top: 20px;
}
.errors-layout .login-wrap .panel.panel-default .panel-body .forgot-password a, .errors-layout .login-wrap .panel.panel-default .panel-body .get-help a,
.errors-layout .registration-wrap .panel.panel-default .panel-body .forgot-password a,
.errors-layout .registration-wrap .panel.panel-default .panel-body .get-help a {
  color: #1c6f29;
}
.errors-layout .footer-wrap {
  background: transparent;
  color: #FFF;
}
.errors-layout .footer-wrap a {
  color: #1c6f29;
}
.errors-layout .footer-wrap .footer-nav a {
  color: #FFF;
}
@media (max-width: 568px) {
  .errors-layout .footer-wrap .footer-nav {
    margin-bottom: 50px;
  }
}
.errors-layout #flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

div.workshop .workshop-breadcrumb {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #FFF;
  border-bottom: solid 1px #DDD;
}
div.workshop .workshop-breadcrumb ul {
  margin: 0;
  padding: 0;
  height: 36px;
  overflow: hidden;
  font-size: 0;
}
div.workshop .workshop-breadcrumb ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.workshop .workshop-breadcrumb ul li a, div.workshop .workshop-breadcrumb ul li span {
  display: block;
  line-height: 36px;
  padding: 0 30px 0 40px;
  font-size: 13px;
  color: #777;
  position: relative;
}
div.workshop .workshop-breadcrumb ul li a:before, div.workshop .workshop-breadcrumb ul li span:before {
  content: "";
  position: absolute;
  right: -31px;
  top: 0;
  z-index: 20;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px;
  border-color: transparent transparent transparent #DDD;
}
div.workshop .workshop-breadcrumb ul li a:after, div.workshop .workshop-breadcrumb ul li span:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 30;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px;
  border-color: transparent transparent transparent #FFF;
}
div.workshop .workshop-breadcrumb ul li a:hover, div.workshop .workshop-breadcrumb ul li a:focus {
  text-decoration: none;
}
div.workshop .workshop-breadcrumb ul li span {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  background: #F7F7F7;
  color: #333;
}
div.workshop .workshop-breadcrumb ul li span:after {
  border-left-color: #F7F7F7;
}
div.workshop .workshop-header {
  position: relative;
  background: rgb(235.2727272727, 245.1363636364, 253.7272727273);
  border-bottom: solid 1px #DDD;
  padding: 20px 30px;
}
@media (max-width: 568px) {
  div.workshop .workshop-header {
    padding: 20px 15px;
  }
}
div.workshop .workshop-header .btn-finish-later {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #333;
  line-height: 24px;
}
div.workshop .workshop-header .btn-finish-later i {
  position: relative;
  top: -1px;
  font-size: 20px;
  vertical-align: middle;
  padding-right: 2px;
}
div.workshop .workshop-header .btn-finish-later:hover, div.workshop .workshop-header .btn-finish-later:focus {
  text-decoration: none;
  color: #08467c;
}
@media (max-width: 568px) {
  div.workshop .workshop-header .btn-finish-later {
    display: none;
  }
}
div.workshop .workshop-header h1 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.workshop .workshop-body {
  background: #F7F7F7;
  position: relative;
  border-bottom: solid 1px #DDD;
}
@media (min-width: 991px) {
  div.workshop .workshop-body {
    padding-right: 300px;
  }
}
div.workshop .workshop-body .workshop-content {
  min-height: 500px;
  padding: 40px;
  background-color: white;
  border-right: 1px solid #E7EEFF;
}
div.workshop .workshop-body .workshop-content .workshop_part h1 {
  color: #797676;
}
div.workshop .workshop-body .workshop-content .workshop_part .h1 {
  color: #797676;
}
div.workshop .workshop-body .workshop-content .document-panel {
  padding: 0px 20px;
}
div.workshop .workshop-body .workshop-content .document_section .placeholder,
div.workshop .workshop-body .workshop-content .document_section .section-header,
div.workshop .workshop-body .workshop-content .document_section .help-text {
  display: none;
}
div.workshop .workshop-body .workshop-content.workshop-overview {
  background: #303030 url("https://www-yns-com.s3.amazonaws.com/images/workshops/overview_bg.jpg") no-repeat scroll center center;
  background-size: cover;
  color: #FFF;
}
div.workshop .workshop-body .workshop-content.workshop-overview > p {
  text-align: left !important;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info {
  padding: 40px 0;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect {
  border: solid 1px #FFF;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
  text-align: center;
  min-height: 250px;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect > h3 {
  margin: 0 0 10px;
  line-height: 1em;
  padding-bottom: 3px;
  border-bottom: solid 1px #FFF;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect .workshop-time {
  display: inline-block;
  vertical-align: middle;
  width: 132px;
  text-align: center;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect .workshop-time h3 {
  display: block;
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/workshops/icon_time.png) no-repeat scroll center center;
  line-height: 120px;
  padding-top: 12px;
  font-size: 36px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin: 0;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect .el-icon-plus {
  position: relative;
  top: -20px;
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect .el-icon-plus {
    display: block;
    margin: 30px 0 -30px;
  }
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect .workshop-exercises {
  display: inline-block;
  vertical-align: middle;
  width: 132px;
  text-align: center;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect .workshop-exercises h3 {
  display: block;
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/workshops/icon_exercises.png) no-repeat scroll center center;
  line-height: 120px;
  padding-top: 12px;
  font-size: 36px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin: 0;
}
@media (max-width: 991px) {
  div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect {
    padding: 15px;
  }
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .what-to-expect {
    margin-bottom: 15px;
  }
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .col-lg-2 {
  text-align: center;
  font-size: 40px;
  line-height: 250px;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .output {
  border: solid 1px #FFF;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
  text-align: center;
  min-height: 250px;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .output h3 {
  margin: 0 0 10px;
  line-height: 1em;
  padding-bottom: 3px;
  border-bottom: solid 1px #FFF;
}
@media (max-width: 991px) {
  div.workshop .workshop-body .workshop-content.workshop-overview .workshop-info .output {
    padding: 15px;
  }
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-actions {
  padding-bottom: 30px;
  text-align: center;
}
div.workshop .workshop-body .workshop-content.workshop-overview .workshop-actions .btn-primary {
  height: 50px;
  padding: 4px 40px;
  border: solid 1px #FFF;
}
div.workshop .workshop-body .workshop-content.workshop-overview .not-ready {
  text-align: center !important;
}
div.workshop .workshop-body .workshop-content.workshop-overview .not-ready a {
  color: #fff;
  text-decoration: underline !important;
}
div.workshop .workshop-body .workshop-content.workshop-hub {
  background: #FFF;
  border-right: solid 1px #DDD;
}
div.workshop .workshop-body .workshop-content.workshop-hub h2:not(.section-progress) {
  margin: 0 0 10px;
  line-height: 1em;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps {
  padding-top: 20px;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step {
  margin: 0 0 20px 50px;
  position: relative;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -49px;
  background: #FFF;
  border: solid 1px #DDD;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step:before {
    width: 0px;
    height: 0px;
    line-height: 0px !important;
    left: 0px;
  }
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.completed:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e700";
  background: #08467c;
  color: #FFF;
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.completed:before {
    content: "";
  }
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.completed .step-summary {
  background: #F7F7F7;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.skipped:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e641";
  background: #EAC325;
  color: #FFF;
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.skipped:before {
    content: "";
  }
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.skipped .step-summary {
  background: #F7F7F7;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.current .step-summary {
  background: rgb(235.2727272727, 245.1363636364, 253.7272727273);
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary {
  padding: 7px 20px;
  border: solid 1px #DDD;
  cursor: pointer;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .start-skip {
  float: right;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn {
  margin-left: 10px;
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn {
    margin-left: 4px;
  }
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn.btn-pill {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.5);
  width: 120px;
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn.btn-pill {
    width: 70px;
  }
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn.btn-pill-primary {
  background: #08467c;
  color: #FFF;
  border-color: #08467c;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn.btn-pill-primary:hover, div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn.btn-pill-primary:focus {
  background: rgb(11.0909090909, 97.0454545455, 171.9090909091);
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn.btn-pill-cta {
  background: #08467c;
  color: #FFF;
  border-color: #08467c;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn.btn-pill-cta:hover, div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary .btn.btn-pill-cta:focus {
  background: rgb(4.9090909091, 42.9545454545, 76.0909090909);
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary h3 {
  display: inline-block;
  margin: 0;
  line-height: 34px;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-summary h3 i {
  font-size: 0.9em;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-detail {
  display: none;
  padding: 10px 20px;
  border: solid 1px #DDD;
  border-top: 0;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step .step-detail p {
  margin: 0;
}
div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.expanded .step-detail, div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps .workshop-step.current .step-detail {
  display: block;
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content.workshop-hub .workshop-steps {
    margin: 0 0 20px 0px;
  }
}
div.workshop .workshop-body .workshop-content.workshop-page {
  background: #FFF;
  border-right: solid 1px #DDD;
}
div.workshop .workshop-body .workshop-content.workshop-page h2 {
  margin: 0 0 10px;
  line-height: 1em;
}
div.workshop .workshop-body .workshop-content.workshop-page .workshop-page-content {
  padding: 20px 0;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
}
@media (max-width: 1024px) {
  div.workshop .workshop-body .workshop-content {
    padding-right: 225px;
  }
}
@media (max-width: 991px) {
  div.workshop .workshop-body .workshop-content {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  div.workshop .workshop-body .workshop-content {
    padding: 25px;
  }
  div.workshop .workshop-body .workshop-content h2 {
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  div.workshop .workshop-body .workshop-content {
    padding: 15px;
  }
  div.workshop .workshop-body .workshop-content h2 {
    margin-top: 0;
  }
}
div.workshop .workshop-body .workshop-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
div.workshop .workshop-body .workshop-sidebar .hub-link {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 30px;
  padding: 4px 4px 0;
  background: transparent;
}
div.workshop .workshop-body .workshop-sidebar .hub-link .hamburger-bar {
  background: #333;
  height: 3px;
  display: block;
  margin-bottom: 4px;
}
div.workshop .workshop-body .workshop-sidebar .hub-link.active {
  background: #08467c;
}
div.workshop .workshop-body .workshop-sidebar .hub-link.active .hamburger-bar {
  background: #FFF;
}
div.workshop .workshop-body .workshop-sidebar h2 {
  margin: 0 0 20px;
  line-height: 24px;
  background: rgb(235.2727272727, 245.1363636364, 253.7272727273);
  padding: 10px 20px;
  font-size: 14px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  border-bottom: solid 1px #DDD;
}
@media (max-width: 1024px) {
  div.workshop .workshop-body .workshop-sidebar ul.workshop-progress {
    padding-left: 30px;
  }
}
div.workshop .workshop-body .workshop-sidebar ul.workshop-progress > li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
}
div.workshop .workshop-body .workshop-sidebar ul.workshop-progress > li ul {
  padding-left: 20px;
}
div.workshop .workshop-body .workshop-sidebar ul.workshop-progress > li:after {
  content: "\e6ff";
  color: #797676;
  position: absolute;
  top: 4px;
  left: -20px;
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
div.workshop .workshop-body .workshop-sidebar ul.workshop-progress > li.completed:after {
  color: #08467c;
  content: "\e700";
}
div.workshop .workshop-body .workshop-sidebar ul.workshop-progress > li.skipped:after {
  color: #EAC325;
  content: "\e641";
}
div.workshop .workshop-body .workshop-sidebar ul.workshop-progress > li.disabled {
  color: #CCC;
}
div.workshop .workshop-body .workshop-sidebar ul.workshop-progress > li.disabled:after {
  color: #CCC;
}
div.workshop .workshop-body .workshop-sidebar ul.workshop-progress li.active {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 1024px) {
  div.workshop .workshop-body .workshop-sidebar {
    width: 225px;
  }
}
@media (max-width: 991px) {
  div.workshop .workshop-body .workshop-sidebar {
    display: none;
  }
}
div.workshop .workshop-pagination {
  overflow: hidden;
  padding: 20px 5px;
}
@media (max-width: 568px) {
  div.workshop .workshop-pagination {
    padding: 0px 0px;
  }
}
div.workshop .workshop-pagination .btn:not(.redesign-nav-links) {
  padding: 0;
  line-height: 60px;
  height: 60px;
  min-width: 33%;
  font-size: 16px;
  padding: 0 12px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
div.workshop .workshop-pagination .btn:not(.redesign-nav-links) i {
  position: relative;
  top: 3px;
  font-size: 1.3em;
}
div.workshop .workshop-pagination .btn.redesign-nav-links {
  padding: 0 12px;
  height: 45px;
  min-width: 20%;
  display: flex;
  align-items: center;
}
div.workshop .workshop-pagination .btn.redesign-nav-links.btn-next {
  gap: 0.5rem;
}
div.workshop .workshop-pagination .btn-previous {
  float: left;
  text-align: left;
  background-color: #EEE;
}
div.workshop .workshop-pagination .btn-next {
  float: right;
  text-align: right;
}
@media (max-width: 568px) {
  div.workshop .workshop-pagination .btn {
    font-size: 14px;
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 8px;
  }
}
div.workshop .workshop-pagination.platform .btn {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding: 0 24px;
  height: 48px;
  border-radius: 99999px;
  line-height: unset;
  align-items: center;
  font-family: "Roboto";
}
div.workshop .workshop-pagination.platform .btn-previous {
  background-color: white;
  border: 1px solid #4E4E4E;
}
div.workshop .workshop-pagination.platform .btn-previous:hover {
  background-color: #F0F0F0;
}

div.workshop-summary {
  padding-top: 0;
}
div.workshop-summary .summary-content {
  background: #303030 url("https://www-yns-com.s3.amazonaws.com/images/workshops/overview_bg.jpg") no-repeat scroll top center;
  background-size: 100%;
  color: #FFF;
  padding: 50px;
  text-align: center;
  min-height: 450px;
}
div.workshop-summary .summary-content > p {
  max-width: 70%;
  margin: 0 auto 30px;
}
@media (max-width: 1024px) {
  div.workshop-summary .summary-content > p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  div.workshop-summary .summary-content > p {
    max-width: 100%;
  }
}
div.workshop-summary .summary-content .results {
  border: solid 2px #08467c;
  background: rgba(0, 0, 0, 0.5);
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 0 20px 20px;
  position: relative;
}
div.workshop-summary .summary-content .results h2 {
  margin: 0;
  line-height: 1.1em;
}
div.workshop-summary .summary-content .results .actions {
  position: absolute;
  right: 20px;
  bottom: 100px;
}
div.workshop-summary .summary-content .results .btn-cta, div.workshop-summary .summary-content .results .btn-primary {
  display: block;
  margin: 20px auto;
  padding: 0;
  width: 300px;
  font-size: 18px;
}
@media (max-width: 568px) {
  div.workshop-summary .summary-content .results .btn-cta, div.workshop-summary .summary-content .results .btn-primary {
    margin: 10px auto;
  }
}
@media (max-width: 568px) {
  div.workshop-summary .summary-content .results .btn-cta, div.workshop-summary .summary-content .results .btn-primary {
    width: 220px;
  }
}
div.workshop-summary .summary-content .results .retake-link {
  color: #fff;
  text-decoration: underline !important;
  font-size: 0.9em;
}
div.workshop-summary .summary-content > h2 {
  margin-bottom: 20px;
}
div.workshop-summary .summary-content .btn-primary {
  height: 50px;
  padding: 4px 40px;
  border: solid 1px #FFF;
}
div.workshop-summary .summary-content .exercise-result {
  border: solid 1px #FFF;
  background: rgba(255, 255, 255, 0.2);
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 20px 20px 20px 180px;
  text-align: left;
  position: relative;
  min-height: 200px;
}
@media (max-width: 991px) {
  div.workshop-summary .summary-content .exercise-result {
    padding: 20px 20px 20px 20px;
    min-height: 100px;
    max-width: 100%;
  }
}
div.workshop-summary .summary-content .exercise-result a {
  color: #fff;
  text-decoration: underline !important;
  font-size: 0.9em;
}
div.workshop-summary .summary-content .exercise-result .exercise-number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 132px;
  text-align: center;
}
div.workshop-summary .summary-content .exercise-result .exercise-number h4 {
  display: block;
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/workshops/icon_exercises.png) no-repeat scroll center center;
  line-height: 120px;
  padding-top: 12px;
  font-size: 36px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin: 0;
}
div.workshop-summary .summary-content .exercise-result .question-number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 132px;
  text-align: center;
}
div.workshop-summary .summary-content .exercise-result .question-number h4 {
  display: block;
  line-height: 120px;
  padding-top: 12px;
  font-size: 36px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin: 0;
}
div.workshop-summary .summary-content .exercise-result ul {
  margin: 0 0 15px;
  padding: 0;
}
div.workshop-summary .summary-content .exercise-result ul li {
  margin-left: 15px;
}
div.workshop-summary .summary-content .exercise-result-pers-pref {
  border: solid 1px #FFF;
  background: rgba(255, 255, 255, 0.2);
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 20px 20px 20px 40px;
  text-align: left;
  position: relative;
  min-height: 200px;
}
@media (max-width: 568px) {
  div.workshop-summary .summary-content .exercise-result-pers-pref {
    padding: 20px 20px 20px 20px;
    min-height: 100px;
  }
}
div.workshop-summary .summary-content .exercise-result-pers-pref a {
  color: #fff;
  text-decoration: underline !important;
}
div.workshop-summary .summary-content .exercise-result-pers-pref ul {
  margin: 0 0 15px;
  padding: 0;
}
div.workshop-summary .summary-content .exercise-result-pers-pref ul li {
  margin-left: 35px;
}
div.workshop-summary .summary-content .exercise-result-pers-pref .pers-pref-section-heading {
  font-weight: bold;
}
div.workshop-summary .summary-content .exercise-result-pers-pref .pers-pref-section-content {
  margin-left: 20px;
}
@media (max-width: 991px) {
  div.workshop-summary .summary-content {
    padding: 25px;
  }
}

.workshops-list .workshops-item {
  border: solid 1px #DDD;
  padding: 30px 30px 30px 270px;
  margin-bottom: 30px;
  position: relative;
  height: 240px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .workshops-list .workshops-item {
    padding: 20px 20px 20px 260px;
  }
}
.workshops-list .workshops-item .webinar-play {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #FFF;
  font-size: 40px;
}
.workshops-list .workshops-item.recommended {
  border-color: #08467c;
  position: relative;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item.recommended .thumb {
    background: #08467c;
  }
}
.workshops-list .workshops-item.recommended:before {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08467c;
}
.workshops-list .workshops-item .thumb {
  position: absolute;
  width: 240px;
  height: 239px;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item .thumb {
    background: #777;
    width: 100%;
    height: 50px;
    padding: 10px;
  }
}
.workshops-list .workshops-item .thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item .thumb img {
    display: none;
  }
}
.workshops-list .workshops-item .thumb .img-overlay {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.workshops-list .workshops-item .thumb h4 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item .thumb h4 {
    position: static;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
    top: 0;
    left: 10px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.workshops-list .workshops-item h3 {
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.workshops-list .workshops-item .btn-secondary {
  border: solid 1px #08467c;
  color: #08467c;
}
.workshops-list .workshops-item .btn-secondary:hover, .workshops-list .workshops-item .btn-secondary:focus {
  -moz-box-shadow: 0 0 0px 1px #08467c;
  -webkit-box-shadow: 0 0 0px 1px #08467c;
  box-shadow: 0 0 0px 1px #08467c;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item {
    padding: 61px 10px 10px;
    height: auto;
  }
  .workshops-list .workshops-item .ellipsis {
    display: block;
  }
  .workshops-list .workshops-item .btn {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.workshops-list .workshops-item-variable {
  border: solid 1px #DDD;
  padding: 30px 30px 30px 270px;
  margin-bottom: 30px;
  position: relative;
  height: 100%;
  border-radius: 10px;
}
.workshops-list .workshops-item-variable.recommended {
  border-color: #08467c;
  position: relative;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item-variable.recommended .thumb {
    background: #08467c;
  }
}
.workshops-list .workshops-item-variable.recommended:before {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08467c;
}
.workshops-list .workshops-item-variable .thumb {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0;
  left: 0;
  background: #777;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item-variable .thumb {
    background: #777;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }
}
.workshops-list .workshops-item-variable .thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item-variable .thumb img {
    display: none;
  }
}
.workshops-list .workshops-item-variable .thumb h4 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item-variable .thumb h4 {
    position: static;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
    top: 0;
    left: 10px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.workshops-list .workshops-item-variable .traits-assessment {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/traits_background_thumb.jpg);
}
.workshops-list .workshops-item-variable .personal-preferences {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/personal_preferences.jpg);
}
.workshops-list .workshops-item-variable .mercer-match {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/mercer-match_assessment.jpg);
}
.workshops-list .workshops-item-variable .uc-learning {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/UC_learning_image.jpg);
}
.workshops-list .workshops-item-variable .skills-talents {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/skills_talents.jpg);
}
.workshops-list .workshops-item-variable .professional-skills {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/professional_skills.jpg);
}
.workshops-list .workshops-item-variable .assessments {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/assessments_bg-img.jpg);
}
.workshops-list .workshops-item-variable .temperament {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/temperament-1.jpg);
}
.workshops-list .workshops-item-variable .business-ownership {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/explore-1.jpg);
}
.workshops-list .workshops-item-variable .deloitte-assessments {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/explore-1.jpg);
}
@media (max-width: 991px) {
  .workshops-list .workshops-item-variable .traits-assessment, .workshops-list .workshops-item-variable .personal-preferences, .workshops-list .workshops-item-variable .mercer-match, .workshops-list .workshops-item-variable .uc-learning, .workshops-list .workshops-item-variable .skills-talents, .workshops-list .workshops-item-variable .assessments, .workshops-list .workshops-item-variable .temperament, .workshops-list .workshops-item-variable .business-ownership, .workshops-list .workshops-item-variable .deloitte-assessments {
    background: #777;
  }
}
.workshops-list .workshops-item-variable h3 {
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .workshops-list .workshops-item-variable h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.workshops-list .workshops-item-variable .btn-secondary {
  border: solid 1px #08467c;
  color: #08467c;
}
.workshops-list .workshops-item-variable .btn-secondary:hover, .workshops-list .workshops-item-variable .btn-secondary:focus {
  -moz-box-shadow: 0 0 0px 1px #08467c;
  -webkit-box-shadow: 0 0 0px 1px #08467c;
  box-shadow: 0 0 0px 1px #08467c;
}
@media (max-width: 1024px) {
  .workshops-list .workshops-item-variable {
    padding: 20px 20px 20px 260px;
  }
}
@media (max-width: 991px) {
  .workshops-list .workshops-item-variable {
    padding: 61px 10px 10px;
    height: auto;
  }
  .workshops-list .workshops-item-variable .ellipsis {
    display: block;
  }
  .workshops-list .workshops-item-variable .btn {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.workshops-list-resize .workshops-item {
  border: solid 1px #DDD;
  padding: 30px 30px 30px 270px;
  margin-bottom: 30px;
  position: relative;
  height: 240px;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item {
    padding: 20px 20px 20px 260px;
  }
}
.workshops-list-resize .workshops-item .webinar-play {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #FFF;
  font-size: 40px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item {
    padding: 61px 10px 10px;
    height: auto;
  }
  .workshops-list-resize .workshops-item .ellipsis {
    display: block;
  }
  .workshops-list-resize .workshops-item .btn {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.workshops-list-resize .workshops-item.recommended {
  border-color: #08467c;
  position: relative;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item.recommended .thumb {
    background: #08467c;
  }
}
.workshops-list-resize .workshops-item.recommended:before {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08467c;
}
.workshops-list-resize .workshops-item .thumb {
  position: absolute;
  width: 240px;
  height: 239px;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item .thumb {
    background: #777;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }
}
.workshops-list-resize .workshops-item .thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item .thumb img {
    display: none;
  }
}
.workshops-list-resize .workshops-item .thumb .img-overlay {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.workshops-list-resize .workshops-item .thumb h4 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  padding: 0 20px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item .thumb h4 {
    position: static;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
    top: 0;
    left: 10px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.workshops-list-resize .workshops-item h3 {
  margin: 0 0 8px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.workshops-list-resize .workshops-item .btn-secondary {
  border: solid 1px #08467c;
  color: #08467c;
}
.workshops-list-resize .workshops-item .btn-secondary:hover, .workshops-list-resize .workshops-item .btn-secondary:focus {
  -moz-box-shadow: 0 0 0px 1px #08467c;
  -webkit-box-shadow: 0 0 0px 1px #08467c;
  box-shadow: 0 0 0px 1px #08467c;
}
.workshops-list-resize .workshops-item-variable {
  border: solid 1px #DDD;
  padding: 30px 30px 30px 270px;
  margin-bottom: 30px;
  position: relative;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item-variable {
    padding: 20px 20px 20px 260px;
  }
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item-variable {
    padding: 61px 10px 10px;
    height: auto;
  }
  .workshops-list-resize .workshops-item-variable .ellipsis {
    display: block;
  }
  .workshops-list-resize .workshops-item-variable .btn {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.workshops-list-resize .workshops-item-variable.recommended {
  border-color: #08467c;
  position: relative;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item-variable.recommended .thumb {
    background: #08467c;
  }
}
.workshops-list-resize .workshops-item-variable.recommended:before {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08467c;
}
.workshops-list-resize .workshops-item-variable .thumb {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0;
  left: 0;
  background: #777;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item-variable .thumb {
    background: #777;
    width: 100%;
    height: 50px;
    padding: 10px;
  }
}
.workshops-list-resize .workshops-item-variable .thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item-variable .thumb img {
    display: none;
  }
}
.workshops-list-resize .workshops-item-variable .thumb h4 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  padding: 0 20px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item-variable .thumb h4 {
    position: static;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
    top: 0;
    left: 10px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.workshops-list-resize .workshops-item-variable .traits-assessment {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/traits_background_thumb.jpg);
}
.workshops-list-resize .workshops-item-variable .personal-preferences {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/personal_preferences.jpg);
}
.workshops-list-resize .workshops-item-variable .mercer-match {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/mercer-match_assessment.jpg);
}
.workshops-list-resize .workshops-item-variable .uc-learning {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/UC_learning_image.jpg);
}
.workshops-list-resize .workshops-item-variable .skills-talents {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/skills_talents.jpg);
}
.workshops-list-resize .workshops-item-variable .professional-skills {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/professional_skills.jpg);
}
.workshops-list-resize .workshops-item-variable .assessments {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/assessments_bg-img.jpg);
}
.workshops-list-resize .workshops-item-variable .temperament {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/temperament-1.jpg);
}
.workshops-list-resize .workshops-item-variable .business-ownership {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/explore-1.jpg);
}
.workshops-list-resize .workshops-item-variable .deloitte-assessments {
  background: url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/explore-1.jpg);
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item-variable .traits-assessment, .workshops-list-resize .workshops-item-variable .personal-preferences, .workshops-list-resize .workshops-item-variable .mercer-match, .workshops-list-resize .workshops-item-variable .uc-learning, .workshops-list-resize .workshops-item-variable .skills-talents, .workshops-list-resize .workshops-item-variable .assessments, .workshops-list-resize .workshops-item-variable .temperament, .workshops-list-resize .workshops-item-variable .business-ownership, .workshops-list-resize .workshops-item-variable .deloitte-assessments {
    background: #777;
  }
}
.workshops-list-resize .workshops-item-variable h3 {
  margin: 0 0 8px;
}
@media (max-width: 1300px) {
  .workshops-list-resize .workshops-item-variable h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.workshops-list-resize .workshops-item-variable .btn-secondary {
  border: solid 1px #08467c;
  color: #08467c;
}
.workshops-list-resize .workshops-item-variable .btn-secondary:hover, .workshops-list-resize .workshops-item-variable .btn-secondary:focus {
  -moz-box-shadow: 0 0 0px 1px #08467c;
  -webkit-box-shadow: 0 0 0px 1px #08467c;
  box-shadow: 0 0 0px 1px #08467c;
}

div.guide {
  padding-top: 0px;
}
div.guide .guide-breadcrumb {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #FFF;
  border-bottom: solid 1px #DDD;
}
div.guide .guide-breadcrumb ul {
  margin: 0;
  padding: 0;
  height: 36px;
  overflow: hidden;
  font-size: 0;
}
div.guide .guide-breadcrumb ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.guide .guide-breadcrumb ul li a, div.guide .guide-breadcrumb ul li span {
  display: block;
  line-height: 36px;
  padding: 0 30px 0 40px;
  font-size: 13px;
  color: #777;
  position: relative;
}
div.guide .guide-breadcrumb ul li a:before, div.guide .guide-breadcrumb ul li span:before {
  content: "";
  position: absolute;
  right: -31px;
  top: 0;
  z-index: 20;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px;
  border-color: transparent transparent transparent #DDD;
}
div.guide .guide-breadcrumb ul li a:after, div.guide .guide-breadcrumb ul li span:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 30;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px;
  border-color: transparent transparent transparent #FFF;
}
div.guide .guide-breadcrumb ul li a:hover, div.guide .guide-breadcrumb ul li a:focus {
  text-decoration: none;
}
div.guide .guide-breadcrumb ul li span {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  background: #F7F7F7;
  color: #333;
}
div.guide .guide-breadcrumb ul li span:after {
  border-left-color: #F7F7F7;
}
div.guide .guide-header {
  position: relative;
  background: rgb(235.2727272727, 245.1363636364, 253.7272727273);
  border-bottom: solid 1px #DDD;
  padding: 20px 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
@media (max-width: 991px) {
  div.guide .guide-header {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }
}
div.guide .guide-header .btn-finish-later {
  color: #333;
  line-height: 24px;
}
div.guide .guide-header .btn-finish-later i {
  position: relative;
  top: -1px;
  font-size: 20px;
  vertical-align: middle;
  padding-right: 2px;
}
div.guide .guide-header .btn-finish-later:hover, div.guide .guide-header .btn-finish-later:focus {
  text-decoration: none;
}
div.guide .guide-header h1 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}
div.guide .guide-body {
  background: #F7F7F7;
  position: relative;
  border-bottom: solid 1px #DDD;
}
@media (min-width: 991px) {
  div.guide .guide-body {
    padding-right: 300px;
  }
}
div.guide .guide-body .guide-content {
  min-height: 500px;
  padding: 40px;
}
div.guide .guide-body .guide-content .guide-pagination {
  overflow: hidden;
  padding: 30px 5px 5px;
}
div.guide .guide-body .guide-content .guide-pagination .btn {
  padding: 0;
  line-height: 60px;
  height: 60px;
  min-width: 33%;
  font-size: 16px;
  padding: 0 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div.guide .guide-body .guide-content .guide-pagination .btn i {
  position: relative;
  top: 3px;
  font-size: 1.3em;
}
div.guide .guide-body .guide-content .guide-pagination .btn-next {
  float: right;
  text-align: right;
  border-radius: 20px;
}
div.guide .guide-body .guide-content .guide-pagination .btn-previous {
  float: left;
  text-align: left;
  background: #EEE;
  border-radius: 20px;
}
div.guide .guide-body .guide-content .guide-pagination .chat-btn-container {
  float: right;
  text-align: right;
  width: 60%;
}
@media (max-width: 568px) {
  div.guide .guide-body .guide-content .guide-pagination .chat-btn-container {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  div.guide .guide-body .guide-content .guide-pagination .chat-btn-container {
    width: 40%;
  }
}
div.guide .guide-body .guide-content .guide-pagination .chat-btn-container .btn-start-coach-chat {
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  div.guide .guide-body .guide-content .guide-pagination .chat-btn-container .btn-start-coach-chat {
    width: 100% !important;
    margin-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 1024px) {
  div.guide .guide-body .guide-content .guide-pagination .chat-btn-container .btn-start-coach-chat.not-english {
    margin-top: 10px;
  }
}
div.guide .guide-body .guide-content .guide-pagination .chat-btn-container .btn-next {
  float: none;
  max-width: 310px;
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  div.guide .guide-body .guide-content .guide-pagination .chat-btn-container .btn-next {
    max-width: 100% !important;
  }
}
div.guide .guide-body .guide-content.guide-page {
  background: #FFF;
  border-right: solid 1px #DDD;
}
div.guide .guide-body .guide-content.guide-page h2 {
  margin: 0 0 10px;
  line-height: 1em;
}
div.guide .guide-body .guide-content.guide-page h3 {
  font-size: 14px;
}
div.guide .guide-body .guide-content.guide-page .guide-page-content {
  padding: 0 0 20px;
  border-bottom: solid 1px #DDD;
}
div.guide .guide-body .guide-content.guide-page .guide-page-content ul li {
  margin-bottom: 8px;
}
div.guide .guide-body .guide-content.guide-page .guide-page-content h2 {
  margin-top: 30px;
}
div.guide .guide-body .guide-content.guide-page .guide-page-content h2:first-child {
  margin-top: 0;
}
div.guide .guide-body .guide-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
div.guide .guide-body .guide-sidebar h3 {
  margin: 0 0 20px;
  line-height: 24px;
  background: rgb(235.2727272727, 245.1363636364, 253.7272727273);
  padding: 10px 20px;
  font-size: 14px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  border-bottom: solid 1px #DDD;
}
div.guide .guide-body .guide-sidebar ol.guide-nav > li a {
  color: #777;
}
div.guide .guide-body .guide-sidebar ol.guide-nav > li.active a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
div.guide .guide-body .checklist {
  list-style: none;
}
div.guide .guide-body .checklist li:before {
  content: "✓ ";
}
@media (max-width: 1024px) {
  div.guide .guide-body {
    padding-right: 225px;
  }
  div.guide .guide-body .guide-sidebar {
    width: 225px;
  }
  div.guide .guide-body .guide-sidebar h3 {
    margin-bottom: 0;
  }
  div.guide .guide-body .guide-sidebar .guide-nav {
    padding: 0;
    margin-left: 36px;
  }
  div.guide .guide-body .guide-sidebar .guide-nav li {
    padding: 0;
    border-bottom: solid 1px #eee;
  }
  div.guide .guide-body .guide-sidebar .guide-nav li:last-child {
    border-bottom: none;
  }
  div.guide .guide-body .guide-sidebar .guide-nav li a {
    display: block;
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  div.guide .guide-body {
    padding-right: 0;
  }
  div.guide .guide-body .guide-sidebar {
    display: none;
  }
}
@media (max-width: 568px) {
  div.guide .guide-header {
    padding: 10px 20px;
  }
  div.guide .guide-header a {
    display: none;
  }
  div.guide .guide-body .guide-content {
    padding: 20px;
  }
  div.guide .guide-body .guide-content .guide-pagination .btn {
    font-size: 14px;
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 8px;
  }
}

div.guide-summary {
  padding-top: 0;
}
div.guide-summary .summary-content {
  background: #303030 url("https://www-yns-com.s3.amazonaws.com/images/guides/overview_bg.jpg") no-repeat scroll top center;
  background-size: 100%;
  color: #FFF;
  padding: 50px;
  text-align: center;
  min-height: 450px;
}
div.guide-summary .summary-content > p {
  max-width: 70%;
  margin: 0 auto 30px;
}
div.guide-summary .summary-content .results {
  border: solid 2px #1c6f29;
  background: rgba(0, 0, 0, 0.5);
  max-width: 60%;
  margin: 0 auto 30px;
  padding: 0 20px 20px;
}
div.guide-summary .summary-content .results h2 {
  margin: 0;
  line-height: 1.1em;
}
div.guide-summary .summary-content .results .btn-cta {
  display: block;
  margin: 20px auto;
  width: 250px;
  font-size: 18px;
}
div.guide-summary .summary-content .results .retake-link {
  color: #1c6f29;
  font-size: 0.9em;
}
div.guide-summary .summary-content > h2 {
  margin-bottom: 20px;
}
div.guide-summary .summary-content .exercise-result {
  border: solid 1px #FFF;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding: 20px 20px 20px 180px;
  text-align: left;
  position: relative;
  min-height: 200px;
}
div.guide-summary .summary-content .exercise-result a {
  color: #1c6f29;
  font-size: 0.9em;
}
div.guide-summary .summary-content .exercise-result .exercise-number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 132px;
  text-align: center;
}
div.guide-summary .summary-content .exercise-result .exercise-number h4 {
  display: block;
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/guides/icon_exercises.png) no-repeat scroll center center;
  line-height: 120px;
  padding-top: 12px;
  font-size: 36px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin: 0;
}
div.guide-summary .summary-content .exercise-result ul {
  margin: 0 0 15px;
  padding: 0;
}
div.guide-summary .summary-content .exercise-result ul li {
  margin-left: 15px;
}

.guides-list .guides-item {
  border: solid 1px #DDD;
  padding: 30px 30px 30px 230px;
  margin-bottom: 30px;
  position: relative;
  height: 200px;
}
.guides-list .guides-item.recommended {
  border-color: #08467c;
  position: relative;
}
.guides-list .guides-item.recommended:before {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08467c;
}
.guides-list .guides-item .thumb {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}
.guides-list .guides-item .thumb img {
  width: 100%;
  max-width: 100%;
}
.guides-list .guides-item .thumb h4 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  padding: 0 30px;
}
.guides-list .guides-item h3 {
  margin: 0 0 8px;
}
.guides-list .guides-item .btn-secondary {
  border: solid 1px #08467c;
  color: #08467c;
}
.guides-list .guides-item .btn-secondary:hover, .guides-list .guides-item .btn-secondary:focus {
  -moz-box-shadow: 0 0 0px 1px #08467c;
  -webkit-box-shadow: 0 0 0px 1px #08467c;
  box-shadow: 0 0 0px 1px #08467c;
}

.pie-chart-container {
  width: 100%;
  position: relative;
}
.pie-chart-container .pie-chart-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px; /* chartArea top  */
  left: 0px; /* chartArea left */
}
.pie-chart-container .pie-chart-title.pdf-chart {
  top: 0px !important;
}

.guide-nav {
  padding-right: 20px;
  padding-left: 30px;
}

.module-landing .module-overview {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/story/landing_bg_4_story.jpg) no-repeat scroll left top;
  background-size: cover;
  color: #FFF;
  padding: 100px 80px;
  text-align: center;
  min-height: 500px;
}
.module-landing .module-overview .video-link {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 0px;
  margin-bottom: 20px;
}
.module-landing .module-overview .video-link .el-icon-video {
  line-height: 1;
}
.module-landing .module-overview h3 {
  margin: 10px auto 20px;
}
.module-landing .module-overview .overview-search-form {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .module-landing .module-overview .overview-search-form {
    display: block;
  }
}
.module-landing .module-overview .overview-search-form .form-group, .module-landing .module-overview .overview-search-form .btn {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 1207px) {
  .module-landing .module-overview .overview-search-form .form-group, .module-landing .module-overview .overview-search-form .btn {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1036px) {
  .module-landing .module-overview .overview-search-form .form-group {
    display: block;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .module-landing .module-overview .overview-search-form .form-group {
    width: 75%;
    display: inline-block;
  }
}
@media (max-width: 568px) {
  .module-landing .module-overview .overview-search-form .form-group {
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .module-landing .module-overview .overview-search-form .btn {
    display: block;
    margin: 0 auto;
  }
}
.module-landing .module-overview .overview-search-form .form-control {
  border-radius: 2px;
  height: 40px;
  width: 275px;
}
@media (max-width: 991px) {
  .module-landing .module-overview .overview-search-form .form-control {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  .module-landing .module-overview .overview-search-form .form-control {
    width: 100%;
  }
}
.module-landing .module-overview .overview-search-form .btn {
  border: solid 1px #FFF;
  text-transform: uppercase;
}
.module-landing .module-overview .overview-search-form .advanced-search-link {
  color: #fff;
  text-decoration: underline !important;
  padding: 10px 23px 10px 5px;
  display: inline-block;
}
@media (max-width: 991px) {
  .module-landing .module-overview .overview-search-form .advanced-search-link {
    display: block;
    text-align: center !important;
    padding: 20px 0 5px 0;
  }
}
.module-landing .module-overview .overview-search-form a.advanced-search-link:hover, .module-landing .module-overview .overview-search-form a.advanced-search-link:focus {
  color: #fff;
  opacity: 0.7;
}
.module-landing .module-overview .module-actions {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0 40px;
}
.module-landing .module-overview .module-actions.wide-actions {
  max-width: 680px;
}
.module-landing .module-overview .module-actions .or-line {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
.module-landing .module-overview .module-actions .or-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  border-bottom: solid 1px #FFF;
}
.module-landing .module-overview .module-actions .or-line:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  border-bottom: solid 1px #FFF;
}
.module-landing .module-overview .module-actions .btn {
  margin: 0 15px;
  border: solid 1px #FFF;
  width: 250px;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .module-landing .module-overview .module-actions .btn {
    margin: 0 auto;
  }
}
.module-landing .module-overview .module-actions .btn.btn-long {
  width: 100%;
  margin: 0;
}
.module-landing .module-overview .module-actions .btn.btn-secondary {
  background: rgba(0, 0, 0, 0.5);
}
.module-landing .module-overview .module-actions .btn.btn-secondary:hover, .module-landing .module-overview .module-actions .btn.btn-secondary:focus {
  background: rgba(0, 0, 0, 0.9);
}
.module-landing .module-overview .module-actions div {
  line-height: 36px;
}
@media (max-width: 568px) {
  .module-landing .module-overview .module-actions div {
    padding-top: 12px;
    line-height: 18px;
  }
}
.module-landing .module-overview .module-actions div .wrapped-text {
  line-height: 1.42857143;
  padding-top: 8px;
  padding-bottom: 8px;
}
.module-landing .module-overview .tertiary-action h3 {
  margin: 0 0 10px;
}
.module-landing .module-overview .tertiary-action p a {
  color: #fff;
  text-decoration: underline !important;
}
.module-landing .module-overview .tertiary-action p a:hover, .module-landing .module-overview .tertiary-action p a:focus {
  text-decoration: underline !important;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .module-landing .module-overview {
    padding: 25px 25px 40px 25px;
    min-height: 0;
  }
}

.module-coach {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/story/landing_bg_4_story.jpg) no-repeat scroll left top;
  background-size: cover;
  padding: 40px 80px;
  text-align: center;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .module-coach {
    padding: 15px 40px;
  }
}
.module-coach h3 {
  margin: 10px auto 20px;
}

.module-coach-chat {
  text-align: center;
  font-size: 18px;
  width: 100% !important;
}
@media (max-width: 991px) {
  .module-coach-chat {
    font-size: 16px;
  }
}
.module-coach-chat h1 {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 40px;
}
.module-coach-chat h2 {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 30px;
}
@media (max-width: 991px) {
  .module-coach-chat h2 {
    font-size: 22px;
  }
}
.module-coach-chat .btn {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
@media (max-width: 991px) {
  .module-coach-chat .btn {
    padding: 0 10px !important;
  }
}
.module-coach-chat p:not(.subtitle) {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .module-coach-chat p {
    font-size: 16px;
  }
}
.module-coach-chat .back-to-dashboard {
  font-size: 14px;
}
.module-coach-chat .back-to-dashboard:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fd";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.module-coach-chat .view-chat-history {
  font-size: 14px;
}
.module-coach-chat .view-chat-history:after {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fc";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.module-coach-chat .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.module-coach-chat .row.row-title {
  padding-left: 20px;
  padding-right: 5px;
}
.module-coach-chat .row.row-introduction {
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .module-coach-chat .row.row-introduction {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .module-coach-chat .row.row-introduction {
    margin-top: -25px;
  }
}
.module-coach-chat .row.row-faq {
  text-align: left;
  padding-bottom: 0px !important;
}
@media (max-width: 991px) {
  .module-coach-chat .row.row-feedback {
    margin-top: -30px;
  }
}
.module-coach-chat .row.row-dark {
  background: #333;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
.module-coach-chat .row.row-dark a:not(.btn):not(.carousel-control) {
  color: #1c6f29;
}
.module-coach-chat .row.row-dark a:focus:not(.btn):not(.carousel-control), .module-coach-chat .row.row-dark a:hover:not(.btn):not(.carousel-control) {
  color: rgb(38.273381295, 151.726618705, 56.0431654676);
}
.module-coach-chat .content {
  margin: 0px auto;
  max-width: 1080px;
  padding-left: 50px;
  padding-right: 50px;
}
.module-coach-chat .content .introduction {
  text-align: left;
  padding-right: 0px;
}
@media (min-width: 991px) {
  .module-coach-chat .content .introduction {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (min-width: 991px) {
  .module-coach-chat .content .introduction h2 {
    margin-top: -10px;
  }
}
.module-coach-chat .content .chat-image {
  padding-left: 0px;
}
@media (min-width: 991px) {
  .module-coach-chat .content .chat-image {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (max-width: 991px) {
  .module-coach-chat .content .chat-image {
    padding-top: 20px;
    text-align: left;
    padding-left: 15px;
  }
}
.module-coach-chat .content .chat-image img {
  height: 400px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .module-coach-chat .content .chat-image img {
    height: 300px;
  }
}
.module-coach-chat .content .get-started {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  width: 140px;
  padding-bottom: 10px;
  border-bottom: solid 1px #FFF;
}
@media (min-width: 991px) {
  .module-coach-chat .content .get-started {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .module-coach-chat .content .get-started {
    margin-left: 25px;
  }
}
.module-coach-chat .content .faq {
  font-size: 50px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .module-coach-chat .content .faq {
    font-size: 35px;
    padding-bottom: 10px;
    margin-left: 25px;
  }
}
.module-coach-chat .content .faq-question {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
.module-coach-chat .content .big-number {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 60px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .module-coach-chat .content .big-number {
    font-size: 40px;
  }
}
.module-coach-chat .content .number-comment {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .module-coach-chat .content .number-comment {
    margin-bottom: 20px;
  }
}
.module-coach-chat .content .feedback-box {
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: left;
  overflow: auto;
  height: 100%;
  font-size: 16px;
}
@media (min-width: 991px) {
  .module-coach-chat .content .feedback-box {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .module-coach-chat .content .feedback-box {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .module-coach-chat .content .feedback-box {
    font-size: 14px;
  }
}
.module-coach-chat .content .feedback-box .quote-icon {
  font-size: 60px;
}
@media (min-width: 991px) {
  .module-coach-chat .content .feedback-box .quote-icon {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.module-coach-chat .content .feedback-box .feedback-quote {
  margin-bottom: 15px;
}
.module-coach-chat .content .feedback-box .feedback-author {
  text-align: right;
}
.module-coach-chat .content .feedback-box .feedback-author .author-name {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.module-coach-chat .content .availability {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.module-coach-chat .carousel .carousel-control {
  background-image: none;
  width: 0;
  font-size: 50px;
  margin-top: -35px;
}
@media (min-width: 991px) {
  .module-coach-chat .carousel .carousel-control {
    font-size: 100px;
    margin-top: -65px;
  }
}
.module-coach-chat .carousel .carousel-control.left {
  left: 0;
}
.module-coach-chat .carousel .carousel-control.right {
  right: 17px;
}
.module-coach-chat .carousel#faqs {
  text-align: justify;
}
.module-coach-chat .carousel#faqs .carousel-item {
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .module-coach-chat .carousel#faqs .carousel-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.module-coach-chat .carousel#faqs .carousel-indicators li {
  background-color: #FFF;
  border: 0px;
}
.module-coach-chat .carousel#faqs .carousel-indicators li.active {
  background-color: #1c6f29;
}
.module-coach-chat .carousel#feedbacks .row {
  margin-right: 0px;
  margin-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.module-coach-chat .carousel#feedbacks .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.module-coach-chat .carousel#feedbacks .carousel-item {
  padding-left: 25px;
  padding-right: 25px;
}
.module-coach-chat .carousel#feedbacks .carousel-control {
  color: #333;
}
.module-coach-chat .carousel#feedbacks .carousel-indicators li {
  background-color: #333;
  border: 0px;
}
.module-coach-chat .carousel#feedbacks .carousel-indicators li.active {
  background-color: #1c6f29;
}

.coach-services-tip {
  padding: 50px;
  background: #303030;
  color: #FFF;
}
.coach-services-tip .tip-wrap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 200px;
}
.coach-services-tip .tip-wrap .coach-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  border: solid 3px #1c6f29;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.coach-services-tip .tip-wrap .coach-thumb img {
  height: 150px;
  object-fit: cover;
}
.coach-services-tip .tip-wrap .tip-content {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 3px #1c6f29;
  padding: 15px 30px 15px 110px;
  text-align: left;
  min-height: 150px;
  position: relative;
}
.coach-services-tip .tip-wrap .tip-content > .tip-icon {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 30px;
}
.coach-services-tip .tip-wrap .tip-content h2 {
  font-size: 22px;
  margin: 0 0 10px;
}
.coach-services-tip .tip-wrap .tip-content a {
  color: #fff;
  text-decoration: underline !important;
}
.coach-services-tip .tip-wrap .tip-content a:hover, .coach-services-tip .tip-wrap .tip-content a:focus {
  opacity: 0.7;
}
.coach-services-tip.multi-tip .tip-wrap {
  padding-left: 0;
  max-width: 2000px;
}
@media (max-width: 991px) {
  .coach-services-tip {
    display: none;
  }
}

.coach-bio-tip {
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
  color: #777;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .coach-bio-tip {
    padding: 15px;
  }
}
.coach-bio-tip .tip-wrap {
  margin: 0 auto;
  position: relative;
  padding-left: 200px;
  min-height: 140px;
}
@media (max-width: 568px) {
  .coach-bio-tip .tip-wrap {
    padding-left: 15px;
  }
}
.coach-bio-tip .tip-wrap .coach-services-thumb {
  position: absolute;
  margin-top: 0px;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  border: solid 3px #1c6f29;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.coach-bio-tip .tip-wrap .coach-services-thumb img {
  height: 150px;
  object-fit: cover;
  max-width: 100%;
}
.coach-bio-tip .tip-wrap .tip-content {
  text-align: left;
  position: relative;
}
.coach-bio-tip .tip-wrap .tip-content h2 {
  font-size: 22px;
  margin: 0 0 10px;
}

.coach-services-footer {
  padding: 50px;
  background: #303030;
  color: #FFF;
  min-height: 250px;
}
.coach-services-footer .tip-wrap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.coach-services-footer .tip-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 75px;
  left: 0;
  border-bottom: solid 1px #1c6f29;
  z-index: 10;
}
.coach-services-footer .tip-wrap:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 50%;
  margin-left: -100px;
  background: #303030;
  z-index: 20;
}
.coach-services-footer .tip-wrap .coach-thumb {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  border: solid 3px #1c6f29;
  overflow: hidden;
  z-index: 1000;
  text-align: center;
}
.coach-services-footer .tip-wrap .coach-thumb img {
  height: 150px;
  object-fit: cover;
}

.dashboard-footer {
  background: #333;
  padding: 50px 20px;
}
.dashboard-footer .coach-tip,
.dashboard-footer .coach-quote {
  width: 900px;
  max-width: 90%;
  min-height: 100px;
  margin: 0 auto;
  padding-left: 180px;
  position: relative;
  color: #FFF;
}
.dashboard-footer .coach-tip .coach-thumb,
.dashboard-footer .coach-quote .coach-thumb {
  position: absolute;
  top: -25px;
  left: 0;
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  border: solid 3px #1c6f29;
  overflow: hidden;
  text-align: center;
}
.dashboard-footer .coach-tip .coach-thumb img,
.dashboard-footer .coach-quote .coach-thumb img {
  height: 150px;
  object-fit: cover;
}
.dashboard-footer .coach-tip h2,
.dashboard-footer .coach-quote h2 {
  color: #1c6f29;
  margin: 0 0 5px;
  line-height: 1em;
}
.dashboard-footer .coach-quote img {
  position: absolute;
  top: -25px;
  left: 0;
  height: 150px;
}
.dashboard-footer .coach-quote td {
  height: 100px;
  vertical-align: middle;
}

body.samples,
body.resource_export {
  background-color: #525659;
  margin: 0px;
  padding-top: 0px !important;
  width: 1066px;
  height: 1066px;
  display: block;
  margin: 0 auto;
}
body.samples .page-container,
body.resource_export .page-container {
  min-width: 80%;
  max-width: 80%;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100%;
  padding: 5% 10%;
  position: relative;
}
body.samples .download,
body.resource_export .download {
  position: absolute;
  top: 2%;
  right: 2%;
}

.library-section {
  margin: 30px 0;
}
.library-section h2 {
  margin: 0 0 15px;
  line-height: 1em;
}
.library-section .sub-title {
  padding-bottom: 15px;
}
.library-section .education-only {
  display: none;
}
.library-section ul {
  margin: 0;
  padding: 0;
}
.library-section ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.library-section ul li a:not(.download-formats) {
  display: block;
  width: 173px;
  height: 209px;
  position: relative;
  background: #777;
  color: #FFF;
}
.library-section ul li a:not(.download-formats) h4, .library-section ul li a:not(.download-formats) .sample-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 50px;
  margin: 0;
  margin-top: -25px;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.1em;
}
.library-section ul li a:not(.download-formats) h4 span, .library-section ul li a:not(.download-formats) .sample-title span {
  display: block;
  font-size: 12px;
}
.library-section ul li a:not(.download-formats):hover, .library-section ul li a:not(.download-formats):focus {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
.library-section ul li a:not(.download-formats).download-arrow:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/download-icon-arrow.png) no-repeat scroll center center;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.library-section ul li a:not(.download-formats).pdf:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 60px;
  height: 60px;
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/icon_pdf.png) no-repeat scroll center center;
}
.library-section ul li a:not(.download-formats).docx:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 60px;
  height: 60px;
  background: transparent url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/icon_docx.png) no-repeat scroll center center;
}
.library-section ul li a:not(.download-formats).www3:after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 64px;
  height: 64px;
  background: transparent url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/icon_www3.png) no-repeat scroll center center;
}
.library-section ul li a:not(.download-formats).pptx:after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -8px;
  width: 70px;
  height: 66px;
  background: transparent url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/icon_pptx.png) no-repeat scroll center center;
}
.library-section ul li a:not(.download-formats).google:after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -8px;
  width: 70px;
  height: 62px;
  background: transparent url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/icon_google.png) no-repeat scroll center center;
}
.library-section ul li a:not(.download-formats).coming-soon:after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 0px;
  width: 200px;
  height: 65px;
  background: transparent url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/coming-soon-icon150.png) no-repeat scroll center center;
}
.library-section ul li a:not(.download-formats).guide:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 60px;
  height: 60px;
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/outplacement/icons/compass-blue.png) no-repeat scroll center center;
  background-size: cover;
}
.library-section ul li a:not(.download-formats).webinar-videos:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 60px;
  height: 60px;
  background: transparent url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/outplacement/icons/play-blue.png) no-repeat scroll center center;
  background-size: cover;
}
.library-section ul li a:not(.download-formats).pitch {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/story/sample-pitch-1.jpg) no-repeat scroll center center;
  background-size: cover;
  border-radius: 15px;
}
.library-section ul li a:not(.download-formats).cover-letter {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/story/sample-cover-letter-1.jpg) no-repeat scroll center center;
  background-size: cover;
  border-radius: 15px;
}
.library-section ul li a:not(.download-formats).thank-you {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/thankyouWritten.png) no-repeat scroll center center;
  background-size: cover;
  border-radius: 15px;
}
.library-section ul li a:not(.download-formats).thank-you-email {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/thankyouEmail.png) no-repeat scroll center center;
  background-size: cover;
  border-radius: 15px;
}
.library-section ul li a:not(.download-formats).bio {
  background: #333 url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/story/sample-bios.jpeg) no-repeat scroll center center;
  background-size: cover;
}
.library-section ul li a:not(.download-formats).reference {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/story/sample_reference_bg.jpg) no-repeat scroll center center;
  background-size: cover;
  border-radius: 15px;
}
.library-section ul li a:not(.download-formats).guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/guides_bg.jpg) no-repeat scroll center center;
  background-size: cover;
}
.library-section ul li a:not(.download-formats).webinar-videos {
  background: #333 url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/interviews/resources/interview_videos.png) no-repeat scroll center center;
  background-size: cover;
}
.library-section ul li a:not(.download-formats).resume {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/resume/sample_resume.jpg) no-repeat scroll center center;
  background-size: cover;
  border-radius: 15px;
}
.library-section ul li a:not(.download-formats).resume-deloitte-sample {
  background: #333 url(https://www-yns-com.s3.us-east-2.amazonaws.com/samples/resume/Deloitte/career_development/deloitte_samples_background.jpg) no-repeat scroll center center;
  background-size: cover;
  border-radius: 15px;
}
.library-section ul li a:not(.download-formats).int {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/resume/sample_resume_int.jpg) no-repeat scroll center center;
  background-size: cover;
}
.library-section ul li a:not(.download-formats).resume-deloitte-bio {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/resume/sample-resume_1.jpg) no-repeat scroll center center;
  background-size: cover;
}
.library-section ul li a:not(.download-formats).resume-deloitte {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/resume/sample-resume_2.jpg) no-repeat scroll center center;
  background-size: cover;
}
.library-section ul .EEO-text {
  max-width: 750px;
}

.coach-resources-h2 {
  width: fit-content;
  font-weight: bolder;
}
.coach-resources-h2:hover {
  text-decoration: underline;
  cursor: pointer;
}

.coach-resources-transition {
  transition: all 0.5s ease-in-out;
}

.coach-resources-visible {
  opacity: 1;
  visibility: visible;
  max-height: 1000px; /* adjust as needed */
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.coach-resources-hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

#info_sign .modal .modal-header:after {
  content: "\e699";
}

#edit_document_sections .modal .modal-header:after {
  content: "\e64b";
}

#resume_review.modal .modal-header:after, #resume_review .modal .modal-header:after {
  content: "\e6d2";
}

#candidate_feedback .modal .modal-header:before {
  border-top: solid 1px #777 !important;
}

body:not(.career_development) #candidate_feedback .modal .modal-header:after {
  content: "\e633" !important;
  color: #ccc !important;
}

body:not(.career_development) #candidate_feedback .modal .modal-header .close {
  background: #ccc !important;
}

#candidate_feedback .modal .modal-body .btn.btn-primary, .btn.btn-cta {
  padding: 0 60px;
}

#candidate_feedback .modal .modal-body .rating {
  float: left;
  color: #ccc;
  text-align: center;
  width: 20%;
  cursor: pointer;
}
#candidate_feedback .modal .modal-body .rating i {
  font-size: 74px;
}
@media (max-width: 568px) {
  #candidate_feedback .modal .modal-body .rating i {
    font-size: 50px;
  }
}
#candidate_feedback .modal .modal-body .rating label {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
}

.rating-chat {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
.rating-chat label {
  margin-left: 10px;
}
.rating-chat label .louder {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #000;
}

@media (max-width: 568px) {
  #candidate_feedback .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 320px) {
  #candidate_feedback .modal-dialog .no-thanks {
    display: block;
  }
}

#resume_review_feedback .modal .modal-header:before {
  border-top: solid 1px #777 !important;
}

#resume_review_feedback .modal .modal-header:after {
  content: "\e633" !important;
  color: #ccc !important;
}

#resume_review_feedback .modal .modal-header .close {
  background: #ccc !important;
}

#resume_review_feedback .modal .modal-body .btn.btn-primary, .btn.btn-cta, .btn.btn-cta-primarycolor {
  padding: 0 60px;
}

#resume_review_feedback .modal .modal-body .rating {
  float: left;
  color: #ccc;
  text-align: center;
  width: 20%;
  cursor: pointer;
}
#resume_review_feedback .modal .modal-body .rating i {
  font-size: 74px;
}
@media (max-width: 568px) {
  #resume_review_feedback .modal .modal-body .rating i {
    font-size: 50px;
  }
}
#resume_review_feedback .modal .modal-body .rating label {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 568px) {
  #resume_review_feedback .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 320px) {
  #resume_review_feedback .modal-dialog .no-thanks {
    display: block;
  }
}

#resume_review_feedback .modal .modal-body .rating:hover label, #resume_review_feedback .modal .modal-body .rating:focus label {
  color: #777;
}

#resume_review_feedback .modal .modal-body .selected-text label {
  color: #777;
}

#rating-1:hover i, #rating-1:focus i, #rating-1.selected i {
  color: #E4A924;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-2:hover i, #rating-2:focus i, #rating-2.selected i {
  color: #E9BE28;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-3:hover i, #rating-3:focus i, #rating-3.selected i {
  color: #EFD42B;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-4:hover i, #rating-4:focus i, #rating-4.selected i {
  color: #F5E92E;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-5:hover i, #rating-5:focus i, #rating-5.selected i {
  color: #F6FA31;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-6:hover i, #rating-6:focus i, #rating-6.selected i {
  color: #E4A924;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-7:hover i, #rating-7:focus i, #rating-7.selected i {
  color: #E9BE28;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-8:hover i, #rating-8:focus i, #rating-8.selected i {
  color: #EFD42B;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-9:hover i, #rating-9:focus i, #rating-9.selected i {
  color: #F5E92E;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-10:hover i, #rating-10:focus i, #rating-10.selected i {
  color: #F6FA31;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

#rating-11:hover i, #rating-11:focus i, #rating-11.selected i {
  color: #E4A924;
}

#rating-12:hover i, #rating-12:focus i, #rating-12.selected i {
  color: #E9BE28;
}

#rating-13:hover i, #rating-13:focus i, #rating-13.selected i {
  color: #EFD42B;
}

#rating-14:hover i, #rating-14:focus i, #rating-14.selected i {
  color: #F5E92E;
}

#rating-15:hover i, #rating-15:focus i, #rating-15.selected i {
  color: #F6FA31;
}

#candidate_feedback .modal .modal-body .rating:hover label, #candidate_feedback .modal .modal-body .rating:focus label {
  color: #777;
}

#candidate_feedback .modal .modal-body .selected-text label {
  color: #777;
}

#resume_review_feedback .modal .modal-body .rating:hover label, #resume_review_feedback .modal .modal-body .rating:focus label {
  color: #777;
}

#resume_review_feedback .modal .modal-body .selected-text label {
  color: #777;
}

.three-col-outer {
  width: 49%;
}
@media (max-width: 568px) {
  .three-col-outer {
    width: 100%;
  }
}

.three-col-center {
  width: 2%;
  float: left;
  padding-top: 36px;
}
@media (max-width: 568px) {
  .three-col-center {
    width: 100%;
    padding-top: 10px;
  }
}

.modal {
  text-align: center;
}
.modal .modal-content {
  -moz-box-shadow: 0 0 2px 15px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 2px 15px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 2px 15px rgba(255, 255, 255, 0.4);
}
.modal .modal-content.chat-content-op {
  box-shadow: none !important;
  border-radius: 20px;
}
.modal .modal-content .modal-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  opacity: 0.5;
  background: #fff;
}
.modal .modal-content .modal-loading:after {
  content: "";
  display: block;
  background: url(https://www-yns-com.s3.amazonaws.com/images/ajax-loader.gif);
  width: 16px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -16px;
}
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 35px;
  position: relative;
}
.modal .modal-header .modal-title {
  font-size: 24px;
}
@media (max-width: 568px) {
  .modal .modal-header .modal-title {
    padding-right: 20px;
  }
}
.modal .modal-header .close {
  background: #08467c;
  color: #FFF;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  right: 15px;
  top: 10px;
}
@media (max-width: 568px) {
  .modal .modal-header .close {
    position: relative;
    right: 0px;
  }
}
.modal .modal-header.chat-header-op {
  text-align: left;
  padding-bottom: 0px;
}
@media (min-width: 568px) {
  .modal .modal-header.chat-header-op {
    padding-bottom: 20px;
  }
}
.modal .modal-header:not(.chat-header-op):before {
  content: "";
  border-top: solid 1px #08467c;
  position: absolute;
  bottom: -25px;
  left: 50px;
  right: 50px;
  height: 25px;
  background: #FFF;
  z-index: 700000;
}
.modal .modal-header:not(.header-no-icon, .chat-header-op):after {
  content: "\e61f";
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 800000;
  width: 70px;
  margin-left: -35px;
  background: #FFF;
  color: #08467c;
  font-size: 50px;
}
.modal .modal-header.welcome-modal-header:after {
  display: none;
}
.modal.contact-modal .modal-dialog, .modal.company-contact-modal .modal-dialog {
  width: 800px;
  max-width: 95%;
}
.modal.upload-modal .modal-header:after {
  content: "\e6cf";
}
.modal.update-name-modal .modal-header:after {
  content: "\e6e3";
}
.modal.confirm-modal .modal-header:after {
  content: "\e6dc";
}
.modal .modal-body {
  padding: 35px 50px;
  position: relative;
}
.modal .modal-body .error-messages,
.modal .modal-body .form-group {
  text-align: left;
}
.modal .modal-body .btn-cta {
  margin: 20px auto;
}
.modal .modal-body.welcome-modal-body {
  text-align: left;
}
@media (max-width: 568px) {
  .modal .modal-body {
    padding: 35px 20px;
  }
}
.modal .modal-body .btn-cancel {
  color: #333;
  border-color: #ccc;
  background-color: #eee;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 30px;
}
.modal .modal-body .btn-cancel:hover {
  border-color: #777;
}

.confirm-modal .btn-danger {
  border-color: rgb(7.6909090909, 67.2954545455, 119.2090909091);
  background: #08467c !important;
  border-radius: 20px;
}
.confirm-modal .btn-danger:hover, .confirm-modal .btn-danger:focus {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455) !important;
}

.gold-coach-fields {
  padding-top: 20px;
  padding-bottom: 30px;
}
.gold-coach-fields:before {
  content: "";
  border-top: solid 1px #1c6f29;
  position: absolute;
  left: 50px;
  right: 50px;
  height: 25px;
  background: #FFF;
  z-index: 700000;
}
.gold-coach-fields:after {
  content: "Candidate Profile Fields";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 43%;
  z-index: 800000;
  margin-left: -35px;
  margin-top: -8px;
  background: #FFF;
  color: #1c6f29;
  font-size: 16px;
}
.gold-coach-fields.career-development-bios:after {
  content: "Career Development Bios";
}
.gold-coach-fields.coach-accolades:after {
  content: "Coach Accolades";
}
.gold-coach-fields.professional-details:after {
  content: "Professional Details";
}
.gold-coach-fields.coach-skills:after {
  content: "Coach Skills";
}

.num-coach-clients::after {
  content: "Defaults to 100 (assumed number of clients you've worked with outside of INTOO) plus the number of current and expired clients you've worked with at Intoo.";
}

.years-experience::after {
  content: "Defaults to 10 until filled out.";
}

.satisfaction-rating::after {
  content: "Auto calculated per client feedback. Can be manually adjusted. Displayed to Candidates as a percentage. (ex: 4.6/5.0 is 92%) Minimum rate is 90%";
}

.career-development-manager-fields {
  padding-top: 20px;
  padding-bottom: 30px;
}
.career-development-manager-fields:before {
  content: "";
  border-top: solid 1px #08467c;
  position: absolute;
  left: 50px;
  right: 50px;
  height: 25px;
  background: #FFF;
  z-index: 700000;
}
.career-development-manager-fields:after {
  content: "Career Development- Manager Information";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 33%;
  z-index: 800000;
  margin-left: -35px;
  margin-top: -8px;
  background: #FFF;
  color: #1c6f29;
  font-size: 16px;
}

.manager-details-fields {
  padding-top: 20px;
  padding-bottom: 30px;
}
.manager-details-fields:before {
  content: "";
  border-top: solid 1px #1c6f29;
  position: absolute;
  left: 50px;
  right: 50px;
  height: 25px;
  background: #FFF;
  z-index: 700000;
}
.manager-details-fields:after {
  content: "Manager Details";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 43%;
  z-index: 800000;
  margin-left: -35px;
  margin-top: -8px;
  background: #FFF;
  color: #1c6f29;
  font-size: 16px;
}

.ayla-settings-fields {
  padding-top: 20px;
  padding-bottom: 30px;
}
.ayla-settings-fields:before {
  content: "";
  border-top: solid 1px #1c6f29;
  position: absolute;
  left: 50px;
  right: 50px;
  height: 25px;
  background: #FFF;
  z-index: 700000;
}
.ayla-settings-fields:after {
  content: "Alya Settings";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 43%;
  z-index: 800000;
  margin-left: -35px;
  margin-top: -8px;
  background: #FFF;
  color: #1c6f29;
  font-size: 16px;
}

.end-fields {
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
}
.end-fields:before {
  content: "";
  border-top: solid 1px #1c6f29;
  position: absolute;
  left: 50px;
  right: 50px;
  height: 25px;
  background: #FFF;
  z-index: 700000;
}

.company-settings-fields {
  padding-top: 20px;
  padding-bottom: 30px;
}
.company-settings-fields:before {
  content: "";
  border-top: solid 1px #1c6f29;
  position: absolute;
  left: 50px;
  right: 50px;
  height: 25px;
  background: #FFF;
  z-index: 700000;
}
.company-settings-fields:after {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 43%;
  z-index: 800000;
  width: 150px;
  margin-left: -35px;
  margin-top: -8px;
  background: #FFF;
  color: #1c6f29;
  font-size: 16px;
}
.company-settings-fields.locale-settings-fields:after {
  content: "Locale Settings";
}
.company-settings-fields.platform-settings-fields:after {
  content: "Platform Settings";
}
.company-settings-fields.products-purchased-fields:after {
  content: "Products Purchased";
  width: 180px;
}
.company-settings-fields.password-rules-fields:after {
  content: "Password Rules";
  width: 150px;
}
.company-settings-fields.job-search-fields:after {
  content: "Job Search Module Settings";
  margin-left: -75px;
  width: 250px;
}
.company-settings-fields.learn-module-fields:after {
  content: "Learn Module Settings";
  margin-left: -75px;
  width: 250px;
}
.company-settings-fields.company-job-search-fields:after {
  content: "Internal Job Results";
  width: 180px;
}
.company-settings-fields.finance-settings-fields:after {
  content: "Finance Settings";
}
.company-settings-fields.client-contract-notes-fields:after {
  content: "Client Contract Notes";
  width: 200px;
}

.resume-review-fields {
  padding-top: 20px;
  padding-bottom: 30px;
}
.resume-review-fields:before {
  content: "";
  border-top: solid 1px #1c6f29;
  position: absolute;
  left: 50px;
  right: 50px;
  height: 25px;
  background: #FFF;
  z-index: 700000;
}
.resume-review-fields:after {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 43%;
  z-index: 800000;
  width: 150px;
  margin-left: -35px;
  margin-top: -8px;
  background: #FFF;
  color: #1c6f29;
  font-size: 16px;
}
.resume-review-fields.example-jobs-section:after {
  content: "Example Jobs";
  width: 180px;
}

body:not(.career_development) #coach_pending_orientation_call .modal .modal-header .close, body:not(.career_development) #coach_pending_career_consultation .modal .modal-header .close, body:not(.career_development) #resume_review .modal .modal-header .close, body:not(.career_development) #resume_review.modal .modal-header .close, body:not(.career_development) #coach_pending_social_media_review .modal .modal-header .close, body:not(.career_development) #coach_pending_target_company_research .modal .modal-header .close, body:not(.career_development) #coach_pending_interview_review .modal .modal-header .close, body:not(.career_development) #interview_review .modal .modal-header .close, body:not(.career_development) #social_media_review .modal .modal-header .close, body:not(.career_development) #target_company_research .modal .modal-header .close, body:not(.career_development) #career_consultation .modal .modal-header .close, body:not(.career_development) #orientation_call .modal .modal-header .close, body:not(.career_development) #orientation_call.modal .modal-header .close, body:not(.career_development) #live_event_email_settings .modal .modal-header .close, body:not(.career_development) .modal#coach_chat_list .modal-header .close, body:not(.career_development) #target_company_research.modal .modal-header .close, body:not(.career_development) #career_consultation.modal .modal-header .close, body:not(.career_development) #social_media_review.modal .modal-header .close {
  background: #1c6f29;
}
body:not(.career_development) #coach_pending_orientation_call .modal .modal-header:before, body:not(.career_development) #coach_pending_career_consultation .modal .modal-header:before, body:not(.career_development) #resume_review .modal .modal-header:before, body:not(.career_development) #resume_review.modal .modal-header:before, body:not(.career_development) #coach_pending_social_media_review .modal .modal-header:before, body:not(.career_development) #coach_pending_target_company_research .modal .modal-header:before, body:not(.career_development) #coach_pending_interview_review .modal .modal-header:before, body:not(.career_development) #interview_review .modal .modal-header:before, body:not(.career_development) #social_media_review .modal .modal-header:before, body:not(.career_development) #target_company_research .modal .modal-header:before, body:not(.career_development) #career_consultation .modal .modal-header:before, body:not(.career_development) #orientation_call .modal .modal-header:before, body:not(.career_development) #orientation_call.modal .modal-header:before, body:not(.career_development) #live_event_email_settings .modal .modal-header:before, body:not(.career_development) .modal#coach_chat_list .modal-header:before, body:not(.career_development) #target_company_research.modal .modal-header:before, body:not(.career_development) #career_consultation.modal .modal-header:before, body:not(.career_development) #social_media_review.modal .modal-header:before {
  border-top: solid 1px #1c6f29;
}
body:not(.career_development) #coach_pending_orientation_call .modal .modal-header:after, body:not(.career_development) #coach_pending_career_consultation .modal .modal-header:after, body:not(.career_development) #resume_review .modal .modal-header:after, body:not(.career_development) #resume_review.modal .modal-header:after, body:not(.career_development) #coach_pending_social_media_review .modal .modal-header:after, body:not(.career_development) #coach_pending_target_company_research .modal .modal-header:after, body:not(.career_development) #coach_pending_interview_review .modal .modal-header:after, body:not(.career_development) #interview_review .modal .modal-header:after, body:not(.career_development) #social_media_review .modal .modal-header:after, body:not(.career_development) #target_company_research .modal .modal-header:after, body:not(.career_development) #career_consultation .modal .modal-header:after, body:not(.career_development) #orientation_call .modal .modal-header:after, body:not(.career_development) #orientation_call.modal .modal-header:after, body:not(.career_development) #live_event_email_settings .modal .modal-header:after, body:not(.career_development) .modal#coach_chat_list .modal-header:after, body:not(.career_development) #target_company_research.modal .modal-header:after, body:not(.career_development) #career_consultation.modal .modal-header:after, body:not(.career_development) #social_media_review.modal .modal-header:after {
  color: #1c6f29;
}

#linked_in_connections.modal .modal-header:after,
#facebook_connections.modal .modal-header:after {
  display: none;
}
#linked_in_connections.modal .modal-body,
#facebook_connections.modal .modal-body {
  text-align: left;
}

#sample_questions_modal .modal-body {
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
}
#sample_questions_modal .modal-body ul {
  padding-left: 18px;
}

@media (max-width: 991px) {
  #after_chat .padding-col {
    padding-bottom: 15px;
  }
}
#after_chat .no-thank-you {
  padding: 0 15px 0 15px;
}

.company_partner .radio {
  display: inline-block;
  padding-left: 40px;
}

.job-search-type .radio {
  display: inline-block;
  padding-left: 120px;
}

.partner-company-show table td {
  border-top: 0 !important;
  text-align: left;
  width: auto !important;
}

.multiselect-native-select button {
  height: 40px;
}
.multiselect-native-select .multiselect-option.dropdown-item {
  width: 100%;
}
.multiselect-native-select .multiselect-option.dropdown-item .form-check {
  padding-left: 0px;
}
.multiselect-native-select .multiselect-option.dropdown-item .form-check .form-check-input {
  margin-right: 5px;
}

.modal-body .impact {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}

.modal-link-download {
  color: rgb(245, 141, 0);
}

.modal-link-download:hover {
  color: #dc7e00;
}

#cover-letter-tone-slider {
  -webkit-appearance: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  appearance: none;
  width: 50% !important;
  height: 8px;
  background: #fff;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 1rem;
  border: 1px solid #08467c;
}
#cover-letter-tone-slider:hover {
  opacity: 1;
}
#cover-letter-tone-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  background: #08467c;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000;
}
#cover-letter-tone-slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #08467c;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000;
}

@media (max-width: 768px) {
  #cover-letter-tone-slider {
    width: 100% !important;
  }
}
#tickmarks {
  width: 50%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-family: "gotham_boldregular";
}

@media (max-width: 768px) {
  #tickmarks {
    width: 120%;
    font-family: "gotham_bookregular";
  }
}
.document-panel {
  padding: 60px 20px;
  box-shadow: 0 0 6px #ccc;
}
.document-panel.no-border {
  box-shadow: none;
}
.document-panel .document_section .section-header a {
  color: #08467c;
}
.document-panel .document_section .section-header a:visited {
  color: #08467c;
}
.document-panel .document_section .section-header a:hover, .document-panel .document_section .section-header a:focus, .document-panel .document_section .section-header a:active {
  color: #0f87f0;
}
.document-panel .document_section .section-header .edit-section-label {
  padding: 0;
}
.document-panel .document_section .section-content > div {
  margin-top: 15px;
}
.document-panel .document_section .section-content > div:first-child {
  margin-top: 0;
}
.document-panel .document-part-panel {
  padding: 30px 0px;
  margin: 0 20px;
  border-bottom: solid 1px #eee;
}
.document-panel .document-part-panel .pull-right .btn, .document-panel .document-part-panel .btn-primary.btn-add {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0 10px;
  line-height: 30px !important;
  height: 30px !important;
  font-size: 12px;
  margin: 0 auto 10px;
}
.document-panel .document-part-panel .pull-right .btn.btn-block, .document-panel .document-part-panel .btn-primary.btn-add.btn-block {
  display: block;
  width: 100%;
}
.document-panel .document-part-panel div.text-center {
  position: relative;
}
.document-panel .document-part-panel div.text-center .actions {
  position: absolute;
  top: 0;
  right: 15px;
}
.document-panel .document-part-panel.section-actions {
  padding: 10px 0;
  text-align: center;
}
.document-panel .document-part-panel.section-actions a:hover, .document-panel .document-part-panel.section-actions a:focus {
  text-decoration: none;
}
.document-panel .edit {
  border: 1px solid #08467c;
  padding: 20px 5px;
  margin: 0px -20px 20px;
}
@media (max-width: 1024px) {
  .document-panel .edit {
    border: none;
  }
}
@media (max-width: 991px) {
  .document-panel .edit {
    border: none;
  }
}
@media (max-width: 568px) {
  .document-panel .edit {
    border: none;
  }
}
.document-panel .edit .alternate-label {
  display: none;
}
.document-panel.resume-review-panel {
  margin-top: 30px;
  padding-top: 30px;
}

.builder-header {
  position: relative;
  padding-top: 80px;
}
.builder-header a {
  color: #08467c;
}
.builder-header a:hover, .builder-header a:focus {
  color: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
.builder-header .document-name-editor {
  position: absolute;
  background-color: #f5f5f5;
  bottom: -60px;
  left: 50%;
  margin-left: -150px;
  padding: 10px;
  width: 300px;
  height: 120px;
  text-align: center;
  box-shadow: 0 0 6px #ccc;
}
.builder-header .document-name-editor .document-name-display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0;
}
.builder-header .document-name-editor a {
  font-size: 12px;
  color: #08467c;
}
.builder-header .document-name-editor a:hover, .builder-header .document-name-editor a:focus {
  color: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
.builder-header .document-name-editor .el-icon-file-edit-alt {
  font-size: 40px;
  color: #08467c;
}
.builder-header .back-link {
  position: absolute;
  left: 0;
  bottom: 15px;
}
.builder-header .back-link:before {
  content: "";
}
.builder-header .actions {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.add-another-link {
  padding: 30px 20px;
}

.builder-done {
  padding: 50px 20px;
  text-align: center;
}

body.edit-mode .builder-done {
  display: none;
}
body.edit-mode .section-actions {
  display: none;
}

.help-text {
  padding-top: 20px;
  font-size: 0.9em;
}

.edit-link {
  color: #797676;
  text-transform: uppercase;
  font-size: 0.9em;
}
.edit-link:before {
  display: inline-block;
  margin-right: 5px;
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e670";
}

.currently-boolean .form-group {
  margin: 0;
}
.currently-boolean .form-group .checkbox {
  margin: 0;
}

.just-edited {
  position: relative;
}
.just-edited:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  -moz-box-shadow: 0 0 3px #08467c;
  -webkit-box-shadow: 0 0 3px #08467c;
  box-shadow: 0 0 3px #08467c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media (min-width: 991px) {
  .resume-builder:not(.resume-builder-tile) {
    min-height: 1100px !important;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container {
  border: solid 1px #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0px 40px 40px 40px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .el-icon-trash, .resume-builder:not(.resume-builder-tile) .builder-container .el-icon-plus-sign {
  color: #797676;
}
.resume-builder:not(.resume-builder-tile) .builder-container.no-border {
  border: 0;
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav {
  padding: 0px;
  border-bottom: solid 1px #999;
  margin: 0 -40px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav {
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav {
    margin: 0 !important;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li {
  width: 12.5%;
  background-color: #F5F5F5;
}
@media (max-width: 991px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li {
    width: 100%;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li a {
  height: 100%;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li a {
    border: 0px;
  }
}
@media (min-width: 991px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:not(:first-of-type) a {
    margin-left: -1px;
  }
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:not(:first-of-type) a:before {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    pointer-events: none;
  }
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:not(:first-of-type) a:before {
    top: 30%;
    left: 0;
    right: 0;
    bottom: 30%;
    border-left: 1px solid #626262;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:first-of-type {
  border-top-left-radius: 10px;
}
@media (max-width: 991px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:first-of-type {
    border-top-right-radius: 10px;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:first-of-type a {
  border-bottom-left-radius: 0px;
  border-left: 0px;
}
@media (max-width: 991px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:first-of-type a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:last-of-type {
  border-top-right-radius: 10px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:last-of-type a {
  border-bottom-right-radius: 0px;
}
@media (max-width: 991px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li:last-of-type a {
    border-top-right-radius: 0px;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li .nav-button-selected {
  background: #08467c;
  text-decoration: underline !important;
  color: #FFF;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li .nav-button-clickable {
  color: #626262 !important;
}
.resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li .nav-button-clickable:hover, .resume-builder:not(.resume-builder-tile) .builder-container .builder-nav .nav li .nav-button-clickable:focus {
  text-decoration: underline !important;
  background-color: transparent !important;
}
.resume-builder:not(.resume-builder-tile) .builder-container .resume-document-panel {
  padding: 20px;
}
@media (max-width: 568px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .skills-container {
    padding-left: 0px !important;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container .skills-container:not(.skills-skills-container) {
  padding-left: 40px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .skills-container.skills-skills-container {
  max-height: 185px;
  overflow-x: visible;
  overflow-y: clip;
}
.resume-builder:not(.resume-builder-tile) .builder-container .skills-container .skills-suggestions:not(.selected) {
  padding-left: 10px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .skills-container .skills-suggestions .el-icon-bell {
  font-size: 20px;
  color: #246FE1;
  padding-right: 10px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .skills-container .skills-link {
  vertical-align: top;
}
.resume-builder:not(.resume-builder-tile) .builder-container .skills-container .skills-suggestions-selected {
  display: inline;
  white-space: nowrap;
  line-height: 30px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .skills-container .skills-suggestions-selected .job-title {
  background-color: #246FE1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-raduis: 10px;
  color: #FFF;
  padding: 12px;
  margin-left: 5px;
  text-decoration: underline !important;
}
.resume-builder:not(.resume-builder-tile) .builder-container .skills-container .skills-suggestions-selected .job-title:hover, .resume-builder:not(.resume-builder-tile) .builder-container .skills-container .skills-suggestions-selected .job-title:focus, .resume-builder:not(.resume-builder-tile) .builder-container .skills-container .skills-suggestions-selected .job-title:active {
  background-color: rgb(58.4277108434, 125.7469879518, 228.0722891566);
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-tip {
  margin-top: 20px;
  font-style: italic;
}
@media (min-width: 568px) {
  .resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container {
    margin-right: 30px;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data:not(.skills-suggestions-data) {
  margin-top: 20px;
  padding: 20px;
  background-color: #F5F5F5;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section {
  margin-top: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section .section-title {
  display: inline;
  vertical-align: top;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section .section-title.assessment-section-title {
  vertical-align: middle;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section .section-title .section-title-emphasized {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section .el-icon-bell {
  color: #246FE1;
  padding-right: 10px;
  font-size: 20px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section li {
  margin-top: 5px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section {
  background-color: #F5F5F5;
  margin-top: 20px;
  padding: 20px;
  height: 100%;
  margin-bottom: 0px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container {
  display: inline-block;
  margin: 5px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a {
  color: #333;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:focus, .resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:hover, .resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:active {
  color: #333;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill, .resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill, .resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill {
  background-color: rgb(215.421686747, 229.156626506, 249.578313253);
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.selected, .resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.selected, .resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.selected {
  background-color: #2470E1;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container .skill-pill {
  vertical-align: top;
  padding: 8px 10px 8px 10px;
  background: #FFF;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 2px 2px 5px #999;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  white-space: nowrap;
  position: relative;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section .pill-container .skill-pill.selected {
  background-color: #2470E1;
  color: #FFF;
  box-shadow: none;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section.assessment-data-section {
  margin-top: 20px;
  padding-right: 100px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section.assessment-data-section .skills-container {
  max-height: 95px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section.assessment-data-section .skills-container .carousel .controls {
  position: absolute;
  right: -95px;
  width: 90px;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  border-left: solid 1px #333;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section.assessment-data-section .skills-container .carousel .controls a {
  color: #333;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section.assessment-data-section .skills-container .carousel .controls .page-count {
  font-size: 18px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .suggestions-data-section.skills-data-section.assessment-data-section .skills-container .carousel .carousel-item {
  height: auto !important;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data hr {
  border-top: 1px solid #333;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .skills-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .skills-row .skills-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .skills-row .skills-col:first-of-type {
  padding-right: 10px;
}
.resume-builder:not(.resume-builder-tile) .builder-container .suggestions-data-container .suggestions-data .skills-row .skills-col:not(:first-of-type) {
  padding-left: 10px;
}
.resume-builder:not(.resume-builder-tile) .document-panel.no-border {
  padding: 20px;
}
@media (max-width: 568px) {
  .resume-builder:not(.resume-builder-tile) .document-panel.no-border {
    padding-left: 0px;
  }
}
.resume-builder:not(.resume-builder-tile) .document-panel.no-border .document-part-panel {
  border-bottom: 0px;
}
.resume-builder:not(.resume-builder-tile) .document-panel.no-border .document-part-panel .ga-trackable-form {
  border: 0px;
  padding: 0 !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.resume-builder:not(.resume-builder-tile) .builder-buttons, .resume-builder:not(.resume-builder-tile) .resume-part-buttons {
  text-align: center;
}
.resume-builder:not(.resume-builder-tile) .builder-buttons .btn-delete-section, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-delete-section {
  background: #d9534f;
}
.resume-builder:not(.resume-builder-tile) .builder-buttons .btn-delete-section:hover, .resume-builder:not(.resume-builder-tile) .builder-buttons .btn-delete-section:active, .resume-builder:not(.resume-builder-tile) .builder-buttons .btn-delete-section:focus, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-delete-section:hover, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-delete-section:active, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-delete-section:focus {
  background-color: #c12e2a;
}
.resume-builder:not(.resume-builder-tile) .builder-buttons .btn-back, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-back {
  background: #FFF;
  color: #333;
  border-color: #333;
}
@media (max-width: 568px) {
  .resume-builder:not(.resume-builder-tile) .builder-buttons .btn-back, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-back {
    margin-bottom: 10px;
  }
}
.resume-builder:not(.resume-builder-tile) .builder-buttons .btn-back:hover, .resume-builder:not(.resume-builder-tile) .builder-buttons .btn-back:active, .resume-builder:not(.resume-builder-tile) .builder-buttons .btn-back:focus, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-back:hover, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-back:active, .resume-builder:not(.resume-builder-tile) .resume-part-buttons .btn-back:focus {
  background-color: rgb(235.2727272727, 245.1363636364, 253.7272727273);
}
.resume-builder:not(.resume-builder-tile) .expertise-controls {
  margin-bottom: 15px;
}
.resume-builder:not(.resume-builder-tile) .expertise-controls .document_part_column_count {
  width: 200px;
  display: inline-block;
  margin-right: 10px;
}
.resume-builder:not(.resume-builder-tile) .expertise-controls .btn {
  line-height: 1.91;
  vertical-align: middle;
}
.resume-builder:not(.resume-builder-tile) .expertise-controls .btn.selected {
  background-color: #797676;
  color: #FFF;
}
.resume-builder:not(.resume-builder-tile) .expertise-level-selector {
  display: table-row;
}
.resume-builder:not(.resume-builder-tile) .expertise-level-selector .expertise-text {
  font-size: 11px;
  vertical-align: text-top;
  padding-left: 20px;
  color: #797676;
}
@media (max-width: 568px) {
  .resume-builder:not(.resume-builder-tile) .skills-level-container {
    width: 60px;
  }
}
.resume-builder:not(.resume-builder-tile) .level-box {
  display: inline-block;
  width: 40px;
  height: 10px;
  background-color: #797676;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 15px;
}
.resume-builder:not(.resume-builder-tile) .level-box.level-box-show {
  margin-bottom: 20px;
  margin-left: 0px;
}
.resume-builder:not(.resume-builder-tile) .level-box.selected {
  background-color: #000;
}
.resume-builder:not(.resume-builder-tile) .level-box.not-selected {
  background-color: #797676;
}

.resume-suggestions-modal .modal-header:before {
  content: none;
}
.resume-suggestions-modal .modal-header:after {
  content: none;
}
.resume-suggestions-modal .modal-header .close {
  background-color: #246FE1;
}
.resume-suggestions-modal .modal-header .el-icon-bell {
  color: #246FE1;
  font-size: 35px;
  margin-right: 10px;
}
.resume-suggestions-modal .modal-header h4 {
  vertical-align: top;
  display: inline;
}
.resume-suggestions-modal .modal-body {
  padding-top: 10px;
}
.resume-suggestions-modal .modal-body .suggestions-container {
  text-align: left;
  padding: 10px;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
.resume-suggestions-modal .modal-body .suggestions-container .how-works {
  margin: 10px auto;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
.resume-suggestions-modal .modal-body .suggestions-container .suggestion-description {
  margin: 10px auto;
}
.resume-suggestions-modal .modal-body .suggestions-container .suggestion-description.tip {
  font-style: italic;
}
.resume-suggestions-modal .modal-body .tt-dropdown-menu {
  width: 100%;
}

.resume-review-actions {
  margin-top: 10px;
  padding: 10px;
}
.resume-review-actions a {
  color: #1c6f29;
}
.resume-review-actions a:hover, .resume-review-actions a:focus {
  color: rgb(22.8633093525, 90.6366906475, 33.4784172662);
}
.resume-review-actions .dropdown-menu {
  top: auto;
}

.action-plan-port {
  margin-top: 10px;
  padding: 10px;
  position: relative;
}
.action-plan-port .dropdown-menu {
  top: auto;
  margin-top: 10px;
}
.action-plan-port .dropdown-menu-right {
  position: absolute;
  right: -2em;
}

.document-part-panel {
  page-break-inside: avoid;
}

body:not(.edit-mode) .resume_expertise {
  margin-left: -20px;
  display: flow-root;
}
body:not(.edit-mode) .level-box {
  height: 5px !important;
}

.ranked-word-quiz {
  position: relative;
  min-height: 300px;
}
@media (max-width: 1200px) {
  .ranked-word-quiz {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .ranked-word-quiz {
    min-height: 350px;
  }
}
@media (max-width: 568px) {
  .ranked-word-quiz {
    min-height: 250px;
  }
}
.ranked-word-quiz .progress-ctr {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding-left: 100px;
}
@media (max-width: 568px) {
  .ranked-word-quiz .progress-ctr {
    top: 20px;
  }
}
.ranked-word-quiz .progress-ctr label {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.ranked-word-quiz .question {
  padding: 80px 0;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  width: 100%;
  transition: opacity 1s ease-in-outs;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
@media (max-width: 1024px) {
  .ranked-word-quiz .question {
    padding: 40px 0;
  }
}
@media (max-width: 568px) {
  .ranked-word-quiz .question {
    padding: 0px;
  }
}
.ranked-word-quiz .question.current-question {
  z-index: 499;
  opacity: 1;
}
@media (max-width: 1024px) {
  .ranked-word-quiz .question.current-question {
    padding: 40px 0;
  }
}
@media (max-width: 568px) {
  .ranked-word-quiz .question.current-question {
    padding: 0px;
  }
}
.ranked-word-quiz .question .choice {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: solid 1px #DDD;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 1200px) {
  .ranked-word-quiz .question .choice {
    margin: 10px 0px;
  }
}
@media (max-width: 991px) {
  .ranked-word-quiz .question .choice {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 568px) {
  .ranked-word-quiz .question .choice {
    height: 50px;
    line-height: 50px;
    margin: 4px;
  }
}
.ranked-word-quiz .question .choice:hover, .ranked-word-quiz .question .choice:focus {
  border-color: #08467c;
}
.ranked-word-quiz .question .choice.ranked-item {
  background: #08467c;
  color: #FFF;
}
.ranked-word-quiz .question .choice.ranked-item:before {
  content: "";
  color: #08467c;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media (max-width: 568px) {
  .ranked-word-quiz .question .choice.ranked-item:before {
    top: 6px;
  }
}
.ranked-word-quiz .question .choice.ranked-item.ranked-item-1:before {
  content: "1";
}
.ranked-word-quiz .question .choice.ranked-item.ranked-item-2:before {
  content: "2";
}
.ranked-word-quiz .question .choice.ranked-item.ranked-item-3:before {
  content: "3";
}
.ranked-word-quiz .question .definition {
  padding: 10px 0;
  text-align: center;
}
.ranked-word-quiz .question .or-text {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 100px;
}

.ranked-statement-quiz {
  position: relative;
  min-height: 350px;
}
@media (max-width: 1024px) {
  .ranked-statement-quiz {
    min-height: 225px;
  }
}
.ranked-statement-quiz .progress-ctr {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
@media (max-width: 568px) {
  .ranked-statement-quiz .progress-ctr {
    top: 20px;
  }
}
.ranked-statement-quiz .progress-ctr label {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.ranked-statement-quiz .question {
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
  width: 100%;
  transition: opacity 1s ease-in-outs;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.ranked-statement-quiz .question.current-question {
  z-index: 499;
  opacity: 1;
}
.ranked-statement-quiz .question .choice {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: left;
  border: solid 1px #DDD;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  padding: 0 15px 0 65px;
}
@media (max-width: 1024px) {
  .ranked-statement-quiz .question .choice {
    font-size: 14px;
    padding: 0 15px 0 52px;
  }
}
@media (max-width: 568px) {
  .ranked-statement-quiz .question .choice {
    height: 40px;
    line-height: 40px;
    margin: 4px;
    font-size: 12px;
    padding: 0 15px 0 50px;
  }
}
.ranked-statement-quiz .question .choice:hover, .ranked-statement-quiz .question .choice:focus {
  border-color: #08467c;
}
.ranked-statement-quiz .question .choice.ranked-item {
  background: #08467c;
  color: #FFF;
}
.ranked-statement-quiz .question .choice.ranked-item:before {
  content: "";
  color: #08467c;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media (max-width: 568px) {
  .ranked-statement-quiz .question .choice.ranked-item:before {
    top: 1px;
  }
}
.ranked-statement-quiz .question .choice.ranked-item.ranked-item-1:before {
  content: "1";
}
.ranked-statement-quiz .question .choice.ranked-item.ranked-item-2:before {
  content: "2";
}
.ranked-statement-quiz .question .choice.ranked-item.ranked-item-3:before {
  content: "3";
}

.word-selection-quiz {
  position: relative;
  min-height: 300px;
}
@media (max-width: 1024px) {
  .word-selection-quiz {
    min-height: 240px;
  }
}
@media (max-width: 991px) {
  .word-selection-quiz {
    min-height: 400px;
  }
}
@media (max-width: 568px) {
  .word-selection-quiz {
    min-height: 300px;
  }
}
.word-selection-quiz .progress-ctr {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding-left: 100px;
}
@media (max-width: 568px) {
  .word-selection-quiz .progress-ctr {
    top: 20px;
  }
}
.word-selection-quiz .progress-ctr label {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.word-selection-quiz .question {
  padding: 80px 0;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  width: 100%;
  transition: opacity 1s ease-in-outs;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
@media (max-width: 568px) {
  .word-selection-quiz .question {
    top: 20px;
  }
}
.word-selection-quiz .question.current-question {
  z-index: 499;
  opacity: 1;
}
@media (max-width: 1024px) {
  .word-selection-quiz .question.current-question {
    padding: 40px 0;
  }
}
.word-selection-quiz .question .choice {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: solid 1px #DDD;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .word-selection-quiz .question .choice {
    width: 600px;
    margin-left: 50px;
  }
}
@media (max-width: 568px) {
  .word-selection-quiz .question .choice {
    height: 50px;
    line-height: 50px;
    width: 220px;
    margin-bottom: 10px;
  }
}
.word-selection-quiz .question .choice:hover, .word-selection-quiz .question .choice:focus {
  background: #08467c;
  color: #FFF;
}
.word-selection-quiz .question .definition {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 568px) {
  .word-selection-quiz .question .definition {
    display: none;
  }
}
.word-selection-quiz .question .or-text {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 100px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #585656;
}
@media (max-width: 991px) {
  .word-selection-quiz .question .or-text {
    display: none;
  }
}

.orientations-workshop_parts.show .workshop-content ul > li {
  margin-bottom: 8px;
}

.true-false-quiz ol {
  margin: 0;
  padding: 0;
}
.true-false-quiz ol .question {
  padding: 10px 10px 10px 70px;
  border: solid 1px #DDD;
  border-radius: 5px;
  margin: 0 0 10px;
  list-style-type: none;
  position: relative;
}
.true-false-quiz ol .question .lbl {
  line-height: 34px;
}
@media (max-width: 375px) {
  .true-false-quiz ol .question .lbl {
    line-height: 20px;
  }
}
.true-false-quiz ol .question:before {
  content: "";
  color: #FFF;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #CCC;
  display: inline-block;
  text-align: center;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.true-false-quiz ol .question .btn-default.active {
  background: #08467c;
  color: #FFF;
  border-color: #08467c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.document_part_job_title .tt-dropdown-menu {
  width: 50%;
}

.suggestions-data-section {
  margin-top: 10px;
  margin-bottom: 20px;
}
.suggestions-data-section li {
  margin-top: 5px;
}
.suggestions-data-section.skills-data-section {
  background-color: #F5F5F5;
  margin-top: 20px;
  padding: 20px;
  height: 100%;
  padding-right: 175px;
}
.suggestions-data-section.skills-data-section .pill-container {
  display: inline-block;
  margin: 5px;
}
.suggestions-data-section.skills-data-section .pill-container a {
  color: #333;
}
.suggestions-data-section.skills-data-section .pill-container a:focus, .suggestions-data-section.skills-data-section .pill-container a:hover, .suggestions-data-section.skills-data-section .pill-container a:active {
  color: #333;
}
.suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.technology_skills, .suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.key_skills, .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.technology_skills, .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.key_skills, .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.technology_skills, .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.key_skills {
  background-color: rgb(235.2727272727, 245.1363636364, 253.7272727273);
}
.suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.technology_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.key_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.technology_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.key_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.technology_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.key_skills.selected {
  background-color: #08467c;
}
.suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.desired_technology_skills, .suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.desired_key_skills, .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.desired_technology_skills, .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.desired_key_skills, .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.desired_technology_skills, .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.desired_key_skills {
  background-color: rgb(139.4545454545, 197.2272727273, 247.5454545455);
}
.suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.desired_technology_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:focus .skill-pill.desired_key_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.desired_technology_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:hover .skill-pill.desired_key_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.desired_technology_skills.selected, .suggestions-data-section.skills-data-section .pill-container a:active .skill-pill.desired_key_skills.selected {
  background-color: #08467c;
}
.suggestions-data-section.skills-data-section .pill-container .skill-pill {
  vertical-align: top;
  padding: 8px 10px 8px 10px;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 2px 2px 5px #999;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  white-space: nowrap;
  position: relative;
}
.suggestions-data-section.skills-data-section .pill-container .skill-pill.known-skill {
  border: solid 2px #08467c;
}
.suggestions-data-section.skills-data-section .pill-container .skill-pill.selected {
  color: #FFF;
  box-shadow: none;
}
.suggestions-data-section.skills-data-section .pill-container .skill-pill.selected.technology_skills, .suggestions-data-section.skills-data-section .pill-container .skill-pill.selected.key_skills {
  background-color: #08467c;
}
.suggestions-data-section.skills-data-section .pill-container .skill-pill.selected.desired_technology_skills, .suggestions-data-section.skills-data-section .pill-container .skill-pill.selected.desired_key_skills {
  background-color: #08467c;
}

.carousel .controls {
  position: absolute;
  right: -150px;
  top: 0px;
  width: 130px;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  border-left: solid 1px #333;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .controls a {
  color: #333;
}
.carousel .controls .page-count {
  font-size: 18px;
}
.carousel .carousel-item {
  min-height: 95px;
  max-height: 185px;
  height: auto !important;
}

.professional-skills-exercise-result {
  display: table;
  width: 900px;
  padding: 20px !important;
}

.shorten {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attention {
  color: #c33;
}

.service-requests li.service_request {
  padding: 5px;
  margin-bottom: 10px;
}

.coach-notes li.coach_note {
  padding: 5px;
  margin-bottom: 10px;
}
.coach-notes li.coach_note .coach-note-action {
  font-size: 20px;
  color: #08467c;
  text-decoration: none;
}
.coach-notes li.coach_note .coach-note-action.delete {
  color: #D00;
}

.expense-note {
  height: 40px !important;
}

body.pdf-body {
  font-size: 18px;
  margin-right: 80px !important;
  margin-left: 80px !important;
  font-size: 18px !important;
  padding-top: 0px !important;
}
body.pdf-body ul li {
  padding-left: 20px;
}
body.pdf-body p {
  font-size: 18px !important;
  margin-top: 28px;
  margin-bottom: 18px !important;
}
body.pdf-body .pdf-section {
  page-break-inside: avoid;
}

body.devise-passwords.new .login-wrap,
body.devise-passwords.edit .login-wrap,
body.devise-passwords.create .login-wrap,
body.devise-passwords.update .login-wrap {
  max-width: 440px;
  margin: 0px auto;
  margin-top: 30px;
}

body.users-passwords.new .login-wrap,
body.users-passwords.edit .login-wrap,
body.users-passwords.create .login-wrap,
body.users-passwords.update .login-wrap {
  max-width: 440px;
  margin: 0px auto;
  margin-top: 30px;
}
body.users-passwords.new .login-wrap .panel-body,
body.users-passwords.edit .login-wrap .panel-body,
body.users-passwords.create .login-wrap .panel-body,
body.users-passwords.update .login-wrap .panel-body {
  text-align: center;
}

body.home.index .redesign-user-notification, body.archive.index .redesign-user-notification {
  margin-bottom: -20px;
}
body.home.index .page-hdr, body.archive.index .page-hdr {
  min-height: 55px;
  margin: 0;
  background: #EEE;
  border-bottom: solid 1px #333;
}
body.home.index .page-hdr h1, body.archive.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.home.index .page-hdr h1, body.archive.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
body.home.index .quick-search, body.archive.index .quick-search {
  text-align: center;
  font-size: 18px;
  background: #EEE;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 250;
}
@media (max-width: 1199px) {
  body.home.index .quick-search, body.archive.index .quick-search {
    margin-bottom: 30px !important;
  }
}
body.home.index .quick-search .form-control, body.archive.index .quick-search .form-control {
  width: 275px;
}
body.home.index .quick-search .btn, body.archive.index .quick-search .btn {
  background-color: #DDD;
  border: solid 1px #BBB;
  color: #333;
  padding: 0 15px;
}
body.home.index .quick-search .btn:hover, body.home.index .quick-search .btn:focus, body.archive.index .quick-search .btn:hover, body.archive.index .quick-search .btn:focus {
  background-color: rgb(208.25, 208.25, 208.25);
}
body.home.index .quick-search .tt-dropdown-menu, body.archive.index .quick-search .tt-dropdown-menu {
  width: 275px;
  z-index: 2000000;
}
body.home.index .personalized-dashboard, body.archive.index .personalized-dashboard {
  background-size: cover;
}
@media (max-width: 568px) {
  body.home.index .personalized-dashboard, body.archive.index .personalized-dashboard {
    margin-top: 0px;
  }
}
body.home.index .personalized-dashboard.no-margin, body.archive.index .personalized-dashboard.no-margin {
  margin-top: -30px;
}
body.home.index .dashboard-header, body.archive.index .dashboard-header {
  text-align: center;
  font-size: 16px;
}
body.home.index .dashboard-header h1, body.archive.index .dashboard-header h1 {
  font-size: 24px;
  margin: 30px 0 10px;
  line-height: 1.1em;
}
body.home.index .dashboard-header.personalized, body.archive.index .dashboard-header.personalized {
  font-size: 14px;
  padding-top: 20px;
}
body.home.index .dashboard-header.personalized .bold, body.archive.index .dashboard-header.personalized .bold {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.home.index .dashboard-header.personalized p, body.archive.index .dashboard-header.personalized p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media (max-width: 991px) {
  body.home.index .dashboard-header.personalized, body.archive.index .dashboard-header.personalized {
    padding-top: 1px;
  }
}
body.home.index .dashboard-header .next-steps, body.archive.index .dashboard-header .next-steps {
  padding: 0 0 10px;
}
body.home.index .dashboard-header .next-steps .btn, body.archive.index .dashboard-header .next-steps .btn {
  margin: 0 10px;
  width: 320px;
  text-transform: uppercase;
}
body.home.index .dashboard-header .next-steps .btn.btn-long, body.archive.index .dashboard-header .next-steps .btn.btn-long {
  width: 400px;
}
@media (max-width: 568px) {
  body.home.index .dashboard-header .next-steps .btn, body.archive.index .dashboard-header .next-steps .btn {
    margin: 4px 4px;
    width: 270px;
    padding: 0px;
  }
}
body.home.index .dashboard-sections, body.archive.index .dashboard-sections {
  padding: 15px 0 50px;
  max-width: 940px;
  margin: 0 auto;
}
body.home.index .dashboard-sections .row-fluid > div, body.archive.index .dashboard-sections .row-fluid > div {
  position: relative;
  height: 265px;
  margin-bottom: 20px;
}
body.home.index .dashboard-sections .row-fluid > div .status, body.archive.index .dashboard-sections .row-fluid > div .status {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 1px #000;
}
body.home.index .dashboard-sections .row-fluid > div .status i, body.archive.index .dashboard-sections .row-fluid > div .status i {
  position: relative;
  top: 1px;
}
body.home.index .dashboard-sections .row-fluid > div .status.in-progress, body.archive.index .dashboard-sections .row-fluid > div .status.in-progress {
  color: #1c6f29;
}
body.home.index .dashboard-sections .row-fluid > div .status.incomplete, body.archive.index .dashboard-sections .row-fluid > div .status.incomplete {
  color: #CCC;
}
body.home.index .dashboard-sections .row-fluid > div .status.complete, body.archive.index .dashboard-sections .row-fluid > div .status.complete {
  color: #FFF;
}
body.home.index .dashboard-sections .row-fluid > div .front, body.home.index .dashboard-sections .row-fluid > div .back, body.archive.index .dashboard-sections .row-fluid > div .front, body.archive.index .dashboard-sections .row-fluid > div .back {
  position: absolute;
  overflow: hidden;
  left: 10px;
  right: 10px;
  bottom: 0px;
  background: #777;
  color: #FFF;
  text-align: center;
  height: 265px;
  padding: 0 20px;
}
body.home.index .dashboard-sections .row-fluid > div .front, body.archive.index .dashboard-sections .row-fluid > div .front {
  padding-top: 70px;
}
body.home.index .dashboard-sections .row-fluid > div .front img, body.archive.index .dashboard-sections .row-fluid > div .front img {
  width: 100px;
}
body.home.index .dashboard-sections .row-fluid > div .front h3, body.archive.index .dashboard-sections .row-fluid > div .front h3 {
  margin: 10px 0;
  line-height: 1em;
}
body.home.index .dashboard-sections .row-fluid > div .front .resume-review, body.archive.index .dashboard-sections .row-fluid > div .front .resume-review {
  position: absolute;
  padding: 0;
  right: 0px;
  top: 0;
  z-index: 20;
}
body.home.index .dashboard-sections .row-fluid > div .front .resume-review img, body.archive.index .dashboard-sections .row-fluid > div .front .resume-review img {
  top: 0px;
}
body.home.index .dashboard-sections .row-fluid > div .back, body.archive.index .dashboard-sections .row-fluid > div .back {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  height: 0;
  transition: height 1s ease-in-out;
}
body.home.index .dashboard-sections .row-fluid > div .back h3, body.archive.index .dashboard-sections .row-fluid > div .back h3 {
  margin: 40px 0 10px;
}
body.home.index .dashboard-sections .row-fluid > div .back p, body.archive.index .dashboard-sections .row-fluid > div .back p {
  font-size: 12px;
  margin: 0 15px 10px;
}
body.home.index .dashboard-sections .row-fluid > div .back .btn-cta, body.archive.index .dashboard-sections .row-fluid > div .back .btn-cta {
  margin-bottom: 15px;
  text-transform: uppercase;
}
body.home.index .dashboard-sections .row-fluid > div .back .btn-cta-primarycolor, body.archive.index .dashboard-sections .row-fluid > div .back .btn-cta-primarycolor {
  margin-bottom: 15px;
  text-transform: uppercase;
}
body.home.index .dashboard-sections .row-fluid > div .back.no-transition, body.archive.index .dashboard-sections .row-fluid > div .back.no-transition {
  transition: none !important;
}
body.home.index .dashboard-sections .row-fluid > div:hover .back, body.home.index .dashboard-sections .row-fluid > div:focus .back, body.archive.index .dashboard-sections .row-fluid > div:hover .back, body.archive.index .dashboard-sections .row-fluid > div:focus .back {
  height: 265px;
}
body.home.index .dashboard-sections .row-fluid > div.orientation .front, body.archive.index .dashboard-sections .row-fluid > div.orientation .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/dashboard/bg_orientation.jpg) no-repeat scroll center top;
  background-size: cover;
}
body.home.index .dashboard-sections .row-fluid > div.job-search .front, body.archive.index .dashboard-sections .row-fluid > div.job-search .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/dashboard/bg_job-search_go_green.jpg) no-repeat scroll center top;
  background-size: cover;
}
body.home.index .dashboard-sections .row-fluid > div.job-search.latitude .front, body.archive.index .dashboard-sections .row-fluid > div.job-search.latitude .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/dashboard/bg_job-search_latitude.jpg) no-repeat scroll center top;
  background-size: cover;
}
body.home.index .dashboard-sections .row-fluid > div.resume .front, body.archive.index .dashboard-sections .row-fluid > div.resume .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/dashboard/bg_resume.jpg) no-repeat scroll center top;
  background-size: cover;
}
body.home.index .dashboard-sections .row-fluid > div.story .front, body.archive.index .dashboard-sections .row-fluid > div.story .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/dashboard/bg_your-story_2_dashboard.jpg) no-repeat scroll center top;
  background-size: cover;
}
body.home.index .dashboard-sections .row-fluid > div.network .front, body.archive.index .dashboard-sections .row-fluid > div.network .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/dashboard/bg_network-research_2_dashboard.jpg) no-repeat scroll center top;
  background-size: cover;
}
body.home.index .dashboard-sections .row-fluid > div.interview .front, body.archive.index .dashboard-sections .row-fluid > div.interview .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/dashboard/bg_interview_2015.jpg) no-repeat scroll center top;
  background-size: cover;
}
body.home.index .dashboard-sections .row-fluid > div.interview .back.german p, body.archive.index .dashboard-sections .row-fluid > div.interview .back.german p {
  margin-left: 0px;
  margin-right: 0px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized, body.archive.index .dashboard-sections.dashboard-sections-personalized {
  max-width: 1080px !important;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .dashboard-archive, body.archive.index .dashboard-sections.dashboard-sections-personalized .dashboard-archive {
  margin: -15px 0 5px 0;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .dashboard-archive, body.archive.index .dashboard-sections.dashboard-sections-personalized .dashboard-archive {
    margin: -15px 0 15px 20px;
  }
}
body.home.index .dashboard-sections.dashboard-sections-personalized .dashboard-archive.archive a:before, body.archive.index .dashboard-sections.dashboard-sections-personalized .dashboard-archive.archive a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fd";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .dashboard-archive.dashboard a:before, body.archive.index .dashboard-sections.dashboard-sections-personalized .dashboard-archive.dashboard a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fd";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .row-fluid, body.archive.index .dashboard-sections.dashboard-sections-personalized .row-fluid {
  display: flex;
}
@media (max-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .row-fluid, body.archive.index .dashboard-sections.dashboard-sections-personalized .row-fluid {
    flex-direction: column;
  }
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col {
  height: auto;
  border-radius: 10px;
}
@media (min-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col {
    min-height: 450px;
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col {
    padding: 0 35px;
  }
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile {
  color: #FFF;
  border: 1px solid #ddd;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile {
    height: 450px;
  }
}
@media (max-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile {
    min-height: 350px;
  }
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image {
  background-color: #222 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 10px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image img, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  border-radius: 10px;
}
@media (min-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image img, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image img {
    max-height: 470px;
  }
}
@media (max-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image img, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image img {
    width: 100%;
  }
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image .webinar-play, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .background-image .webinar-play {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #FFF;
  font-size: 40px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .completed, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .completed {
  position: absolute;
  left: 15px;
  top: 10px;
  text-align: left;
  text-transform: uppercase;
  color: #A3C849;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 10px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .completed.in-progress, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .completed.in-progress {
  color: #F58D00;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-content, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-content {
  font-size: 16px;
}
@media (max-width: 991px) {
  body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-content, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-content {
    padding-bottom: 20px;
  }
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile h2, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile h2 {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin-bottom: 1.5rem;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a {
  color: #FFF;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a:hover:not(.archive-link):not(.btn):not(.unarchive-link), body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a:focus:not(.archive-link):not(.btn):not(.unarchive-link), body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a:hover:not(.archive-link):not(.btn):not(.unarchive-link), body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a:focus:not(.archive-link):not(.btn):not(.unarchive-link) {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.archive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.unarchive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.archive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.unarchive-link {
  color: #CCC;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.archive-link:hover, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.archive-link:focus, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.unarchive-link:hover, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.unarchive-link:focus, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.archive-link:hover, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.archive-link:focus, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.unarchive-link:hover, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a.unarchive-link:focus {
  color: #FFF;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a:not(.archive-link):not(.btn):not(.unarchive-link):not(.survey-link), body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a:focus:not(.archive-link):not(.btn):not(.unarchive-link):not(.survey-link), body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a:not(.archive-link):not(.btn):not(.unarchive-link):not(.survey-link), body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile a:focus:not(.archive-link):not(.btn):not(.unarchive-link):not(.survey-link) {
  text-decoration: underline !important;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .archive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .unarchive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .archive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .unarchive-link {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .archive-link:focus, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .unarchive-link:focus, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .archive-link:focus, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .unarchive-link:focus {
  overflow: visible;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .archive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .archive-link {
  right: 15px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .unarchive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .unarchive-link {
  right: 20px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .background-image img, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .background-image .webinar-play, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .background-image img, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .background-image .webinar-play, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.focused .background-image img, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.focused .background-image .webinar-play, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .background-image img, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .background-image .webinar-play, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .background-image img, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .background-image .webinar-play, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.focused .background-image img, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.focused .background-image .webinar-play {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .archive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .unarchive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .archive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .unarchive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.focused .archive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.focused .unarchive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .archive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .unarchive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .archive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .unarchive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.focused .archive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.focused .unarchive-link {
  overflow: visible;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.blank, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile.blank {
  background-color: #F7F7F7;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .archive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .unarchive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .archive-link, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .unarchive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .archive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:hover .unarchive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .archive-link, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile:focus .unarchive-link {
  overflow: visible;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .close-button, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .close-button {
  position: absolute;
  top: 10px;
  right: 30px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .close-button a, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .close-button a {
  color: #000;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .close-button a:hover, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .close-button a:focus, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .close-button a:hover, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .close-button a:focus {
  color: hsl(0, 0%, -5%);
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .job-alerts, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .job-alerts {
  padding: 0 20px 0 20px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .bold, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .bold {
  font-weight: bold;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button .btn-cta, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button .btn-cta {
  padding: 0 20px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button .glyphicon-thumbs-up, body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button .glyphicon-thumbs-down, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button .glyphicon-thumbs-up, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button .glyphicon-thumbs-down {
  color: #FFF;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button.squeeze-btn .btn-cta, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-button.squeeze-btn .btn-cta {
  padding: 0 10px !important;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .secondary-cta, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .secondary-cta {
  padding: 20px 20px 0px 20px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .next-step, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .next-step {
  margin-top: -10px;
  margin-bottom: -10px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .next-step:after, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .next-step:after {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e700";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .social-media-profile-form input:not(.btn), body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .social-media-profile-form input:not(.btn) {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #FFF;
  border: solid 1px #AAA;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .social-media-profile-form .btn, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .social-media-profile-form .btn {
  margin-top: 10px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-progress, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-progress {
  margin: 0 10px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-progress .tile-segment, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-progress .tile-segment {
  height: 4px;
  padding: 0 2px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-progress .tile-segment .tile-indicator, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-progress .tile-segment .tile-indicator {
  background: #eee;
  height: 4px;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-progress .tile-segment .tile-indicator.selected, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .tile-progress .tile-segment .tile-indicator.selected {
  background: #08467c;
}
body.home.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .offset, body.archive.index .dashboard-sections.dashboard-sections-personalized .tile-col .dashboard-tile .offset {
  margin-right: -15px;
  margin-left: -15px;
}
body.home.index #next_step .modal-body, body.archive.index #next_step .modal-body {
  padding-bottom: 10px;
}
body.home.index #next_step .modal-body .strong, body.archive.index #next_step .modal-body .strong {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.home.index #next_step .modal-footer, body.archive.index #next_step .modal-footer {
  text-align: center;
  border: 0;
}
body.home.index #next_step .modal-footer .next-step-buttons, body.archive.index #next_step .modal-footer .next-step-buttons {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 499px) {
  body.home.index #next_step .modal-footer .next-step-buttons, body.archive.index #next_step .modal-footer .next-step-buttons {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 499px) {
  body.home.index #next_step .modal-footer, body.archive.index #next_step .modal-footer {
    padding-left: 5px;
    padding-right: 5px;
  }
}
body.home.index #next_step .modal-footer .btn-cta, body.archive.index #next_step .modal-footer .btn-cta {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
}
@media (max-width: 568px) {
  body.home.index #next_step .modal-footer .btn-cta, body.archive.index #next_step .modal-footer .btn-cta {
    margin-bottom: 15px;
  }
}
body.home.index #next_step .modal-footer .btn-default, body.archive.index #next_step .modal-footer .btn-default {
  height: 40px;
}
body.home.index #next_step .modal-footer .need-help, body.archive.index #next_step .modal-footer .need-help {
  margin-top: 20px;
}
body.home.index .archive-tile, body.archive.index .archive-tile {
  position: absolute;
  outline: none;
  border: 0;
  text-align: right;
  right: 10px;
  top: 5px;
  font-size: 20px;
  z-index: 10;
}
body.home.index.archive .archive-tile, body.archive.index.archive .archive-tile {
  top: 10px;
}
body.home.index .dashboard-footer, body.archive.index .dashboard-footer {
  background: #333;
  padding: 50px 20px;
}
body.home.index .dashboard-footer .coach-tip,
body.home.index .dashboard-footer .coach-quote, body.archive.index .dashboard-footer .coach-tip,
body.archive.index .dashboard-footer .coach-quote {
  width: 900px;
  max-width: 90%;
  min-height: 100px;
  margin: 0 auto;
  padding-left: 180px;
  position: relative;
  color: #FFF;
}
body.home.index .dashboard-footer .coach-tip .coach-thumb,
body.home.index .dashboard-footer .coach-quote .coach-thumb, body.archive.index .dashboard-footer .coach-tip .coach-thumb,
body.archive.index .dashboard-footer .coach-quote .coach-thumb {
  position: absolute;
  top: -25px;
  left: 0;
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  border: solid 3px #fff;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
body.home.index .dashboard-footer .coach-tip .coach-thumb:has(.coach-generic),
body.home.index .dashboard-footer .coach-quote .coach-thumb:has(.coach-generic), body.archive.index .dashboard-footer .coach-tip .coach-thumb:has(.coach-generic),
body.archive.index .dashboard-footer .coach-quote .coach-thumb:has(.coach-generic) {
  background: #333;
}
body.home.index .dashboard-footer .coach-tip .coach-thumb img,
body.home.index .dashboard-footer .coach-quote .coach-thumb img, body.archive.index .dashboard-footer .coach-tip .coach-thumb img,
body.archive.index .dashboard-footer .coach-quote .coach-thumb img {
  height: 150px;
  object-fit: cover;
}
body.home.index .dashboard-footer .coach-tip h2,
body.home.index .dashboard-footer .coach-quote h2, body.archive.index .dashboard-footer .coach-tip h2,
body.archive.index .dashboard-footer .coach-quote h2 {
  color: #fff;
  margin: 0 0 5px;
  line-height: 1em;
}
body.home.index .dashboard-footer .coach-quote img, body.archive.index .dashboard-footer .coach-quote img {
  position: absolute;
  top: -25px;
  left: 0;
  height: 150px;
}
body.home.index .dashboard-footer .coach-quote td, body.archive.index .dashboard-footer .coach-quote td {
  height: 100px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  body.home.index .quick-search input[type=text], body.archive.index .quick-search input[type=text] {
    width: 100%;
  }
  body.home.index .dashboard-sections, body.archive.index .dashboard-sections {
    padding-bottom: 0;
  }
  body.home.index .dashboard-header, body.archive.index .dashboard-header {
    padding: 0 15px;
  }
}
body.home.index .see-more, body.archive.index .see-more {
  text-align: right;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  body.home.index .see-more, body.archive.index .see-more {
    padding-right: 25px;
    padding-bottom: 20px;
  }
}

body.activity.index .main-container {
  padding: 45px 0 50px;
  max-width: 940px;
  margin: 0 auto;
}
body.activity.index .panel {
  background: #fff;
}
body.activity.index .activity thead {
  background: #08467c;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #fff;
}
body.activity.index .activity td {
  padding: 12px 40px;
}

.documents-overview {
  border-left: solid 1px #DDD;
}

.module-overview h3 .cta {
  color: #fff;
  text-decoration: underline !important;
}
.module-overview h3 .cta:hover, .module-overview h3 .cta:focus {
  color: #fff;
  opacity: 0.7;
}

.pitch-back-link {
  color: #08467c;
}

.documents-section {
  border: solid 1px #DDD;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .documents-section {
    padding: 10px;
  }
}
.documents-section.recommended {
  border-color: #08467c;
  position: relative;
}
.documents-section.recommended:before {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08467c;
}
.documents-section h3 {
  margin: 0 0 8px;
}
@media (max-width: 568px) {
  .documents-section h3 {
    font-weight: bold;
  }
}
.documents-section.coach-chat .chat-col {
  line-height: 24px;
}
.documents-section.coach-chat .chat-col .chat-name:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fc";
  margin-right: 5px;
}
.documents-section.coach-chat .chat-col .delete-link {
  font-size: 20px;
  color: #D00;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  top: 2px;
}
.documents-section .documents-list {
  margin: 0;
  padding: 0;
}
.documents-section .documents-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.documents-section .documents-list li a, .documents-section .documents-list li a:hover, .documents-section .documents-list li a:focus {
  text-decoration: none;
}
.documents-section .documents-list li .document-link {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 24px;
  color: #08467c;
}
.documents-section .documents-list li .document-link .date {
  color: #777;
}
.documents-section .documents-list li .document-link i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.documents-section .documents-list li .document-link:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6d3";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}
.documents-section .documents-list li .delete-link {
  color: #D00;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  top: 2px;
}
.documents-section .actions {
  padding-top: 10px;
}
.documents-section .actions .btn {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .documents-section .actions .btn {
    width: 246px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.documents-section .actions .btn-secondary {
  border: solid 1px #08467c;
  color: #08467c;
}
@media (max-width: 568px) {
  .documents-section .actions .btn-secondary {
    padding: 0;
  }
}
.documents-section .actions .btn-secondary:hover, .documents-section .actions .btn-secondary:focus {
  -moz-box-shadow: 0 0 0px 1px #08467c;
  -webkit-box-shadow: 0 0 0px 1px #08467c;
  box-shadow: 0 0 0px 1px #08467c;
}
.documents-section .gold-silver-actions {
  padding-top: 10px;
}
.documents-section .gold-silver-actions .btn {
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
  padding: 0 10px;
}
@media (max-width: 568px) {
  .documents-section .gold-silver-actions .btn {
    width: 180px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.documents-section .gold-silver-actions .btn-review {
  background: #1c6f29;
  border: transparent;
}
.documents-section .gold-silver-actions .btn-secondary {
  border: solid 1px #08467c;
  color: #08467c;
}
@media (max-width: 568px) {
  .documents-section .gold-silver-actions .btn-secondary {
    padding: 0;
  }
}
.documents-section .gold-silver-actions .btn-secondary:hover, .documents-section .gold-silver-actions .btn-secondary:focus {
  -moz-box-shadow: 0 0 0px 1px #08467c;
  -webkit-box-shadow: 0 0 0px 1px #08467c;
  box-shadow: 0 0 0px 1px #08467c;
}
.documents-section .checklist-tip {
  margin: 30px 0;
  padding-left: 40px;
  position: relative;
  line-height: 30px;
}
@media (max-width: 568px) {
  .documents-section .checklist-tip {
    margin: 20px 0;
  }
}
@media (max-width: 568px) {
  .documents-section .checklist-tip {
    line-height: 20px;
  }
}
.documents-section .checklist-tip:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e678";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 30px;
  color: #aaa;
}

.confirm-resume-refresh .btn-primary {
  background: #1c6f29;
  border: transparent;
}
.confirm-resume-refresh .btn-primary:hover, .confirm-resume-refresh .btn-primary:focus {
  background: rgb(22.8633093525, 90.6366906475, 33.4784172662);
}
.confirm-resume-refresh .btn-secondary {
  border: solid 1px #08467c;
  color: #08467c;
}
@media (max-width: 568px) {
  .confirm-resume-refresh .btn-secondary {
    margin-bottom: 10px;
  }
}
.confirm-resume-refresh .btn-secondary:hover, .confirm-resume-refresh .btn-secondary:focus {
  -moz-box-shadow: 0 0 0px 1px #08467c;
  -webkit-box-shadow: 0 0 0px 1px #08467c;
  box-shadow: 0 0 0px 1px #08467c;
}

.cover-letter-types h2 {
  text-align: center;
  margin: 0 0 25px;
  line-height: 1em;
}
.cover-letter-types .cover-letter-type {
  display: block;
  min-height: 250px;
  margin: 0 5px;
  padding: 30px 20px;
  border: solid 1px #DDD;
  text-align: center;
  text-decoration: none;
  color: #777;
}
.cover-letter-types .cover-letter-type:hover, .cover-letter-types .cover-letter-type:focus {
  background: #F5F5F5;
}
.cover-letter-types .cover-letter-type > i {
  font-size: 60px;
  color: #08467c;
}
.cover-letter-types .cover-letter-type h3 {
  margin: 8px 0;
}
.cover-letter-types .cover-letter-type.recommended {
  border: solid 1px #08467c;
  position: relative;
}
.cover-letter-types .cover-letter-type.recommended:before {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08467c;
}
@media (max-width: 991px) {
  .cover-letter-types .row .col-md-4 {
    margin-bottom: 20px;
  }
}

body.trackers.index, body.orientations-action_plan.index {
  font-family: "Roboto", sans-serif;
  /*
   * react-circular-progressbar styles
   * All of the styles in this file are configurable!
   */
  /*
   * Sample background styles. Use these with e.g.:
   *
   *   <CircularProgressbar
   *     className="CircularProgressbar-inverted"
   *     background
   *     percentage={50}
   *   />
   */
}
@media (min-width: 991px) {
  body.trackers.index .gradient-action-plan-collapsed, body.orientations-action_plan.index .gradient-action-plan-collapsed {
    background-image: linear-gradient(136deg, #fff, #fff 32%, #1C6F29 32.1%, #1C6F29);
  }
  body.trackers.index .gradient-action-plan-expanded, body.orientations-action_plan.index .gradient-action-plan-expanded {
    background-image: linear-gradient(136deg, #fff, #fff 32%, #08467C 32.1%, #08467C 100%);
  }
}
body.trackers.index a:not(.btn), body.orientations-action_plan.index a:not(.btn) {
  text-decoration: underline;
}
body.trackers.index .overflow-hidden, body.orientations-action_plan.index .overflow-hidden {
  overflow: hidden;
}
body.trackers.index .display-flex, body.orientations-action_plan.index .display-flex {
  display: flex;
}
body.trackers.index .display-block, body.orientations-action_plan.index .display-block {
  display: block;
}
body.trackers.index .display-none, body.orientations-action_plan.index .display-none {
  display: none;
}
body.trackers.index .platform-home-container, body.orientations-action_plan.index .platform-home-container {
  display: flex;
  position: relative;
  padding: 0px 20px;
}
body.trackers.index .home-section, body.orientations-action_plan.index .home-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.trackers.index .home-div, body.orientations-action_plan.index .home-div {
  border-radius: 5px;
  border: 2px solid #DDD;
  box-shadow: 0 3px 3px 0 #DDD;
}
body.trackers.index .home-div .track-top, body.orientations-action_plan.index .home-div .track-top {
  border-bottom: 1px #08467c solid;
}
body.trackers.index .home-div .track-top .track-info, body.orientations-action_plan.index .home-div .track-top .track-info {
  width: 100%;
}
body.trackers.index .home-div .track-top .track-info h3, body.orientations-action_plan.index .home-div .track-top .track-info h3 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
}
body.trackers.index .home-div .track-top .track-info .action-plan-col, body.orientations-action_plan.index .home-div .track-top .track-info .action-plan-col {
  text-align: center;
}
body.trackers.index .home-div .track-top .track-info .action-plan-col .goal-link, body.orientations-action_plan.index .home-div .track-top .track-info .action-plan-col .goal-link {
  font-size: 18px;
}
body.trackers.index .progress-container, body.orientations-action_plan.index .progress-container {
  width: 150px;
}
@media (max-width: 991px) {
  body.trackers.index .progress-container, body.orientations-action_plan.index .progress-container {
    width: 110px;
  }
}
body.trackers.index .CircularProgressbar, body.orientations-action_plan.index .CircularProgressbar {
  overflow: initial;
}
body.trackers.index .CircularProgressbar .CircularProgressbar-path, body.orientations-action_plan.index .CircularProgressbar .CircularProgressbar-path {
  stroke: #1c702a;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
  stroke-width: 12px;
}
body.trackers.index .CircularProgressbar .CircularProgressbar-trail, body.orientations-action_plan.index .CircularProgressbar .CircularProgressbar-trail {
  stroke: #e9f3e1;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
  stroke-width: 12px;
}
body.trackers.index .CircularProgressbar .CircularProgressbar-text, body.orientations-action_plan.index .CircularProgressbar .CircularProgressbar-text {
  fill: #1c702a;
  font-size: 16px;
  text-anchor: middle;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  padding-top: 15px;
}
body.trackers.index .secondary-color, body.orientations-action_plan.index .secondary-color {
  color: #123F1C;
}
body.trackers.index .marker-container, body.orientations-action_plan.index .marker-container {
  padding-top: 5px;
}
body.trackers.index .marker-container i, body.orientations-action_plan.index .marker-container i {
  color: #123F1C;
  font-size: 18px;
  margin-right: 10px;
}
body.trackers.index .icon-container, body.orientations-action_plan.index .icon-container {
  padding-left: 20px;
  justify-content: center;
  text-align: center;
  color: #FFF;
  background: linear-gradient(210deg, rgb(0, 64, 115) 30%, rgb(25, 120, 203) 100%);
}
@media (min-width: 991px) {
  body.trackers.index .icon-container, body.orientations-action_plan.index .icon-container {
    border-bottom-right-radius: 90px;
  }
}
body.trackers.index .tile-row, body.orientations-action_plan.index .tile-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
body.trackers.index .tile-row [class*=col-]:not(.sub-column), body.orientations-action_plan.index .tile-row [class*=col-]:not(.sub-column) {
  display: flex;
  flex-direction: column;
}
body.trackers.index .tile-row .tile-subtext, body.orientations-action_plan.index .tile-row .tile-subtext {
  padding: 20px 20px 20px 40px;
}
body.trackers.index .selected-tile, body.orientations-action_plan.index .selected-tile {
  border-radius: 5px;
  border: solid 2px #08467c;
}
body.trackers.index .selected-tile .tile-title, body.orientations-action_plan.index .selected-tile .tile-title {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #FFF;
  background: linear-gradient(90deg, rgb(0, 64, 115) 0%, rgb(25, 120, 203) 100%);
  padding: 10px 20px;
  font-size: 16px;
}
body.trackers.index .selected-tile .tile-btn, body.orientations-action_plan.index .selected-tile .tile-btn {
  background-color: #123F1C;
  color: #FFF;
}
body.trackers.index .unselected-tile .tile-description, body.orientations-action_plan.index .unselected-tile .tile-description {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.trackers.index .track-item-icon, body.orientations-action_plan.index .track-item-icon {
  text-align: center;
}
body.trackers.index .track-item-icon i, body.orientations-action_plan.index .track-item-icon i {
  font-size: 50px;
}
body.trackers.index .track-item-icon.track-item-icon-small, body.orientations-action_plan.index .track-item-icon.track-item-icon-small {
  padding-top: 0%;
  padding-left: 0%;
}
body.trackers.index .track-item-icon.track-item-icon-small i, body.orientations-action_plan.index .track-item-icon.track-item-icon-small i {
  font-size: 24px;
  color: white;
}
body.trackers.index .track-img, body.orientations-action_plan.index .track-img {
  border-radius: 5px;
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(1%);
  }
}
body.trackers.index .expanded-button, body.orientations-action_plan.index .expanded-button {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
body.trackers.index .expanded-tile, body.orientations-action_plan.index .expanded-tile {
  transition: max-height 0.6s ease-in;
  overflow: hidden;
  max-height: 100%;
  height: auto !important;
  background: #E5F6FF;
}
body.trackers.index .section-tile:not(:last-of-type):not(.expanded-tile), body.orientations-action_plan.index .section-tile:not(:last-of-type):not(.expanded-tile) {
  border-bottom: 2px solid #e5e5e5;
}
body.trackers.index .welcome-message-link, body.orientations-action_plan.index .welcome-message-link {
  color: #08467c;
  text-decoration: underline;
}
body.trackers.index .welcome-message-link:hover, body.orientations-action_plan.index .welcome-message-link:hover {
  color: rgb(11.0909090909, 97.0454545455, 171.9090909091);
  text-decoration: none;
  cursor: pointer;
}
body.trackers.index .welcome-message-btn.clicked, body.orientations-action_plan.index .welcome-message-btn.clicked {
  opacity: 0.8;
  cursor: default;
}
body.trackers.index .welcome-message-btn, body.orientations-action_plan.index .welcome-message-btn {
  background: #fff;
  border: 1px solid #333;
}
body.trackers.index .welcome-message-btn:hover:not(.clicked), body.orientations-action_plan.index .welcome-message-btn:hover:not(.clicked) {
  transition: 0.3s;
  transform: scale(1.05);
}
body.trackers.index .feedback-response.red, body.orientations-action_plan.index .feedback-response.red {
  color: red;
}
body.trackers.index .feedback-response.green, body.orientations-action_plan.index .feedback-response.green {
  color: green;
}

body.orientations-home .module-landing-deloitte .module-actions {
  padding-top: 0px !important;
}
body.orientations-home .module-landing-deloitte .module-actions .deloitte-subtitle {
  font-size: 18px;
}
body.orientations-home .module-landing-deloitte .tile {
  min-height: 285px !important;
}

body.orientations-quick_starts .module-overview {
  max-width: 900px;
  margin: 30px auto;
}
body.orientations-quick_starts .module-overview .item {
  min-height: 100px;
  position: relative;
  padding: 10px 0 0 120px;
}
body.orientations-quick_starts .module-overview .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
}
body.orientations-quick_starts .module-overview img {
  height: 75px;
}
body.orientations-quick_starts .phone-field {
  padding-left: 220px;
  padding-right: 220px;
  text-align: center;
}
@media (max-width: 1024px) {
  body.orientations-quick_starts .phone-field {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}
@media (max-width: 568px) {
  body.orientations-quick_starts div[data-state=open]:not(.site-info-dialog) {
    top: 100px;
  }
}
body.orientations-quick_starts .site-info-tab {
  background-color: #F7FAFC;
}
body.orientations-quick_starts .site-info-dialog {
  top: 90px;
  bottom: 0px;
  overflow-y: scroll;
}
body.orientations-quick_starts .site-info-dialog h2 {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.orientations-quick_starts .site-info-dialog .info-row strong {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (min-width: 568px) {
  body.orientations-quick_starts .site-info-dialog {
    transform: translateX(-150px);
  }
}
@media (max-width: 568px) {
  body.orientations-quick_starts .site-info-dialog {
    width: 80%;
    top: 100px;
  }
  body.orientations-quick_starts .site-info-dialog .question-mark-icon {
    display: none;
  }
  body.orientations-quick_starts .site-info-dialog h2, body.orientations-quick_starts .site-info-dialog .info-row {
    text-align: left;
  }
}

.explore-content {
  padding: 40px 80px !important;
}
@media (max-width: 991px) {
  .explore-content {
    padding: 20px 10px !important;
  }
}

.exploration-body {
  text-align: center;
}
.exploration-body h3 {
  margin: 10px auto 20px;
}

.explore-cards {
  margin: 0px auto;
}
.explore-cards .row-fluid > div {
  position: relative;
  height: 255px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .explore-cards .row-fluid > div {
    height: 350px;
  }
}
.explore-cards .row-fluid > div .front, .explore-cards .row-fluid > div .back {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
  color: #000;
  text-align: center;
  height: 255px;
  border-radius: 8px;
  -moz-box-shadow: 0 8px 10px #666;
  -webkit-box-shadow: 0 8px 10px #666;
  box-shadow: 0 8px 10px #666;
  overflow: hidden;
}
@media (max-width: 991px) {
  .explore-cards .row-fluid > div .front, .explore-cards .row-fluid > div .back {
    height: 350px;
  }
}
.explore-cards .row-fluid > div .front.lost-luggage {
  background-image: url("https://www-yns-com.s3.amazonaws.com/images/orientations/career_exploration/career-exploration_img-1.jpg");
  background-size: cover;
}
.explore-cards .row-fluid > div .front.pre-checked {
  background-image: url("https://www-yns-com.s3.amazonaws.com/images/orientations/career_exploration/career-exploration_img-2.jpg");
  background-size: cover;
}
.explore-cards .row-fluid > div .front.standby {
  background-image: url("https://www-yns-com.s3.amazonaws.com/images/orientations/career_exploration/career-exploration_img-3.jpg");
  background-size: cover;
}
.explore-cards .row-fluid > div .front.anywhere {
  background-image: url("https://www-yns-com.s3.amazonaws.com/images/orientations/career_exploration/career-exploration_img-4.jpg");
  background-size: cover;
}
.explore-cards .row-fluid > div .front .tile-header {
  height: 50px;
  color: #fff;
  line-height: 50px;
  padding-top: 20px;
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 991px) {
  .explore-cards .row-fluid > div .front .tile-header {
    padding-top: 40px;
    line-height: 26px;
  }
}
.explore-cards .row-fluid > div .front .tile-content {
  display: block;
  color: #fff;
  top: 0;
  padding-top: 35px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.explore-cards .row-fluid > div .front .tile-content .tile-description {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .explore-cards .row-fluid > div .front .tile-content .tile-description {
    padding-top: 25px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.explore-cards .row-fluid > div .front .tile-content .tile-button .btn-primary {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
}
.explore-cards .row-fluid > div .back {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  height: 0;
  transition: height 1s ease-in-out;
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: bold;
}
.explore-cards .row-fluid > div .back .tile-back-header {
  color: #EEE;
  text-transform: uppercase;
  margin: 0 15px 5px;
  padding-top: 20px;
  font-size: 14px;
}
.explore-cards .row-fluid > div .back .tile-back-content {
  position: relative;
  height: 175px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .explore-cards .row-fluid > div .back .tile-back-content {
    height: 240px;
  }
}
.explore-cards .row-fluid > div .back .tile-back-content li {
  color: #FFF;
  padding-bottom: 5px;
  font-size: 22px;
  line-height: 14px;
}
.explore-cards .row-fluid > div .back .tile-back-content li span {
  font-size: 14px;
  position: relative;
  left: -8px;
}
.explore-cards .row-fluid > div .back .tile-back-content .back-link {
  position: absolute;
  bottom: 5px;
  color: #FFF;
  padding-left: 15px;
}
.explore-cards .row-fluid > div .back .tile-back-content .back-link a {
  color: #FFF;
}
.explore-cards .row-fluid > div .show {
  height: 255px;
}
@media (max-width: 991px) {
  .explore-cards .row-fluid > div .show {
    height: 350px;
  }
}

body.orientations-workshop_parts .panel .panel-body {
  background: #fff;
}

body.orientations-workshop_parts.show .videos {
  margin: 0 auto;
}
body.orientations-workshop_parts.show .videos .thumbnail {
  vertical-align: top;
  overflow: hidden;
}
body.orientations-workshop_parts.show .videos .thumbnail .caption h3 {
  margin: 0 0 4px 0;
}
body.orientations-workshop_parts.show .videos .thumbnail .hint {
  margin: 4px 0 0 0;
  padding: 0;
}
body.orientations-workshop_parts.show .videos .thumbnail #video-interview {
  width: 80%;
}
body.orientations-workshop_parts.show .videos .thumbnail #video-interview #interview_question {
  width: 100%;
}
body.orientations-workshop_parts.show .videos .thumbnail.video-response {
  display: none;
}
body.orientations-workshop_parts.show .videos .thumbnail.tips {
  display: none;
}
body.orientations-workshop_parts.show .videos.recording {
  width: 100%;
}
body.orientations-workshop_parts.show .videos.recording .thumbnail {
  display: inline-block;
}
body.orientations-workshop_parts.show .videos.recording.no-video-question {
  margin: auto !important;
}
body.orientations-workshop_parts.show .videos.recording .video-question {
  width: 24%;
  float: left;
  padding: 0 10px 10px 10px;
}
@media (max-width: 991px) {
  body.orientations-workshop_parts.show .videos.recording .video-question {
    display: none;
  }
}
body.orientations-workshop_parts.show .videos.recording .video-response {
  width: 50%;
  float: left;
  margin-left: 10px;
  padding: 0 30px 30px 30px;
}
@media (max-width: 991px) {
  body.orientations-workshop_parts.show .videos.recording .video-response {
    width: 100%;
    margin-left: 0px;
  }
}
body.orientations-workshop_parts.show .videos.recording .video-response object, body.orientations-workshop_parts.show .videos.recording .video-response embed {
  width: 100%;
  min-height: 462px;
}
body.orientations-workshop_parts.show .videos.recording .video-response.no-video-question {
  float: none !important;
}
@media (max-width: 991px) {
  body.orientations-workshop_parts.show .question-text {
    margin-top: 20px;
  }
}
body.orientations-workshop_parts.show .tips {
  color: #777;
  text-align: left;
  background-color: #f5f5f5;
  padding: 10px 0px 30px 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
  float: right;
  width: 24%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  body.orientations-workshop_parts.show .tips {
    width: 100%;
  }
}
body.orientations-workshop_parts.show .percent-display {
  color: #000;
  border-radius: 10px;
  background: #ebebeb;
  padding: 20px 0px;
  text-align: center;
  font-size: 32px;
  bottom: 20px;
  margin-top: auto;
}
body.orientations-workshop_parts.show .traits-scoring {
  float: left;
  font-size: 18px;
}
@media (max-width: 991px) {
  body.orientations-workshop_parts.show .traits-scoring {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body.orientations-workshop_parts.show .traits-scoring.left {
    color: #428bca;
  }
}
@media (max-width: 991px) {
  body.orientations-workshop_parts.show .scoring-indicator {
    color: #1c6f29;
  }
}

body.orientations-courses #back_to_courses, body.admin-customization-good_habitz_courses #back_to_courses {
  padding-top: 10px;
  text-align: right;
  margin: 0px auto;
  padding-right: 20px;
  height: 40px;
}
body.orientations-courses.travvant, body.admin-customization-good_habitz_courses.travvant {
  background: #F7F7F7;
}
body.orientations-courses .layout-content, body.admin-customization-good_habitz_courses .layout-content {
  background: #F7F7F7;
}
body.orientations-courses .layout-content.travvant-courses, body.admin-customization-good_habitz_courses .layout-content.travvant-courses {
  padding: 0px !important;
}
body.orientations-courses .layout-top, body.admin-customization-good_habitz_courses .layout-top {
  border-left: solid 1px #dddddd;
  padding: 15px 80px;
  position: relative;
  background: white;
}
@media (max-width: 991px) {
  body.orientations-courses .layout-top, body.admin-customization-good_habitz_courses .layout-top {
    padding: 0 !important;
  }
}
body.orientations-courses .courses-container, body.admin-customization-good_habitz_courses .courses-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body.orientations-courses .selected-filter, body.admin-customization-good_habitz_courses .selected-filter {
  background: rgb(232, 228, 228);
}
body.orientations-courses .coach-picks-title, body.admin-customization-good_habitz_courses .coach-picks-title {
  display: flex;
  flex-direction: row;
}
body.orientations-courses .coach-picks-title h2, body.admin-customization-good_habitz_courses .coach-picks-title h2 {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  margin-top: 13px;
}
body.orientations-courses .coach-picks-title img, body.admin-customization-good_habitz_courses .coach-picks-title img {
  width: 70px;
  height: 49px;
}
body.orientations-courses .link-span, body.admin-customization-good_habitz_courses .link-span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
body.orientations-courses .coach-picks-cards, body.admin-customization-good_habitz_courses .coach-picks-cards {
  display: flex;
  padding-left: 15px;
  padding-right: 45px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
@media (min-width: 991px) and (max-width: 1530px) {
  body.orientations-courses .coach-picks-cards, body.admin-customization-good_habitz_courses .coach-picks-cards {
    padding-right: 0.3px;
  }
}
@media screen and (max-width: 991px) {
  body.orientations-courses .coach-picks-cards, body.admin-customization-good_habitz_courses .coach-picks-cards {
    flex-direction: column;
    min-width: 330px;
  }
}
body.orientations-courses .coach-picks-long-card, body.admin-customization-good_habitz_courses .coach-picks-long-card {
  border-radius: 10px;
  display: flex;
  height: 100%;
}
body.orientations-courses .coach-picks-long-card:hover, body.orientations-courses .coach-picks-long-card:focus-within, body.admin-customization-good_habitz_courses .coach-picks-long-card:hover, body.admin-customization-good_habitz_courses .coach-picks-long-card:focus-within {
  box-shadow: 0 2px 10px #989393;
}
@media screen and (max-width: 1199px) {
  body.orientations-courses .coach-picks-long-card, body.admin-customization-good_habitz_courses .coach-picks-long-card {
    flex-direction: column;
  }
}
body.orientations-courses .coach-picks-long-image, body.admin-customization-good_habitz_courses .coach-picks-long-image {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  body.orientations-courses .coach-picks-long-image, body.admin-customization-good_habitz_courses .coach-picks-long-image {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }
}
body.orientations-courses .long-image-container, body.admin-customization-good_habitz_courses .long-image-container {
  flex: 2;
}
body.orientations-courses .coach-picks-long-text, body.admin-customization-good_habitz_courses .coach-picks-long-text {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px;
  flex: 1;
}
@media (min-width: 1199px) {
  body.orientations-courses .coach-picks-long-text, body.admin-customization-good_habitz_courses .coach-picks-long-text {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 1199px) {
  body.orientations-courses .coach-picks-long-text, body.admin-customization-good_habitz_courses .coach-picks-long-text {
    margin-top: -5px;
  }
  body.orientations-courses .coach-picks-long-text h3, body.admin-customization-good_habitz_courses .coach-picks-long-text h3 {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body.orientations-courses .coach-picks-long-text, body.admin-customization-good_habitz_courses .coach-picks-long-text {
    border-bottom-left-radius: 10px;
    width: 100%;
  }
}
body.orientations-courses .long-card-container, body.orientations-courses .coach-picks-small-card, body.admin-customization-good_habitz_courses .long-card-container, body.admin-customization-good_habitz_courses .coach-picks-small-card {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1504px) {
  body.orientations-courses .long-card-container, body.orientations-courses .coach-picks-small-card, body.admin-customization-good_habitz_courses .long-card-container, body.admin-customization-good_habitz_courses .coach-picks-small-card {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  body.orientations-courses .long-card-container, body.orientations-courses .coach-picks-small-card, body.admin-customization-good_habitz_courses .long-card-container, body.admin-customization-good_habitz_courses .coach-picks-small-card {
    width: 100%;
    max-width: 400px;
    min-width: 330px;
  }
}
@media (max-width: 568px) {
  body.orientations-courses .long-card-container, body.orientations-courses .coach-picks-small-card, body.admin-customization-good_habitz_courses .long-card-container, body.admin-customization-good_habitz_courses .coach-picks-small-card {
    width: 100%;
  }
}
body.orientations-courses .float-down, body.admin-customization-good_habitz_courses .float-down {
  position: absolute;
  bottom: 0;
}
body.orientations-courses .coach-picks-cards > .long-card-container, body.orientations-courses .coach-picks-cards > .coach-picks-small-card, body.admin-customization-good_habitz_courses .coach-picks-cards > .long-card-container, body.admin-customization-good_habitz_courses .coach-picks-cards > .coach-picks-small-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  body.orientations-courses .coach-picks-cards > .long-card-container, body.admin-customization-good_habitz_courses .coach-picks-cards > .long-card-container {
    padding-left: 0;
  }
}
body.orientations-courses .coach-picks-long-text, body.orientations-courses .coach-picks-text, body.admin-customization-good_habitz_courses .coach-picks-long-text, body.admin-customization-good_habitz_courses .coach-picks-text {
  background-image: linear-gradient(to right, #428E81, #1191BA);
}
body.orientations-courses .coach-picks-long-text h3, body.orientations-courses .coach-picks-text h3, body.admin-customization-good_habitz_courses .coach-picks-long-text h3, body.admin-customization-good_habitz_courses .coach-picks-text h3 {
  color: white;
  font-family: "gotham_boldregular";
}
body.orientations-courses .coach-picks-long-text p, body.orientations-courses .coach-picks-text p, body.admin-customization-good_habitz_courses .coach-picks-long-text p, body.admin-customization-good_habitz_courses .coach-picks-text p {
  color: white;
  font-size: small;
}
body.orientations-courses .coach-picks-long-text h3, body.orientations-courses .coach-picks-text h3, body.admin-customization-good_habitz_courses .coach-picks-long-text h3, body.admin-customization-good_habitz_courses .coach-picks-text h3 {
  color: white;
}
body.orientations-courses .flexbox-container, body.admin-customization-good_habitz_courses .flexbox-container {
  align-items: center;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
body.orientations-courses .flexbox-container:hover, body.orientations-courses .flexbox-container:focus-within, body.admin-customization-good_habitz_courses .flexbox-container:hover, body.admin-customization-good_habitz_courses .flexbox-container:focus-within {
  box-shadow: 0 2px 10px #989393;
}
body.orientations-courses .flexbox-container > div, body.admin-customization-good_habitz_courses .flexbox-container > div {
  width: 100%;
  flex: 1;
}
body.orientations-courses .coach-picks-image, body.admin-customization-good_habitz_courses .coach-picks-image {
  height: auto;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body.orientations-courses .form-row, body.admin-customization-good_habitz_courses .form-row {
  padding-left: 15px;
}
@media (min-width: 568px) and (max-width: 991px) {
  body.orientations-courses .form-row, body.admin-customization-good_habitz_courses .form-row {
    padding-left: 35px;
  }
}
body.orientations-courses .coach-picks-text, body.admin-customization-good_habitz_courses .coach-picks-text {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
  margin-top: -20px;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 991px) {
  body.orientations-courses .coach-picks-text > h3, body.admin-customization-good_habitz_courses .coach-picks-text > h3 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 991px) {
  body.orientations-courses .search_course_search_criteria_query, body.admin-customization-good_habitz_courses .search_course_search_criteria_query {
    padding-right: 25px;
  }
}
body.orientations-courses .search-results-body, body.admin-customization-good_habitz_courses .search-results-body {
  margin-top: 20px;
}
body.orientations-courses .search-results-body.certificates-row, body.admin-customization-good_habitz_courses .search-results-body.certificates-row {
  min-height: 190px;
}
body.orientations-courses .search-results-body .main-row, body.admin-customization-good_habitz_courses .search-results-body .main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
body.orientations-courses .search-results-body .main-row > [class*=col-], body.admin-customization-good_habitz_courses .search-results-body .main-row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  body.orientations-courses .search-results-body .results-col, body.admin-customization-good_habitz_courses .search-results-body .results-col {
    margin-left: auto;
    margin-right: auto;
  }
}
body.orientations-courses .search-results-body .results-col .no-results, body.admin-customization-good_habitz_courses .search-results-body .results-col .no-results {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.orientations-courses .search-results-body .search-result-item, body.admin-customization-good_habitz_courses .search-results-body .search-result-item {
  background: #FFF;
  position: relative;
  max-width: 300px;
  margin-bottom: 20px;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
}
body.orientations-courses .search-results-body .search-result-item:hover, body.orientations-courses .search-results-body .search-result-item:focus-within, body.admin-customization-good_habitz_courses .search-results-body .search-result-item:hover, body.admin-customization-good_habitz_courses .search-results-body .search-result-item:focus-within {
  box-shadow: 0 2px 10px #DDD;
}
body.orientations-courses .search-results-body .search-result-item.good-habitz-result, body.admin-customization-good_habitz_courses .search-results-body .search-result-item.good-habitz-result {
  box-shadow: 0 2px 10px #DDD;
}
body.orientations-courses .search-results-body .search-result-item.good-habitz-result .course-image, body.admin-customization-good_habitz_courses .search-results-body .search-result-item.good-habitz-result .course-image {
  height: 300px;
}
body.orientations-courses .search-results-body .search-result-item.good-habitz-result .course-image img, body.admin-customization-good_habitz_courses .search-results-body .search-result-item.good-habitz-result .course-image img {
  width: 100%;
}
body.orientations-courses .search-results-body .search-result-item.good-habitz-result .course-image.course-image-good-habitz, body.admin-customization-good_habitz_courses .search-results-body .search-result-item.good-habitz-result .course-image.course-image-good-habitz {
  height: 170px;
}
body.orientations-courses .search-results-body .search-result-item.good-habitz-result .course-image.course-image-good-habitz.certificate, body.admin-customization-good_habitz_courses .search-results-body .search-result-item.good-habitz-result .course-image.course-image-good-habitz.certificate {
  border-radius: 10px !important;
}
body.orientations-courses .search-results-body .search-result-item.good-habitz-result .course-description-good-habitz, body.admin-customization-good_habitz_courses .search-results-body .search-result-item.good-habitz-result .course-description-good-habitz {
  padding-bottom: 20px !important;
}
body.orientations-courses .search-results-body .search-result-item .course-access-type, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-access-type {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 7px 7px 10px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.orientations-courses .search-results-body .search-result-item .course-access-type.free, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-access-type.free {
  background: #08467c;
}
body.orientations-courses .search-results-body .search-result-item .course-access-type.paid, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-access-type.paid {
  background: #123f1c;
}
body.orientations-courses .search-results-body .search-result-item .course-image, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-image {
  border-top-right-radius: 10px;
  height: 225px;
  overflow: hidden;
}
body.orientations-courses .search-results-body .search-result-item .course-image img, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body.orientations-courses .search-results-body .search-result-item .course-content, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content {
  padding: 20px;
  margin-bottom: 10px;
}
body.orientations-courses .search-results-body .search-result-item .course-content .course-name, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .course-name {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18x;
}
body.orientations-courses .search-results-body .search-result-item .course-content .course-description, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .course-description {
  padding: 10px 0px 40px 0px;
  height: auto;
}
@media (max-width: 1200px) {
  body.orientations-courses .search-results-body .search-result-item .course-content .course-description, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .course-description {
    padding-bottom: 60px;
  }
}
body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row .learn-more, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row .learn-more {
  position: relative;
  padding-left: 20px;
  float: left;
  z-index: 2;
}
body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row .learn-more .btn-course, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row .learn-more .btn-course {
  background-color: #08467c;
  border-radius: 20px;
  color: #FFF;
}
body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row .learn-more .btn-course:focus, body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row .learn-more .btn-course:hover, body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row .learn-more .btn-course:active, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row .learn-more .btn-course:focus, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row .learn-more .btn-course:hover, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row .learn-more .btn-course:active {
  background: rgb(5.8363636364, 51.0681818182, 90.4636363636);
}
body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row .logo, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row .logo {
  position: relative;
  padding-right: 20px;
  float: right;
}
body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row .logo img, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row .logo img {
  margin-top: 10px;
  width: 100px;
}
body.orientations-courses .search-results-body .search-result-item .course-content .bottom-row .logo img.edx, body.admin-customization-good_habitz_courses .search-results-body .search-result-item .course-content .bottom-row .logo img.edx {
  width: auto;
  height: 30px;
}
body.orientations-courses .search-results-body .search-results-footer, body.orientations-courses .search-results-body #more-search-results, body.admin-customization-good_habitz_courses .search-results-body .search-results-footer, body.admin-customization-good_habitz_courses .search-results-body #more-search-results {
  margin-left: 15px !important;
}
body.orientations-courses.provider_list h2, body.orientations-courses.mindfulness_wellbeing h2, body.orientations-courses.essential_skills h2, body.admin-customization-good_habitz_courses.provider_list h2, body.admin-customization-good_habitz_courses.mindfulness_wellbeing h2, body.admin-customization-good_habitz_courses.essential_skills h2 {
  font-weight: bold;
  margin-top: 0;
}
body.orientations-courses.provider_list hr.intoo-blue-green, body.orientations-courses.mindfulness_wellbeing hr.intoo-blue-green, body.orientations-courses.essential_skills hr.intoo-blue-green, body.admin-customization-good_habitz_courses.provider_list hr.intoo-blue-green, body.admin-customization-good_habitz_courses.mindfulness_wellbeing hr.intoo-blue-green, body.admin-customization-good_habitz_courses.essential_skills hr.intoo-blue-green {
  border-radius: 4px;
  height: 6px;
  background-image: linear-gradient(to right, #75B21D, #118BD7);
}
body.orientations-courses.provider_list .course-image, body.orientations-courses.mindfulness_wellbeing .course-image, body.orientations-courses.essential_skills .course-image, body.admin-customization-good_habitz_courses.provider_list .course-image, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .course-image, body.admin-customization-good_habitz_courses.essential_skills .course-image {
  display: flex;
  align-items: center;
}
body.orientations-courses.provider_list .course-image .image-container, body.orientations-courses.mindfulness_wellbeing .course-image .image-container, body.orientations-courses.essential_skills .course-image .image-container, body.admin-customization-good_habitz_courses.provider_list .course-image .image-container, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .course-image .image-container, body.admin-customization-good_habitz_courses.essential_skills .course-image .image-container {
  position: relative;
}
body.orientations-courses.provider_list .course-image .image-container img, body.orientations-courses.mindfulness_wellbeing .course-image .image-container img, body.orientations-courses.essential_skills .course-image .image-container img, body.admin-customization-good_habitz_courses.provider_list .course-image .image-container img, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .course-image .image-container img, body.admin-customization-good_habitz_courses.essential_skills .course-image .image-container img {
  border-radius: 10px;
  width: 100%;
  max-width: 375px;
}
body.orientations-courses.provider_list a.course-link, body.orientations-courses.mindfulness_wellbeing a.course-link, body.orientations-courses.essential_skills a.course-link, body.admin-customization-good_habitz_courses.provider_list a.course-link, body.admin-customization-good_habitz_courses.mindfulness_wellbeing a.course-link, body.admin-customization-good_habitz_courses.essential_skills a.course-link {
  color: #005b94;
}
body.orientations-courses.provider_list .course-link + ul, body.orientations-courses.mindfulness_wellbeing .course-link + ul, body.orientations-courses.essential_skills .course-link + ul, body.admin-customization-good_habitz_courses.provider_list .course-link + ul, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .course-link + ul, body.admin-customization-good_habitz_courses.essential_skills .course-link + ul {
  margin-top: 8px;
}
body.orientations-courses.provider_list .course-link + ul li a, body.orientations-courses.mindfulness_wellbeing .course-link + ul li a, body.orientations-courses.essential_skills .course-link + ul li a, body.admin-customization-good_habitz_courses.provider_list .course-link + ul li a, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .course-link + ul li a, body.admin-customization-good_habitz_courses.essential_skills .course-link + ul li a {
  color: #005b94;
}
body.orientations-courses.mindfulness_wellbeing .mindefulness-description, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .mindefulness-description {
  display: flex;
}
@media screen and (max-width: 991px) {
  body.orientations-courses.mindfulness_wellbeing .mindefulness-description, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .mindefulness-description {
    flex-direction: column;
  }
}
body.orientations-courses.mindfulness_wellbeing .mindfulness-image, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .mindfulness-image {
  width: 150px;
  margin-right: 40px;
  border-radius: 10px;
}
body.orientations-courses.mindfulness_wellbeing .section-headers, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .section-headers {
  font-family: "gotham_boldregular";
}
body.orientations-courses.mindfulness_wellbeing .ted-talks-guided-meditation, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .ted-talks-guided-meditation {
  display: flex;
}
body.orientations-courses.mindfulness_wellbeing .meditation-section, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .meditation-section {
  margin-left: 30px;
}
body.orientations-courses.show .layout-content, body.orientations-courses.provider_list .layout-content, body.orientations-courses.mindfulness_wellbeing .layout-content, body.orientations-courses.essential_skills .layout-content, body.admin-customization-good_habitz_courses.show .layout-content, body.admin-customization-good_habitz_courses.provider_list .layout-content, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content, body.admin-customization-good_habitz_courses.essential_skills .layout-content {
  background: #FFF;
}
body.orientations-courses.show .layout-content .back-link, body.orientations-courses.provider_list .layout-content .back-link, body.orientations-courses.mindfulness_wellbeing .layout-content .back-link, body.orientations-courses.essential_skills .layout-content .back-link, body.admin-customization-good_habitz_courses.show .layout-content .back-link, body.admin-customization-good_habitz_courses.provider_list .layout-content .back-link, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .back-link, body.admin-customization-good_habitz_courses.essential_skills .layout-content .back-link {
  margin-bottom: 20px;
}
body.orientations-courses.show .layout-content .course-item, body.orientations-courses.provider_list .layout-content .course-item, body.orientations-courses.mindfulness_wellbeing .layout-content .course-item, body.orientations-courses.essential_skills .layout-content .course-item, body.admin-customization-good_habitz_courses.show .layout-content .course-item, body.admin-customization-good_habitz_courses.provider_list .layout-content .course-item, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .course-item, body.admin-customization-good_habitz_courses.essential_skills .layout-content .course-item {
  margin-bottom: 15px;
}
body.orientations-courses.show .layout-content .image-col .course-image .image-container, body.orientations-courses.provider_list .layout-content .image-col .course-image .image-container, body.orientations-courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container, body.orientations-courses.essential_skills .layout-content .image-col .course-image .image-container, body.admin-customization-good_habitz_courses.show .layout-content .image-col .course-image .image-container, body.admin-customization-good_habitz_courses.provider_list .layout-content .image-col .course-image .image-container, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container, body.admin-customization-good_habitz_courses.essential_skills .layout-content .image-col .course-image .image-container {
  position: relative;
}
body.orientations-courses.show .layout-content .image-col .course-image .image-container .course-access-type, body.orientations-courses.provider_list .layout-content .image-col .course-image .image-container .course-access-type, body.orientations-courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container .course-access-type, body.orientations-courses.essential_skills .layout-content .image-col .course-image .image-container .course-access-type, body.admin-customization-good_habitz_courses.show .layout-content .image-col .course-image .image-container .course-access-type, body.admin-customization-good_habitz_courses.provider_list .layout-content .image-col .course-image .image-container .course-access-type, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container .course-access-type, body.admin-customization-good_habitz_courses.essential_skills .layout-content .image-col .course-image .image-container .course-access-type {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 7px 7px 10px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.orientations-courses.show .layout-content .image-col .course-image .image-container .course-access-type.free, body.orientations-courses.provider_list .layout-content .image-col .course-image .image-container .course-access-type.free, body.orientations-courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container .course-access-type.free, body.orientations-courses.essential_skills .layout-content .image-col .course-image .image-container .course-access-type.free, body.admin-customization-good_habitz_courses.show .layout-content .image-col .course-image .image-container .course-access-type.free, body.admin-customization-good_habitz_courses.provider_list .layout-content .image-col .course-image .image-container .course-access-type.free, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container .course-access-type.free, body.admin-customization-good_habitz_courses.essential_skills .layout-content .image-col .course-image .image-container .course-access-type.free {
  background: #08467c;
}
body.orientations-courses.show .layout-content .image-col .course-image .image-container .course-access-type.paid, body.orientations-courses.provider_list .layout-content .image-col .course-image .image-container .course-access-type.paid, body.orientations-courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container .course-access-type.paid, body.orientations-courses.essential_skills .layout-content .image-col .course-image .image-container .course-access-type.paid, body.admin-customization-good_habitz_courses.show .layout-content .image-col .course-image .image-container .course-access-type.paid, body.admin-customization-good_habitz_courses.provider_list .layout-content .image-col .course-image .image-container .course-access-type.paid, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container .course-access-type.paid, body.admin-customization-good_habitz_courses.essential_skills .layout-content .image-col .course-image .image-container .course-access-type.paid {
  background: #B95E06;
}
body.orientations-courses.show .layout-content .image-col .course-image .image-container img, body.orientations-courses.provider_list .layout-content .image-col .course-image .image-container img, body.orientations-courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container img, body.orientations-courses.essential_skills .layout-content .image-col .course-image .image-container img, body.admin-customization-good_habitz_courses.show .layout-content .image-col .course-image .image-container img, body.admin-customization-good_habitz_courses.provider_list .layout-content .image-col .course-image .image-container img, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container img, body.admin-customization-good_habitz_courses.essential_skills .layout-content .image-col .course-image .image-container img {
  border-radius: 10px;
}
@media (min-width: 991px) {
  body.orientations-courses.show .layout-content .image-col .course-image .image-container img, body.orientations-courses.provider_list .layout-content .image-col .course-image .image-container img, body.orientations-courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container img, body.orientations-courses.essential_skills .layout-content .image-col .course-image .image-container img, body.admin-customization-good_habitz_courses.show .layout-content .image-col .course-image .image-container img, body.admin-customization-good_habitz_courses.provider_list .layout-content .image-col .course-image .image-container img, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .image-col .course-image .image-container img, body.admin-customization-good_habitz_courses.essential_skills .layout-content .image-col .course-image .image-container img {
    width: 100%;
    max-width: 300px;
  }
}
body.orientations-courses.show .layout-content .course-logo img, body.orientations-courses.provider_list .layout-content .course-logo img, body.orientations-courses.mindfulness_wellbeing .layout-content .course-logo img, body.orientations-courses.essential_skills .layout-content .course-logo img, body.admin-customization-good_habitz_courses.show .layout-content .course-logo img, body.admin-customization-good_habitz_courses.provider_list .layout-content .course-logo img, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .course-logo img, body.admin-customization-good_habitz_courses.essential_skills .layout-content .course-logo img {
  width: 150px;
}
body.orientations-courses.show .layout-content .course-name, body.orientations-courses.provider_list .layout-content .course-name, body.orientations-courses.mindfulness_wellbeing .layout-content .course-name, body.orientations-courses.essential_skills .layout-content .course-name, body.admin-customization-good_habitz_courses.show .layout-content .course-name, body.admin-customization-good_habitz_courses.provider_list .layout-content .course-name, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .course-name, body.admin-customization-good_habitz_courses.essential_skills .layout-content .course-name {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18px;
}
body.orientations-courses.show .layout-content .course-brand, body.orientations-courses.provider_list .layout-content .course-brand, body.orientations-courses.mindfulness_wellbeing .layout-content .course-brand, body.orientations-courses.essential_skills .layout-content .course-brand, body.admin-customization-good_habitz_courses.show .layout-content .course-brand, body.admin-customization-good_habitz_courses.provider_list .layout-content .course-brand, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .course-brand, body.admin-customization-good_habitz_courses.essential_skills .layout-content .course-brand {
  color: #333;
}
body.orientations-courses.show .layout-content .btn-course, body.orientations-courses.provider_list .layout-content .btn-course, body.orientations-courses.mindfulness_wellbeing .layout-content .btn-course, body.orientations-courses.essential_skills .layout-content .btn-course, body.admin-customization-good_habitz_courses.show .layout-content .btn-course, body.admin-customization-good_habitz_courses.provider_list .layout-content .btn-course, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .btn-course, body.admin-customization-good_habitz_courses.essential_skills .layout-content .btn-course {
  background-color: #08467c;
  border-radius: 20px;
  color: #FFF;
  font-size: 18px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  padding-left: 40px;
  padding-right: 40px;
}
body.orientations-courses.show .layout-content .btn-course:focus, body.orientations-courses.show .layout-content .btn-course:hover, body.orientations-courses.show .layout-content .btn-course:active, body.orientations-courses.provider_list .layout-content .btn-course:focus, body.orientations-courses.provider_list .layout-content .btn-course:hover, body.orientations-courses.provider_list .layout-content .btn-course:active, body.orientations-courses.mindfulness_wellbeing .layout-content .btn-course:focus, body.orientations-courses.mindfulness_wellbeing .layout-content .btn-course:hover, body.orientations-courses.mindfulness_wellbeing .layout-content .btn-course:active, body.orientations-courses.essential_skills .layout-content .btn-course:focus, body.orientations-courses.essential_skills .layout-content .btn-course:hover, body.orientations-courses.essential_skills .layout-content .btn-course:active, body.admin-customization-good_habitz_courses.show .layout-content .btn-course:focus, body.admin-customization-good_habitz_courses.show .layout-content .btn-course:hover, body.admin-customization-good_habitz_courses.show .layout-content .btn-course:active, body.admin-customization-good_habitz_courses.provider_list .layout-content .btn-course:focus, body.admin-customization-good_habitz_courses.provider_list .layout-content .btn-course:hover, body.admin-customization-good_habitz_courses.provider_list .layout-content .btn-course:active, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .btn-course:focus, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .btn-course:hover, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .btn-course:active, body.admin-customization-good_habitz_courses.essential_skills .layout-content .btn-course:focus, body.admin-customization-good_habitz_courses.essential_skills .layout-content .btn-course:hover, body.admin-customization-good_habitz_courses.essential_skills .layout-content .btn-course:active {
  background: rgb(5.8363636364, 51.0681818182, 90.4636363636);
}
body.orientations-courses.show .layout-content .cost-text, body.orientations-courses.provider_list .layout-content .cost-text, body.orientations-courses.mindfulness_wellbeing .layout-content .cost-text, body.orientations-courses.essential_skills .layout-content .cost-text, body.admin-customization-good_habitz_courses.show .layout-content .cost-text, body.admin-customization-good_habitz_courses.provider_list .layout-content .cost-text, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .cost-text, body.admin-customization-good_habitz_courses.essential_skills .layout-content .cost-text {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-weight: 900;
}
body.orientations-courses.show .layout-content .cost-text.free-text, body.orientations-courses.provider_list .layout-content .cost-text.free-text, body.orientations-courses.mindfulness_wellbeing .layout-content .cost-text.free-text, body.orientations-courses.essential_skills .layout-content .cost-text.free-text, body.admin-customization-good_habitz_courses.show .layout-content .cost-text.free-text, body.admin-customization-good_habitz_courses.provider_list .layout-content .cost-text.free-text, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .cost-text.free-text, body.admin-customization-good_habitz_courses.essential_skills .layout-content .cost-text.free-text {
  color: #08467c;
}
body.orientations-courses.show .layout-content .cost-text.paid-text, body.orientations-courses.provider_list .layout-content .cost-text.paid-text, body.orientations-courses.mindfulness_wellbeing .layout-content .cost-text.paid-text, body.orientations-courses.essential_skills .layout-content .cost-text.paid-text, body.admin-customization-good_habitz_courses.show .layout-content .cost-text.paid-text, body.admin-customization-good_habitz_courses.provider_list .layout-content .cost-text.paid-text, body.admin-customization-good_habitz_courses.mindfulness_wellbeing .layout-content .cost-text.paid-text, body.admin-customization-good_habitz_courses.essential_skills .layout-content .cost-text.paid-text {
  color: #1c6f29;
}
body.orientations-courses.essential_skills .essential-skills-description, body.admin-customization-good_habitz_courses.essential_skills .essential-skills-description {
  display: flex;
}
@media screen and (max-width: 991px) {
  body.orientations-courses.essential_skills .essential-skills-description, body.admin-customization-good_habitz_courses.essential_skills .essential-skills-description {
    flex-direction: column;
  }
}
body.orientations-courses.essential_skills .coach-image, body.admin-customization-good_habitz_courses.essential_skills .coach-image {
  width: 150px;
  margin-right: 40px;
  border-radius: 10px;
}
body.orientations-courses.essential_skills .section-headers, body.admin-customization-good_habitz_courses.essential_skills .section-headers {
  font-family: "gotham_boldregular";
}

body.orientations-talentguide .layout-content {
  margin-left: auto;
}
body.orientations-talentguide .content-row {
  margin: 20px 0px;
}
body.orientations-talentguide .talentguide-logo {
  height: 50px;
}
body.orientations-talentguide .talentguide-tagline {
  color: #8355ff;
  text-transform: uppercase;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.orientations-talentguide .talentguide-header {
  font-size: 18px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.orientations-talentguide .btn-row {
  text-align: center;
}
body.orientations-talentguide .btn-row .btn-talentguide {
  margin-bottom: 10px;
}
body.orientations-talentguide .talentguide-bg {
  height: 415px;
}
@media (min-width: 568px) {
  body.orientations-talentguide .talentguide-bg {
    margin-top: -15px;
    margin-left: -100px;
  }
}

.webinar-nav-tabs {
  padding-inline-start: 0px !important;
  border-bottom: solid 1px #333;
}
.webinar-nav-tabs li {
  text-align: center;
  width: 50%;
}
.webinar-nav-tabs li.active {
  border-bottom: solid 4px #08467c !important;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif !important;
}
.webinar-nav-tabs li.active a {
  border: 0px !important;
}
.webinar-nav-tabs li a {
  color: #333 !important;
  font-size: 20px !important;
}
.webinar-nav-tabs li a:hover, .webinar-nav-tabs li a:focus, .webinar-nav-tabs li a:active {
  background: #FFF !important;
  border: 0px !important;
}

.event-item:hover, .event-item:focus-within {
  border: solid 2px #08467c;
}

@media (max-width: 568px) {
  .webinar-calendar {
    display: none;
  }
}
.webinar-calendar .panel-heading {
  padding-top: 0px;
}
.webinar-calendar .table {
  border: solid 1px #DDD;
  border-spacing: 0;
  border-collapse: separate;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.webinar-calendar .table th {
  background: #08467c;
  color: #FFF;
  text-transform: uppercase !important;
}
.webinar-calendar .table th:first-of-type {
  border-top-left-radius: 10px;
}
.webinar-calendar .table th:last-of-type {
  border-top-right-radius: 10px;
}
.webinar-calendar .table .calendar-entry:not(:first-of-type) {
  border-top: solid 1px #DDD !important;
  padding-top: 6px !important;
  margin-top: 6px !important;
}

.research-sections {
  padding: 15px 0 50px;
  max-width: 940px;
  margin: 0 auto;
}
.research-sections .row-fluid > div {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.research-sections .row-fluid > div .status {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 1px #000;
}
.research-sections .row-fluid > div .status i {
  position: relative;
  top: 1px;
}
.research-sections .row-fluid > div .status.in-progress {
  color: #1c6f29;
}
.research-sections .row-fluid > div .status.incomplete {
  color: #CCC;
}
.research-sections .row-fluid > div .status.complete {
  color: #FFF;
}
.research-sections .row-fluid > div .front, .research-sections .row-fluid > div .back {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
  background: #777;
  color: #FFF;
  text-align: center;
  height: 200px;
  border-radius: 10px;
}
.research-sections .row-fluid > div .front {
  padding-top: 70px;
}
.research-sections .row-fluid > div .front img {
  width: 100px;
}
.research-sections .row-fluid > div .front h3 {
  margin: 10px 0;
  line-height: 1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.research-sections .row-fluid > div .back {
  background: #222;
  background: rgba(0, 0, 0, 0.2);
  height: 200px;
}
.research-sections .row-fluid > div .back h3 {
  margin: 24px 0 10px;
}
.research-sections .row-fluid > div .back p {
  font-size: 12px;
  margin: 0 15px 10px;
}
.research-sections .row-fluid > div .back .btn-cta {
  margin-bottom: 15px;
}
.research-sections .row-fluid > div:hover .back, .research-sections .row-fluid > div:focus .back {
  height: 200px;
}
.research-sections .row-fluid > div.people-search .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.company-search .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/company_search.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.manage-contacts .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/manage_contacts.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.manage-companies .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/manage_companies.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.biz-info .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/business_info.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.deloitte-people .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.recruiter-search .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/recruiter_search.jpg) no-repeat scroll center top;
  background-size: cover;
}

body.network_research-network.index .social-media-profile .row {
  width: 400px;
  padding-left: 16px;
  margin: 0 auto;
}
@media (max-width: 568px) {
  body.network_research-network.index .social-media-profile .row {
    width: 260px;
  }
}
body.network_research-network.index .social-media-profile .row > div {
  padding-left: 50px;
  position: relative;
}
body.network_research-network.index .social-media-profile .row > div img {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 568px) {
  body.network_research-network.index .social-media-profile .row > div img {
    bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  body.network_research-network.index .social-media-profile .row > div img {
    bottom: 0;
  }
}
body.network_research-network.index .social-media-profile-deloitte .row {
  padding-left: 16px;
}
@media (max-width: 568px) {
  body.network_research-network.index .social-media-profile-deloitte .row {
    width: 260px;
  }
}
body.network_research-network.index .social-media-profile-deloitte .row > div {
  padding-left: 50px;
  position: relative;
}
body.network_research-network.index .social-media-profile-deloitte .row > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
body.network_research-network.index .row.actions > div {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #DDD;
}
body.network_research-network.index .row.actions-networking > div {
  padding-bottom: 30px;
}
body.network_research-network.index .border-box {
  border: 1px solid #ddd;
  position: relative;
  padding: 40px 40px 40px 210px;
}
body.network_research-network.index .border-box-left {
  position: absolute;
  top: 0;
  left: 0;
}
body.network_research-network.index hr {
  margin-left: -20px;
  margin-right: -20px;
  color: #ddd;
  height: 1px;
}

.contacts-list {
  margin-top: 35px;
}
.contacts-list.italy-contacts-list td, .contacts-list.italy-contacts-list th {
  text-align: center;
}
.contacts-list.italy-contacts-list th.conessioni {
  background-color: #9bba59 !important;
}
.contacts-list.italy-contacts-list th.risultato {
  background-color: #4bacc6 !important;
}
.contacts-list.italy-contacts-list th.future {
  background-color: #ffbf00 !important;
}
@media (max-width: 991px) {
  .contacts-list {
    table-layout: fixed;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contacts-list .email {
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .contacts-list .phone, .contacts-list .location {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.contacts-list thead tr th {
  background: #08467c;
  color: #FFF;
  border: 0;
}
.contacts-list tr td.name a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.contacts-list tr td.name a:hover, .contacts-list tr td.name a:focus {
  text-decoration: none;
}
.contacts-list tr td.actions {
  padding-right: 16px;
}
@media (max-width: 320px) {
  .contacts-list tr td.actions {
    padding-right: 8px;
  }
}
.contacts-list tr td.actions a {
  color: #777;
}

body.network_research-company_search.new .company-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/company_search/form_bg.png) no-repeat scroll top left;
  background-size: 180px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.network_research-company_search.new .company-search-form {
    background: #FFF;
  }
}
body.network_research-company_search.new .company-search-form .simple-search .form-group,
body.network_research-company_search.new .company-search-form .advanced-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.network_research-company_search.new .company-search-form .expand-collapse .expand-collapse-trigger .divider-text {
  display: block;
}
body.network_research-company_search.new .company-search-form .expand-collapse .expand-collapse-trigger .divider-text span {
  background: #FFF;
}
body.network_research-company_search.new .company-search-form .expand-collapse .expand-collapse-trigger .divider-text .more-text {
  display: inline-block;
}
body.network_research-company_search.new .company-search-form .expand-collapse .expand-collapse-trigger .divider-text .less-text {
  display: none;
}
body.network_research-company_search.new .company-search-form .expand-collapse.expanded .divider-text .less-text {
  display: inline-block;
}
body.network_research-company_search.new .company-search-form .expand-collapse.expanded .divider-text .more-text {
  display: none;
}
body.network_research-company_search.new .company-search-form .advanced-search {
  padding-bottom: 20px;
}

body.network_research-company_search.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-company_search.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.network_research-company_search.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.network_research-company_search.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.network_research-company_search.index .page-hdr {
    min-height: 10px;
  }
}
body.network_research-company_search.index .pagination-btn {
  border-radius: 2px;
  background: #EEE;
  border-color: #BBB;
  color: #777;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
}
body.network_research-company_search.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-company_search.index .search-results {
    padding-right: 0px;
  }
}
body.network_research-company_search.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.network_research-company_search.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.network_research-company_search.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.network_research-company_search.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.network_research-company_search.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.network_research-company_search.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.network_research-company_search.index .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-company_search.index .search-results .search-results-body .job-alerts-prompt {
  border-bottom: solid 1px #DDD;
  line-height: 49px;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
body.network_research-company_search.index .search-results .search-results-body .job-alerts-prompt .btn-primary {
  height: 49px;
  line-height: 49px;
  margin-left: 3px;
  padding: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
@media (max-width: 1024px) {
  body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons {
    display: block;
    width: 10%;
    text-align: right;
  }
}
@media (max-width: 991px) {
  body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons {
    display: block;
    width: 17%;
    text-align: right;
  }
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons .hq-icon i {
  color: #FEC502;
  font-size: 1.3em;
  font-weight: bold;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  body.network_research-company_search.index .search-results .search-results-body .search-result-item h2 {
    display: block;
    width: 90%;
  }
}
@media (max-width: 991px) {
  body.network_research-company_search.index .search-results .search-results-body .search-result-item h2 {
    display: block;
    width: 83%;
  }
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .company-info td {
  font-size: 12px;
  vertical-align: top;
  padding-right: 15px;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item:hover, body.network_research-company_search.index .search-results .search-results-body .search-result-item:focus, body.network_research-company_search.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item:hover h2 a, body.network_research-company_search.index .search-results .search-results-body .search-result-item:focus h2 a, body.network_research-company_search.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.network_research-company_search.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.network_research-company_search.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.network_research-company_search.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.network_research-company_search.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

body.network_research-company_search.show .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-company_search.show .page-hdr {
  min-height: 97px;
  margin: 0;
}
@media (max-width: 991px) {
  body.network_research-company_search.show .page-hdr {
    min-height: 30px;
  }
}
body.network_research-company_search.show .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
body.network_research-company_search.show .search-detail {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail {
    padding-right: 0px;
  }
}
body.network_research-company_search.show .search-detail .search-detail-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr {
  background: #F7F7F7;
  min-height: 99px;
  border: solid 1px #DDD;
  border-width: 1px 0;
  position: relative;
  padding: 30px 30px 0;
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr {
    padding: 30px 15px 0;
  }
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn:hover, body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn:focus, body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn:active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn.btn-selected {
  background: #1c6f29 !important;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr h2 {
  margin: 0;
  text-transform: uppercase;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section {
  padding: 30px;
  border-bottom: solid 1px #DDD;
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section {
    padding: 15px;
  }
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section .company-properties td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section .description_truncate {
  max-height: 80px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section .description_truncate {
    max-height: 100px;
  }
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section .description_truncate {
    max-height: 140px;
  }
}
body.network_research-company_search.show .search-detail .search-detail-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  border-top: solid 1px #DDD;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .search-detail-section {
  padding: 30px 30px 0;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .hq-icon i {
  color: #FEC502;
  font-weight: bold;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .directions {
  text-align: center;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .directions .btn {
  background: #777;
  color: #FFF;
}
body.network_research-company_search.show .search-detail .company-competitor-item h3 {
  margin: 0 0 20px !important;
  line-height: 1.1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.network_research-company_search.show .search-detail .company-competitor-item h3 .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-company_search.show .search-detail .opportunity {
  margin-bottom: 20px;
}
body.network_research-company_search.show .search-detail .opportunity h3 {
  margin: 0 !important;
  line-height: 1.1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
body.network_research-company_search.show .search-detail .company-person-item {
  position: relative;
  min-height: 60px;
}
body.network_research-company_search.show .search-detail .company-person-item h3 {
  padding-right: 150px;
  margin: 0px !important;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail .company-person-item h3 {
    padding-right: 0px;
  }
}
body.network_research-company_search.show .search-detail .company-person-item h3 a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.network_research-company_search.show .search-detail .company-person-item h3 span {
  font-size: 14px;
}
body.network_research-company_search.show .search-detail .company-person-item .btn {
  background: #08467c;
  position: absolute;
  border: none;
  right: 0;
  top: 0;
}
body.network_research-company_search.show .search-detail .company-person-item .btn:hover, body.network_research-company_search.show .search-detail .company-person-item .btn:focus, body.network_research-company_search.show .search-detail .company-person-item .btn:active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-company_search.show .search-detail .company-person-item .btn.btn-selected {
  background: #1c6f29 !important;
}

body.network_research-people_search.new .people-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search/form_bg.png) no-repeat scroll top left;
  background-size: 180px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.network_research-people_search.new .people-search-form {
    background: #FFF;
  }
}
body.network_research-people_search.new .people-search-form .simple-search .form-group,
body.network_research-people_search.new .people-search-form .advanced-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.network_research-people_search.new .people-search-form .expand-collapse .expand-collapse-trigger .divider-text {
  display: block;
}
body.network_research-people_search.new .people-search-form .expand-collapse .expand-collapse-trigger .divider-text span {
  background: #FFF;
}
body.network_research-people_search.new .people-search-form .expand-collapse .expand-collapse-trigger .divider-text .more-text {
  display: inline-block;
}
body.network_research-people_search.new .people-search-form .expand-collapse .expand-collapse-trigger .divider-text .less-text {
  display: none;
}
body.network_research-people_search.new .people-search-form .expand-collapse.expanded .divider-text .less-text {
  display: inline-block;
}
body.network_research-people_search.new .people-search-form .expand-collapse.expanded .divider-text .more-text {
  display: none;
}
body.network_research-people_search.new .people-search-form .advanced-search {
  padding-bottom: 20px;
}

body.network_research-people_search.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-people_search.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.network_research-people_search.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.network_research-people_search.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.network_research-people_search.index .page-hdr {
    min-height: 10px;
  }
}
body.network_research-people_search.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-people_search.index .search-results {
    padding-right: 0px;
  }
}
body.network_research-people_search.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.network_research-people_search.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.network_research-people_search.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.network_research-people_search.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.network_research-people_search.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.network_research-people_search.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.network_research-people_search.index .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-people_search.index .search-results .search-results-body .job-alerts-prompt {
  border-bottom: solid 1px #DDD;
  line-height: 49px;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
body.network_research-people_search.index .search-results .search-results-body .job-alerts-prompt .btn-primary {
  height: 49px;
  line-height: 49px;
  margin-left: 3px;
  padding: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-success {
  background: #08467c;
  border: none;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-success:hover, body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-success:focus, body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-success:active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-selected {
  background: #1c6f29 !important;
  border: none;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .hq-icon i {
  color: #FEC502;
  font-size: 1.3em;
  font-weight: bold;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .people-info td {
  font-size: 12px;
  vertical-align: top;
  padding-right: 15px;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item:hover, body.network_research-people_search.index .search-results .search-results-body .search-result-item:focus, body.network_research-people_search.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item:hover h2 a, body.network_research-people_search.index .search-results .search-results-body .search-result-item:focus h2 a, body.network_research-people_search.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.network_research-people_search.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.network_research-people_search.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.network_research-people_search.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.network_research-people_search.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

body.network_research-people_search.show .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-people_search.show .page-hdr {
  min-height: 97px;
  margin: 0;
}
body.network_research-people_search.show .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
body.network_research-people_search.show .search-detail {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-people_search.show .search-detail {
    padding-right: 0px;
  }
}
body.network_research-people_search.show .search-detail .search-detail-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr {
  background: #F7F7F7;
  min-height: 99px;
  border: solid 1px #DDD;
  border-width: 1px 0;
  position: relative;
  padding: 30px 30px 0;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn-success {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn:hover, body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn:focus, body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn:active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn.btn-selected {
  background: #1c6f29 !important;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr h2 {
  margin: 0;
  text-transform: uppercase;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section {
  padding: 30px;
  border-bottom: solid 1px #DDD;
}
@media (max-width: 568px) {
  body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section {
    padding: 15px;
  }
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions) {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions):hover, body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions):focus, body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions):active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions).btn-selected {
  background: #1c6f29 !important;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .people-properties td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  border-top: solid 1px #DDD;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .search-detail-section {
  padding: 30px 30px 0;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .hq-icon i {
  color: #FEC502;
  font-weight: bold;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .directions {
  text-align: center;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .directions .btn {
  background: #777;
  color: #FFF;
}
body.network_research-people_search.show .search-detail .company-competitor-item h3 {
  margin: 0 0 20px !important;
  line-height: 1.1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.network_research-people_search.show .search-detail .company-competitor-item h3 .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-people_search.show .search-detail .opportunity {
  margin-bottom: 20px;
}
body.network_research-people_search.show .search-detail .opportunity h3 {
  margin: 0 !important;
  line-height: 1.1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
body.network_research-people_search.show .search-detail .company-person-item {
  position: relative;
  min-height: 60px;
}
body.network_research-people_search.show .search-detail .company-person-item h3 {
  padding-right: 150px;
  margin: 0px !important;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 568px) {
  body.network_research-people_search.show .search-detail .company-person-item h3 {
    padding-right: 0px;
  }
}
body.network_research-people_search.show .search-detail .company-person-item h3 a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.network_research-people_search.show .search-detail .company-person-item h3 span {
  font-size: 14px;
}
body.network_research-people_search.show .search-detail .company-person-item .btn-success {
  background: #08467c;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
body.network_research-people_search.show .search-detail .company-person-item .btn {
  position: absolute;
  right: 0;
  top: 0;
}
body.network_research-people_search.show .search-detail .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}

body.network_research-business_search.new .page-hdr, body.network_research-business_search.show .page-hdr {
  min-height: 98px;
}
body.network_research-business_search.new .page-hdr h1, body.network_research-business_search.show .page-hdr h1 {
  padding-top: 30px;
  margin: 0 0 10px;
}
@media (max-width: 568px) {
  body.network_research-business_search.new .page-hdr h1, body.network_research-business_search.show .page-hdr h1 {
    font-size: 18px !important;
    padding-top: 0px;
  }
}
@media (max-width: 568px) {
  body.network_research-business_search.new .page-hdr, body.network_research-business_search.show .page-hdr {
    min-height: 10px;
  }
}
body.network_research-business_search.new .search-types, body.network_research-business_search.show .search-types {
  padding: 15px 30px;
  margin: 10px -50px 40px;
  border: solid 1px #DDD;
  border-width: 1px 0;
  text-align: center;
}
@media (max-width: 991px) {
  body.network_research-business_search.new .search-types, body.network_research-business_search.show .search-types {
    margin: 10px -30px 40px;
  }
}
body.network_research-business_search.new .search-types h4, body.network_research-business_search.show .search-types h4 {
  margin: 0;
  font-size: 11px;
  line-height: 1.1em;
  min-height: 25px;
}
body.network_research-business_search.new .search-types .search-type, body.network_research-business_search.show .search-types .search-type {
  cursor: pointer;
  padding-bottom: 20px;
}
body.network_research-business_search.new .search-types .search-type .icon_on, body.network_research-business_search.show .search-types .search-type .icon_on {
  display: none;
}
body.network_research-business_search.new .search-types .search-type:hover img, body.network_research-business_search.new .search-types .search-type:focus img, body.network_research-business_search.show .search-types .search-type:hover img, body.network_research-business_search.show .search-types .search-type:focus img {
  display: none;
}
body.network_research-business_search.new .search-types .search-type:hover .icon_on, body.network_research-business_search.new .search-types .search-type:focus .icon_on, body.network_research-business_search.show .search-types .search-type:hover .icon_on, body.network_research-business_search.show .search-types .search-type:focus .icon_on {
  display: inline-block;
}
body.network_research-business_search.new .search-types p, body.network_research-business_search.show .search-types p {
  margin-bottom: 5px;
}
body.network_research-business_search.new .search-types .desc, body.network_research-business_search.show .search-types .desc {
  display: none;
}
body.network_research-business_search.new .search-types .desc.desc-default, body.network_research-business_search.show .search-types .desc.desc-default {
  display: block;
}
body.network_research-business_search.new .search-types.selected-type-1 .desc-default, body.network_research-business_search.show .search-types.selected-type-1 .desc-default {
  display: none;
}
body.network_research-business_search.new .search-types.selected-type-1 .desc-association, body.network_research-business_search.show .search-types.selected-type-1 .desc-association {
  display: block;
}
body.network_research-business_search.new .search-types.selected-type-2 .desc-default, body.network_research-business_search.show .search-types.selected-type-2 .desc-default {
  display: none;
}
body.network_research-business_search.new .search-types.selected-type-2 .desc-newsletter, body.network_research-business_search.show .search-types.selected-type-2 .desc-newsletter {
  display: block;
}
body.network_research-business_search.new .search-types.selected-type-3 .desc-default, body.network_research-business_search.show .search-types.selected-type-3 .desc-default {
  display: none;
}
body.network_research-business_search.new .search-types.selected-type-3 .desc-magazine, body.network_research-business_search.show .search-types.selected-type-3 .desc-magazine {
  display: block;
}
body.network_research-business_search.new .search-types.selected-type-4 .desc-default, body.network_research-business_search.show .search-types.selected-type-4 .desc-default {
  display: none;
}
body.network_research-business_search.new .search-types.selected-type-4 .desc-tradeshow, body.network_research-business_search.show .search-types.selected-type-4 .desc-tradeshow {
  display: block;
}
body.network_research-business_search.new .search-types.selected-type-5 .desc-default, body.network_research-business_search.show .search-types.selected-type-5 .desc-default {
  display: none;
}
body.network_research-business_search.new .search-types.selected-type-5 .desc-database, body.network_research-business_search.show .search-types.selected-type-5 .desc-database {
  display: block;
}
body.network_research-business_search.new .search-types.selected-type-6 .desc-default, body.network_research-business_search.show .search-types.selected-type-6 .desc-default {
  display: none;
}
body.network_research-business_search.new .search-types.selected-type-6 .desc-website, body.network_research-business_search.show .search-types.selected-type-6 .desc-website {
  display: block;
}
body.network_research-business_search.new .business-search-form, body.network_research-business_search.show .business-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/company_search/form_bg.png) no-repeat scroll top left;
  background-size: 180px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.network_research-business_search.new .business-search-form, body.network_research-business_search.show .business-search-form {
    background: #FFF;
  }
}
body.network_research-business_search.new .business-search-form .simple-search .form-group, body.network_research-business_search.show .business-search-form .simple-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}

body.network_research-business_search.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-business_search.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.network_research-business_search.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.network_research-business_search.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.network_research-business_search.index .page-hdr {
    min-height: 10px;
  }
}
body.network_research-business_search.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-business_search.index .search-results {
    padding-right: 0px;
  }
}
body.network_research-business_search.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.network_research-business_search.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.network_research-business_search.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.network_research-business_search.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.network_research-business_search.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.network_research-business_search.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.network_research-business_search.index .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-business_search.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.network_research-business_search.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
body.network_research-business_search.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
body.network_research-business_search.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.network_research-business_search.index .search-results .search-results-body .search-result-item:hover, body.network_research-business_search.index .search-results .search-results-body .search-result-item:focus, body.network_research-business_search.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.network_research-business_search.index .search-results .search-results-body .search-result-item:hover h2 a, body.network_research-business_search.index .search-results .search-results-body .search-result-item:focus h2 a, body.network_research-business_search.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.network_research-business_search.index .search-results .search-results-body .search-result-item .entry-info td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}
body.network_research-business_search.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.network_research-business_search.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.network_research-business_search.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.network_research-business_search.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

body.network_research-business_search.show .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-business_search.show .page-hdr {
  min-height: 97px;
  margin: 0;
}
body.network_research-business_search.show .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
body.network_research-business_search.show .search-detail {
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-business_search.show .search-detail {
    padding-right: 0px;
  }
}
body.network_research-business_search.show .search-detail .search-detail-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-business_search.show .search-detail .search-detail-body .search-detail-hdr {
  background: #F7F7F7;
  min-height: 99px;
  border: solid 1px #DDD;
  border-width: 1px 0;
  position: relative;
  padding: 30px 30px 0;
}
body.network_research-business_search.show .search-detail .search-detail-body .search-detail-hdr .btn-success {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
}
body.network_research-business_search.show .search-detail .search-detail-body .search-detail-hdr h2 {
  margin: 0;
  text-transform: uppercase;
}
body.network_research-business_search.show .search-detail .search-detail-body .search-detail-section {
  padding: 30px;
  border-bottom: solid 1px #DDD;
}
@media (max-width: 568px) {
  body.network_research-business_search.show .search-detail .search-detail-body .search-detail-section {
    padding: 15px;
  }
}
body.network_research-business_search.show .search-detail .search-detail-body .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-business_search.show .search-detail .search-detail-body .search-detail-section .entry-info td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}

body.network_research-recruiter_search.new .recruiter-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search/form_bg.png) no-repeat scroll top left;
  background-size: 170px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.network_research-recruiter_search.new .recruiter-search-form {
    background: #FFF;
  }
}
body.network_research-recruiter_search.new .recruiter-search-form .simple-search .form-group,
body.network_research-recruiter_search.new .recruiter-search-form .advanced-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse .expand-collapse-trigger .divider-text {
  display: block;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse .expand-collapse-trigger .divider-text span {
  background: #FFF;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse .expand-collapse-trigger .divider-text .more-text {
  display: inline-block;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse .expand-collapse-trigger .divider-text .less-text {
  display: none;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse.expanded .divider-text .less-text {
  display: inline-block;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse.expanded .divider-text .more-text {
  display: none;
}
body.network_research-recruiter_search.new .recruiter-search-form .advanced-search {
  padding-bottom: 20px;
}

body.network_research-recruiter_search.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-recruiter_search.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.network_research-recruiter_search.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.network_research-recruiter_search.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.network_research-recruiter_search.index .page-hdr {
    min-height: 10px;
  }
}
body.network_research-recruiter_search.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-recruiter_search.index .search-results {
    padding-right: 0px;
  }
}
body.network_research-recruiter_search.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.network_research-recruiter_search.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.network_research-recruiter_search.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.network_research-recruiter_search.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.network_research-recruiter_search.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.network_research-recruiter_search.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.network_research-recruiter_search.index .search-results .search-results-body {
  min-height: 800px;
}
body.network_research-recruiter_search.index .search-results .search-results-body:not(.deloitte-cn) {
  border-right: solid 1px #DDD;
}
body.network_research-recruiter_search.index .search-results .search-results-body .job-alerts-prompt {
  border-bottom: solid 1px #DDD;
  line-height: 49px;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
body.network_research-recruiter_search.index .search-results .search-results-body .job-alerts-prompt .btn-primary {
  height: 49px;
  line-height: 49px;
  margin-left: 3px;
  padding: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .icons .hq-icon i {
  color: #FEC502;
  font-size: 1.3em;
  font-weight: bold;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .icons .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .recruiter-info td {
  font-size: 12px;
  vertical-align: top;
  padding-right: 15px;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item:hover, body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item:focus, body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item:hover h2 a, body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item:focus h2 a, body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .hide-details {
  display: none;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.network_research-recruiter_search.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.network_research-recruiter_search.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.network_research-recruiter_search.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

@media (max-width: 991px) {
  .network_research-contacts .modal-content, .network_research-companies .modal-content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.province-section {
  margin: 40px 0;
}
.province-section h2 {
  margin: 0 0 15px;
  line-height: 1em;
}
.province-section ul {
  margin: 0;
  padding: 0;
}
.province-section ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.province-section ul li a {
  display: block;
  width: 280px;
  height: 100px;
  position: relative;
  background: #eee;
  color: #777;
  border: 4px solid #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 2px 10px #ccc;
  -webkit-box-shadow: 0 2px 10px #ccc;
  box-shadow: 0 2px 10px #ccc;
}
.province-section ul li a h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 50px;
  margin: 0;
  margin-top: -15px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1em;
}
.province-section ul li a h4 span {
  display: block;
  font-size: 12px;
}
.province-section ul li a:hover, .province-section ul li a:focus {
  background: rgb(225.25, 225.25, 225.25);
  color: #333;
}

.xing-icon {
  border: 1px solid #CCC;
}

.companies-contacts-pdf {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container {
  page-break-inside: avoid;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container a {
  color: #08467c;
  text-decoration: none !important;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:hover, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:active, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:focus {
  color: #0f87f0;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:hover, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:active, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:focus, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:visited, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:link {
  text-decoration: none;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container .companies-contacts-info {
  margin-left: 80px;
  margin-right: 80px;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container .companies-contacts-info .companies-contacts-details {
  margin-top: 30px;
  margin-left: 50px;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container .companies-contacts-info .companies-contacts-details p:not(.companies-contacts-header) {
  margin-top: -15px;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container .companies-contacts-spacer {
  height: 20px;
  margin-left: -10px;
  width: 110%;
  background: #e7f1da;
}

.research-sections {
  padding: 15px 0 50px;
  max-width: 940px;
  margin: 0 auto;
}
.research-sections .row-fluid > div {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.research-sections .row-fluid > div .status {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 1px #000;
}
.research-sections .row-fluid > div .status i {
  position: relative;
  top: 1px;
}
.research-sections .row-fluid > div .status.in-progress {
  color: #1c6f29;
}
.research-sections .row-fluid > div .status.incomplete {
  color: #CCC;
}
.research-sections .row-fluid > div .status.complete {
  color: #FFF;
}
.research-sections .row-fluid > div .front, .research-sections .row-fluid > div .back {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
  background: #777;
  color: #FFF;
  text-align: center;
  height: 200px;
}
.research-sections .row-fluid > div .front {
  padding-top: 70px;
}
.research-sections .row-fluid > div .front img {
  width: 100px;
}
.research-sections .row-fluid > div .front h3 {
  margin: 10px 0;
  line-height: 1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.research-sections .row-fluid > div .back {
  background: #222;
  background: rgba(0, 0, 0, 0);
  height: 200px;
}
.research-sections .row-fluid > div .back h3 {
  margin: 24px 0 10px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.research-sections .row-fluid > div .back p {
  font-size: 12px;
  margin: 0 15px 10px;
  font-family: "gotham_bookregular", Arial, Helvetica, sans-serif;
}
.research-sections .row-fluid > div .back .btn-primary {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.research-sections .row-fluid > div .back .btn-cta {
  margin-bottom: 15px;
}
.research-sections .row-fluid > div:hover .back, .research-sections .row-fluid > div:focus .back {
  height: 200px;
}
.research-sections .row-fluid > div.people-search .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.company-search .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/company_search.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.manage-contacts .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/manage_contacts.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.manage-companies .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/manage_companies.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.biz-info .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/business_info.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.deloitte-people .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search.png) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div.recruiter-search .front {
  background: #777 url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/recruiter_search.jpg) no-repeat scroll center top;
  background-size: cover;
}
.research-sections .row-fluid > div #btn-reverse-contacts:focus, .research-sections .row-fluid > div #btn-reverse-bir:focus {
  outline-color: white;
  outline-offset: 3px;
}

body.career_development.networking-home.index .social-media-profile .row {
  width: 400px;
  padding-left: 16px;
}
@media (max-width: 568px) {
  body.career_development.networking-home.index .social-media-profile .row {
    width: 260px;
  }
}
body.career_development.networking-home.index .social-media-profile .row > div {
  padding-left: 50px;
  position: relative;
}
body.career_development.networking-home.index .social-media-profile .row > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
body.career_development.networking-home.index .social-media-profile-deloitte .row {
  padding-left: 16px;
}
@media (max-width: 568px) {
  body.career_development.networking-home.index .social-media-profile-deloitte .row {
    width: 260px;
  }
}
body.career_development.networking-home.index .social-media-profile-deloitte .row > div {
  padding-left: 50px;
  position: relative;
}
body.career_development.networking-home.index .social-media-profile-deloitte .row > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
body.career_development.networking-home.index .row.actions > div {
  padding-bottom: 30px;
}
body.career_development.networking-home.index .row.actions-networking > div {
  padding-bottom: 30px;
}
body.career_development.networking-home.index .border-box {
  border: 1px solid #ddd;
  position: relative;
  padding: 40px 40px 40px 210px;
}
body.career_development.networking-home.index .border-box-left {
  position: absolute;
  top: 0;
  left: 0;
}
body.career_development.networking-home.index hr {
  margin-left: -20px;
  margin-right: -20px;
  color: #ddd;
  height: 1px;
}

.contacts-list {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .contacts-list {
    table-layout: fixed;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contacts-list .email {
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .contacts-list .phone, .contacts-list .location {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.contacts-list thead tr th {
  background: #08467c;
  color: #FFF;
  border: 0;
}
.contacts-list tr td.name a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.contacts-list tr td.name a:hover, .contacts-list tr td.name a:focus {
  text-decoration: none;
}
.contacts-list tr td.actions {
  padding-right: 16px;
}
@media (max-width: 320px) {
  .contacts-list tr td.actions {
    padding-right: 8px;
  }
}
.contacts-list tr td.actions a {
  color: #777;
}

body.network_research-company_search.new .company-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/company_search/form_bg.png) no-repeat scroll top left;
  background-size: 180px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.network_research-company_search.new .company-search-form {
    background: #FFF;
  }
}
body.network_research-company_search.new .company-search-form .simple-search .form-group,
body.network_research-company_search.new .company-search-form .advanced-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.network_research-company_search.new .company-search-form .expand-collapse .expand-collapse-trigger .divider-text {
  display: block;
}
body.network_research-company_search.new .company-search-form .expand-collapse .expand-collapse-trigger .divider-text span {
  background: #FFF;
}
body.network_research-company_search.new .company-search-form .expand-collapse .expand-collapse-trigger .divider-text .more-text {
  display: inline-block;
}
body.network_research-company_search.new .company-search-form .expand-collapse .expand-collapse-trigger .divider-text .less-text {
  display: none;
}
body.network_research-company_search.new .company-search-form .expand-collapse.expanded .divider-text .less-text {
  display: inline-block;
}
body.network_research-company_search.new .company-search-form .expand-collapse.expanded .divider-text .more-text {
  display: none;
}
body.network_research-company_search.new .company-search-form .advanced-search {
  padding-bottom: 20px;
}

body.network_research-company_search.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-company_search.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.network_research-company_search.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.network_research-company_search.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.network_research-company_search.index .page-hdr {
    min-height: 10px;
  }
}
body.network_research-company_search.index .pagination-btn {
  border-radius: 5px;
  background: #EEE;
  border-color: #BBB;
  color: #777;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
}
body.network_research-company_search.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-company_search.index .search-results {
    padding-right: 0px;
  }
}
body.network_research-company_search.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.network_research-company_search.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.network_research-company_search.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.network_research-company_search.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.network_research-company_search.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.network_research-company_search.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.network_research-company_search.index .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-company_search.index .search-results .search-results-body .job-alerts-prompt {
  border-bottom: solid 1px #DDD;
  line-height: 49px;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
body.network_research-company_search.index .search-results .search-results-body .job-alerts-prompt .btn-primary {
  height: 49px;
  line-height: 49px;
  margin-left: 3px;
  padding: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
@media (max-width: 1024px) {
  body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons {
    display: block;
    width: 10%;
    text-align: right;
  }
}
@media (max-width: 991px) {
  body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons {
    display: block;
    width: 17%;
    text-align: right;
  }
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons .hq-icon i {
  color: #FEC502;
  font-size: 1.3em;
  font-weight: bold;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .icons .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  body.network_research-company_search.index .search-results .search-results-body .search-result-item h2 {
    display: block;
    width: 90%;
  }
}
@media (max-width: 991px) {
  body.network_research-company_search.index .search-results .search-results-body .search-result-item h2 {
    display: block;
    width: 83%;
  }
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item .company-info td {
  font-size: 12px;
  vertical-align: top;
  padding-right: 15px;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item:hover, body.network_research-company_search.index .search-results .search-results-body .search-result-item:focus, body.network_research-company_search.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.network_research-company_search.index .search-results .search-results-body .search-result-item:hover h2 a, body.network_research-company_search.index .search-results .search-results-body .search-result-item:focus h2 a, body.network_research-company_search.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.network_research-company_search.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.network_research-company_search.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.network_research-company_search.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.network_research-company_search.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

body.network_research-company_search.show .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-company_search.show .page-hdr {
  min-height: 97px;
  margin: 0;
}
@media (max-width: 991px) {
  body.network_research-company_search.show .page-hdr {
    min-height: 30px;
  }
}
body.network_research-company_search.show .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
body.network_research-company_search.show .search-detail {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail {
    padding-right: 0px;
  }
}
body.network_research-company_search.show .search-detail .search-detail-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr {
  background: #F7F7F7;
  min-height: 99px;
  border: solid 1px #DDD;
  border-width: 1px 0;
  position: relative;
  padding: 30px 30px 0;
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr {
    padding: 30px 15px 0;
  }
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
  border-radius: 20px;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn:hover, body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn:focus, body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn:active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr .btn.btn-selected {
  background: #1c6f29 !important;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-hdr h2 {
  margin: 0;
  text-transform: uppercase;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section {
  padding: 30px;
  border-bottom: solid 1px #DDD;
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section {
    padding: 15px;
  }
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section .company-properties td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}
body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section .description_truncate {
  max-height: 80px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section .description_truncate {
    max-height: 100px;
  }
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail .search-detail-body .search-detail-section .description_truncate {
    max-height: 140px;
  }
}
body.network_research-company_search.show .search-detail .search-detail-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  border-top: solid 1px #DDD;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .search-detail-section {
  padding: 30px 30px 0;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .hq-icon i {
  color: #FEC502;
  font-weight: bold;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .directions {
  text-align: center;
}
body.network_research-company_search.show .search-detail .search-detail-sidebar .directions .btn {
  background: #777;
  color: #FFF;
}
body.network_research-company_search.show .search-detail .company-competitor-item h3 {
  margin: 0 0 20px !important;
  line-height: 1.1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.network_research-company_search.show .search-detail .company-competitor-item h3 .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-company_search.show .search-detail .opportunity {
  margin-bottom: 20px;
}
body.network_research-company_search.show .search-detail .opportunity h3 {
  margin: 0 !important;
  line-height: 1.1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
body.network_research-company_search.show .search-detail .company-person-item {
  position: relative;
  min-height: 60px;
}
body.network_research-company_search.show .search-detail .company-person-item h3 {
  padding-right: 150px;
  margin: 0px !important;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 568px) {
  body.network_research-company_search.show .search-detail .company-person-item h3 {
    padding-right: 0px;
  }
}
body.network_research-company_search.show .search-detail .company-person-item h3 a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.network_research-company_search.show .search-detail .company-person-item h3 span {
  font-size: 14px;
}
body.network_research-company_search.show .search-detail .company-person-item .btn {
  background: #08467c;
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  border-radius: 20px;
}
body.network_research-company_search.show .search-detail .company-person-item .btn:hover, body.network_research-company_search.show .search-detail .company-person-item .btn:focus, body.network_research-company_search.show .search-detail .company-person-item .btn:active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-company_search.show .search-detail .company-person-item .btn.btn-selected {
  background: #1c6f29 !important;
}

body.network_research-people_search.new .people-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search/form_bg.png) no-repeat scroll top left;
  background-size: 180px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.network_research-people_search.new .people-search-form {
    background: #FFF;
  }
}
body.network_research-people_search.new .people-search-form .simple-search .form-group,
body.network_research-people_search.new .people-search-form .advanced-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.network_research-people_search.new .people-search-form .expand-collapse .expand-collapse-trigger .divider-text {
  display: block;
}
body.network_research-people_search.new .people-search-form .expand-collapse .expand-collapse-trigger .divider-text span {
  background: #FFF;
}
body.network_research-people_search.new .people-search-form .expand-collapse .expand-collapse-trigger .divider-text .more-text {
  display: inline-block;
}
body.network_research-people_search.new .people-search-form .expand-collapse .expand-collapse-trigger .divider-text .less-text {
  display: none;
}
body.network_research-people_search.new .people-search-form .expand-collapse.expanded .divider-text .less-text {
  display: inline-block;
}
body.network_research-people_search.new .people-search-form .expand-collapse.expanded .divider-text .more-text {
  display: none;
}
body.network_research-people_search.new .people-search-form .advanced-search {
  padding-bottom: 20px;
}

body.network_research-people_search.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-people_search.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.network_research-people_search.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.network_research-people_search.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.network_research-people_search.index .page-hdr {
    min-height: 10px;
  }
}
body.network_research-people_search.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-people_search.index .search-results {
    padding-right: 0px;
  }
}
body.network_research-people_search.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.network_research-people_search.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.network_research-people_search.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.network_research-people_search.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.network_research-people_search.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.network_research-people_search.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.network_research-people_search.index .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-people_search.index .search-results .search-results-body .job-alerts-prompt {
  border-bottom: solid 1px #DDD;
  line-height: 49px;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
body.network_research-people_search.index .search-results .search-results-body .job-alerts-prompt .btn-primary {
  height: 49px;
  line-height: 49px;
  margin-left: 3px;
  padding: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-success {
  background: #08467c;
  border: none;
  border-radius: 20px;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-success:hover, body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-success:focus, body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-success:active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .btn-selected {
  background: #1c6f29 !important;
  border: none;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .hq-icon i {
  color: #FEC502;
  font-size: 1.3em;
  font-weight: bold;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .icons .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item .people-info td {
  font-size: 12px;
  vertical-align: top;
  padding-right: 15px;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item:hover, body.network_research-people_search.index .search-results .search-results-body .search-result-item:focus, body.network_research-people_search.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.network_research-people_search.index .search-results .search-results-body .search-result-item:hover h2 a, body.network_research-people_search.index .search-results .search-results-body .search-result-item:focus h2 a, body.network_research-people_search.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.network_research-people_search.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.network_research-people_search.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.network_research-people_search.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.network_research-people_search.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

body.network_research-people_search.show .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-people_search.show .page-hdr {
  min-height: 97px;
  margin: 0;
}
body.network_research-people_search.show .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
body.network_research-people_search.show .search-detail {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-people_search.show .search-detail {
    padding-right: 0px;
  }
}
body.network_research-people_search.show .search-detail .search-detail-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr {
  background: #F7F7F7;
  min-height: 99px;
  border: solid 1px #DDD;
  border-width: 1px 0;
  position: relative;
  padding: 30px 30px 0;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn-success {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
  border-radius: 20px;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn:hover, body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn:focus, body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn:active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr .btn.btn-selected {
  background: #1c6f29 !important;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-hdr h2 {
  margin: 0;
  text-transform: uppercase;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section {
  padding: 30px;
  border-bottom: solid 1px #DDD;
}
@media (max-width: 568px) {
  body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section {
    padding: 15px;
  }
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions) {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
  border-radius: 20px;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions):hover, body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions):focus, body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions):active {
  background: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .btn:not(.btn-get-directions).btn-selected {
  background: #1c6f29 !important;
}
body.network_research-people_search.show .search-detail .search-detail-body .search-detail-section .people-properties td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  border-top: solid 1px #DDD;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .search-detail-section {
  padding: 30px 30px 0;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .hq-icon i {
  color: #FEC502;
  font-weight: bold;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .directions {
  text-align: center;
}
body.network_research-people_search.show .search-detail .search-detail-sidebar .directions .btn {
  background: #777;
  color: #FFF;
}
body.network_research-people_search.show .search-detail .company-competitor-item h3 {
  margin: 0 0 20px !important;
  line-height: 1.1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.network_research-people_search.show .search-detail .company-competitor-item h3 .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-people_search.show .search-detail .opportunity {
  margin-bottom: 20px;
}
body.network_research-people_search.show .search-detail .opportunity h3 {
  margin: 0 !important;
  line-height: 1.1em;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
body.network_research-people_search.show .search-detail .company-person-item {
  position: relative;
  min-height: 60px;
}
body.network_research-people_search.show .search-detail .company-person-item h3 {
  padding-right: 150px;
  margin: 0px !important;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 568px) {
  body.network_research-people_search.show .search-detail .company-person-item h3 {
    padding-right: 0px;
  }
}
body.network_research-people_search.show .search-detail .company-person-item h3 a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.network_research-people_search.show .search-detail .company-person-item h3 span {
  font-size: 14px;
}
body.network_research-people_search.show .search-detail .company-person-item .btn-success {
  background: #08467c;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
body.network_research-people_search.show .search-detail .company-person-item .btn {
  position: absolute;
  right: 0;
  top: 0;
}
body.network_research-people_search.show .search-detail .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}

body.networking-business_search.new .search-types {
  padding: 15px 30px;
  margin: 10px -50px 40px;
  border: solid 1px #DDD;
  border-width: 1px 0;
  text-align: center;
}
@media (max-width: 991px) {
  body.networking-business_search.new .search-types {
    margin: 10px -30px 40px;
  }
}
body.networking-business_search.new .search-types h4 {
  margin: 0;
  font-size: 11px;
  line-height: 1.1em;
  min-height: 25px;
}
body.networking-business_search.new .search-types .search-type {
  cursor: pointer;
  padding-bottom: 20px;
}
body.networking-business_search.new .search-types .search-type .icon_on {
  display: none;
}
body.networking-business_search.new .search-types .search-type:hover img, body.networking-business_search.new .search-types .search-type:focus img {
  display: none;
}
body.networking-business_search.new .search-types .search-type:hover .icon_on, body.networking-business_search.new .search-types .search-type:focus .icon_on {
  display: inline-block;
}
body.networking-business_search.new .search-types p {
  margin-bottom: 5px;
}
body.networking-business_search.new .search-types .desc {
  display: none;
}
body.networking-business_search.new .search-types .desc.desc-default {
  display: block;
}
body.networking-business_search.new .search-types.selected-type-1 .desc-default {
  display: none;
}
body.networking-business_search.new .search-types.selected-type-1 .desc-association {
  display: block;
}
body.networking-business_search.new .search-types.selected-type-2 .desc-default {
  display: none;
}
body.networking-business_search.new .search-types.selected-type-2 .desc-newsletter {
  display: block;
}
body.networking-business_search.new .search-types.selected-type-3 .desc-default {
  display: none;
}
body.networking-business_search.new .search-types.selected-type-3 .desc-magazine {
  display: block;
}
body.networking-business_search.new .search-types.selected-type-4 .desc-default {
  display: none;
}
body.networking-business_search.new .search-types.selected-type-4 .desc-tradeshow {
  display: block;
}
body.networking-business_search.new .search-types.selected-type-5 .desc-default {
  display: none;
}
body.networking-business_search.new .search-types.selected-type-5 .desc-database {
  display: block;
}
body.networking-business_search.new .search-types.selected-type-6 .desc-default {
  display: none;
}
body.networking-business_search.new .search-types.selected-type-6 .desc-website {
  display: block;
}
body.networking-business_search.new .business-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/company_search/form_bg.png) no-repeat scroll top left;
  background-size: 180px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.networking-business_search.new .business-search-form {
    background: #FFF;
  }
}
body.networking-business_search.new .business-search-form .simple-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}

body.networking-business_search.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.networking-business_search.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.networking-business_search.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.networking-business_search.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.networking-business_search.index .page-hdr {
    min-height: 10px;
  }
}
body.networking-business_search.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.networking-business_search.index .search-results {
    padding-right: 0px;
  }
}
body.networking-business_search.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.networking-business_search.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.networking-business_search.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.networking-business_search.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.networking-business_search.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.networking-business_search.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.networking-business_search.index .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.networking-business_search.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.networking-business_search.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
body.networking-business_search.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
body.networking-business_search.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.networking-business_search.index .search-results .search-results-body .search-result-item:hover, body.networking-business_search.index .search-results .search-results-body .search-result-item:focus, body.networking-business_search.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.networking-business_search.index .search-results .search-results-body .search-result-item:hover h2 a, body.networking-business_search.index .search-results .search-results-body .search-result-item:focus h2 a, body.networking-business_search.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.networking-business_search.index .search-results .search-results-body .search-result-item .entry-info td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}
body.networking-business_search.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.networking-business_search.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.networking-business_search.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.networking-business_search.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

body.networking-business_search.show .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.networking-business_search.show .page-hdr {
  min-height: 97px;
  margin: 0;
}
body.networking-business_search.show .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
body.networking-business_search.show .search-detail {
  position: relative;
}
@media (max-width: 568px) {
  body.networking-business_search.show .search-detail {
    padding-right: 0px;
  }
}
body.networking-business_search.show .search-detail .search-detail-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.networking-business_search.show .search-detail .search-detail-body .search-detail-hdr {
  background: #F7F7F7;
  min-height: 99px;
  border: solid 1px #DDD;
  border-width: 1px 0;
  position: relative;
  padding: 30px 30px 0;
}
body.networking-business_search.show .search-detail .search-detail-body .search-detail-hdr .btn-success {
  background: #08467c;
  border: none;
  float: right;
  margin-left: 30px;
}
body.networking-business_search.show .search-detail .search-detail-body .search-detail-hdr h2 {
  margin: 0;
  text-transform: uppercase;
}
body.networking-business_search.show .search-detail .search-detail-body .search-detail-section {
  padding: 30px;
  border-bottom: solid 1px #DDD;
}
@media (max-width: 568px) {
  body.networking-business_search.show .search-detail .search-detail-body .search-detail-section {
    padding: 15px;
  }
}
body.networking-business_search.show .search-detail .search-detail-body .search-detail-section h3 {
  margin: 0 0 10px;
  line-height: 1.1em;
}
body.networking-business_search.show .search-detail .search-detail-body .search-detail-section .entry-info td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}

body.network_research-recruiter_search.new .recruiter-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search/form_bg.png) no-repeat scroll top left;
  background-size: 170px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.network_research-recruiter_search.new .recruiter-search-form {
    background: #FFF;
  }
}
body.network_research-recruiter_search.new .recruiter-search-form .simple-search .form-group,
body.network_research-recruiter_search.new .recruiter-search-form .advanced-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse .expand-collapse-trigger .divider-text {
  display: block;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse .expand-collapse-trigger .divider-text span {
  background: #FFF;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse .expand-collapse-trigger .divider-text .more-text {
  display: inline-block;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse .expand-collapse-trigger .divider-text .less-text {
  display: none;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse.expanded .divider-text .less-text {
  display: inline-block;
}
body.network_research-recruiter_search.new .recruiter-search-form .expand-collapse.expanded .divider-text .more-text {
  display: none;
}
body.network_research-recruiter_search.new .recruiter-search-form .advanced-search {
  padding-bottom: 20px;
}

body.network_research-recruiter_search.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.network_research-recruiter_search.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.network_research-recruiter_search.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.network_research-recruiter_search.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.network_research-recruiter_search.index .page-hdr {
    min-height: 10px;
  }
}
body.network_research-recruiter_search.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.network_research-recruiter_search.index .search-results {
    padding-right: 0px;
  }
}
body.network_research-recruiter_search.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.network_research-recruiter_search.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.network_research-recruiter_search.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.network_research-recruiter_search.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.network_research-recruiter_search.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.network_research-recruiter_search.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.network_research-recruiter_search.index .search-results .search-results-body {
  min-height: 800px;
}
body.network_research-recruiter_search.index .search-results .search-results-body:not(.deloitte-cn) {
  border-right: solid 1px #DDD;
}
body.network_research-recruiter_search.index .search-results .search-results-body .job-alerts-prompt {
  border-bottom: solid 1px #DDD;
  line-height: 49px;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
body.network_research-recruiter_search.index .search-results .search-results-body .job-alerts-prompt .btn-primary {
  height: 49px;
  line-height: 49px;
  margin-left: 3px;
  padding: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item.deloitte-cn {
  border-right: solid 1px #DDD;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .icons .hq-icon i {
  color: #FEC502;
  font-size: 1.3em;
  font-weight: bold;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .icons .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .recruiter-info td {
  font-size: 12px;
  vertical-align: top;
  padding-right: 15px;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item:hover, body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item:focus, body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item:hover h2 a, body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item:focus h2 a, body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-result-item .hide-details {
  display: none;
}
body.network_research-recruiter_search.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.network_research-recruiter_search.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.network_research-recruiter_search.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.network_research-recruiter_search.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

@media (max-width: 991px) {
  .network_research-contacts .modal-content, .network_research-companies .modal-content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.province-section {
  margin: 40px 0;
}
.province-section h2 {
  margin: 0 0 15px;
  line-height: 1em;
}
.province-section ul {
  margin: 0;
  padding: 0;
}
.province-section ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.province-section ul li a {
  display: block;
  width: 280px;
  height: 100px;
  position: relative;
  background: #eee;
  color: #777;
  border: 4px solid #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 2px 10px #ccc;
  -webkit-box-shadow: 0 2px 10px #ccc;
  box-shadow: 0 2px 10px #ccc;
}
.province-section ul li a h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 50px;
  margin: 0;
  margin-top: -15px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1em;
}
.province-section ul li a h4 span {
  display: block;
  font-size: 12px;
}
.province-section ul li a:hover, .province-section ul li a:focus {
  background: rgb(225.25, 225.25, 225.25);
  color: #333;
}

.xing-icon {
  border: 1px solid #CCC;
}

.companies-contacts-pdf {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container {
  page-break-inside: avoid;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container a {
  color: #08467c;
  text-decoration: none !important;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:hover, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:active, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:focus {
  color: #0f87f0;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:hover, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:active, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:focus, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:visited, .companies-contacts-pdf .companies-contacts-content .companies-contacts-container a:link {
  text-decoration: none;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container .companies-contacts-info {
  margin-left: 80px;
  margin-right: 80px;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container .companies-contacts-info .companies-contacts-details {
  margin-top: 30px;
  margin-left: 50px;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container .companies-contacts-info .companies-contacts-details p:not(.companies-contacts-header) {
  margin-top: -15px;
}
.companies-contacts-pdf .companies-contacts-content .companies-contacts-container .companies-contacts-spacer {
  height: 20px;
  margin-left: -10px;
  width: 110%;
  background: #e7f1da;
}

.resume_heading {
  padding-top: 50px;
}
.resume_heading .actions {
  line-height: 22px;
}
.resume_heading h2 {
  margin-top: 0;
  line-height: 22px;
  font-weight: bold;
}

.section-header .actions {
  line-height: 30px;
}
.section-header h2 {
  margin-top: 0;
  line-height: 30px;
}

.resume_experience > .row {
  padding-bottom: 10px;
}

.resume-document-link {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 24px;
  margin-bottom: 0px !important;
  color: #08467c;
}
.resume-document-link:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6d3";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 20px;
}

.cancel-upload, .cancel-upload a, .cancel-upload a:hover, .cancel-upload a:focus {
  color: #000 !important;
  text-decoration: underline !important;
  margin-left: 10px;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}

.upload-chosen {
  display: none;
}

.experience-info,
.education-info {
  font-weight: bold;
}

.experience-dates,
.education-dates {
  float: right;
  margin-left: 30px;
}

.results-table tbody tr:first-child td {
  border-top: 0;
}
.results-table tbody tr td {
  padding: 12px 0 3px;
}
.results-table tbody tr td.val {
  text-align: right;
}
.results-table tbody tr td .well {
  border: solid 1px #DDD;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #FFF;
}

.preview-panel {
  border-left: 1px solid #DDD;
}

.success, .resume-preview {
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  font-size: 21px;
  padding-left: 30px;
  line-height: 60px;
}

.resume-preview {
  border-top: 1px solid #DDD;
}

.coach-services-modal .modal-dialog {
  width: 620px;
}
@media (max-width: 568px) {
  .coach-services-modal .modal-dialog {
    width: 90%;
  }
}

.feedback-link {
  color: #1c6f29;
}

.refresh-document-link {
  color: #118bd7 !important;
}
.refresh-document-link:hover, .refresh-document-link:active, .refresh-document-link:focus, .refresh-document-link:visited {
  color: #1d7595 !important;
}

.module-landing .module-overview .video-link {
  color: #fff;
  text-decoration: underline !important;
}
.module-landing .module-overview .video-link:hover, .module-landing .module-overview .video-link:focus {
  color: #fff;
  opacity: 0.7;
}
.module-landing .module-overview .el-icon-video {
  color: #1c6f29;
  line-height: 1;
  font-size: 18px;
}

body.job_search-jobs.new .job-search-form {
  max-width: 800px;
  margin: 0 auto;
}
body.job_search-jobs.new .job-search-form .form-group {
  margin-bottom: 0px;
}
body.job_search-jobs.new .job-search-form .simple-search .row {
  margin-bottom: 15px;
}
body.job_search-jobs.new .job-search-form .simple-search .row .col-md-3 {
  line-height: 40px;
}
body.job_search-jobs.new .job-search-form .simple-search .row .col-md-3.first {
  text-align: right;
}

body.job_search-jobs.index .pagination-btn,
body.job_search-alerts.show .pagination-btn {
  border-radius: 2px;
  background: #EEE;
  border-color: #BBB;
  color: #777;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
}
body.job_search-jobs.index .layout-content,
body.job_search-alerts.show .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.job_search-jobs.index .page-hdr,
body.job_search-alerts.show .page-hdr {
  min-height: 98px;
  margin: 0;
}
@media (max-width: 991px) {
  body.job_search-jobs.index .page-hdr,
  body.job_search-alerts.show .page-hdr {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0px;
    min-height: 54px;
    border-bottom: 1px solid #DDD;
  }
}
body.job_search-jobs.index .page-hdr .results-sort,
body.job_search-alerts.show .page-hdr .results-sort {
  padding-left: 20px;
  line-height: 54px;
}
@media (max-width: 320px) {
  body.job_search-jobs.index .page-hdr .results-sort,
  body.job_search-alerts.show .page-hdr .results-sort {
    line-height: 24px;
    padding-top: 10px;
    min-height: 70px;
  }
}
body.job_search-jobs.index .page-hdr .results-sort .left,
body.job_search-alerts.show .page-hdr .results-sort .left {
  float: left;
}
body.job_search-jobs.index .page-hdr .results-sort .right,
body.job_search-alerts.show .page-hdr .results-sort .right {
  float: right;
  padding-right: 16px;
}
@media (max-width: 320px) {
  body.job_search-jobs.index .page-hdr .results-sort .right,
  body.job_search-alerts.show .page-hdr .results-sort .right {
    float: left;
    clear: both;
  }
}
body.job_search-jobs.index .page-hdr h1,
body.job_search-alerts.show .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 991px) {
  body.job_search-jobs.index .page-hdr h1,
  body.job_search-alerts.show .page-hdr h1 {
    padding: 15px;
    width: 85%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) {
  body.job_search-jobs.index .page-hdr .hdr-right,
  body.job_search-alerts.show .page-hdr .hdr-right {
    float: right;
    width: 15%;
    min-height: 54px;
    padding-top: 2px;
  }
}
body.job_search-jobs.index .search-results,
body.job_search-alerts.show .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 991px) {
  body.job_search-jobs.index .search-results,
  body.job_search-alerts.show .search-results {
    padding-right: 0px;
  }
}
body.job_search-jobs.index .search-results .search-results-header,
body.job_search-alerts.show .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  min-height: 49px;
  overflow: hidden;
  line-height: 49px;
}
@media (max-width: 991px) {
  body.job_search-jobs.index .search-results .search-results-header,
  body.job_search-alerts.show .search-results .search-results-header {
    min-height: 49px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    line-height: 29px;
    border-top: 0;
  }
}
body.job_search-jobs.index .search-results .search-results-header .results-summary,
body.job_search-alerts.show .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 320px) {
  body.job_search-jobs.index .search-results .search-results-header .results-summary .btn,
  body.job_search-alerts.show .search-results .search-results-header .results-summary .btn {
    padding: 0 20px;
  }
}
body.job_search-jobs.index .search-results .search-results-header .results-sort select,
body.job_search-alerts.show .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 140px;
}
@media (max-width: 320px) {
  body.job_search-jobs.index .search-results .search-results-header .results-sort select,
  body.job_search-alerts.show .search-results .search-results-header .results-sort select {
    width: 100px;
  }
}
body.job_search-jobs.index .search-results .search-results-body,
body.job_search-alerts.show .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.job_search-jobs.index .search-results .search-results-body .job-alerts-prompt,
body.job_search-alerts.show .search-results .search-results-body .job-alerts-prompt {
  border-bottom: solid 1px #DDD;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
body.job_search-jobs.index .search-results .search-results-body .job-alerts-prompt .btn-primary,
body.job_search-alerts.show .search-results .search-results-body .job-alerts-prompt .btn-primary {
  height: 49px;
  line-height: 49px;
  margin-left: 3px;
  padding: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
body.job_search-jobs.index .search-results .search-results-body .search-result-item,
body.job_search-alerts.show .search-results .search-results-body .search-result-item {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.job_search-jobs.index .search-results .search-results-body .search-result-item h2,
body.job_search-alerts.show .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
}
body.job_search-jobs.index .search-results .search-results-body .search-result-item .description,
body.job_search-alerts.show .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
}
body.job_search-jobs.index .search-results .search-results-body .search-result-item:hover, body.job_search-jobs.index .search-results .search-results-body .search-result-item:focus, body.job_search-jobs.index .search-results .search-results-body .search-result-item.focused,
body.job_search-alerts.show .search-results .search-results-body .search-result-item:hover,
body.job_search-alerts.show .search-results .search-results-body .search-result-item:focus,
body.job_search-alerts.show .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.job_search-jobs.index .search-results .search-results-body .search-result-item:hover h2 a, body.job_search-jobs.index .search-results .search-results-body .search-result-item:focus h2 a, body.job_search-jobs.index .search-results .search-results-body .search-result-item.focused h2 a,
body.job_search-alerts.show .search-results .search-results-body .search-result-item:hover h2 a,
body.job_search-alerts.show .search-results .search-results-body .search-result-item:focus h2 a,
body.job_search-alerts.show .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.job_search-jobs.index .search-results .search-results-body .search-results-footer,
body.job_search-alerts.show .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.job_search-jobs.index .search-results .search-results-sidebar,
body.job_search-alerts.show .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.job_search-jobs.index .search-results .search-results-sidebar h3,
body.job_search-alerts.show .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.job_search-jobs.index .search-results .search-results-sidebar form,
body.job_search-alerts.show .search-results .search-results-sidebar form {
  padding: 15px 20px;
}
body.job_search-jobs.index .indeed-attribution-inline,
body.job_search-alerts.show .indeed-attribution-inline {
  display: block;
  display: none;
}
@media (min-width: 991px) {
  body.job_search-jobs.index .indeed-attribution-sm,
  body.job_search-alerts.show .indeed-attribution-sm {
    display: none;
  }
}
body.job_search-jobs.index .indeed-color-block,
body.job_search-alerts.show .indeed-color-block {
  line-height: 6vw;
  width: 6vw;
  height: 6vw;
  text-align: center;
  font-size: 3vw;
  color: #fff;
}

.job-search-table-header {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}

body.job_search-alerts.index .job-alerts table {
  width: 100%;
  text-align: left;
}
body.job_search-alerts.index .job-alerts table tr {
  vertical-align: top;
}
body.job_search-alerts.index .job-alerts table th {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (min-width: 991px) {
  body.job_search-alerts.index .job-alerts table th.job-alerts-criteria, body.job_search-alerts.index .job-alerts table td.job-alerts-criteria {
    padding-right: 20px;
    max-width: 300px;
  }
  body.job_search-alerts.index .job-alerts table th.job-alerts-frequency, body.job_search-alerts.index .job-alerts table td.job-alerts-frequency {
    padding-right: 20px;
  }
  body.job_search-alerts.index .job-alerts table th.job-alerts-contact, body.job_search-alerts.index .job-alerts table td.job-alerts-contact {
    min-width: 130px;
  }
  body.job_search-alerts.index .job-alerts table th.job-alerts-edit-delete, body.job_search-alerts.index .job-alerts table td.job-alerts-edit-delete {
    width: 250px;
  }
}
@media (max-width: 991px) {
  body.job_search-alerts.index .job-alerts table th.job-alerts-criteria, body.job_search-alerts.index .job-alerts table th.job-alerts-frequency, body.job_search-alerts.index .job-alerts table td.job-alerts-criteria, body.job_search-alerts.index .job-alerts table td.job-alerts-frequency {
    padding-right: 10px;
  }
  body.job_search-alerts.index .job-alerts table th.job-alerts-edit-delete, body.job_search-alerts.index .job-alerts table td.job-alerts-edit-delete {
    width: 100px;
  }
}
body.job_search-alerts.index .job-alerts table tbody tr {
  border-bottom: solid 1px #DDD;
}
body.job_search-alerts.index .job-alerts table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.job_search-alerts.index .job-alerts table tbody tr td .job-alert-title {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}
body.job_search-alerts.index .job-alerts table tbody tr td .glyphicon, body.job_search-alerts.index .job-alerts table tbody tr td .alert-count {
  padding-right: 10px;
}
body.job_search-alerts.index .job-alerts table tbody tr td i {
  font-size: 20px;
}
body.job_search-alerts.index .job-alerts table tbody tr td .el-icon-remove-sign {
  color: #D00;
}
body.job_search-alerts.index .job-alerts .actions {
  text-align: right;
}
@media (max-width: 568px) {
  body.job_search-alerts.index .job-alerts .actions {
    text-align: left;
  }
}

body.job_search-alerts .simple_form {
  max-width: 800px;
  margin: 0 auto;
}
body.job_search-alerts .simple_form .alert-section-title {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
@media (min-width: 991px) {
  body.job_search-alerts .simple_form .alert-section-title {
    text-align: right;
    margin-left: -50px;
  }
}
body.job_search-alerts .simple_form .alert_frequency label {
  display: inline-block;
  width: 140px;
}
body.job_search-alerts .simple_form .row {
  margin-bottom: 15px;
}
body.job_search-alerts .simple_form .row .inline-label {
  line-height: 40px;
}
@media (min-width: 991px) {
  body.job_search-alerts .simple_form .row .inline-label {
    margin-left: -40px;
    text-align: right;
  }
}
@media (min-width: 991px) {
  body.job_search-alerts .simple_form .row .radio_buttons {
    padding-top: 10px;
  }
}
body.job_search-alerts .simple_form .row .contact-label {
  padding-left: 0px;
}
body.job_search-alerts .simple_form .row .contact-email, body.job_search-alerts .simple_form .row .contact-mobile {
  line-height: 40px;
  margin-left: -20px;
}
@media (max-width: 991px) {
  body.job_search-alerts .simple_form .row .contact-email, body.job_search-alerts .simple_form .row .contact-mobile {
    margin-left: 0px;
  }
}
body.job_search-alerts .simple_form .row .radio {
  display: inline;
}
body.job_search-alerts .simple_form .row .data-rates {
  margin-top: -10px;
  line-height: 16px;
}
@media (min-width: 991px) {
  body.job_search-alerts .simple_form .row .data-rates {
    margin-right: -100px;
  }
}
@media (min-width: 991px) {
  body.job_search-alerts .simple_form .row .visit-account-settings {
    margin-left: 20px;
  }
}
body.job_search-alerts .simple_form .expand-collapse .expand-collapse-trigger .divider-text {
  display: block;
}
body.job_search-alerts .simple_form .expand-collapse .expand-collapse-trigger .divider-text span {
  background: #FFF;
}
body.job_search-alerts .simple_form .expand-collapse .expand-collapse-trigger .divider-text .more-text {
  display: inline-block;
}
body.job_search-alerts .simple_form .expand-collapse .expand-collapse-trigger .divider-text .less-text {
  display: none;
}
body.job_search-alerts .simple_form .expand-collapse.expanded .divider-text .less-text {
  display: inline-block;
}
body.job_search-alerts .simple_form .expand-collapse.expanded .divider-text .more-text {
  display: none;
}
body.job_search-alerts .simple_form .job-info {
  text-align: center;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
}
body.job_search-alerts .simple_form .job-info .job-count-container {
  display: none;
}
body.job_search-alerts .simple_form .job-info span.no-results:after {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e65c";
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #777;
}
body.job_search-alerts .simple_form .job-info span.no-results:title:hover:after, body.job_search-alerts .simple_form .job-info span.no-results:title:focus:after {
  content: attr(title);
}
body.job_search-alerts .simple_form .job-info:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
}
body.job_search-alerts .btn-cancel {
  color: #333;
  border-color: #ccc;
  background-color: #eee;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 30px;
}
body.job_search-alerts .btn-cancel:hover {
  border-color: #777;
}
body.job_search-alerts .form-actions .btn {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 568px) {
  body.job_search-alerts .form-actions .btn {
    padding: 0px 8px;
  }
}

body.job_search-alerts .op-redesign-alerts-form .simple_form {
  margin: 0;
  max-width: 100%;
}

.job-cards {
  margin: 0px auto;
  text-align: left;
}
.job-cards h2 {
  margin: 0 0 15px;
  line-height: 1em;
}
.job-cards .tile {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #777;
  border-radius: 8px;
  -moz-box-shadow: 0 8px 10px #666;
  -webkit-box-shadow: 0 8px 10px #666;
  box-shadow: 0 8px 10px #666;
  margin-bottom: 30px;
  background-color: #FFF;
}
@media (max-width: 991px) {
  .job-cards .tile {
    min-height: 0;
    height: auto;
  }
  .job-cards .tile .top-photo {
    height: auto;
    min-height: 25px;
    line-height: 25px;
    padding: 15px 15px 15px 20px;
  }
  .job-cards .tile .tile-content {
    padding-left: 20px;
  }
  .job-cards .tile .btn {
    position: inherit;
  }
}
.job-cards .top-photo {
  height: 75px;
  color: #fff;
  line-height: 75px;
  padding-top: 0px;
  padding-left: 40px;
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.job-cards .job-board {
  background: #86BC25;
}
.job-cards .job-board.top-photo-general {
  background: #08467c;
}
.job-cards .explore {
  background: #86BC25;
}
.job-cards .tile-content {
  display: block;
  top: 0;
  padding: 20px 40px;
  width: 100%;
  text-align: left;
  min-height: 300px;
  position: relative;
}
.job-cards .top-headline {
  font-size: 22px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #333;
}
.job-cards .sub-headline {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #333;
  margin: 4px 0px;
}
.job-cards .deloitte-marketplace, .job-cards .custom-job-source-btn {
  bottom: 20px;
  position: absolute;
}

body.job_search-workforce_centers.new .workforce-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search/form_bg.png) no-repeat scroll top left;
  background-size: 170px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.job_search-workforce_centers.new .workforce-search-form {
    background: #FFF;
  }
}
body.job_search-workforce_centers.new .workforce-search-form .simple-search .form-group,
body.job_search-workforce_centers.new .workforce-search-form .advanced-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.job_search-workforce_centers.new .workforce-search-form .advanced-search {
  padding-bottom: 20px;
}

body.job_search-workforce_centers.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.job_search-workforce_centers.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.job_search-workforce_centers.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.job_search-workforce_centers.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.job_search-workforce_centers.index .page-hdr {
    min-height: 10px;
  }
}
body.job_search-workforce_centers.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.job_search-workforce_centers.index .search-results {
    padding-right: 0px;
  }
  body.job_search-workforce_centers.index .search-results .results-sort {
    background: #F7F7F7;
    padding-left: 20px;
    line-height: 54px;
  }
}
body.job_search-workforce_centers.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.job_search-workforce_centers.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.job_search-workforce_centers.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.job_search-workforce_centers.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.job_search-workforce_centers.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.job_search-workforce_centers.index .search-results .search-results-header .mobile-submit {
  float: right;
}
body.job_search-workforce_centers.index .search-results .search-results-header .results-sort-mobile select {
  display: inline-block;
  width: 110px;
}
body.job_search-workforce_centers.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.job_search-workforce_centers.index .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.job_search-workforce_centers.index .search-results .search-results-body .job-alerts-prompt {
  border-bottom: solid 1px #DDD;
  line-height: 49px;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
body.job_search-workforce_centers.index .search-results .search-results-body .job-alerts-prompt .btn-primary {
  height: 49px;
  line-height: 49px;
  margin-left: 3px;
  padding: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item .icons .hq-icon i {
  color: #FEC502;
  font-size: 1.3em;
  font-weight: bold;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item .icons .tmj-job-opportunities.has-opportunities a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e70f";
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item .recruiter-info td {
  font-size: 12px;
  vertical-align: top;
  padding-right: 15px;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item:hover, body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item:focus, body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item:hover h2 a, body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item:focus h2 a, body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-result-item .hide-details {
  display: none;
}
body.job_search-workforce_centers.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.job_search-workforce_centers.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.job_search-workforce_centers.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.job_search-workforce_centers.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

body.job_search-volunteer-volunteer_activities.new .volunteer-search-form {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/network_research/research/people_search/form_bg.png) no-repeat scroll top left;
  background-size: 170px;
  min-height: 170px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.job_search-volunteer-volunteer_activities.new .volunteer-search-form {
    background: #FFF;
  }
}
body.job_search-volunteer-volunteer_activities.new .volunteer-search-form .simple-search .form-group,
body.job_search-volunteer-volunteer_activities.new .volunteer-search-form .advanced-search .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.job_search-volunteer-volunteer_activities.new .volunteer-search-form .advanced-search {
  padding-bottom: 20px;
}

body.job_search-volunteer-volunteer_activities.index .layout-content {
  padding: 0;
  border-bottom: 0;
}
body.job_search-volunteer-volunteer_activities.index .page-hdr {
  min-height: 98px;
  margin: 0;
}
body.job_search-volunteer-volunteer_activities.index .page-hdr h1 {
  padding: 30px;
  margin: 0;
}
@media (max-width: 568px) {
  body.job_search-volunteer-volunteer_activities.index .page-hdr h1 {
    font-size: 18px !important;
    padding: 20px;
    float: left;
  }
}
@media (max-width: 568px) {
  body.job_search-volunteer-volunteer_activities.index .page-hdr {
    min-height: 10px;
  }
}
body.job_search-volunteer-volunteer_activities.index .search-results {
  padding-right: 300px;
  position: relative;
}
@media (max-width: 568px) {
  body.job_search-volunteer-volunteer_activities.index .search-results {
    padding-right: 0px;
  }
  body.job_search-volunteer-volunteer_activities.index .search-results .results-sort {
    background: #F7F7F7;
    padding-left: 20px;
    line-height: 54px;
  }
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-header {
  border: solid 1px #DDD;
  border-left: 0;
  background: #F7F7F7;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 991px) {
  body.job_search-volunteer-volunteer_activities.index .search-results .search-results-header {
    line-height: 49px;
    height: 49px;
  }
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-header .results-summary {
  float: right;
}
@media (max-width: 991px) {
  body.job_search-volunteer-volunteer_activities.index .search-results .search-results-header .results-summary {
    width: 160px;
  }
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-header .mobile-form {
  margin: 20px 0px;
  display: none;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-header .mobile-submit {
  float: right;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-header .results-sort-mobile select {
  display: inline-block;
  width: 110px;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-header .results-sort select {
  display: inline-block;
  width: 200px;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body {
  border-right: solid 1px #DDD;
  min-height: 800px;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item {
  padding: 20px;
  padding-right: 40px;
  border-bottom: solid 1px #DDD;
  position: relative;
  cursor: pointer;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item .icons {
  position: absolute;
  right: 0px;
  top: 0;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item h2 {
  margin: 0 0 5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item .description {
  font-size: 12px;
  font-style: italic;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item:hover, body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item:focus, body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item.focused {
  background: #F7F7F7;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item:hover h2 a, body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item:focus h2 a, body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item.focused h2 a {
  text-decoration: none;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-result-item .hide-details {
  display: none;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-body .search-results-footer {
  padding: 20px;
  border-bottom: solid 1px #DDD;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-sidebar h3 {
  border: solid 1px #DDD;
  border-width: 1px 0;
  background: #F7F7F7;
  padding: 0 20px;
  line-height: 49px;
  height: 49px;
  font-size: 18px;
  margin: 0;
}
body.job_search-volunteer-volunteer_activities.index .search-results .search-results-sidebar form {
  padding: 15px 20px;
}

body.job_search-boards.index .btn-industry.active {
  background-color: #333;
  color: white;
}
body.job_search-boards.index .hidden {
  display: none;
}
body.job_search-boards.index #search-text {
  color: #08467c;
  text-transform: capitalize;
}

.action_plan-home.index .el-icon-plus-sign, .orientations-action_plan.index .el-icon-plus-sign, .action_plan-home.completed .el-icon-plus-sign, .orientations-action_plan.completed .el-icon-plus-sign {
  color: #797676;
}
.action_plan-home.index .action-plan-archive, .orientations-action_plan.index .action-plan-archive, .action_plan-home.completed .action-plan-archive, .orientations-action_plan.completed .action-plan-archive {
  margin: 0px 0px 20px 20px;
  height: 16px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .action_plan-home.index .action-plan-archive, .orientations-action_plan.index .action-plan-archive, .action_plan-home.completed .action-plan-archive, .orientations-action_plan.completed .action-plan-archive {
    margin: -15px 0 15px 20px;
  }
}
.action_plan-home.index .action-plan-archive.archive a:before, .orientations-action_plan.index .action-plan-archive.archive a:before, .action_plan-home.completed .action-plan-archive.archive a:before, .orientations-action_plan.completed .action-plan-archive.archive a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fd";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.action_plan-home.index .action-plan-archive.action-plan a:before, .orientations-action_plan.index .action-plan-archive.action-plan a:before, .action_plan-home.completed .action-plan-archive.action-plan a:before, .orientations-action_plan.completed .action-plan-archive.action-plan a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fd";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.action_plan-home.index .action-plan-container, .orientations-action_plan.index .action-plan-container, .action_plan-home.completed .action-plan-container, .orientations-action_plan.completed .action-plan-container {
  margin: 0px auto;
  max-width: 1080px;
}
.action_plan-home.index .action-plan-container.port-authority textarea, .orientations-action_plan.index .action-plan-container.port-authority textarea, .action_plan-home.completed .action-plan-container.port-authority textarea, .orientations-action_plan.completed .action-plan-container.port-authority textarea {
  border-radius: 15px;
  padding: 15px;
}
.action_plan-home.index .action-plan-container.port-authority textarea.gray-box, .orientations-action_plan.index .action-plan-container.port-authority textarea.gray-box, .action_plan-home.completed .action-plan-container.port-authority textarea.gray-box, .orientations-action_plan.completed .action-plan-container.port-authority textarea.gray-box {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.action_plan-home.index .action-plan-container.port-authority label, .orientations-action_plan.index .action-plan-container.port-authority label, .action_plan-home.completed .action-plan-container.port-authority label, .orientations-action_plan.completed .action-plan-container.port-authority label {
  font-size: 16px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.action_plan-home.index .action-plan-container.port-authority .btn-trash, .orientations-action_plan.index .action-plan-container.port-authority .btn-trash, .action_plan-home.completed .action-plan-container.port-authority .btn-trash, .orientations-action_plan.completed .action-plan-container.port-authority .btn-trash {
  position: absolute;
  right: -30px;
}
.action_plan-home.index .action-plan-container.port-authority .response-table, .orientations-action_plan.index .action-plan-container.port-authority .response-table, .action_plan-home.completed .action-plan-container.port-authority .response-table, .orientations-action_plan.completed .action-plan-container.port-authority .response-table {
  border-radius: 15px;
  border-style: hidden; /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #DDD; /* this draws the table border  */
}
.action_plan-home.index .action-plan-container.port-authority .response-table .response-tr textarea, .orientations-action_plan.index .action-plan-container.port-authority .response-table .response-tr textarea, .action_plan-home.completed .action-plan-container.port-authority .response-table .response-tr textarea, .orientations-action_plan.completed .action-plan-container.port-authority .response-table .response-tr textarea {
  min-height: 115px;
}
.action_plan-home.index .action-plan-container.port-authority .response-table th, .orientations-action_plan.index .action-plan-container.port-authority .response-table th, .action_plan-home.completed .action-plan-container.port-authority .response-table th, .orientations-action_plan.completed .action-plan-container.port-authority .response-table th {
  text-align: center;
}
.action_plan-home.index .action-plan-container .goal-container, .orientations-action_plan.index .action-plan-container .goal-container, .action_plan-home.completed .action-plan-container .goal-container, .orientations-action_plan.completed .action-plan-container .goal-container {
  border: solid 3px #707070;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
}
.action_plan-home.index .action-plan-container .goal-container.alwaysbreak, .orientations-action_plan.index .action-plan-container .goal-container.alwaysbreak, .action_plan-home.completed .action-plan-container .goal-container.alwaysbreak, .orientations-action_plan.completed .action-plan-container .goal-container.alwaysbreak {
  page-break-inside: avoid;
}
.action_plan-home.index .action-plan-container .goal-container h3, .action_plan-home.index .action-plan-container .goal-container .goal-h3, .orientations-action_plan.index .action-plan-container .goal-container h3, .orientations-action_plan.index .action-plan-container .goal-container .goal-h3, .action_plan-home.completed .action-plan-container .goal-container h3, .action_plan-home.completed .action-plan-container .goal-container .goal-h3, .orientations-action_plan.completed .action-plan-container .goal-container h3, .orientations-action_plan.completed .action-plan-container .goal-container .goal-h3 {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.action_plan-home.index .action-plan-container .goal-container .goal-h3, .orientations-action_plan.index .action-plan-container .goal-container .goal-h3, .action_plan-home.completed .action-plan-container .goal-container .goal-h3, .orientations-action_plan.completed .action-plan-container .goal-container .goal-h3 {
  font-size: 18px;
}
.action_plan-home.index .action-plan-container .goal-container .goal-date, .orientations-action_plan.index .action-plan-container .goal-container .goal-date, .action_plan-home.completed .action-plan-container .goal-container .goal-date, .orientations-action_plan.completed .action-plan-container .goal-container .goal-date {
  float: right;
  margin-top: 20px;
}
.action_plan-home.index .action-plan-container .goal-container .goal-date.late, .orientations-action_plan.index .action-plan-container .goal-container .goal-date.late, .action_plan-home.completed .action-plan-container .goal-container .goal-date.late, .orientations-action_plan.completed .action-plan-container .goal-container .goal-date.late {
  color: #D00;
}
.action_plan-home.index .action-plan-container .goal-container .early-star, .orientations-action_plan.index .action-plan-container .goal-container .early-star, .action_plan-home.completed .action-plan-container .goal-container .early-star, .orientations-action_plan.completed .action-plan-container .goal-container .early-star {
  display: inline-block;
  vertical-align: text-bottom;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.action_plan-home.index .action-plan-container .goal-container .early-star img, .orientations-action_plan.index .action-plan-container .goal-container .early-star img, .action_plan-home.completed .action-plan-container .goal-container .early-star img, .orientations-action_plan.completed .action-plan-container .goal-container .early-star img {
  height: 20px;
  padding-right: 5px;
}
.action_plan-home.index .action-plan-container .goal-container .goal-line, .orientations-action_plan.index .action-plan-container .goal-container .goal-line, .action_plan-home.completed .action-plan-container .goal-container .goal-line, .orientations-action_plan.completed .action-plan-container .goal-container .goal-line {
  border-bottom: solid 3px #707070;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.action_plan-home.index .action-plan-container .goal-container .goal-line.subtask-line, .orientations-action_plan.index .action-plan-container .goal-container .goal-line.subtask-line, .action_plan-home.completed .action-plan-container .goal-container .goal-line.subtask-line, .orientations-action_plan.completed .action-plan-container .goal-container .goal-line.subtask-line {
  width: 96%;
}
@media (max-width: 991px) {
  .action_plan-home.index .action-plan-container .goal-container .goal-line.subtask-line, .orientations-action_plan.index .action-plan-container .goal-container .goal-line.subtask-line, .action_plan-home.completed .action-plan-container .goal-container .goal-line.subtask-line, .orientations-action_plan.completed .action-plan-container .goal-container .goal-line.subtask-line {
    width: 87%;
  }
}
.action_plan-home.index .action-plan-container .goal-container .goal-line.subtask-line.with-date, .orientations-action_plan.index .action-plan-container .goal-container .goal-line.subtask-line.with-date, .action_plan-home.completed .action-plan-container .goal-container .goal-line.subtask-line.with-date, .orientations-action_plan.completed .action-plan-container .goal-container .goal-line.subtask-line.with-date {
  width: 79%;
}
@media (max-width: 991px) {
  .action_plan-home.index .action-plan-container .goal-container .goal-line.subtask-line.with-date, .orientations-action_plan.index .action-plan-container .goal-container .goal-line.subtask-line.with-date, .action_plan-home.completed .action-plan-container .goal-container .goal-line.subtask-line.with-date, .orientations-action_plan.completed .action-plan-container .goal-container .goal-line.subtask-line.with-date {
    width: 34%;
  }
}
.action_plan-home.index .action-plan-container .goal-container .input-wrapper, .orientations-action_plan.index .action-plan-container .goal-container .input-wrapper, .action_plan-home.completed .action-plan-container .goal-container .input-wrapper, .orientations-action_plan.completed .action-plan-container .goal-container .input-wrapper {
  width: calc(100% - 4px);
  display: inline-block;
}
.action_plan-home.index .action-plan-container .goal-container .checkbox-link, .orientations-action_plan.index .action-plan-container .goal-container .checkbox-link, .action_plan-home.completed .action-plan-container .goal-container .checkbox-link, .orientations-action_plan.completed .action-plan-container .goal-container .checkbox-link {
  color: #797676;
}
.action_plan-home.index .action-plan-container .goal-container .click-checkbox, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox {
  display: inline;
  font-size: 22px;
  vertical-align: bottom;
  color: #797676;
}
.action_plan-home.index .action-plan-container .goal-container .click-checkbox.top-checkbox, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox.top-checkbox, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox.top-checkbox, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox.top-checkbox {
  vertical-align: middle;
  margin-left: 10px;
}
.action_plan-home.index .action-plan-container .goal-container .click-checkbox.formCheckbox, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox.formCheckbox, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox.formCheckbox, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox.formCheckbox {
  display: table-cell;
}
.action_plan-home.index .action-plan-container .goal-container .click-checkbox.formCheckbox a, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox.formCheckbox a, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox.formCheckbox a, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox.formCheckbox a {
  text-decoration: none;
}
.action_plan-home.index .action-plan-container .goal-container .click-checkbox.checked, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox.checked, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox.checked, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox.checked {
  color: #08467c;
}
@media (max-width: 991px) {
  .action_plan-home.index .action-plan-container .goal-container .click-checkbox.with-date, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox.with-date, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox.with-date, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox.with-date {
    vertical-align: text-top;
  }
}
.action_plan-home.index .action-plan-container .goal-container .click-checkbox:not(.top-checkbox), .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox:not(.top-checkbox), .action_plan-home.completed .action-plan-container .goal-container .click-checkbox:not(.top-checkbox), .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox:not(.top-checkbox) {
  margin-right: 0.5em;
  vertical-align: middle;
}
.action_plan-home.index .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):hover, .action_plan-home.index .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):focus, .action_plan-home.index .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):active, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):hover, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):focus, .orientations-action_plan.index .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):active, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):hover, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):focus, .action_plan-home.completed .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):active, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):hover, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):focus, .orientations-action_plan.completed .action-plan-container .goal-container .click-checkbox:not(.top-checkbox):active {
  color: #000 !important;
}
.action_plan-home.index .action-plan-container .goal-container .goal-buttons, .orientations-action_plan.index .action-plan-container .goal-container .goal-buttons, .action_plan-home.completed .action-plan-container .goal-container .goal-buttons, .orientations-action_plan.completed .action-plan-container .goal-container .goal-buttons {
  margin-top: 20px;
  text-align: right;
  padding-right: 5px;
}
.action_plan-home.index .action-plan-container .goal-container .btn-primary, .orientations-action_plan.index .action-plan-container .goal-container .btn-primary, .action_plan-home.completed .action-plan-container .goal-container .btn-primary, .orientations-action_plan.completed .action-plan-container .goal-container .btn-primary {
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.42857143;
  height: auto;
}
.action_plan-home.index .action-plan-container .goal-container .list-number, .orientations-action_plan.index .action-plan-container .goal-container .list-number, .action_plan-home.completed .action-plan-container .goal-container .list-number, .orientations-action_plan.completed .action-plan-container .goal-container .list-number {
  margin-right: 10px;
}
.action_plan-home.index .action-plan-container .goal-container .form-group h3, .orientations-action_plan.index .action-plan-container .goal-container .form-group h3, .action_plan-home.completed .action-plan-container .goal-container .form-group h3, .orientations-action_plan.completed .action-plan-container .goal-container .form-group h3 {
  margin-bottom: 0px;
}
.action_plan-home.index .action-plan-container .goal-container .form-group input, .orientations-action_plan.index .action-plan-container .goal-container .form-group input, .action_plan-home.completed .action-plan-container .goal-container .form-group input, .orientations-action_plan.completed .action-plan-container .goal-container .form-group input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 568px) {
  .action_plan-home.index .action-plan-container .goal-container .form-group .text, .orientations-action_plan.index .action-plan-container .goal-container .form-group .text, .action_plan-home.completed .action-plan-container .goal-container .form-group .text, .orientations-action_plan.completed .action-plan-container .goal-container .form-group .text {
    width: 765px;
  }
}
.action_plan-home.index .action-plan-container .goal-container .form-group .btn-move, .orientations-action_plan.index .action-plan-container .goal-container .form-group .btn-move, .action_plan-home.completed .action-plan-container .goal-container .form-group .btn-move, .orientations-action_plan.completed .action-plan-container .goal-container .form-group .btn-move {
  border: 0px;
}
.action_plan-home.index .action-plan-container .goal-container .form-group .btn-trash, .orientations-action_plan.index .action-plan-container .goal-container .form-group .btn-trash, .action_plan-home.completed .action-plan-container .goal-container .form-group .btn-trash, .orientations-action_plan.completed .action-plan-container .goal-container .form-group .btn-trash {
  margin-top: -3px;
}
.action_plan-home.index .action-plan-container .goal-container .form-group .btn-trash .el-icon-trash, .orientations-action_plan.index .action-plan-container .goal-container .form-group .btn-trash .el-icon-trash, .action_plan-home.completed .action-plan-container .goal-container .form-group .btn-trash .el-icon-trash, .orientations-action_plan.completed .action-plan-container .goal-container .form-group .btn-trash .el-icon-trash {
  color: #797676;
}
.action_plan-home.index .action-plan-container .goal-container .form-group .spacer, .orientations-action_plan.index .action-plan-container .goal-container .form-group .spacer, .action_plan-home.completed .action-plan-container .goal-container .form-group .spacer, .orientations-action_plan.completed .action-plan-container .goal-container .form-group .spacer {
  width: 0px;
}
.action_plan-home.index .action-plan-container .goal-container .add-bullet, .orientations-action_plan.index .action-plan-container .goal-container .add-bullet, .action_plan-home.completed .action-plan-container .goal-container .add-bullet, .orientations-action_plan.completed .action-plan-container .goal-container .add-bullet {
  display: inline;
}
.action_plan-home.index .action-plan-container .goal-container .save-buttons, .orientations-action_plan.index .action-plan-container .goal-container .save-buttons, .action_plan-home.completed .action-plan-container .goal-container .save-buttons, .orientations-action_plan.completed .action-plan-container .goal-container .save-buttons {
  display: inline-block;
  float: right;
}
.action_plan-home.index .action-plan-container .goal-container .subtask-date, .orientations-action_plan.index .action-plan-container .goal-container .subtask-date, .action_plan-home.completed .action-plan-container .goal-container .subtask-date, .orientations-action_plan.completed .action-plan-container .goal-container .subtask-date {
  width: 150px;
  display: inline-block;
}
@media (max-width: 568px) {
  .action_plan-home.index .action-plan-container .goal-container .subtask-date, .orientations-action_plan.index .action-plan-container .goal-container .subtask-date, .action_plan-home.completed .action-plan-container .goal-container .subtask-date, .orientations-action_plan.completed .action-plan-container .goal-container .subtask-date {
    width: 100%;
    padding: 0;
  }
}
.action_plan-home.index .action-plan-container .goal-container .subtask-date.subtask-date-show, .orientations-action_plan.index .action-plan-container .goal-container .subtask-date.subtask-date-show, .action_plan-home.completed .action-plan-container .goal-container .subtask-date.subtask-date-show, .orientations-action_plan.completed .action-plan-container .goal-container .subtask-date.subtask-date-show {
  text-align: center;
  vertical-align: -10px;
  width: 165px;
}
@media (max-width: 568px) {
  .action_plan-home.index .action-plan-container .goal-container .subtask-date.subtask-date-show, .orientations-action_plan.index .action-plan-container .goal-container .subtask-date.subtask-date-show, .action_plan-home.completed .action-plan-container .goal-container .subtask-date.subtask-date-show, .orientations-action_plan.completed .action-plan-container .goal-container .subtask-date.subtask-date-show {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .action_plan-home.index .action-plan-container .goal-container .subtask-date.subtask-date-show, .orientations-action_plan.index .action-plan-container .goal-container .subtask-date.subtask-date-show, .action_plan-home.completed .action-plan-container .goal-container .subtask-date.subtask-date-show, .orientations-action_plan.completed .action-plan-container .goal-container .subtask-date.subtask-date-show {
    width: 100px !important;
  }
}
.action_plan-home.index .action-plan-container .goal-container .subtask-date.subtask-date-show.late, .orientations-action_plan.index .action-plan-container .goal-container .subtask-date.subtask-date-show.late, .action_plan-home.completed .action-plan-container .goal-container .subtask-date.subtask-date-show.late, .orientations-action_plan.completed .action-plan-container .goal-container .subtask-date.subtask-date-show.late {
  color: #D00;
}
.action_plan-home.index .action-plan-container .bold-text, .orientations-action_plan.index .action-plan-container .bold-text, .action_plan-home.completed .action-plan-container .bold-text, .orientations-action_plan.completed .action-plan-container .bold-text {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}

.directions {
  text-align: left;
  padding-bottom: 15px;
}
.directions ul {
  padding-left: 15px;
}

.title {
  padding-bottom: 10px;
}

.visual-border {
  border: 1px solid #ccc;
  height: 100%;
  text-align: left;
}

ul.visual {
  margin-bottom: 0 !important;
}

.visual-presentation {
  padding: 5px 10px;
}

.personalized-pitch {
  padding-bottom: 30px;
}

.personalized-pitch.row {
  margin-right: 0px;
  margin-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.personalized-pitch.row > .your-pitch-statement, .example-pitch-statement {
  display: flex;
  flex-direction: column;
}

.personalized-pitch.row > .visual-border {
  display: flex;
  flex-direction: column;
}

.blue-highlight {
  background-color: #b6f0fd;
}

.yellow-highlight {
  background-color: #f7e3b3;
}

.green-highlight {
  background-color: #c0ffc0;
}

.purple-highlight {
  background-color: #f0cbfd;
}

.documents-list {
  margin: 0;
  padding: 0;
}
.documents-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.documents-list li a, .documents-list li a:hover, .documents-list li a:focus {
  text-decoration: none;
}
.documents-list li .document-link {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 24px;
  color: #08467c;
}
.documents-list li .document-link .date {
  color: #777;
}
.documents-list li .document-link i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.documents-list li .document-link:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6d3";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}
.documents-list li .delete-link {
  color: #D00;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  top: 2px;
}

.or-line {
  position: relative;
  margin-top: 0;
}
.or-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  border-bottom: solid 1px #ccc;
}
.or-line:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  border-bottom: solid 1px #ccc;
}

body.interviews-practice_interviews.new .page-hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.interviews-practice_interviews.new .interview-intro-container {
  margin-top: 20px;
  margin-bottom: 30px;
  justify-content: center;
}
@media (min-width: 568px) {
  body.interviews-practice_interviews.new .interview-intro-container {
    display: flex;
  }
}
body.interviews-practice_interviews.new .interview-intro-container .impact {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.interviews-practice_interviews.new .interview-intro-container #start-ayla-interview {
  background-color: #08467c;
}
body.interviews-practice_interviews.new .interview-intro {
  align-items: center;
  border: 1px solid #000;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
  position: relative;
}
body.interviews-practice_interviews.new form {
  background-size: 180px;
  max-width: 800px;
  margin: 0 auto;
}
body.interviews-practice_interviews.new form .form-group {
  max-width: 350px;
  margin: 0 auto 10px;
}
body.interviews-practice_interviews.new form .simple-search {
  background: transparent url(https://www-yns-com.s3.amazonaws.com/images/interviews/videos/form_bg.png) no-repeat scroll top left;
  background-size: 180px;
}
@media (max-width: 1024px) {
  body.interviews-practice_interviews.new form .simple-search {
    background: #FFF;
  }
}

body.interviews-interview_responses .panel .panel-body {
  background: #fff;
}

body.interviews-interview_responses.index .panel .thumbnail .thumbnail-title,
body.admin-practice_interviews.show .panel .thumbnail .thumbnail-title,
body.coach-practice_interviews.show .panel .thumbnail .thumbnail-title,
body.partner_coach-practice_interviews.show .panel .thumbnail .thumbnail-title {
  margin-top: 15px;
}
body.interviews-interview_responses.index .panel .thumbnail iframe, body.interviews-interview_responses.index .panel .thumbnail .no-video,
body.admin-practice_interviews.show .panel .thumbnail iframe,
body.admin-practice_interviews.show .panel .thumbnail .no-video,
body.coach-practice_interviews.show .panel .thumbnail iframe,
body.coach-practice_interviews.show .panel .thumbnail .no-video,
body.partner_coach-practice_interviews.show .panel .thumbnail iframe,
body.partner_coach-practice_interviews.show .panel .thumbnail .no-video {
  float: left;
  margin-right: 30px;
}
body.interviews-interview_responses.index .panel .thumbnail iframe,
body.admin-practice_interviews.show .panel .thumbnail iframe,
body.coach-practice_interviews.show .panel .thumbnail iframe,
body.partner_coach-practice_interviews.show .panel .thumbnail iframe {
  width: 250px;
  height: 229px;
}
body.interviews-interview_responses.index .panel .thumbnail .no-video,
body.admin-practice_interviews.show .panel .thumbnail .no-video,
body.coach-practice_interviews.show .panel .thumbnail .no-video,
body.partner_coach-practice_interviews.show .panel .thumbnail .no-video {
  font-size: 250px;
  margin-top: -20px;
  color: #e5e5e5;
}
body.interviews-interview_responses.index .panel #edit_document_part,
body.admin-practice_interviews.show .panel #edit_document_part,
body.coach-practice_interviews.show .panel #edit_document_part,
body.partner_coach-practice_interviews.show .panel #edit_document_part {
  display: none;
  width: 65%;
}
body.interviews-interview_responses.index .panel #edit_document_part.shown,
body.admin-practice_interviews.show .panel #edit_document_part.shown,
body.coach-practice_interviews.show .panel #edit_document_part.shown,
body.partner_coach-practice_interviews.show .panel #edit_document_part.shown {
  display: inline-block;
}
body.interviews-interview_responses.index .panel #edit_document_part .interview-form-buttons,
body.admin-practice_interviews.show .panel #edit_document_part .interview-form-buttons,
body.coach-practice_interviews.show .panel #edit_document_part .interview-form-buttons,
body.partner_coach-practice_interviews.show .panel #edit_document_part .interview-form-buttons {
  text-align: right;
}
body.interviews-interview_responses.index .panel #edit_document_part .interview-form-buttons .btn-cancel,
body.admin-practice_interviews.show .panel #edit_document_part .interview-form-buttons .btn-cancel,
body.coach-practice_interviews.show .panel #edit_document_part .interview-form-buttons .btn-cancel,
body.partner_coach-practice_interviews.show .panel #edit_document_part .interview-form-buttons .btn-cancel {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
body.interviews-interview_responses.index .addpipe_response,
body.admin-practice_interviews.show .addpipe_response,
body.coach-practice_interviews.show .addpipe_response,
body.partner_coach-practice_interviews.show .addpipe_response {
  width: 250px;
  height: 229px;
  float: left;
  margin-right: 40px;
  background-color: #000;
}

body.interviews-practice_interviews.index .notice {
  text-align: left;
  border: solid 1px #1c6f29;
  padding: 15px 30px 15px 30px;
  border-radius: 3px;
}
body.interviews-practice_interviews.index .coach-notes {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #333;
}

body.interviews-interview_responses.show .videos,
body.interviews-interview_responses.edit .videos {
  max-width: 800px;
  margin: 0 auto;
}
body.interviews-interview_responses.show .videos .thumbnail,
body.interviews-interview_responses.edit .videos .thumbnail {
  vertical-align: top;
  overflow: hidden;
}
body.interviews-interview_responses.show .videos .thumbnail .caption h3,
body.interviews-interview_responses.edit .videos .thumbnail .caption h3 {
  margin: 0 0 4px 0;
}
body.interviews-interview_responses.show .videos .thumbnail .hint,
body.interviews-interview_responses.edit .videos .thumbnail .hint {
  margin: 4px 0 0 0;
  padding: 0;
}
body.interviews-interview_responses.show .videos .thumbnail #video-interview,
body.interviews-interview_responses.edit .videos .thumbnail #video-interview {
  width: 100%;
}
body.interviews-interview_responses.show .videos .thumbnail #video-interview #interview_question,
body.interviews-interview_responses.edit .videos .thumbnail #video-interview #interview_question {
  width: 100%;
}
body.interviews-interview_responses.show .videos .thumbnail.video-response,
body.interviews-interview_responses.edit .videos .thumbnail.video-response {
  display: none;
}
body.interviews-interview_responses.show .videos.recording .thumbnail,
body.interviews-interview_responses.edit .videos.recording .thumbnail {
  display: inline-block;
}
body.interviews-interview_responses.show .videos.recording.no-video-question,
body.interviews-interview_responses.edit .videos.recording.no-video-question {
  margin: auto !important;
}
body.interviews-interview_responses.show .videos.recording .video-question,
body.interviews-interview_responses.edit .videos.recording .video-question {
  width: 24%;
  float: left;
  padding: 0 10px 10px 10px;
}
body.interviews-interview_responses.show .videos.recording .video-question #video-interview,
body.interviews-interview_responses.edit .videos.recording .video-question #video-interview {
  min-height: 0;
  height: 96px;
}
body.interviews-interview_responses.show .videos.recording .video-response,
body.interviews-interview_responses.edit .videos.recording .video-response {
  width: 75%;
  float: right;
  padding: 0 30px 30px 30px;
}
body.interviews-interview_responses.show .videos.recording .video-response object, body.interviews-interview_responses.show .videos.recording .video-response embed,
body.interviews-interview_responses.edit .videos.recording .video-response object,
body.interviews-interview_responses.edit .videos.recording .video-response embed {
  width: 100%;
  min-height: 462px;
}
body.interviews-interview_responses.show .videos.recording .video-response.no-video-question,
body.interviews-interview_responses.edit .videos.recording .video-response.no-video-question {
  float: none !important;
}
body.interviews-interview_responses.show .visually-hidden,
body.interviews-interview_responses.edit .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  color: #f5f5f5;
}

body.interviews-interview_responses.edit .btn-default {
  margin-bottom: 10px;
}

.thumbnail.video-question {
  background-color: #f5f5f5;
  padding: 0 30px 30px 30px;
}

.thumbnail.video-response {
  background-color: #f5f5f5;
}

div.caption > h3, div.caption > p, .interviews-interview_responses h3.panel-title {
  color: #333;
}

.interviews-workshop_parts .btn.btn-cta.ga-trackable.cta {
  width: 500px;
}
@media (max-width: 568px) {
  .interviews-workshop_parts .btn.btn-cta.ga-trackable.cta {
    width: inherit;
  }
}

body.interviews-resources.guide table.star-method-example, body.interviews-resources.guide th, body.interviews-resources.guide td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 10px;
}

body.resumes-reviews .tertiary-action h3, body.document_prep-reviews .tertiary-action h3 {
  margin: 0 0 10px;
}
body.resumes-reviews .tertiary-action p a, body.document_prep-reviews .tertiary-action p a {
  color: #1c6f29;
}
body.resumes-reviews .tertiary-action p a:hover, body.document_prep-reviews .tertiary-action p a:hover {
  text-decoration: none;
  color: rgb(38.273381295, 151.726618705, 56.0431654676);
}
body.resumes-reviews .tertiary-action .btn, body.document_prep-reviews .tertiary-action .btn {
  font-size: 16px;
}
body.resumes-reviews .documents-section, body.document_prep-reviews .documents-section {
  border: solid 1px #DDD;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  body.resumes-reviews .documents-section, body.document_prep-reviews .documents-section {
    padding: 10px;
  }
}
body.resumes-reviews .documents-section.recommended, body.document_prep-reviews .documents-section.recommended {
  border-color: #1c6f29;
  position: relative;
}
body.resumes-reviews .documents-section.recommended:before, body.document_prep-reviews .documents-section.recommended:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08467c;
}
body.resumes-reviews .documents-section .new-revision, body.document_prep-reviews .documents-section .new-revision {
  position: absolute;
  padding: 0;
  right: 0px;
  top: 0;
  z-index: 20;
}
body.resumes-reviews .documents-section .new-revision img, body.document_prep-reviews .documents-section .new-revision img {
  top: 0px;
}
body.resumes-reviews .documents-section a, body.document_prep-reviews .documents-section a {
  color: #1c6f29;
}
body.resumes-reviews .documents-section a:hover, body.resumes-reviews .documents-section a:focus, body.document_prep-reviews .documents-section a:hover, body.document_prep-reviews .documents-section a:focus {
  text-decoration: none;
  color: rgb(38.273381295, 151.726618705, 56.0431654676);
}

body.custom_landings.lumen, body.custom_landings.acquia, body.custom_landings.upwork, body.custom_landings.virgingalactic, body.custom_landings.wlgore, body.custom_landings.latimes, body.custom_landings.lagunitas, body.custom_landings.paychex, body.dashboard-custom_landing_page_previews, body.custom_landings.custom_landing {
  background: #fff;
}
body.custom_landings.lumen .header, body.custom_landings.acquia .header, body.custom_landings.upwork .header, body.custom_landings.virgingalactic .header, body.custom_landings.wlgore .header, body.custom_landings.latimes .header, body.custom_landings.lagunitas .header, body.custom_landings.paychex .header, body.dashboard-custom_landing_page_previews .header, body.custom_landings.custom_landing .header {
  background: #fff;
  height: 80px;
}
@media (max-width: 991px) {
  body.custom_landings.lumen .header, body.custom_landings.acquia .header, body.custom_landings.upwork .header, body.custom_landings.virgingalactic .header, body.custom_landings.wlgore .header, body.custom_landings.latimes .header, body.custom_landings.lagunitas .header, body.custom_landings.paychex .header, body.dashboard-custom_landing_page_previews .header, body.custom_landings.custom_landing .header {
    padding: 0px;
  }
}
body.custom_landings.lumen .row, body.custom_landings.acquia .row, body.custom_landings.upwork .row, body.custom_landings.virgingalactic .row, body.custom_landings.wlgore .row, body.custom_landings.latimes .row, body.custom_landings.lagunitas .row, body.custom_landings.paychex .row, body.dashboard-custom_landing_page_previews .row, body.custom_landings.custom_landing .row {
  margin: 0;
}
body.custom_landings.lumen .bg-container, body.custom_landings.acquia .bg-container, body.custom_landings.upwork .bg-container, body.custom_landings.virgingalactic .bg-container, body.custom_landings.wlgore .bg-container, body.custom_landings.latimes .bg-container, body.custom_landings.lagunitas .bg-container, body.custom_landings.paychex .bg-container, body.dashboard-custom_landing_page_previews .bg-container, body.custom_landings.custom_landing .bg-container {
  padding-top: 0px;
}
body.custom_landings.lumen .container, body.custom_landings.acquia .container, body.custom_landings.upwork .container, body.custom_landings.virgingalactic .container, body.custom_landings.wlgore .container, body.custom_landings.latimes .container, body.custom_landings.lagunitas .container, body.custom_landings.paychex .container, body.dashboard-custom_landing_page_previews .container, body.custom_landings.custom_landing .container {
  padding-top: 0px;
  margin-bottom: 30px;
  color: #000;
}
body.custom_landings.lumen .reg-form, body.custom_landings.acquia .reg-form, body.custom_landings.upwork .reg-form, body.custom_landings.virgingalactic .reg-form, body.custom_landings.wlgore .reg-form, body.custom_landings.latimes .reg-form, body.custom_landings.lagunitas .reg-form, body.custom_landings.paychex .reg-form, body.dashboard-custom_landing_page_previews .reg-form, body.custom_landings.custom_landing .reg-form {
  max-width: 500px;
}
body.custom_landings.lumen .row-stack, body.custom_landings.acquia .row-stack, body.custom_landings.upwork .row-stack, body.custom_landings.virgingalactic .row-stack, body.custom_landings.wlgore .row-stack, body.custom_landings.latimes .row-stack, body.custom_landings.lagunitas .row-stack, body.custom_landings.paychex .row-stack, body.dashboard-custom_landing_page_previews .row-stack, body.custom_landings.custom_landing .row-stack {
  margin-top: 30px;
}
body.custom_landings.lumen .contact, body.custom_landings.acquia .contact, body.custom_landings.upwork .contact, body.custom_landings.virgingalactic .contact, body.custom_landings.wlgore .contact, body.custom_landings.latimes .contact, body.custom_landings.lagunitas .contact, body.custom_landings.paychex .contact, body.dashboard-custom_landing_page_previews .contact, body.custom_landings.custom_landing .contact {
  float: right;
  color: #fff;
  line-height: 80px;
  padding-right: 20px;
  margin-top: 10px;
}
body.custom_landings.lumen .video-frame, body.custom_landings.acquia .video-frame, body.custom_landings.upwork .video-frame, body.custom_landings.virgingalactic .video-frame, body.custom_landings.wlgore .video-frame, body.custom_landings.latimes .video-frame, body.custom_landings.lagunitas .video-frame, body.custom_landings.paychex .video-frame, body.dashboard-custom_landing_page_previews .video-frame, body.custom_landings.custom_landing .video-frame {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 0 5px #118BD7;
}
@media (min-width: 901px) {
  body.custom_landings.lumen .video-frame, body.custom_landings.acquia .video-frame, body.custom_landings.upwork .video-frame, body.custom_landings.virgingalactic .video-frame, body.custom_landings.wlgore .video-frame, body.custom_landings.latimes .video-frame, body.custom_landings.lagunitas .video-frame, body.custom_landings.paychex .video-frame, body.dashboard-custom_landing_page_previews .video-frame, body.custom_landings.custom_landing .video-frame {
    max-width: 600px;
  }
}
@media (max-width: 900px) {
  body.custom_landings.lumen .video-frame, body.custom_landings.acquia .video-frame, body.custom_landings.upwork .video-frame, body.custom_landings.virgingalactic .video-frame, body.custom_landings.wlgore .video-frame, body.custom_landings.latimes .video-frame, body.custom_landings.lagunitas .video-frame, body.custom_landings.paychex .video-frame, body.dashboard-custom_landing_page_previews .video-frame, body.custom_landings.custom_landing .video-frame {
    margin-top: 20px;
  }
}
body.custom_landings.lumen h1, body.custom_landings.lumen h2, body.custom_landings.lumen h3, body.custom_landings.lumen h4, body.custom_landings.acquia h1, body.custom_landings.acquia h2, body.custom_landings.acquia h3, body.custom_landings.acquia h4, body.custom_landings.upwork h1, body.custom_landings.upwork h2, body.custom_landings.upwork h3, body.custom_landings.upwork h4, body.custom_landings.virgingalactic h1, body.custom_landings.virgingalactic h2, body.custom_landings.virgingalactic h3, body.custom_landings.virgingalactic h4, body.custom_landings.wlgore h1, body.custom_landings.wlgore h2, body.custom_landings.wlgore h3, body.custom_landings.wlgore h4, body.custom_landings.latimes h1, body.custom_landings.latimes h2, body.custom_landings.latimes h3, body.custom_landings.latimes h4, body.custom_landings.lagunitas h1, body.custom_landings.lagunitas h2, body.custom_landings.lagunitas h3, body.custom_landings.lagunitas h4, body.custom_landings.paychex h1, body.custom_landings.paychex h2, body.custom_landings.paychex h3, body.custom_landings.paychex h4, body.dashboard-custom_landing_page_previews h1, body.dashboard-custom_landing_page_previews h2, body.dashboard-custom_landing_page_previews h3, body.dashboard-custom_landing_page_previews h4, body.custom_landings.custom_landing h1, body.custom_landings.custom_landing h2, body.custom_landings.custom_landing h3, body.custom_landings.custom_landing h4 {
  color: #000;
}
body.custom_landings.lumen h1, body.custom_landings.lumen h2, body.custom_landings.lumen h3, body.custom_landings.acquia h1, body.custom_landings.acquia h2, body.custom_landings.acquia h3, body.custom_landings.upwork h1, body.custom_landings.upwork h2, body.custom_landings.upwork h3, body.custom_landings.virgingalactic h1, body.custom_landings.virgingalactic h2, body.custom_landings.virgingalactic h3, body.custom_landings.wlgore h1, body.custom_landings.wlgore h2, body.custom_landings.wlgore h3, body.custom_landings.latimes h1, body.custom_landings.latimes h2, body.custom_landings.latimes h3, body.custom_landings.lagunitas h1, body.custom_landings.lagunitas h2, body.custom_landings.lagunitas h3, body.custom_landings.paychex h1, body.custom_landings.paychex h2, body.custom_landings.paychex h3, body.dashboard-custom_landing_page_previews h1, body.dashboard-custom_landing_page_previews h2, body.dashboard-custom_landing_page_previews h3, body.custom_landings.custom_landing h1, body.custom_landings.custom_landing h2, body.custom_landings.custom_landing h3 {
  font-weight: bold;
}
body.custom_landings.lumen .form-control, body.custom_landings.lumen .register-now, body.custom_landings.acquia .form-control, body.custom_landings.acquia .register-now, body.custom_landings.upwork .form-control, body.custom_landings.upwork .register-now, body.custom_landings.virgingalactic .form-control, body.custom_landings.virgingalactic .register-now, body.custom_landings.wlgore .form-control, body.custom_landings.wlgore .register-now, body.custom_landings.latimes .form-control, body.custom_landings.latimes .register-now, body.custom_landings.lagunitas .form-control, body.custom_landings.lagunitas .register-now, body.custom_landings.paychex .form-control, body.custom_landings.paychex .register-now, body.dashboard-custom_landing_page_previews .form-control, body.dashboard-custom_landing_page_previews .register-now, body.custom_landings.custom_landing .form-control, body.custom_landings.custom_landing .register-now {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
body.custom_landings.lumen .shaded, body.custom_landings.acquia .shaded, body.custom_landings.upwork .shaded, body.custom_landings.virgingalactic .shaded, body.custom_landings.wlgore .shaded, body.custom_landings.latimes .shaded, body.custom_landings.lagunitas .shaded, body.custom_landings.paychex .shaded, body.dashboard-custom_landing_page_previews .shaded, body.custom_landings.custom_landing .shaded {
  background: #f5f5f5;
  padding: 60px 0px;
}
body.custom_landings.lumen .middle-heading, body.custom_landings.acquia .middle-heading, body.custom_landings.upwork .middle-heading, body.custom_landings.virgingalactic .middle-heading, body.custom_landings.wlgore .middle-heading, body.custom_landings.latimes .middle-heading, body.custom_landings.lagunitas .middle-heading, body.custom_landings.paychex .middle-heading, body.dashboard-custom_landing_page_previews .middle-heading, body.custom_landings.custom_landing .middle-heading {
  padding-bottom: 30px;
  font-weight: bold;
}
body.custom_landings.lumen .middle-heading h3, body.custom_landings.acquia .middle-heading h3, body.custom_landings.upwork .middle-heading h3, body.custom_landings.virgingalactic .middle-heading h3, body.custom_landings.wlgore .middle-heading h3, body.custom_landings.latimes .middle-heading h3, body.custom_landings.lagunitas .middle-heading h3, body.custom_landings.paychex .middle-heading h3, body.dashboard-custom_landing_page_previews .middle-heading h3, body.custom_landings.custom_landing .middle-heading h3 {
  text-align: center;
}
body.custom_landings.lumen .icon-large, body.custom_landings.acquia .icon-large, body.custom_landings.upwork .icon-large, body.custom_landings.virgingalactic .icon-large, body.custom_landings.wlgore .icon-large, body.custom_landings.latimes .icon-large, body.custom_landings.lagunitas .icon-large, body.custom_landings.paychex .icon-large, body.dashboard-custom_landing_page_previews .icon-large, body.custom_landings.custom_landing .icon-large {
  color: #000;
  text-align: center;
  height: 130px;
}
body.custom_landings.lumen .icon-large .icon-bottom, body.custom_landings.acquia .icon-large .icon-bottom, body.custom_landings.upwork .icon-large .icon-bottom, body.custom_landings.virgingalactic .icon-large .icon-bottom, body.custom_landings.wlgore .icon-large .icon-bottom, body.custom_landings.latimes .icon-large .icon-bottom, body.custom_landings.lagunitas .icon-large .icon-bottom, body.custom_landings.paychex .icon-large .icon-bottom, body.dashboard-custom_landing_page_previews .icon-large .icon-bottom, body.custom_landings.custom_landing .icon-large .icon-bottom {
  bottom: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 16px;
}
body.custom_landings.lumen .footer-wrap, body.custom_landings.lumen .footer-nav a, body.custom_landings.acquia .footer-wrap, body.custom_landings.acquia .footer-nav a, body.custom_landings.upwork .footer-wrap, body.custom_landings.upwork .footer-nav a, body.custom_landings.virgingalactic .footer-wrap, body.custom_landings.virgingalactic .footer-nav a, body.custom_landings.wlgore .footer-wrap, body.custom_landings.wlgore .footer-nav a, body.custom_landings.latimes .footer-wrap, body.custom_landings.latimes .footer-nav a, body.custom_landings.lagunitas .footer-wrap, body.custom_landings.lagunitas .footer-nav a, body.custom_landings.paychex .footer-wrap, body.custom_landings.paychex .footer-nav a, body.dashboard-custom_landing_page_previews .footer-wrap, body.dashboard-custom_landing_page_previews .footer-nav a, body.custom_landings.custom_landing .footer-wrap, body.custom_landings.custom_landing .footer-nav a {
  color: #000;
}
body.custom_landings.lumen .thank-you, body.custom_landings.acquia .thank-you, body.custom_landings.upwork .thank-you, body.custom_landings.virgingalactic .thank-you, body.custom_landings.wlgore .thank-you, body.custom_landings.latimes .thank-you, body.custom_landings.lagunitas .thank-you, body.custom_landings.paychex .thank-you, body.dashboard-custom_landing_page_previews .thank-you, body.custom_landings.custom_landing .thank-you {
  text-decoration: underline;
  margin: 20px 0px;
}
body.custom_landings.lumen .registered, body.custom_landings.acquia .registered, body.custom_landings.upwork .registered, body.custom_landings.virgingalactic .registered, body.custom_landings.wlgore .registered, body.custom_landings.latimes .registered, body.custom_landings.lagunitas .registered, body.custom_landings.paychex .registered, body.dashboard-custom_landing_page_previews .registered, body.custom_landings.custom_landing .registered {
  color: #000;
}
body.custom_landings.lumen .terms, body.custom_landings.acquia .terms, body.custom_landings.upwork .terms, body.custom_landings.virgingalactic .terms, body.custom_landings.wlgore .terms, body.custom_landings.latimes .terms, body.custom_landings.lagunitas .terms, body.custom_landings.paychex .terms, body.dashboard-custom_landing_page_previews .terms, body.custom_landings.custom_landing .terms {
  color: #000;
  margin-top: 10px;
  font-size: 11px;
}
body.custom_landings.lumen a.register-links, body.custom_landings.acquia a.register-links, body.custom_landings.upwork a.register-links, body.custom_landings.virgingalactic a.register-links, body.custom_landings.wlgore a.register-links, body.custom_landings.latimes a.register-links, body.custom_landings.lagunitas a.register-links, body.custom_landings.paychex a.register-links, body.dashboard-custom_landing_page_previews a.register-links, body.custom_landings.custom_landing a.register-links {
  color: #0f7abd;
}
body.custom_landings.lumen a.register-links:hover, body.custom_landings.lumen a.register-links:focus, body.custom_landings.acquia a.register-links:hover, body.custom_landings.acquia a.register-links:focus, body.custom_landings.upwork a.register-links:hover, body.custom_landings.upwork a.register-links:focus, body.custom_landings.virgingalactic a.register-links:hover, body.custom_landings.virgingalactic a.register-links:focus, body.custom_landings.wlgore a.register-links:hover, body.custom_landings.wlgore a.register-links:focus, body.custom_landings.latimes a.register-links:hover, body.custom_landings.latimes a.register-links:focus, body.custom_landings.lagunitas a.register-links:hover, body.custom_landings.lagunitas a.register-links:focus, body.custom_landings.paychex a.register-links:hover, body.custom_landings.paychex a.register-links:focus, body.dashboard-custom_landing_page_previews a.register-links:hover, body.dashboard-custom_landing_page_previews a.register-links:focus, body.custom_landings.custom_landing a.register-links:hover, body.custom_landings.custom_landing a.register-links:focus {
  color: rgb(13.125, 106.75, 165.375);
  font-weight: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body.custom_landings.lumen li, body.custom_landings.acquia li, body.custom_landings.upwork li, body.custom_landings.virgingalactic li, body.custom_landings.wlgore li, body.custom_landings.latimes li, body.custom_landings.lagunitas li, body.custom_landings.paychex li, body.dashboard-custom_landing_page_previews li, body.custom_landings.custom_landing li {
  color: #000;
}
body.custom_landings.lumen .tour, body.custom_landings.acquia .tour, body.custom_landings.upwork .tour, body.custom_landings.virgingalactic .tour, body.custom_landings.wlgore .tour, body.custom_landings.latimes .tour, body.custom_landings.lagunitas .tour, body.custom_landings.paychex .tour, body.dashboard-custom_landing_page_previews .tour, body.custom_landings.custom_landing .tour {
  padding-left: 15px;
  font-size: 16px;
}
body.custom_landings.lumen .h3-tour, body.custom_landings.acquia .h3-tour, body.custom_landings.upwork .h3-tour, body.custom_landings.virgingalactic .h3-tour, body.custom_landings.wlgore .h3-tour, body.custom_landings.latimes .h3-tour, body.custom_landings.lagunitas .h3-tour, body.custom_landings.paychex .h3-tour, body.dashboard-custom_landing_page_previews .h3-tour, body.custom_landings.custom_landing .h3-tour {
  font-weight: bold;
}
@media (max-width: 1200px) {
  body.custom_landings.lumen .h3-tour, body.custom_landings.acquia .h3-tour, body.custom_landings.upwork .h3-tour, body.custom_landings.virgingalactic .h3-tour, body.custom_landings.wlgore .h3-tour, body.custom_landings.latimes .h3-tour, body.custom_landings.lagunitas .h3-tour, body.custom_landings.paychex .h3-tour, body.dashboard-custom_landing_page_previews .h3-tour, body.custom_landings.custom_landing .h3-tour {
    margin-top: 30px;
  }
}
body.custom_landings.lumen .close, body.custom_landings.acquia .close, body.custom_landings.upwork .close, body.custom_landings.virgingalactic .close, body.custom_landings.wlgore .close, body.custom_landings.latimes .close, body.custom_landings.lagunitas .close, body.custom_landings.paychex .close, body.dashboard-custom_landing_page_previews .close, body.custom_landings.custom_landing .close {
  background: #118BD7;
}
body.custom_landings.lumen .modal .modal-header:before, body.custom_landings.acquia .modal .modal-header:before, body.custom_landings.upwork .modal .modal-header:before, body.custom_landings.virgingalactic .modal .modal-header:before, body.custom_landings.wlgore .modal .modal-header:before, body.custom_landings.latimes .modal .modal-header:before, body.custom_landings.lagunitas .modal .modal-header:before, body.custom_landings.paychex .modal .modal-header:before, body.dashboard-custom_landing_page_previews .modal .modal-header:before, body.custom_landings.custom_landing .modal .modal-header:before {
  border-top: 1px solid #118bd7;
}
body.custom_landings.lumen .modal .modal-header:after, body.custom_landings.acquia .modal .modal-header:after, body.custom_landings.upwork .modal .modal-header:after, body.custom_landings.virgingalactic .modal .modal-header:after, body.custom_landings.wlgore .modal .modal-header:after, body.custom_landings.latimes .modal .modal-header:after, body.custom_landings.lagunitas .modal .modal-header:after, body.custom_landings.paychex .modal .modal-header:after, body.dashboard-custom_landing_page_previews .modal .modal-header:after, body.custom_landings.custom_landing .modal .modal-header:after {
  color: #118bd7;
}
body.custom_landings.lumen .confirm-modal .btn-danger, body.custom_landings.acquia .confirm-modal .btn-danger, body.custom_landings.upwork .confirm-modal .btn-danger, body.custom_landings.virgingalactic .confirm-modal .btn-danger, body.custom_landings.wlgore .confirm-modal .btn-danger, body.custom_landings.latimes .confirm-modal .btn-danger, body.custom_landings.lagunitas .confirm-modal .btn-danger, body.custom_landings.paychex .confirm-modal .btn-danger, body.dashboard-custom_landing_page_previews .confirm-modal .btn-danger, body.custom_landings.custom_landing .confirm-modal .btn-danger {
  border-color: #118bd7;
  background: #118bd7 !important;
  color: #fff;
}
body.custom_landings.lumen .modal-body, body.custom_landings.acquia .modal-body, body.custom_landings.upwork .modal-body, body.custom_landings.virgingalactic .modal-body, body.custom_landings.wlgore .modal-body, body.custom_landings.latimes .modal-body, body.custom_landings.lagunitas .modal-body, body.custom_landings.paychex .modal-body, body.dashboard-custom_landing_page_previews .modal-body, body.custom_landings.custom_landing .modal-body {
  color: #000;
}
body.custom_landings.lumen .footer-nav, body.custom_landings.acquia .footer-nav, body.custom_landings.upwork .footer-nav, body.custom_landings.virgingalactic .footer-nav, body.custom_landings.wlgore .footer-nav, body.custom_landings.latimes .footer-nav, body.custom_landings.lagunitas .footer-nav, body.custom_landings.paychex .footer-nav, body.dashboard-custom_landing_page_previews .footer-nav, body.custom_landings.custom_landing .footer-nav {
  padding-top: 1rem;
}
body.custom_landings.lumen .footer-nav li, body.custom_landings.acquia .footer-nav li, body.custom_landings.upwork .footer-nav li, body.custom_landings.virgingalactic .footer-nav li, body.custom_landings.wlgore .footer-nav li, body.custom_landings.latimes .footer-nav li, body.custom_landings.lagunitas .footer-nav li, body.custom_landings.paychex .footer-nav li, body.dashboard-custom_landing_page_previews .footer-nav li, body.custom_landings.custom_landing .footer-nav li {
  display: inline-block;
}
body.custom_landings.lumen .footer-nav li a, body.custom_landings.acquia .footer-nav li a, body.custom_landings.upwork .footer-nav li a, body.custom_landings.virgingalactic .footer-nav li a, body.custom_landings.wlgore .footer-nav li a, body.custom_landings.latimes .footer-nav li a, body.custom_landings.lagunitas .footer-nav li a, body.custom_landings.paychex .footer-nav li a, body.dashboard-custom_landing_page_previews .footer-nav li a, body.custom_landings.custom_landing .footer-nav li a {
  font-family: "Roboto";
  color: #000;
  text-decoration: underline !important;
}
body.custom_landings.lumen .footer-nav li a:hover, body.custom_landings.acquia .footer-nav li a:hover, body.custom_landings.upwork .footer-nav li a:hover, body.custom_landings.virgingalactic .footer-nav li a:hover, body.custom_landings.wlgore .footer-nav li a:hover, body.custom_landings.latimes .footer-nav li a:hover, body.custom_landings.lagunitas .footer-nav li a:hover, body.custom_landings.paychex .footer-nav li a:hover, body.dashboard-custom_landing_page_previews .footer-nav li a:hover, body.custom_landings.custom_landing .footer-nav li a:hover {
  font-weight: bold;
  border: none;
}

body.custom_landings.acquia.visitor-layout, body.custom_landings.upwork.visitor-layout, body.custom_landings.virgingalactic.visitor-layout, body.custom_landings.wlgore, body.custom_landings.lagunitas.visitor-layout, body.custom_landings.paychex.visitor-layout, body.dashboard-custom_landing_page_previews.visitor-layout, body.custom_landings.custom_landing.visitor-layout {
  padding-top: 0px;
}
body.custom_landings.acquia.visitor-layout .candidate-care-top, body.custom_landings.upwork.visitor-layout .candidate-care-top, body.custom_landings.virgingalactic.visitor-layout .candidate-care-top, body.custom_landings.wlgore .candidate-care-top, body.custom_landings.lagunitas.visitor-layout .candidate-care-top, body.custom_landings.paychex.visitor-layout .candidate-care-top, body.dashboard-custom_landing_page_previews.visitor-layout .candidate-care-top, body.custom_landings.custom_landing.visitor-layout .candidate-care-top {
  display: none;
}
body.custom_landings.acquia.visitor-layout .logo, body.custom_landings.upwork.visitor-layout .logo, body.custom_landings.virgingalactic.visitor-layout .logo, body.custom_landings.wlgore .logo, body.custom_landings.lagunitas.visitor-layout .logo, body.custom_landings.paychex.visitor-layout .logo, body.dashboard-custom_landing_page_previews.visitor-layout .logo, body.custom_landings.custom_landing.visitor-layout .logo {
  display: none;
}
body.custom_landings.acquia.visitor-layout .radio, body.custom_landings.upwork.visitor-layout .radio, body.custom_landings.virgingalactic.visitor-layout .radio, body.custom_landings.wlgore .radio, body.custom_landings.lagunitas.visitor-layout .radio, body.custom_landings.paychex.visitor-layout .radio, body.dashboard-custom_landing_page_previews.visitor-layout .radio, body.custom_landings.custom_landing.visitor-layout .radio {
  display: inline !important;
  padding-right: 10px;
}
body.custom_landings.acquia.visitor-layout .video-frame-coach, body.custom_landings.upwork.visitor-layout .video-frame-coach, body.custom_landings.virgingalactic.visitor-layout .video-frame-coach, body.custom_landings.wlgore .video-frame-coach, body.custom_landings.lagunitas.visitor-layout .video-frame-coach, body.custom_landings.paychex.visitor-layout .video-frame-coach, body.dashboard-custom_landing_page_previews.visitor-layout .video-frame-coach, body.custom_landings.custom_landing.visitor-layout .video-frame-coach {
  margin-top: 43px;
}
body.custom_landings.acquia.visitor-layout .impact, body.custom_landings.upwork.visitor-layout .impact, body.custom_landings.virgingalactic.visitor-layout .impact, body.custom_landings.wlgore .impact, body.custom_landings.lagunitas.visitor-layout .impact, body.custom_landings.paychex.visitor-layout .impact, body.dashboard-custom_landing_page_previews.visitor-layout .impact, body.custom_landings.custom_landing.visitor-layout .impact {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 900px) {
  body.custom_landings.acquia.visitor-layout .logo-container, body.custom_landings.upwork.visitor-layout .logo-container, body.custom_landings.virgingalactic.visitor-layout .logo-container, body.custom_landings.wlgore .logo-container, body.custom_landings.lagunitas.visitor-layout .logo-container, body.custom_landings.paychex.visitor-layout .logo-container, body.dashboard-custom_landing_page_previews.visitor-layout .logo-container, body.custom_landings.custom_landing.visitor-layout .logo-container {
    margin-top: 20px;
  }
}
@media (min-width: 901px) {
  body.custom_landings.acquia.visitor-layout .branding-container, body.custom_landings.upwork.visitor-layout .branding-container, body.custom_landings.virgingalactic.visitor-layout .branding-container, body.custom_landings.wlgore .branding-container, body.custom_landings.lagunitas.visitor-layout .branding-container, body.custom_landings.paychex.visitor-layout .branding-container, body.dashboard-custom_landing_page_previews.visitor-layout .branding-container, body.custom_landings.custom_landing.visitor-layout .branding-container {
    float: right;
    text-align: right;
    padding-right: 40px;
  }
}
@media (max-width: 900px) {
  body.custom_landings.acquia.visitor-layout .branding-container, body.custom_landings.upwork.visitor-layout .branding-container, body.custom_landings.virgingalactic.visitor-layout .branding-container, body.custom_landings.wlgore .branding-container, body.custom_landings.lagunitas.visitor-layout .branding-container, body.custom_landings.paychex.visitor-layout .branding-container, body.dashboard-custom_landing_page_previews.visitor-layout .branding-container, body.custom_landings.custom_landing.visitor-layout .branding-container {
    margin: 20px 0px;
  }
  body.custom_landings.acquia.visitor-layout .branding-container img, body.custom_landings.upwork.visitor-layout .branding-container img, body.custom_landings.virgingalactic.visitor-layout .branding-container img, body.custom_landings.wlgore .branding-container img, body.custom_landings.lagunitas.visitor-layout .branding-container img, body.custom_landings.paychex.visitor-layout .branding-container img, body.dashboard-custom_landing_page_previews.visitor-layout .branding-container img, body.custom_landings.custom_landing.visitor-layout .branding-container img {
    height: 70px !important;
  }
}
@media (max-width: 900px) {
  body.custom_landings.acquia.visitor-layout .logo-container, body.custom_landings.acquia.visitor-layout .branding-container, body.custom_landings.upwork.visitor-layout .logo-container, body.custom_landings.upwork.visitor-layout .branding-container, body.custom_landings.virgingalactic.visitor-layout .logo-container, body.custom_landings.virgingalactic.visitor-layout .branding-container, body.custom_landings.wlgore .logo-container, body.custom_landings.wlgore .branding-container, body.custom_landings.lagunitas.visitor-layout .logo-container, body.custom_landings.lagunitas.visitor-layout .branding-container, body.custom_landings.paychex.visitor-layout .logo-container, body.custom_landings.paychex.visitor-layout .branding-container, body.dashboard-custom_landing_page_previews.visitor-layout .logo-container, body.dashboard-custom_landing_page_previews.visitor-layout .branding-container, body.custom_landings.custom_landing.visitor-layout .logo-container, body.custom_landings.custom_landing.visitor-layout .branding-container {
    text-align: center;
    padding: 0px;
  }
}
@media (max-width: 900px) {
  body.custom_landings.acquia.visitor-layout .icon-bottom, body.custom_landings.upwork.visitor-layout .icon-bottom, body.custom_landings.virgingalactic.visitor-layout .icon-bottom, body.custom_landings.wlgore .icon-bottom, body.custom_landings.lagunitas.visitor-layout .icon-bottom, body.custom_landings.paychex.visitor-layout .icon-bottom, body.dashboard-custom_landing_page_previews.visitor-layout .icon-bottom, body.custom_landings.custom_landing.visitor-layout .icon-bottom {
    margin: 20px 0px;
  }
}
@media (max-width: 568px) {
  body.custom_landings.acquia.visitor-layout .footer-nav, body.custom_landings.upwork.visitor-layout .footer-nav, body.custom_landings.virgingalactic.visitor-layout .footer-nav, body.custom_landings.wlgore .footer-nav, body.custom_landings.lagunitas.visitor-layout .footer-nav, body.custom_landings.paychex.visitor-layout .footer-nav, body.dashboard-custom_landing_page_previews.visitor-layout .footer-nav, body.custom_landings.custom_landing.visitor-layout .footer-nav {
    padding-left: 0 !important;
  }
  body.custom_landings.acquia.visitor-layout .footer-owned-by, body.custom_landings.upwork.visitor-layout .footer-owned-by, body.custom_landings.virgingalactic.visitor-layout .footer-owned-by, body.custom_landings.wlgore .footer-owned-by, body.custom_landings.lagunitas.visitor-layout .footer-owned-by, body.custom_landings.paychex.visitor-layout .footer-owned-by, body.dashboard-custom_landing_page_previews.visitor-layout .footer-owned-by, body.custom_landings.custom_landing.visitor-layout .footer-owned-by {
    padding: 0 10px 10px 10px;
  }
}

.yns-logo-contact {
  float: right;
  text-align: right;
  padding-right: 2.5rem;
}

.yns-logo-contact img {
  height: 5.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.937rem;
}

.upwork-top-row {
  height: 4.6875rem;
}

body.wlgore {
  padding-top: 0px !important;
}

body.custom_landings.lumen .logo img {
  height: 4.375rem;
  padding-top: 1.25rem;
}
body.custom_landings.lumen .container {
  margin-top: 5.625rem;
}

body.custom_landings.acquia .logos, body.custom_landings.wlgore .logos {
  float: left;
  padding-left: 0.6rem;
}
body.custom_landings.acquia .contact, body.custom_landings.wlgore .contact {
  float: right;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  body.custom_landings.acquia .coach-img, body.custom_landings.wlgore .coach-img {
    margin-top: -12px !important;
  }
  body.custom_landings.acquia .resume-img, body.custom_landings.wlgore .resume-img {
    margin-top: 0 !important;
  }
  body.custom_landings.acquia .interview-img, body.custom_landings.wlgore .interview-img {
    margin-top: -10px !important;
  }
  body.custom_landings.acquia .arrows-img, body.custom_landings.wlgore .arrows-img {
    margin-top: -6px !important;
  }
  body.custom_landings.acquia .linkedin-img, body.custom_landings.wlgore .linkedin-img {
    margin-top: 12px !important;
  }
}
@media (max-width: 428px) {
  body.custom_landings.acquia .logos, body.custom_landings.wlgore .logos {
    text-align: center;
    float: none;
    padding: 0;
    height: 5rem;
  }
  body.custom_landings.acquia .contact, body.custom_landings.wlgore .contact {
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
  }
}
@media (max-width: 360px) {
  body.custom_landings.acquia .logos, body.custom_landings.wlgore .logos {
    float: none !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 551px) {
  body.custom_landings.lumen .logo {
    text-align: center;
    float: none;
    padding: 0;
    height: 5rem;
  }
  body.custom_landings.lumen .contact {
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
  }
  body.custom_landings.lumen .container {
    margin-top: 2.8rem;
  }
  body.custom_landings.lumen .footer-nav {
    padding-left: 0 !important;
  }
  body.custom_landings.lumen .footer-owned-by {
    padding: 0 10px 10px 10px;
  }
  body.custom_landings.lumen .header {
    height: 9.5rem;
  }
}
@media (max-width: 991px) {
  body.custom_landings.lumen .coach-img {
    margin-top: 5px !important;
  }
  body.custom_landings.lumen .resume-img {
    margin-top: 6px !important;
  }
  body.custom_landings.lumen .interview-img {
    margin-top: -5px !important;
  }
  body.custom_landings.lumen .arrows-img {
    margin-top: 6px !important;
  }
  body.custom_landings.lumen .linkedin-img {
    margin-top: 25px !important;
  }
}

@media (max-width: 992px) {
  body.custom_landings.upwork .upwork-top-row {
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  body.custom_landings.upwork .yns-logo-contact {
    padding-right: 0;
  }
}
@media (max-width: 450px) {
  body.custom_landings.upwork .upwork-top-row {
    display: block;
    text-align: center;
  }
  body.custom_landings.upwork .yns-logo-contact {
    padding: 0;
    float: none;
    text-align: center;
  }
  body.custom_landings.upwork .yns-logo-contact img {
    height: 4.6rem;
  }
  body.custom_landings.upwork .upwork-logo {
    padding: 0;
  }
  body.custom_landings.upwork .row.row-stack.welcome {
    padding-top: 1rem;
  }
}
@media (max-width: 991px) {
  body.custom_landings.upwork .resume-img {
    margin-top: -4px !important;
  }
  body.custom_landings.upwork .interview-img {
    margin-top: -15px !important;
  }
  body.custom_landings.upwork .arrows-img {
    margin-top: -9px !important;
  }
  body.custom_landings.upwork .linkedin-img {
    margin-top: 12px !important;
  }
}

@media (max-width: 757px) {
  body.custom_landings.latimes .logo {
    text-align: center;
    float: none;
    padding: 0;
    height: 5rem;
    margin-bottom: 0;
  }
  body.custom_landings.latimes .contact {
    margin: 0.25rem 0;
    padding: 0;
    float: none;
    text-align: center;
  }
  body.custom_landings.latimes .container {
    margin-top: 0;
  }
  body.custom_landings.latimes .header {
    height: 7.8rem;
  }
  body.custom_landings.latimes .reg-form {
    margin: auto;
  }
}
@media (max-width: 317px) {
  body.custom_landings.latimes .contact img {
    height: 70px !important;
  }
}
@media (max-width: 991px) {
  body.custom_landings.latimes .coach-img {
    margin-top: 5px !important;
  }
  body.custom_landings.latimes .resume-img {
    margin-top: 14px !important;
  }
  body.custom_landings.latimes .interview-img {
    margin-top: 4px !important;
  }
  body.custom_landings.latimes .arrows-img {
    margin-top: 8px !important;
  }
  body.custom_landings.latimes .linkedin-img {
    margin-top: 35px !important;
  }
}

@media (max-width: 991px) {
  body.custom_landings.virgingalactic .resume-img, body.custom_landings.lagunitas .resume-img, body.custom_landings.paychex .resume-img, body.dashboard-custom_landing_page_previews .resume-img, body.custom_landings.custom_landing .resume-img {
    margin-top: -8px !important;
  }
  body.custom_landings.virgingalactic .interview-img, body.custom_landings.lagunitas .interview-img, body.custom_landings.paychex .interview-img, body.dashboard-custom_landing_page_previews .interview-img, body.custom_landings.custom_landing .interview-img {
    margin-top: -18px !important;
  }
  body.custom_landings.virgingalactic .linkedin-img, body.custom_landings.lagunitas .linkedin-img, body.custom_landings.paychex .linkedin-img, body.dashboard-custom_landing_page_previews .linkedin-img, body.custom_landings.custom_landing .linkedin-img {
    margin-top: 14px !important;
  }
}

body.admin-metrics-okr_metrics.key_metrics {
  background: #303030 url(https://www-yns-com.s3.amazonaws.com/images/orientations/workshops/personal-preferences/overview_bg.jpg) no-repeat scroll top center;
  background-size: 100%;
  color: #FFF;
  padding: 50px;
  text-align: center;
  min-height: 450px;
}
body.admin-metrics-okr_metrics.key_metrics .objectives {
  border: solid 2px #f58d00;
  background: rgba(0, 0, 0, 0.6);
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px 20px;
}
body.admin-metrics-okr_metrics.key_metrics .key-results {
  border: solid 1px #FFF;
  background: rgba(255, 255, 255, 0);
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 20px 20px 20px 40px;
  text-align: left;
  position: relative;
  min-height: 200px;
}
body.admin-metrics-okr_metrics.key_metrics .objective {
  font-weight: bold;
  color: #f58d00;
  padding-bottom: 20px;
  text-align: center;
}

.sitemap .sitemap-container li {
  display: inline-block !important;
  text-align: left;
  padding: 5px 0px !important;
  width: 100%;
}
.sitemap .sitemap-container li a {
  color: #007CB0;
  font-size: 14px !important;
  display: inline-block !important;
  text-decoration: none !important;
}
.sitemap .sitemap-container li a:after {
  content: none;
}
.sitemap .sitemap-container li a:hover, .sitemap .sitemap-container li a:focus, .sitemap .sitemap-container li a:visited {
  color: #08467c;
  text-decoration: underline !important;
}
.sitemap .sitemap-container li .caret {
  display: none;
}
.sitemap .sitemap-container li .dropdown-menu {
  display: contents;
}
.sitemap .sitemap-container li .dropdown-menu li a {
  color: #000;
}
.sitemap .sitemap-container li .dropdown-menu li a:focus, .sitemap .sitemap-container li .dropdown-menu li a:hover, .sitemap .sitemap-container li .dropdown-menu li a:active {
  background-color: #FFF !important;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  text-decoration: underline !important;
}
.sitemap .sitemap-container li .dropdown-menu li a:focus:after, .sitemap .sitemap-container li .dropdown-menu li a:hover:after, .sitemap .sitemap-container li .dropdown-menu li a:active:after {
  content: none;
}

body.partners-astron {
  padding-top: 0;
}
body.partners-astron .standard-layout {
  position: default;
  padding-left: 0;
  border: none;
}
body.partners-astron .top-nav {
  height: 50px;
  background-color: black;
}
body.partners-astron .top-nav img {
  padding-top: 15px;
  padding-left: 20px;
}
body.partners-astron .jumbotron {
  background-image: url(//www-yns-com.s3.amazonaws.com/images/partners/astron/schedule-demo_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-bottom: 0;
}
body.partners-astron .jumbotron .page-header {
  border: 0;
}
body.partners-astron .jumbotron .container {
  width: 800px;
}
body.partners-astron .jumbotron h1 {
  color: white;
  font-size: 40px;
}
body.partners-astron .contact-panel {
  padding-top: 30px;
  min-height: 210px;
  color: white;
  background-color: #0f87f0;
  font-size: 16px;
}
body.partners-astron .contact-panel b {
  font-size: 110%;
}
body.partners-astron .contact-panel a, body.partners-astron .contact-panel a:active, body.partners-astron .contact-panel a:visited {
  color: white;
}
body.partners-astron .contact-panel a:hover {
  text-decoration: underline;
}
body.partners-astron .impact, body.partners-astron .section-5 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body.partners-astron .copy {
  position: static;
  padding: 40px 0;
  top: 0;
  margin-top: 0;
}
body.partners-astron #flash {
  top: 0;
}
body.partners-astron .h1-wrap {
  border-width: 1px 0;
  max-width: 90%;
}
body.partners-astron .h1-wrap h1 {
  color: #a3c856;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
}
body.partners-astron .section-5 .copy {
  padding-top: 0;
}
body.partners-astron .form-wrap {
  position: relative;
  z-index: 5000;
  max-width: 800px;
  margin: -60px auto 0;
  margin-top: 0;
  box-shadow: 0 0 1px #aaa;
}
body.partners-astron .form-wrap p {
  background-color: #a3c856;
  color: white;
  margin: 0;
  line-height: 60px;
}
body.partners-astron .form-wrap form {
  display: block;
  padding: 25px;
}
body.partners-astron .form-wrap .btn.btn-primary {
  background-color: #a3c856;
  color: white;
}
body.partners-astron #error_explanation {
  margin-top: 30px;
}

.executive-layout {
  color: #FFF;
}
@media (max-width: 991px) {
  .executive-layout {
    background-size: auto;
  }
}
.executive-layout h1, .executive-layout h2 {
  color: #118bd7;
  font-weight: bold;
  text-align: left;
}
.executive-layout h4 {
  color: #fff;
  text-align: left;
}
.executive-layout a {
  color: #A3C849;
}
.executive-layout a:hover, .executive-layout a:active, .executive-layout a:focus {
  color: #c4f255;
}
.executive-layout .btn.btn-transparent-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 6px 25px 5px;
}
.executive-layout .btn.btn-transparent-white:hover, .executive-layout .btn.btn-transparent-white:active, .executive-layout .btn.btn-transparent-white:focus {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.executive-layout .no-thanks:hover, .executive-layout .no-thanks:active, .executive-layout .no-thanks:focus {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.executive-layout .login-wrap {
  background: #08467C url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/intoocandidate/background3.jpg) no-repeat scroll left top;
  background-color: #08467C;
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center;
  background-repeat: no-repeat !important;
  padding-top: 100px;
  padding-bottom: 250px;
  margin-top: -20px;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.executive-layout .layer-background {
  background-color: #08467c;
}
.executive-layout .header .top-nav {
  background: #fff;
  height: 80px;
}
.executive-layout .navbar {
  background: #fff !important;
  height: 80px;
}
.executive-layout .footer-wrap {
  background: #151f3b;
}
.executive-layout .footer-wrap .footer-nav li a {
  color: #fff;
}
@media (max-width: 568px) {
  .executive-layout .footer-wrap .footer-nav {
    margin-bottom: 50px;
  }
}
.executive-layout .container-welcome {
  margin-top: 140px;
  width: 600px;
  background: #233549;
  opacity: 0.9;
  margin: 0px auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .executive-layout .container-welcome {
    width: 90%;
  }
}
.executive-layout .container-welcome .container-body {
  padding: 50px 75px;
  color: #fff;
  text-align: center;
}
@media (max-width: 568px) {
  .executive-layout .container-welcome .container-body {
    padding: 10px;
  }
}
.executive-layout .container-welcome .container-body h1 {
  color: #118bd7;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.executive-layout .container-welcome .container-body h4 {
  color: #fff;
  text-align: left;
}
.executive-layout .container-welcome .container-body input[type=submit] {
  color: #fff;
  background: #118bd7;
  padding: 10px 15px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #118bd7;
  margin-top: 10px;
  font-weight: bold;
}
.executive-layout .container-welcome .container-body input[type=submit]:hover, .executive-layout .container-welcome .container-body input[type=submit]:active, .executive-layout .container-welcome .container-body input[type=submit]:focus {
  background: #0a5a8c;
  border: 1px solid #0a5a8c;
}
.executive-layout .container-welcome .container-body .form-control {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  color: #000;
}
.executive-layout h1 {
  margin: 0 0 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size: 36px;
}
.executive-layout h2 {
  margin: 0;
  line-height: 1em;
  font-size: 24px;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 991px) {
  .executive-layout h2 {
    font-size: 20px;
  }
}
.executive-layout h3 {
  margin: 0 0 10px;
  line-height: 1em;
}
.executive-layout p {
  font-size: 16px;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .executive-layout p {
    font-size: 14px;
  }
}
.executive-layout .right-strong {
  color: #fff;
  font-weight: normal;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.executive-layout .btn-welcome {
  padding: 15px 50px;
  background: #f58d00;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 568px) {
  .executive-layout .btn-welcome {
    margin-top: 0px;
  }
}
.executive-layout .login-header, .executive-layout .login-header-premium {
  text-align: center;
}
.executive-layout .login-header-premium {
  display: none;
}
.executive-layout .error-messages {
  color: orange;
  background-color: transparent;
}
.executive-layout .has-error label {
  color: orange;
}
.executive-layout .accept-terms a {
  text-decoration: underline !important;
}
.executive-layout legend.required-text {
  font-size: 16px;
  border: none;
  color: white;
}
.executive-layout legend.required-text::after {
  content: " (Required)";
  font-style: italic;
  font-size: 90%;
}
.executive-layout .star-selected, .executive-layout .star-hover {
  color: rgb(223, 192, 38);
}

.select-errors-layout {
  color: #FFF;
  background: black url(https://www-yns-com.s3.amazonaws.com/images/errors_background.jpg) no-repeat scroll left top;
  background-size: 100%;
  padding-top: 50px;
}
.select-errors-layout h1, .select-errors-layout h2 {
  color: white;
  font-weight: bold;
  text-align: left;
}
.select-errors-layout h4 {
  color: #fff;
  text-align: left;
}
.select-errors-layout a {
  color: white;
}
.select-errors-layout a:hover, .select-errors-layout a:active, .select-errors-layout a:focus {
  color: white;
}
.select-errors-layout .btn.btn-transparent-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 6px 25px 5px;
}
.select-errors-layout .btn.btn-transparent-white:hover, .select-errors-layout .btn.btn-transparent-white:active, .select-errors-layout .btn.btn-transparent-white:focus {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.select-errors-layout .no-thanks:hover, .select-errors-layout .no-thanks:active, .select-errors-layout .no-thanks:focus {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.select-errors-layout .login-wrap {
  background: #08467C url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/intoocandidate/background3.jpg) no-repeat scroll left top;
  background-color: #08467C;
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center;
  background-repeat: no-repeat !important;
  padding-top: 100px;
  padding-bottom: 250px;
  margin-top: -20px;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.select-errors-layout .layer-background {
  background-color: #08467c;
}
.select-errors-layout .header .top-nav {
  background: #fff;
  height: 80px;
}
.select-errors-layout .navbar {
  background: #fff !important;
  height: 80px;
}
.select-errors-layout .footer-wrap {
  background: transparent;
}
.select-errors-layout .footer-wrap .footer-nav li a {
  color: #fff;
}
@media (max-width: 568px) {
  .select-errors-layout .footer-wrap .footer-nav {
    margin-bottom: 50px;
  }
}
.select-errors-layout .container-welcome {
  margin-top: 140px;
  width: 600px;
  background: #233549;
  opacity: 0.9;
  margin: 0px auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .select-errors-layout .container-welcome {
    width: 90%;
  }
}
.select-errors-layout .container-welcome .container-body {
  padding: 50px 75px;
  color: #fff;
  text-align: center;
}
@media (max-width: 568px) {
  .select-errors-layout .container-welcome .container-body {
    padding: 10px;
  }
}
.select-errors-layout .container-welcome .container-body h1 {
  color: #118bd7;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.select-errors-layout .container-welcome .container-body h4 {
  color: #fff;
  text-align: left;
}
.select-errors-layout .container-welcome .container-body input[type=submit] {
  color: #fff;
  background: #118bd7;
  padding: 10px 15px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #118bd7;
  margin-top: 10px;
  font-weight: bold;
}
.select-errors-layout .container-welcome .container-body input[type=submit]:hover, .select-errors-layout .container-welcome .container-body input[type=submit]:active, .select-errors-layout .container-welcome .container-body input[type=submit]:focus {
  background: #0a5a8c;
  border: 1px solid #0a5a8c;
}
.select-errors-layout .container-welcome .container-body .form-control {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  color: #000;
}
.select-errors-layout h1 {
  margin: 0 0 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size: 36px;
}
.select-errors-layout h2 {
  margin: 0;
  line-height: 1em;
  font-size: 24px;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 991px) {
  .select-errors-layout h2 {
    font-size: 20px;
  }
}
.select-errors-layout h3 {
  margin: 0 0 10px;
  line-height: 1em;
}
.select-errors-layout p {
  font-size: 16px;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .select-errors-layout p {
    font-size: 14px;
  }
}
.select-errors-layout .right-strong {
  color: #fff;
  font-weight: normal;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.select-errors-layout .btn-welcome {
  padding: 15px 50px;
  background: #f58d00;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 568px) {
  .select-errors-layout .btn-welcome {
    margin-top: 0px;
  }
}
.select-errors-layout .login-header, .select-errors-layout .login-header-premium {
  text-align: center;
}
.select-errors-layout .login-header-premium {
  display: none;
}
.select-errors-layout .error-messages {
  color: orange;
  background-color: transparent;
}
.select-errors-layout .has-error label {
  color: orange;
}
.select-errors-layout .accept-terms a {
  text-decoration: underline !important;
}

body.surveys {
  color: #fff;
  background: #08467C url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/intoocandidate/background3.jpg) no-repeat scroll left top;
  background-color: #08467C;
  position: relative !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  padding-top: 100px;
  padding-bottom: 250px;
  animation-duration: 1s;
  animation-fill-mode: both;
  min-height: 0 !important;
}
body.surveys h1 {
  color: 118bd7;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size: 36px;
}
body.surveys .footer-owned-by {
  line-height: 20px;
  padding-top: 30px;
  margin: 0 auto 50px auto;
}
body.surveys form.new_feedback_post_workshop_survey, body.surveys form.new_feedback_post_webinar_survey {
  max-width: 800px;
  margin: 30px auto 0px;
  padding: 5px;
  font-size: 16px;
}
body.surveys form.new_feedback_post_workshop_survey legend, body.surveys form.new_feedback_post_webinar_survey legend {
  font-size: 16px;
  color: #fff;
  border: none;
}
body.surveys form.new_feedback_post_workshop_survey legend.required-text::after, body.surveys form.new_feedback_post_workshop_survey label.required::after, body.surveys form.new_feedback_post_webinar_survey legend.required-text::after, body.surveys form.new_feedback_post_webinar_survey label.required::after {
  content: " (Required)";
  font-style: italic;
  font-size: 90%;
}
body.surveys form.new_feedback_post_workshop_survey .star-selected, body.surveys form.new_feedback_post_workshop_survey .star-hover, body.surveys form.new_feedback_post_webinar_survey .star-selected, body.surveys form.new_feedback_post_webinar_survey .star-hover {
  color: rgb(223, 192, 38);
}
body.surveys form.new_feedback_post_workshop_survey .star_label, body.surveys form.new_feedback_post_webinar_survey .star_label {
  height: 0;
  width: 0;
  overflow: hidden;
  margin-right: 40px;
}
body.surveys form.new_feedback_post_workshop_survey fieldset, body.surveys form.new_feedback_post_webinar_survey fieldset {
  position: relative;
}
body.surveys form.new_feedback_post_workshop_survey .presenter-rating-text, body.surveys form.new_feedback_post_workshop_survey .workshop-rating-text, body.surveys form.new_feedback_post_webinar_survey .presenter-rating-text, body.surveys form.new_feedback_post_webinar_survey .workshop-rating-text {
  position: absolute;
  bottom: 100px;
  right: 95px;
  font-family: "gotham_boldregular";
}
body.surveys form.new_feedback_post_workshop_survey .star_radio, body.surveys form.new_feedback_post_webinar_survey .star_radio {
  font-size: 55px;
  appearance: none;
}
body.surveys form.new_feedback_post_workshop_survey .star_radio::before, body.surveys form.new_feedback_post_webinar_survey .star_radio::before {
  content: "★";
}
body.surveys form.new_feedback_post_workshop_survey .star_radio:hover, body.surveys form.new_feedback_post_webinar_survey .star_radio:hover {
  cursor: pointer;
}
body.surveys form.new_feedback_post_workshop_survey .btn, body.surveys form.new_feedback_post_webinar_survey .btn {
  margin-left: 0.9375rem;
}
body.surveys form.new_feedback_post_workshop_survey .row, body.surveys form.new_feedback_post_webinar_survey .row {
  margin-bottom: 0.625rem;
}
body.surveys form.new_feedback_post_workshop_survey #enter-workshop, body.surveys form.new_feedback_post_webinar_survey #enter-workshop {
  border: transparent;
  background: transparent;
  padding-top: 0;
  font-size: small;
  text-decoration: underline;
}
body.surveys form.new_feedback_post_workshop_survey #enter-workshop:hover, body.surveys form.new_feedback_post_webinar_survey #enter-workshop:hover {
  text-decoration: none;
}
body.surveys form.new_feedback_post_workshop_survey .workshop-entry, body.surveys form.new_feedback_post_webinar_survey .workshop-entry {
  margin-bottom: 0;
}
@media (max-width: 567px) {
  body.surveys form.new_feedback_post_workshop_survey .star_radio, body.surveys form.new_feedback_post_webinar_survey .star_radio {
    font-size: 30px;
  }
  body.surveys form.new_feedback_post_workshop_survey .presenter-rating-text, body.surveys form.new_feedback_post_workshop_survey .workshop-rating-text, body.surveys form.new_feedback_post_webinar_survey .presenter-rating-text, body.surveys form.new_feedback_post_webinar_survey .workshop-rating-text {
    left: 35px;
    top: -15px;
  }
}

@layer components {
  .miniplatform-hidden {
    display: none;
  }
}
body {
  font-family: "gotham_bookregular", Arial, Helvetica, sans-serif;
  color: #333;
  overflow-x: hidden;
  max-width: 100%;
}
body:not(.op_visitor):not(.left_nav_layout):not(.coach_chat, .dashboard-custom_landing_page_previews, .miniplatform, .program_evaluations-layout) {
  padding-top: 100px;
}
@media (max-width: 991px) {
  body:not(.op_visitor):not(.left_nav_layout):not(.coach_chat, .dashboard-custom_landing_page_previews, .miniplatform, .program_evaluations-layout) {
    padding-top: 57px;
  }
}
body .sso-container {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
body .sso-container .gsi-material-button-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
body .sso-container .btn {
  border-radius: 20px;
  height: 60px;
  font-size: 20px;
  font-style: normal;
  padding: 0 24px;
}
body .sso-container .sso-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 1px solid #000;
  background: #FFF;
  color: black;
  font-weight: 500;
}
body .sso-container .sso-button:hover {
  background-color: #EAEAEA;
}
body .sso-container .sso-button:hover svg g rect {
  fill: #EAEAEA;
}
body h1, body .skills-h1 {
  font-size: 24px;
  margin: 0 0 10px;
  line-height: 1em;
}
body h2, body .coaching-h2 {
  font-size: 21px;
}
body h3, body .visitor-h3:not(.panel-title), body .coaching-h3 {
  font-size: 18px;
}
body h4, body .coaching-h4, body .skills-h4 {
  font-size: 16px;
}
body a {
  color: #08467c;
  text-decoration: none !important;
}
body a:hover, body a:active, body a:focus {
  color: #0f87f0;
}
body a:hover, body a:active, body a:focus, body a:visited, body a:link {
  text-decoration: none;
}
body a:hover.\[\&\&\]\:hover\:underline, body a:active.\[\&\&\]\:hover\:underline, body a:focus.\[\&\&\]\:hover\:underline, body a:visited.\[\&\&\]\:hover\:underline, body a:link.\[\&\&\]\:hover\:underline {
  text-decoration: underline !important;
}
body .cta-color {
  color: #1c6f29;
}
body .improvement-notification {
  margin-bottom: -30px !important;
}
@media (max-width: 991px) {
  body .improvement-notification {
    margin-bottom: -20px !important;
    line-height: normal;
  }
}
body.tw-compatibility img {
  display: inline-block;
}
body.tw-compatibility h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
body.tw-compatibility p {
  margin: 0 0 10px;
}
body.tw-compatibility ol {
  list-style-type: decimal;
}
body.tw-compatibility ul:not(.list-unstyled) {
  list-style-type: disc;
}
body.tw-compatibility :not(.section-nav) :not(.guide-page-content) :not(.sidebar) ul:not(.list-unstyled), body.tw-compatibility :not(.section-nav) :not(.guide-page-content) :not(.sidebar) ol {
  margin-bottom: 10px;
  padding-inline-start: 40px;
}
body.tw-compatibility h1, body.tw-compatibility .h1, body.tw-compatibility h2, body.tw-compatibility .h2, body.tw-compatibility h3, body.tw-compatibility .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
body.tw-compatibility .formCheckbox {
  border: 0;
}
body.tw-compatibility.network_research-contacts .table-striped.grid, body.tw-compatibility.network_research-companies .table-striped.grid {
  display: table;
}
body.tw-compatibility .tw-enable img {
  display: revert;
}
body.tw-compatibility .tw-enable h2 {
  margin-top: revert;
  margin-bottom: revert;
}
body.tw-compatibility .tw-enable p {
  margin: revert;
}
body.tw-compatibility .tw-enable ol, body.tw-compatibility .tw-enable ul {
  list-style-type: revert;
}
body.tw-compatibility .tw-enable :not(.section-nav) :not(.guide-page-content) :not(.sidebar) ol, body.tw-compatibility .tw-enable :not(.section-nav) :not(.guide-page-content) :not(.sidebar) ul:not(.list-unstyled) {
  margin-bottom: revert;
  padding-inline-start: revert;
}
body.tw-compatibility .tw-enable h1, body.tw-compatibility .tw-enable .h1, body.tw-compatibility .tw-enable h2, body.tw-compatibility .tw-enable .h2, body.tw-compatibility .tw-enable h3, body.tw-compatibility .tw-enable .h3 {
  margin-top: revert;
  margin-bottom: revert;
}
body.tw-compatibility .tw-enable .formCheckbox {
  border: revert;
}
body.tw-compatibility .tw-enable.network_research-contacts .table-striped.grid, body.tw-compatibility .tw-enable.network_research-companies .table-striped.grid {
  display: revert;
}
body .skills-checkbox {
  border: 1px solid #333;
  color: #333;
  margin: 10px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
}
body .skills-checkbox a {
  color: #333;
}
body .skills-checkbox:hover {
  background: #08467c;
  color: #fff;
}
body .skills-checkbox:hover a {
  color: #fff;
}
body .skills-checkbox.selected {
  background: #08467c;
  color: #fff;
}
body .skills-checkbox.selected a {
  color: #fff;
}
body .btn.btn-rank {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-color: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-size: 16px;
  text-decoration: none !important;
  color: #fff;
}
body .see-more-checkbox {
  border: 1px solid transparent;
}
body .see-more-checkbox:hover {
  color: #333;
  background-color: #fff;
}
body .see-more-checkbox:hover a {
  color: #333;
}
body .see-more-checkbox.selected {
  color: #333;
  background-color: #fff;
}
body .see-more-checkbox.selected a {
  color: #333;
}
body .checkbox-relationship:hover {
  background: #355070;
}
body .checkbox-relationship.selected {
  background: #355070;
}
body .checkbox-communication:hover {
  background: #25404E;
}
body .checkbox-communication.selected {
  background: #25404E;
}
body .checkbox-leadership:hover {
  background: #6B3570;
}
body .checkbox-leadership.selected {
  background: #6B3570;
}
body .checkbox-analytical:hover {
  background: #703540;
}
body .checkbox-analytical.selected {
  background: #703540;
}
body .checkbox-creative:hover {
  background: #357049;
}
body .checkbox-creative.selected {
  background: #357049;
}
body .checkbox-physical:hover {
  background: #3A7377;
}
body .checkbox-physical.selected {
  background: #3A7377;
}
body .checkbox-technical:hover {
  background: #6D4F2B;
}
body .checkbox-technical.selected {
  background: #6D4F2B;
}
body .checkbox-unclassified:hover {
  background: #A9A9A9;
}
body .checkbox-unclassified.selected {
  background: #A9A9A9;
}
body .nav a:hover {
  background-color: transparent;
}
body .nav.identify-skills > li > a {
  padding: 20px 30px;
  outline: none;
  font-size: 18px;
  text-align: center;
}
body .nav-tabs > li.relationshiper:before {
  content: "\e6b0";
  color: #797676;
  position: absolute;
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  z-index: 100000;
  padding-right: 4px;
}
body .slick-prev, body .slick-next {
  margin-top: -10px;
}
body .slick-prev:before {
  color: #fff;
  font-size: 40px;
  padding: 80px 10px;
  border-radius: 15px;
  content: "\e6fd";
  font-family: Elusive-Icons;
}
body .slick-next:before {
  content: "\e6fc";
  color: #fff;
  font-size: 40px;
  padding: 80px 10px 80px 0;
  border-radius: 15px;
  font-family: Elusive-Icons;
}
body .slick-next:focus:before,
body .slick-prev:focus:before {
  border: 2px solid #000000;
  box-shadow: 0 0 0 2px #fff;
}
body .tile-image-parent-skills {
  background-color: #333;
  width: 95%;
  height: 95%;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0 14px 14px -10px #000000;
  -moz-box-shadow: 0 14px 14px -10px #000000;
  box-shadow: 0 14px 14px -10px #000000;
  cursor: pointer;
  margin-top: 20px;
}
body .tile-image-parent-skills:hover {
  filter: brightness(120%);
}
body .motivational-card-copy {
  font-size: 25px;
  color: white;
  text-align: center;
}
body .motivational-card-copy p {
  padding-bottom: 60px;
}
body #continue-link {
  border: 1px solid #fff;
}
body .motivational-card {
  background: linear-gradient(to bottom, #65393d, #c78994) !important;
  background: #723879;
}
body .relationship {
  background: linear-gradient(to bottom, #355070, #527bad) !important;
  background: #355070;
}
body .communication {
  background: linear-gradient(to bottom, #25404E, #396479) !important;
}
body .leadership {
  background: linear-gradient(to bottom, #6B3570, #95499c) !important;
}
body .analytical {
  background: linear-gradient(to bottom, #703540, #9c4959) !important;
}
body .creative {
  background: linear-gradient(to bottom, #357049, #499c65) !important;
}
body .physical {
  background: linear-gradient(to bottom, #3A7377, #54a5ab) !important;
}
body .technical {
  background: linear-gradient(to bottom, #6D4F2B, #a47841) !important;
}
body .unclassified {
  background: linear-gradient(to bottom, #707070, #A9A9A9) !important;
}
body .btn-relationship {
  background: #355070;
}
body .btn-communication {
  background: #25404E;
}
body .btn-leadership {
  background: #6B3570;
}
body .btn-analytical {
  background: #703540;
}
body .btn-creative {
  background: #357049;
}
body .btn-physical {
  background: #3A7377;
}
body .btn-technical {
  background: #6D4F2B;
}
body .btn-unclassified {
  background: #A9A9A9;
}
body .relationship-link {
  color: #355070;
}
body .communication-link {
  color: #25404E;
}
body .leadership-link {
  color: #6B3570;
}
body .analytical-link {
  color: #703540;
}
body .creative-link {
  color: #357049;
}
body .physical-link {
  color: #3A7377;
}
body .technical-link {
  color: #6D4F2B;
}
body .unclassified-link {
  color: #A9A9A9;
}
body .choosing-container {
  width: 90%;
  margin: 0px auto;
  margin-top: 20px;
  border: 1px solid #333;
  border-radius: 10px;
}
body .choose-skills-relationship, body .choose-skills-communication, body .choose-skills-leadership, body .choose-skills-analytical, body .choose-skills-creative, body .choose-skills-physical, body .choose-skills-technical {
  margin-bottom: 50px;
}
body .tile-container-skills {
  width: 85%;
  margin: 0px auto;
}
body .tile-container-skills .slick-slide {
  padding: 15px 15px 0 25px;
}
body .tile-container-skills .slick-slide .tile-col-skills {
  transition: all 0.2s ease;
  width: 100%;
  height: 240px;
  margin: 20px;
  transition: all 0.5s;
}
body .tile-container-skills .slick-slide.slick-center .tile-col-skills {
  transition: all 1s ease;
  height: 315px;
  max-width: initial;
  margin-top: -20px !important;
}
body .tile-container-skills .slick-slide.slick-center .tile-col-skills i {
  transition: all 1s ease;
  font-size: 100px !important;
}
body .tile-container-skills .slick-slide.slick-center .tile-col-skills h2 {
  transition: all 1s ease;
  font-size: 28px;
  padding-top: 10px;
}
body .tile-container-skills .slick-list {
  padding: 0px 3% 0px 0px !important;
}
body .impact {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
body #next-section-link {
  font-size: 40px;
  border: 2px solid #333;
  border-radius: 40px;
  padding: 10px 20px;
  color: #333;
  outline: none;
  background: lightgreen;
}
body #add-skill-link {
  display: flex;
  justify-content: center;
}
body .add-skills-errors {
  position: fixed;
  top: 30%;
  z-index: 1000000;
  padding: 6px 0;
  margin: 0;
  background-color: transparent;
  border: transparent;
}
body .see-more, body .add-skill {
  color: #333;
}
body .see-more:not(.add-skill), body .add-skill:not(.add-skill) {
  text-decoration: underline !important;
}
body .add-skill-icon {
  font-size: 65px;
  color: #128BD7;
  position: absolute;
}
body .skill-detractor-label, body .reskill-motivated-label, body .upskill-motivated-label, body .skill-promoter-label {
  position: absolute;
  cursor: pointer;
  text-decoration: underline;
}
body .skill-detractor-text, body .reskill-motivated-text, body .upskill-motivated-text, body .skill-promoter-text {
  position: absolute;
  background-color: #666;
  color: #fff;
  width: 45%;
  padding: 2% 4%;
  display: none;
  height: 45%;
  font-size: 14px;
  z-index: 1000;
}
body .skill-detractor-label {
  bottom: -11px;
  left: 25%;
}
body .skill-detractor-text {
  bottom: 25px;
  left: 52px;
}
body .reskill-motivated-label {
  top: -11px;
  left: 25%;
}
body .reskill-motivated-text {
  top: 25px;
  left: 52px;
  padding-top: 4%;
}
body .upskill-motivated-label {
  bottom: -11px;
  right: 25%;
}
body .upskill-motivated-text {
  bottom: 25px;
  right: 50px;
  padding-top: 4%;
}
body .skill-promoter-label {
  top: -11px;
  right: 25%;
}
body .skill-promoter-text {
  top: 25px;
  right: 50px;
}
body .skills-chart-container {
  width: 100%;
  position: relative;
}
body .skills-chart-container .skills-chart-annotation {
  width: 0px;
  position: absolute;
  z-index: 100;
  font-size: 17px;
}
body .skills-chart-container .skills-chart-annotation:not(.horizontal-annotation) {
  left: calc(50% + 1px);
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}
body .skills-chart-container .skills-chart-annotation.horizontal-annotation {
  writing-mode: tb;
  transform: rotate(-90deg);
}
body .skills-chart-container #skills_chart_really_enjoy {
  bottom: 178px;
  right: 125px;
}
body .skills-chart-container #skills_chart_dont_care {
  left: 141px;
  bottom: 159px;
}
body .skills-chart-container #skills_chart_expert_ability {
  top: 26px;
}
body .skills-chart-container #skills_chart_no_ability {
  bottom: 26px;
}
body .skills-chart-container .google-visualization-tooltip {
  z-index: 1000;
}
body .add-skill-box {
  position: relative;
  padding-right: 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
body .add-skill-indicator {
  width: 50px;
  height: 42px;
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid #1c6f29;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  line-height: 40px;
  color: #1c6f29;
}
body .add-skill-indicator:after {
  content: "\e663";
  font-family: Elusive-Icons;
}
body .skill-added-indicator {
  width: 50px;
  height: 42px;
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid #1c6f29;
  background: #1c6f29 !important;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  line-height: 40px;
  color: #fff;
}
body .skill-added-indicator:after {
  content: "\e67a";
  font-family: Elusive-Icons;
}
body .wrap-circles {
  display: flex;
  min-height: 100vh;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0.625rem;
  background: #000;
}
body .circle {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0.3125rem;
  border-radius: 50%;
  background: #FFCDB2;
  overflow: hidden;
}
body .circle .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #ebebeb;
  border-radius: 50%;
  font-size: 0.85em;
  font-weight: 300;
  color: #333;
}
body .upskill-link {
  text-decoration: underline !important;
  color: #333;
  margin-right: 10px;
  line-height: 40px;
}
body .progress-enjoyment {
  background: #35bbc4;
}
body .progress-experience {
  background: #5cc930;
}
body .see-courses {
  background: #0c57b3;
  color: #fff;
  padding: 4px 20px;
  border-radius: 6px;
}
body div:has(.course-front-img) {
  width: 100%;
}
body .course-front-img {
  height: 30px;
  width: 50px;
  border: 1px solid #000;
  border-radius: 8px;
  z-index: 500;
  position: absolute;
  top: 6px;
  left: 0px;
}
body .course-back-img {
  height: 30px;
  width: 50px;
  border: 1px solid #000;
  border-radius: 8px;
  z-index: 100;
  position: absolute;
  left: 7px;
  top: 0px;
  background-color: #000;
  filter: brightness(30%);
}
body .top-caption {
  position: absolute;
  width: 100%;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 180px;
  top: 0;
}
body .top-caption span {
  width: 100%;
  position: absolute;
  top: 10px;
  text-align: center;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 568px) {
  body .top-caption span h4 {
    font-size: 12px;
  }
}
body .top-caption div.description {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 20px 20px 0px 20px;
}
body .rate-box {
  background-color: #fff;
  border: 1px solid #eee;
  width: 100%;
  min-height: 480px;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0 14px 14px -10px #000000;
  -moz-box-shadow: 0 14px 14px -10px #000000;
  box-shadow: 0 14px 14px -10px #000000;
}
body .rate-box:hover {
  filter: brightness(120%);
}
body .rate-box .rate-box-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #ccc;
  padding: 10px 20px 10px 20px;
  height: 180px;
  color: #fff;
  transition: "all 4s";
}
body .rate-box .rate-box-header.skill-profile {
  background-color: #9b4b4b;
}
body .rate-box .rate-box-header-icon i {
  font-size: 32px;
}
body .rate-box .rate-box-header-category {
  text-align: right;
  line-height: 32px;
}
body .rate-box .rate-box-header-skill {
  font-size: 32px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
}
body .rate-box .skill-padding-2 {
  padding-top: 10px;
}
body .rate-box #profile-rate-box-header-skill {
  text-transform: capitalize;
}
body .view-next-div {
  text-align: center;
  margin-top: 0px;
  font-size: 16px;
}
body .view-next-div a {
  color: #333;
  text-decoration: underline !important;
}

ul#account_options {
  padding-inline-start: 0 !important;
  list-style-type: none !important;
}

.traits-link {
  color: #fff;
  text-decoration: underline !important;
}
.traits-link:hover, .traits-link:focus, .traits-link:visited {
  text-decoration: underline !important;
  opacity: 0.7;
  color: #fff !important;
}

.standard-layout {
  position: relative;
  padding-left: 300px;
  border: 1px solid #DDD;
  /* mobile sidebar dropdown nav */
}
.standard-layout .sidebar-dropdown .btn {
  background: #08467c;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 45px;
}
.standard-layout .sidebar-dropdown .dropdown-menu.collapse {
  display: none;
}
.standard-layout .sidebar-dropdown .dropdown-menu.collapse.in {
  display: inherit;
  visibility: visible;
}
.standard-layout .sidebar-dropdown .dropdown-menu {
  padding: 0 !important;
  margin-top: 0;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  list-style-type: none;
}
.standard-layout .sidebar-dropdown .dropdown-menu li {
  border-bottom: solid 1px #eee;
}
.standard-layout .sidebar-dropdown .dropdown-menu li:last-child {
  border: none;
}
.standard-layout .sidebar-dropdown .dropdown-menu li a {
  display: block;
  padding: 0 20px;
  line-height: 45px;
  height: 45px;
}
.standard-layout .sidebar-dropdown .dropdown-menu li a.active {
  color: #08467c;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 1024px) {
  .standard-layout {
    border: none;
    padding-left: 170px;
  }
  .standard-layout .sidebar {
    width: 170px !important;
  }
  .standard-layout .sidebar li a {
    padding: 15px 10px !important;
  }
}
@media (max-width: 991px) {
  .standard-layout {
    padding-left: 0;
  }
}
.standard-layout .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}
.standard-layout .sidebar > ul {
  margin: 0;
  padding: 0;
}
.standard-layout .sidebar > ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.standard-layout .sidebar > ul li a {
  display: block;
  padding: 14px 30px;
  line-height: 20px;
  border-bottom: solid 1px #DDD;
  color: #333;
  text-decoration: none;
}
.standard-layout .sidebar > ul li a:hover, .standard-layout .sidebar > ul li a:focus {
  background: rgb(235.2727272727, 245.1363636364, 253.7272727273);
}
.standard-layout .sidebar > ul li ul a {
  padding-left: 50px;
}
.standard-layout .sidebar > ul li.selected > a {
  color: #333 !important;
}
.standard-layout .sidebar > ul li.active a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.standard-layout .sidebar > ul li.active a, .standard-layout .sidebar > ul li.active a:hover, .standard-layout .sidebar > ul li.active a:focus {
  background: rgb(201.7363636364, 228.3681818182, 251.5636363636);
}
.standard-layout .sidebar > ul li.gold a {
  color: #1c6f29;
}
.standard-layout .sidebar > ul li.gold a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e633";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 18px;
}
.standard-layout .sidebar > ul li.gold_resume a {
  color: #1c6f29;
}
.standard-layout .sidebar > ul li.gold_resume a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e633";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 18px;
}
.standard-layout .recruiter-sidebar, .standard-layout .refine-sidebar {
  border: 1px solid #ddd;
  margin: 30px;
}
.standard-layout .recruiter-sidebar .recruiter-heading, .standard-layout .recruiter-sidebar .refine-heading, .standard-layout .refine-sidebar .recruiter-heading, .standard-layout .refine-sidebar .refine-heading {
  width: 100%;
  padding: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}
.standard-layout .recruiter-sidebar .recruiter-body, .standard-layout .recruiter-sidebar .refine-heading, .standard-layout .refine-sidebar .recruiter-body, .standard-layout .refine-sidebar .refine-heading {
  width: 100%;
  padding: 20px;
}
.standard-layout .recruiter-sidebar .recruiter-body ul, .standard-layout .recruiter-sidebar .refine-heading ul, .standard-layout .refine-sidebar .recruiter-body ul, .standard-layout .refine-sidebar .refine-heading ul {
  margin: 0;
  padding: 0;
}
.standard-layout .recruiter-sidebar .recruiter-body ul li, .standard-layout .recruiter-sidebar .refine-heading ul li, .standard-layout .refine-sidebar .recruiter-body ul li, .standard-layout .refine-sidebar .refine-heading ul li {
  margin: 0;
  padding: 10px 0px;
  list-style-type: none;
}
.standard-layout .recruiter-sidebar .recruiter-body ul li a, .standard-layout .recruiter-sidebar .refine-heading ul li a, .standard-layout .refine-sidebar .recruiter-body ul li a, .standard-layout .refine-sidebar .refine-heading ul li a {
  color: #08467c;
  text-decoration: none;
}
.standard-layout .recruiter-sidebar .recruiter-body ul li ul a, .standard-layout .recruiter-sidebar .refine-heading ul li ul a, .standard-layout .refine-sidebar .recruiter-body ul li ul a, .standard-layout .refine-sidebar .refine-heading ul li ul a {
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .standard-layout .recruiter-sidebar, .standard-layout .refine-sidebar {
    margin: 10px;
  }
  .standard-layout .recruiter-sidebar .recruiter-heading, .standard-layout .recruiter-sidebar .refine-heading, .standard-layout .refine-sidebar .recruiter-heading, .standard-layout .refine-sidebar .refine-heading {
    padding: 10px;
  }
  .standard-layout .recruiter-sidebar .recruiter-body, .standard-layout .recruiter-sidebar .refine-body, .standard-layout .refine-sidebar .recruiter-body, .standard-layout .refine-sidebar .refine-body {
    padding: 10px;
  }
  .standard-layout .recruiter-sidebar .recruiter-body a, .standard-layout .recruiter-sidebar .refine-body a, .standard-layout .refine-sidebar .recruiter-body a, .standard-layout .refine-sidebar .refine-body a {
    padding: 0 !important;
  }
}
.standard-layout .workforce-center-sidebar {
  border: 1px solid #ddd;
  margin: 30px;
}
.standard-layout .workforce-center-sidebar .workforce-center-heading {
  width: 100%;
  padding: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}
.standard-layout .workforce-center-sidebar .workforce-center-body {
  width: 100%;
  padding: 20px;
}
.standard-layout .workforce-center-sidebar .workforce-center-body ul {
  margin: 0;
  padding: 0;
}
.standard-layout .workforce-center-sidebar .workforce-center-body ul li {
  margin: 0;
  padding: 10px 0px;
  list-style-type: none;
}
.standard-layout .workforce-center-sidebar .workforce-center-body ul li a {
  color: #08467c;
  text-decoration: none;
}
.standard-layout .workforce-center-sidebar .workforce-center-body ul li ul a {
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .standard-layout .workforce-center-sidebar {
    margin: 10px;
  }
  .standard-layout .workforce-center-sidebar .workforce-center-heading {
    padding: 10px;
  }
  .standard-layout .workforce-center-sidebar .workforce-center-body {
    padding: 10px;
  }
  .standard-layout .workforce-center-sidebar .workforce-center-body a {
    padding: 0 !important;
  }
}
.standard-layout .additional-sidebar-orientation {
  margin: 12px;
  position: relative;
  display: none;
}
.standard-layout .additional-sidebar-orientation .additional-body {
  width: 100%;
  padding: 20px;
}
.standard-layout .additional-sidebar-orientation .additional-body p {
  font-size: 14px;
}
.standard-layout .additional-sidebar-orientation .additional-body ul {
  margin: 0;
  padding: 0;
}
.standard-layout .additional-sidebar-orientation .additional-body ul li {
  margin: 0;
  padding: 10px 0px;
  list-style-type: none;
}
.standard-layout .additional-sidebar-orientation .additional-body ul li a {
  color: #08467c;
  text-decoration: none;
}
.standard-layout .additional-sidebar-orientation .additional-body ul li ul a {
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .standard-layout .additional-sidebar-orientation {
    margin: 10px;
  }
  .standard-layout .additional-sidebar-orientation .additional-heading {
    padding: 10px;
  }
  .standard-layout .additional-sidebar-orientation .additional-body {
    padding: 10px;
  }
  .standard-layout .additional-sidebar-orientation .additional-body a {
    padding: 0 !important;
  }
}
.standard-layout .additional-sidebar-resume {
  margin: 12px;
  position: relative;
  display: none;
}
.standard-layout .additional-sidebar-resume .additional-body {
  width: 100%;
  padding: 20px;
}
.standard-layout .additional-sidebar-resume .additional-body p {
  font-size: 14px;
}
.standard-layout .additional-sidebar-resume .additional-body ul {
  margin: 0;
  padding: 0;
}
.standard-layout .additional-sidebar-resume .additional-body ul li {
  margin: 0;
  padding: 10px 0px;
  list-style-type: none;
}
.standard-layout .additional-sidebar-resume .additional-body ul li a {
  color: #08467c;
  text-decoration: none;
}
.standard-layout .additional-sidebar-resume .additional-body ul li ul a {
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .standard-layout .additional-sidebar-resume {
    margin: 10px;
  }
  .standard-layout .additional-sidebar-resume .additional-heading {
    padding: 10px;
  }
  .standard-layout .additional-sidebar-resume .additional-body {
    padding: 10px;
  }
  .standard-layout .additional-sidebar-resume .additional-body a {
    padding: 0 !important;
  }
}
.standard-layout .additional-sidebar-network {
  margin: 12px;
  position: relative;
  display: none;
}
.standard-layout .additional-sidebar-network .additional-body {
  width: 100%;
  padding: 20px;
}
.standard-layout .additional-sidebar-network .additional-body p {
  font-size: 14px;
}
.standard-layout .additional-sidebar-network .additional-body ul {
  margin: 0;
  padding: 0;
}
.standard-layout .additional-sidebar-network .additional-body ul li {
  margin: 0;
  padding: 10px 0px;
  list-style-type: none;
}
.standard-layout .additional-sidebar-network .additional-body ul li a {
  color: #08467c;
  text-decoration: none;
}
.standard-layout .additional-sidebar-network .additional-body ul li ul a {
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .standard-layout .additional-sidebar-network {
    margin: 10px;
  }
  .standard-layout .additional-sidebar-network .additional-heading {
    padding: 10px;
  }
  .standard-layout .additional-sidebar-network .additional-body {
    padding: 10px;
  }
  .standard-layout .additional-sidebar-network .additional-body a {
    padding: 0 !important;
  }
}
.standard-layout .assessments-sidebar {
  border: 1px solid #ddd;
  margin: 30px;
}
.standard-layout .assessments-sidebar .assessments-heading {
  width: 100%;
  padding: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}
.standard-layout .assessments-sidebar .assessments-body {
  width: 100%;
  padding: 20px;
}
.standard-layout .assessments-sidebar .assessments-body ul {
  margin: 0;
  padding: 0;
}
.standard-layout .assessments-sidebar .assessments-body ul li {
  margin: 0;
  padding: 10px 0px;
  list-style-type: none;
}
.standard-layout .assessments-sidebar .assessments-body ul li a {
  color: #08467c;
  text-decoration: none;
}
.standard-layout .assessments-sidebar .assessments-body ul li ul a {
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .standard-layout .assessments-sidebar {
    margin: 10px;
  }
  .standard-layout .assessments-sidebar .assessments-heading {
    padding: 10px;
  }
  .standard-layout .assessments-sidebar .assessments-body {
    padding: 10px;
  }
  .standard-layout .assessments-sidebar .assessments-body a {
    padding: 0 !important;
  }
}
.standard-layout .layout-content {
  margin: 0px !important;
  border-left: solid 1px #DDD;
  /* border-bottom: solid 1px $border-color; */
  min-height: 480px;
  padding: 40px 80px;
  position: relative;
}
@media (max-width: 991px) {
  .standard-layout .layout-content {
    padding: 25px;
  }
}
@media (max-width: 568px) {
  .standard-layout .layout-content {
    padding: 15px;
  }
}
.standard-layout .layout-content .page-ftr {
  text-align: center;
  margin: 50px 0;
}

.my-account-top {
  padding-top: 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .my-account-top {
    padding: 25px 15px;
  }
}

.change-email-col {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (min-width: 991px) {
  .change-email-col {
    padding-top: 33px;
  }
}
@media (max-width: 991px) {
  .change-email-col {
    padding-bottom: 10px;
  }
}

.got-hired-top {
  padding-top: 280px;
  margin-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff url(https://www-yns-com.s3.amazonaws.com/images/img_got-hired_landing.jpg) no-repeat scroll left top;
  background-size: 1000px auto;
}
@media (max-width: 991px) {
  .got-hired-top {
    padding: 50px 15px;
    padding-top: 300px;
    background: #fff url(https://www-yns-com.s3.amazonaws.com/images/img_got-hired_landing.jpg) no-repeat scroll left top;
    background-size: 800px auto;
  }
}
@media (max-width: 568px) {
  .got-hired-top {
    padding: 15px 10px;
    padding-top: 100px;
    background: #fff url(https://www-yns-com.s3.amazonaws.com/images/img_got-hired_landing.jpg) no-repeat scroll left top;
    background-size: 350px auto;
  }
}

.got-hired-deluxe {
  background: #FFFFFF url(https://www-yns-com.s3.amazonaws.com/images/bg-img_got-hired.jpg) no-repeat scroll left bottom;
  background-size: cover;
  min-height: 760px;
}
@media (max-width: 991px) {
  .got-hired-deluxe {
    background: #FFFFFF url(https://www-yns-com.s3.amazonaws.com/images/bg-img_got-hired.jpg) no-repeat scroll 90% 100%;
  }
}
.got-hired-deluxe .row {
  margin: 0px auto;
}
.got-hired-deluxe .got-hired-container {
  margin-top: 150px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px;
  padding-top: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 10px #999;
}
.got-hired-deluxe .got-hired-container h2 {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (min-width: 1024px) {
  .got-hired-deluxe .got-hired-container {
    width: 600px;
  }
  .got-hired-deluxe .got-hired-container.extended {
    width: 700px;
  }
}
@media (max-width: 568px) {
  .got-hired-deluxe .got-hired-container {
    margin-top: 75px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .got-hired-deluxe .got-hired-container .btn-primary {
    margin-bottom: 20px;
  }
}
.got-hired-deluxe .got-hired-container .got-hired-container-buttons {
  margin-top: 20px;
}
.got-hired-deluxe .got-hired-container .got-hired-container-buttons .btn {
  min-width: 220px;
}
.got-hired-deluxe .got-hired-container .got-hired-container-buttons .btn-secondary {
  border: 1px solid #08467c;
  color: #08467c;
}
.got-hired-deluxe .got-hired-container.feedback-container {
  margin-top: 75px;
  margin-bottom: 150px;
}
.got-hired-deluxe .got-hired-container .feedback_got_hired_deactivate_alerts {
  text-align: left;
}

.got-hired-deloitte {
  padding-top: 50px;
  padding-bottom: 80px;
  margin-bottom: 10px;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

.hired-title {
  color: #000;
  font-family: "Gotham_BoldRegular";
  font-size: 20px;
}

.hired-body {
  border-top: #000 1px solid;
  max-width: 600px;
  margin: 0 auto;
}

.hired-submit {
  margin-left: 220px;
  margin-bottom: 100px;
}
@media (max-width: 568px) {
  .hired-submit {
    margin: 0 auto;
  }
}

.hired-deactivate {
  font-style: italic;
}

.hired-company {
  max-width: 500px;
  line-height: 20px;
  display: inline;
  margin-left: 6px;
}

@media (max-width: 568px) {
  .hired-textarea {
    max-width: 500px;
    margin-left: 6px;
  }
}

.hired-footer {
  background: #333;
  width: 100%;
  padding: 50px 20px;
}
.hired-footer .coach-tip,
.hired-footer .coach-quote {
  width: 900px;
  max-width: 90%;
  min-height: 100px;
  margin: 0 auto;
  padding-left: 180px;
  position: relative;
  color: #FFF;
}
.hired-footer .coach-tip .coach-thumb,
.hired-footer .coach-quote .coach-thumb {
  position: absolute;
  top: -25px;
  left: 0;
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  border: solid 3px #1c6f29;
  overflow: hidden;
}
.hired-footer .coach-tip .coach-thumb img,
.hired-footer .coach-quote .coach-thumb img {
  height: 150px;
}
.hired-footer .coach-tip h2,
.hired-footer .coach-quote h2 {
  color: #1c6f29;
  margin: 0 0 5px;
  line-height: 1em;
}
.hired-footer .coach-quote img {
  position: absolute;
  top: -25px;
  left: 0;
  height: 150px;
}
.hired-footer .coach-quote td {
  height: 100px;
  vertical-align: middle;
}

.learnaboutus-layout {
  position: relative;
  padding-left: 0px;
}
.learnaboutus-layout .layout-content {
  border-left: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  min-height: 480px;
  padding: 40px 80px;
  position: relative;
}
.learnaboutus-layout .layout-content .page-ftr {
  text-align: center;
  margin: 50px 0;
}

.coach-layout.coach-services-layout {
  border: 1px solid #DDD;
  padding-left: 300px;
  /* mobile sidebar dropdown nav */
}
.coach-layout.coach-services-layout .sidebar-dropdown .btn {
  background: #08467c;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 45px;
}
.coach-layout.coach-services-layout .sidebar-dropdown .dropdown-menu.collapse {
  display: none;
}
.coach-layout.coach-services-layout .sidebar-dropdown .dropdown-menu.collapse.in {
  display: inherit;
  visibility: visible;
}
.coach-layout.coach-services-layout .sidebar-dropdown .dropdown-menu {
  padding: 0 !important;
  margin-top: 0;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  list-style-type: none;
}
.coach-layout.coach-services-layout .sidebar-dropdown .dropdown-menu li {
  border-bottom: solid 1px #eee;
}
.coach-layout.coach-services-layout .sidebar-dropdown .dropdown-menu li:last-child {
  border: none;
}
.coach-layout.coach-services-layout .sidebar-dropdown .dropdown-menu li a {
  display: block;
  padding: 0 20px;
  line-height: 45px;
  height: 45px;
}
.coach-layout.coach-services-layout .sidebar-dropdown .dropdown-menu li a.active {
  color: #08467c;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
@media (max-width: 1024px) {
  .coach-layout.coach-services-layout {
    border: none;
    padding-left: 170px;
  }
  .coach-layout.coach-services-layout .sidebar {
    width: 170px !important;
  }
  .coach-layout.coach-services-layout .sidebar li a {
    padding: 15px 10px !important;
  }
}
@media (max-width: 991px) {
  .coach-layout.coach-services-layout {
    padding-left: 0;
  }
}
.coach-layout.coach-services-layout .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}
.coach-layout.coach-services-layout .sidebar > ul {
  margin: 0;
  padding: 0;
}
.coach-layout.coach-services-layout .sidebar > ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coach-layout.coach-services-layout .sidebar > ul li.new-coach-note a {
  display: flex;
  gap: 0.5rem;
}
.coach-layout.coach-services-layout .sidebar > ul li.new-coach-note a::after {
  content: attr(content);
  color: red;
}
.coach-layout.coach-services-layout .sidebar > ul li a {
  display: block;
  padding: 14px 30px;
  line-height: 20px;
  border-bottom: solid 1px #DDD;
  color: #333;
  text-decoration: none;
}
.coach-layout.coach-services-layout .sidebar > ul li a:hover, .coach-layout.coach-services-layout .sidebar > ul li a:focus {
  background: rgb(235.2727272727, 245.1363636364, 253.7272727273);
}
.coach-layout.coach-services-layout .sidebar > ul li ul a {
  padding-left: 50px;
}
.coach-layout.coach-services-layout .sidebar > ul li.selected > a {
  color: #333 !important;
}
.coach-layout.coach-services-layout .sidebar > ul li.active a {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.coach-layout.coach-services-layout .sidebar > ul li.active a, .coach-layout.coach-services-layout .sidebar > ul li.active a:hover, .coach-layout.coach-services-layout .sidebar > ul li.active a:focus {
  background: rgb(201.7363636364, 228.3681818182, 251.5636363636);
}
.coach-layout.coach-services-layout .sidebar > ul li.gold a {
  color: #1c6f29;
}
.coach-layout.coach-services-layout .sidebar > ul li.gold a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e633";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 18px;
}
.coach-layout.coach-services-layout .sidebar > ul li.gold_resume a {
  color: #1c6f29;
}
.coach-layout.coach-services-layout .sidebar > ul li.gold_resume a:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e633";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 18px;
}

.coach-layout {
  position: relative;
  padding-left: 0px;
}
.coach-layout .layout-content {
  border-left: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  min-height: 480px;
  padding: 40px 80px;
  position: relative;
}
.coach-layout .layout-content .page-ftr {
  text-align: center;
  margin: 50px 0;
}

.coach-actions {
  background: #fff;
  color: #333;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px;
  border-bottom: 1px solid #ddd;
}

.coach-services-row {
  padding: 20px 0px 20px 0px;
  height: 130px;
  position: relative;
}

.coach-services-row-left {
  float: left;
  width: 82px;
  height: 82px;
  margin-top: 5px;
}

.coach-services-row-center {
  margin-left: 100px;
  float: left;
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 568px) {
  .coach-services-row-center {
    margin-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .coach-services-row-center {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .coach-services-row-center {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .coach-services-row-center {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.coach-services-row-right {
  float: right;
  width: 260px;
  text-align: center;
  margin-top: 25px;
}

.company-connections-wrap .expand-collapse-trigger {
  text-align: right;
  font-weight: normal;
  text-decoration: none !important;
}
.company-connections-wrap .expand-collapse-trigger:hover, .company-connections-wrap .expand-collapse-trigger:focus {
  text-decoration: none !important;
}

.company-connections-widget {
  font-size: 13px;
  margin: 10px 0;
}
.company-connections-widget .conn-btns {
  white-space: nowrap;
}
.company-connections-widget .cc-li-connections-btn,
.company-connections-widget .cc-fb-connections-btn {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  margin-right: 8px;
  padding: 0 10px 0 40px;
  position: relative;
}
.company-connections-widget .cc-li-connections-btn {
  background: #007CBA;
}
.company-connections-widget .cc-li-connections-btn:before {
  content: "";
  background: transparent url(https://d19t87v9ruil69.cloudfront.net/images/connections/btn_icon_LI.png) no-repeat scroll center center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-right: solid 1px #FFF;
}
.company-connections-widget .cc-li-connections-btn:hover, .company-connections-widget .cc-li-connections-btn:focus {
  background: #009eed !important;
}
.company-connections-widget .cc-fb-connections-btn {
  background: #3B5A97;
}
.company-connections-widget .cc-fb-connections-btn:before {
  content: "";
  background: transparent url(https://d19t87v9ruil69.cloudfront.net/images/connections/btn_icon_fb.png) no-repeat scroll center center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-right: solid 1px #FFF;
}
.company-connections-widget .cc-fb-connections-btn:hover, .company-connections-widget .cc-fb-connections-btn:focus {
  background: rgb(75.9571428571, 112.7142857143, 185.0428571429) !important;
}

.page-hdr {
  text-align: center;
  margin-bottom: 15px;
}
.page-hdr .back-link {
  position: absolute;
  top: 15px;
  left: 20px;
}
.page-hdr .back-link:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fd";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.back-link:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fd";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.next-link:after {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fc";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.bread-crumb {
  float: left;
  margin-left: 10px;
}
.bread-crumb:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6fd";
  display: inline-block;
  position: relative;
  top: 2px;
}

.back-edit-link {
  bottom: 15px;
  position: absolute;
}

.career_development.onboarding .footer-owned-by, .education.onboarding .footer-owned-by {
  color: #333;
}
.career_development.onboarding .footer-nav a, .education.onboarding .footer-nav a {
  color: #333;
}

.footer-wrap {
  font-size: 14px;
  text-align: center;
  height: 150px;
}
.footer-wrap .footer-owned-by {
  margin-top: 1.25rem;
}
.footer-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-nav {
  padding-top: 1rem;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li a {
  padding: 0 15px;
  color: #000;
  text-decoration: underline;
}
.footer-nav li a:hover {
  font-weight: bold;
  border: none;
}

.footer-wrap-candidate-care {
  background: #FFF;
  padding: 70px 0;
  text-align: center;
}
.footer-wrap-candidate-care h1 {
  text-transform: none;
}
.footer-wrap-candidate-care .sub-par {
  margin: 0 auto;
  max-width: 800px;
}
.footer-wrap-candidate-care .sub-par h3 {
  text-align: center;
  margin-top: 10px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .footer-wrap-candidate-care .sub-par h3 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.footer-wrap-candidate-care .hiw {
  float: left;
}
.footer-wrap-candidate-care .tools {
  padding-top: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .footer-wrap-candidate-care .tools {
    padding-top: 25px;
  }
  .footer-wrap-candidate-care .tools h4 {
    height: 60px;
  }
}
.footer-wrap-candidate-care .tools .sign-up {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  height: 40px;
  line-height: 40px;
  padding: 20px 60px;
  font-size: 24px;
  color: #fff;
}
.footer-wrap-candidate-care .footer-nav {
  /* margin: 0 0 12px; */
  padding: 0;
}
.footer-wrap-candidate-care .footer-nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer-wrap-candidate-care .footer-nav li a {
  color: #333;
  display: block;
  padding: 0 15px;
}

.terms-candidate-care {
  background: #303030;
  padding: 60px 0px;
  text-align: center;
}
.terms-candidate-care li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.terms-candidate-care li a {
  color: #333;
  display: block;
  padding: 0 15px;
}

.terms-onboarding {
  text-align: center;
}
.terms-onboarding a {
  color: #FFF;
}
.terms-onboarding a:hover, .terms-onboarding a:focus {
  color: #FFF;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.terms-onboarding ul {
  padding-left: 0 !important;
}
.terms-onboarding li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.terms-onboarding li a {
  display: block;
  padding: 0 15px;
}
.terms-onboarding .footer-nav {
  height: 20px;
}
@media (max-width: 991px) {
  .terms-onboarding .footer-nav {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .terms-onboarding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.divider-text-account {
  text-align: left;
  margin: 0px 0;
  border-bottom: 1px solid #777;
  outline: 0;
}
.divider-text-account .more-text, .divider-text-account .less-text {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 28px;
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
}

.help-center-link {
  text-align: center;
  padding-bottom: 10px;
}

.document-link {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 24px;
  color: #08467c;
}
.document-link .date {
  color: #777;
}
.document-link i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.document-link:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6d3";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}

.divider-text {
  margin: 20px 0;
  position: relative;
  text-align: center;
}
.divider-text .job-info {
  width: 280px;
  height: 90px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #e8f1dc;
  display: inline-block;
  margin: 0 auto;
}
.divider-text .job-count-container {
  display: none;
}
.divider-text span.no-results:before {
  line-height: 90px;
  content: "Number of Results";
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.divider-text span.no-results:after {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e65c";
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #777;
}
.divider-text span.no-results:title:hover:after, .divider-text span.no-results:title:focus:after {
  content: attr(title);
}
.divider-text span.job-count {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  font-size: 22px;
  display: block;
  margin-top: 12px;
}
.divider-text span.job-count-label {
  font-size: 14px;
  display: block;
}
.divider-text span.job-count-label:before {
  content: "jobs with this criteria";
}
.divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  border-bottom: solid 1px #DDD;
}

.modal-backdrop {
  z-index: 150000 !important;
}

.modal {
  z-index: 160000 !important;
}

.modal-dialog {
  margin: 66px auto;
  z-index: 100000000;
}
@media (max-width: 991px) {
  .modal-dialog {
    width: 85%;
    margin: 66px auto;
  }
}
@media (max-width: 568px) {
  .modal-dialog {
    width: 75%;
    margin: 66px auto;
  }
}

.condense_control {
  color: #08467c;
  font-weight: bold;
}

.tooltip.top .tooltip-arrow {
  border-width: 10px 15px 0;
  border-top-color: #FFF;
  margin-left: -15px;
  bottom: -3px;
}
.tooltip.top .tooltip-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px 15px 0;
  border-top-color: #213660;
  margin-left: -15px;
  bottom: 2px;
  left: 50%;
  z-index: 1000;
}

.tooltip-inner {
  padding: 10px 20px;
  max-width: 300px;
  background: #213660;
  border: solid 2px #FFF;
  font-size: 14px;
}

.expand-collapse .expand-collapse-trigger {
  display: block;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  color: #08467c;
}
.expand-collapse .expand-collapse-trigger .more-text {
  display: block;
}
.expand-collapse .expand-collapse-trigger .less-text {
  display: none;
}
.expand-collapse .expand-collapse-content {
  display: none;
}
.expand-collapse.expanded .expand-collapse-content {
  display: block;
}
.expand-collapse.expanded .expand-collapse-trigger {
  display: block;
}
.expand-collapse.expanded .expand-collapse-trigger .more-text {
  display: none;
}
.expand-collapse.expanded .expand-collapse-trigger .less-text {
  display: block;
}

.paginate {
  margin: 0;
  padding: 0;
}
.paginate li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.paginate li a {
  color: #797676;
  display: block;
  height: 25px;
  min-width: 25px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 0px;
  font-size: 12px;
}
.paginate li.active a {
  border: solid 1px #08467c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: default;
}
.paginate li.next a, .paginate li.previous a, .paginate li.first a {
  width: auto;
}

.alert {
  padding: 8px 15px;
}

@media (max-width: 568px) {
  h1 {
    font-size: 2rem !important;
  }
  h3 {
    font-size: 1.25rem !important;
  }
  p {
    font-size: 1rem;
  }
}
.error-div {
  width: 1024px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1024px) {
  .error-div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .error-div {
    width: 100%;
    margin-top: 100px;
  }
}
@media (max-width: 568px) {
  .error-div {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 320px) {
  .error-div .row .text-left, .error-div .row .text-right {
    text-align: center !important;
    margin-bottom: 10px;
  }
}

.fnf-content {
  width: 1024px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1024px) {
  .fnf-content {
    margin-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .fnf-content {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 568px) {
  .fnf-content {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 320px) {
  .fnf-content .row .text-left, .fnf-content .row .text-right {
    text-align: center !important;
    margin-bottom: 10px;
  }
}

.error-rating {
  display: none;
}

.modal-email-header {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  padding: 20px 0px;
}

.modal-email-body {
  font-style: italic;
  padding: 20px 0px;
}

.modal-table-header {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}

.history-modal {
  width: 90%;
}

.internal-mobility-only {
  display: none;
}

.education-only {
  display: none;
}

.approve-translation:before {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e700";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.typing-indicator {
  background-color: #FFF;
  will-change: transform;
  width: auto;
  border-radius: 25px;
  padding: 10px;
  display: table;
  margin: 0 auto;
  position: relative;
  -webkit-animation: 2s bulge infinite ease-out;
  animation: 2s bulge infinite ease-out;
}

.typing-indicator::before, .typing-indicator::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #FFF;
}

.typing-indicator::after {
  height: 5px;
  width: 5px;
  left: -5px;
  bottom: -5px;
}

.typing-indicator span {
  height: 7px;
  width: 7px;
  float: left;
  margin: 0 1px;
  background-color: #9E9EA1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

.typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s blink infinite 0.3333s;
  animation: 1s blink infinite 0.3333s;
}

.typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s blink infinite 0.6666s;
  animation: 1s blink infinite 0.6666s;
}

.typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s blink infinite 0.9999s;
  animation: 1s blink infinite 0.9999s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.version-overlay {
  position: fixed;
  bottom: 30px;
  left: 25px;
  z-index: 99999999;
  width: 160px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 0px #BBB;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-family: courier;
}
.version-overlay .env {
  font-weight: bold;
  font-size: 13px;
}
.version-overlay .branch {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.version-overlay .started-at {
  font-size: 10px;
}

.version-overlay-icon {
  position: fixed;
  bottom: 30px;
  left: 5px;
  z-index: 99999999;
  padding: 5px;
  line-height: 15px;
  background: rgba(255, 255, 255, 0.7);
}

.skip-link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  padding-left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .skip-link {
    padding-left: 0px;
  }
}
.skip-link:active, .skip-link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: absolute;
  white-space: normal;
  width: auto;
}

.hired_label {
  text-align: right;
  padding-top: 10px;
}

.chatted-social-media-profile-form .btn-cta, .chatted-pitch-form .btn-cta {
  padding: 0 20px;
  background-color: #08467c;
  color: #fff;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  text-align: center;
}
.chatted-social-media-profile-form .btn-cta:hover, .chatted-social-media-profile-form .btn-cta:focus, .chatted-pitch-form .btn-cta:hover, .chatted-pitch-form .btn-cta:focus {
  background-color: rgb(6.4545454545, 56.4772727273, 100.0454545455);
}

#after_chat p {
  padding: 10px 0 10px 0;
}

.service-request-origin {
  background: #f5f5f5;
  border: 2px solid #333;
  border-radius: 50%;
  padding: 10px;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  text-align: center;
}

.account-extension-notification {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  color: #08467c;
  margin-bottom: -15px;
}
.account-extension-notification a {
  text-decoration: underline !important;
}

.cookie-notification {
  background: #08467c;
  color: #FFF;
  position: fixed;
  bottom: 0px;
  z-index: 9999999999;
  width: 100%;
  padding: 10px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 568px) {
  .cookie-notification {
    text-align: center;
  }
}
.cookie-notification .notification-body {
  flex: 0 1 600px;
  margin-right: 15px;
}
.cookie-notification .notification-body a {
  color: #FFF;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
.cookie-notification .notification-body a:hover, .cookie-notification .notification-body a:focus {
  text-decoration: underline !important;
}
.cookie-notification .terms-accept-btn {
  flex: 0 0 120px;
  text-align: center;
  padding: 0px;
}
.cookie-notification .terms-accept-btn:hover, .cookie-notification .terms-accept-btn:focus {
  text-decoration: none !important;
}

.pdf-header {
  width: 105%;
  margin-left: -10px;
  border-collapse: collapse;
  color: #FFF;
}
.pdf-header .top-left {
  width: 30%;
  height: 150px;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}
.pdf-header .top-left img {
  padding-top: 20px;
}
.pdf-header .top-right {
  background: #08467C;
  width: 70%;
}
.pdf-header .bottom-left {
  background: #FFF;
}
.pdf-header .bottom-right {
  background: #118BD7;
  height: 50px;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.pdf-header .header-spacer {
  height: 40px;
}

.pdf-footer {
  font-family: Arial, Helvetica, sans-serif;
  width: 102%;
  margin-left: -8px;
  background: #08467C;
  height: 75px;
  color: #FFF;
  text-align: center;
  padding-top: 35px;
}
.pdf-footer a {
  color: #FFF;
  text-decoration: none !important;
}
.pdf-footer a:hover, .pdf-footer a:active, .pdf-footer a:focus {
  color: #FFF;
}
.pdf-footer a:hover, .pdf-footer a:active, .pdf-footer a:focus, .pdf-footer a:visited, .pdf-footer a:link {
  text-decoration: none;
}

.privacy-list {
  list-style-type: decimal;
  margin-left: 15px;
}

.privacy-list-second-level {
  list-style-type: lower-alpha;
  margin-left: 15px;
}
.privacy-list-second-level li {
  margin-bottom: 12px;
}

.privacy-list-third-level {
  list-style-type: lower-roman;
  margin-left: 15px;
  margin-bottom: 12px;
}

#leave_site_warning .bold {
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
}
#leave_site_warning .leave-site-row {
  padding: 10px 0;
}

.duplicable-form-group .btn-move {
  border: solid 1px #ccc;
  border-left: 0px;
}
.duplicable-form-group .btn-trash {
  color: #999;
}
.duplicable-form-group .btn-trash:focus, .duplicable-form-group .btn-trash:hover, .duplicable-form-group .btn-trash:active {
  color: #0f87f0;
  box-shadow: none !important;
}
.duplicable-form-group input {
  border-right: 0px;
}

.add-bullet {
  vertical-align: top;
}
.add-bullet a {
  color: #999;
}
.add-bullet a:hover, .add-bullet a:focus, .add-bullet a:active {
  color: #0f87f0;
}
.add-bullet a:hover .add-text, .add-bullet a:focus .add-text, .add-bullet a:active .add-text {
  color: #0f87f0;
}
.add-bullet a i {
  font-size: 18px;
  margin-right: 5px;
}
.add-bullet a .add-text {
  color: #333;
  vertical-align: top;
}

.great-match {
  color: #69D392;
  font-weight: bold;
  float: left;
  font-size: 16px;
}

.great-match-img {
  float: left;
  background: blue;
}

.median-salary {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_exploration/Vector-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 130px;
}

.video-wrap {
  margin-bottom: -10px;
  border-radius: 6px;
  box-shadow: 0 0 0 5px #118BD7;
}
@media (max-width: 976px) {
  .video-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.salary-info {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.remove-occupation-1, .remove-occupation-2 {
  font-weight: bold;
  padding: 8px 10px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 5px #999;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.remove-occupation-1:after, .remove-occupation-2:after {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e655";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.add-occupation {
  font-weight: bold;
  padding: 8px 10px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 5px #999;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.add-occupation:after {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e663";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.compare-section-fixed {
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding-bottom: 0px;
}

.compare-section {
  border-left: 1px solid #ddd;
  padding: 30px 80px;
}
@media (max-width: 976px) {
  .compare-section {
    padding: 0px 10px;
  }
}

@media (max-width: 976px) {
  .compare-section-first {
    margin-top: 0px;
  }
}

.compare-row {
  border-bottom: 1px solid #888;
  padding-bottom: 40px;
}
@media (max-width: 976px) {
  .compare-row {
    border-bottom: none;
    padding-bottom: 0px;
  }
}

.compare-heading {
  margin-bottom: 20px;
}
@media (max-width: 976px) {
  .compare-heading {
    border-bottom: 2px solid #888;
  }
}

.mobile-header {
  padding: 0px 15px;
  font-size: 18px;
  font-weight: bold;
}

.work-styles {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 30px 0px;
}
@media (max-width: 976px) {
  .work-styles {
    border: none;
  }
}

.not-available {
  font-size: 21px;
  text-align: center;
  margin: 10px 5px;
}
@media (max-width: 976px) {
  .not-available {
    text-align: left;
    font-size: 16px;
  }
}

.workshop .summary-content {
  background-size: cover !important;
}

.help-container a:not(.btn) {
  text-decoration: underline !important;
}

#platform_activity > .page-entries-info, #annual_benefit_coaching > .page-entries-info {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0;
  padding: 10px 20px;
}

table.response-table {
  border: 1px solid #919191;
  margin: 10px 10px 10px 0;
  width: 100%;
  border-spacing: 0;
}
@media (max-width: 568px) {
  table.response-table textarea {
    width: 100%;
  }
}
table.response-table td, table.response-table th {
  border: 1px solid #919191;
  text-align: left;
  padding: 8px;
}
table.response-table .response-tr {
  height: 6.25rem;
}
table.response-table .response-tr.half-tr {
  height: 3.125rem;
}
table.response-table .response-tr.half-tr input {
  padding-top: 20px;
}
table.response-table .response-tr .form-control {
  border: none !important;
}
table.response-table .response-tr .form-control:focus {
  box-shadow: none !important;
}

body.career_development .track-content .guide-container .tile-image-parent:focus-visible, body.outplacement.orientations-guides .track-content .guide-container .tile-image-parent:focus-visible {
  outline-color: black;
}
body.career_development .track-content .tile-image-parent:focus-visible, body.outplacement.orientations-guides .track-content .tile-image-parent:focus-visible {
  outline-offset: 7px;
  outline: 1px solid white;
}
body.career_development .tile-image-parent, body.outplacement.orientations-guides .tile-image-parent {
  background-color: #333;
  min-height: 230px;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0 14px 14px -10px #000000;
  -moz-box-shadow: 0 14px 14px -10px #000000;
  box-shadow: 0 14px 14px -10px #000000;
  cursor: pointer;
}
body.career_development .tile-image-parent:not(.tile-coach-schedule):hover, body.outplacement.orientations-guides .tile-image-parent:not(.tile-coach-schedule):hover {
  filter: brightness(120%);
}
body.career_development .tile-image-parent:focus-visible, body.outplacement.orientations-guides .tile-image-parent:focus-visible {
  outline-offset: 7px;
  outline: 1px solid black;
}
body.career_development .tile-image-parent.tile-session-card:focus, body.outplacement.orientations-guides .tile-image-parent.tile-session-card:focus {
  outline: none;
}
body.career_development .action-plan, body.outplacement.orientations-guides .action-plan {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/action_plan.jpg);
  background-size: cover;
}
body.career_development .career-exploration, body.outplacement.orientations-guides .career-exploration {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/career_exploration.jpg);
  background-size: cover;
}
body.career_development .resume-review, body.outplacement.orientations-guides .resume-review {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/resume_review.png);
  background-size: cover;
}
body.career_development .pitch, body.outplacement.orientations-guides .pitch {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/document_prep/create_pitch_statement.jpg);
  background-size: cover;
}
body.career_development .interview-practice, body.outplacement.orientations-guides .interview-practice {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/interview.png);
  background-size: cover;
}
body.career_development .adapting-to-change, body.outplacement.orientations-guides .adapting-to-change {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/adapting_to_change.jpg);
  background-size: cover;
}
body.career_development .assessing-values, body.outplacement.orientations-guides .assessing-values {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/assessing_values.jpg);
  background-size: cover;
}
body.career_development .career-resilience, body.outplacement.orientations-guides .career-resilience {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/career_resilience.jpg);
  background-size: cover;
}
body.career_development .times-of-change, body.outplacement.orientations-guides .times-of-change {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/leading_in_times_change.jpeg);
  background-size: cover;
  background-position: center;
}
body.career_development .resilience-for-managers, body.outplacement.orientations-guides .resilience-for-managers {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/resilience_for_managers.jpeg);
  background-size: cover;
  background-position: center;
}
body.career_development .culture-of-mobility, body.outplacement.orientations-guides .culture-of-mobility {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/building_culture_of_mobility.jpeg);
  background-position: center;
  background-size: cover;
}
body.career_development .assessing-leadership-traits, body.outplacement.orientations-guides .assessing-leadership-traits {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Leadership-Assessing_your_leadership.png);
  background-size: cover;
  background-position: center;
}
body.career_development .accelerating-leadership-career, body.outplacement.orientations-guides .accelerating-leadership-career {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Leadership-Accelearting_your_career.png);
  background-size: cover;
  background-position: center;
}
body.career_development .compassionate-leadership, body.outplacement.orientations-guides .compassionate-leadership {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Leadership-Compassionate_leadership.png);
  background-size: cover;
  background-position: right;
}
body.career_development .effective-productive-teams, body.outplacement.orientations-guides .effective-productive-teams {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Building_effective_teams.jpeg);
  background-size: cover;
  background-position: center;
}
body.career_development .what-kind-of-leader, body.outplacement.orientations-guides .what-kind-of-leader {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/What_kind_of_leader.jpeg);
  background-size: cover;
  background-position: center;
}
body.career_development .what-kind-of-leader-a-or-b, body.outplacement.orientations-guides .what-kind-of-leader-a-or-b {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/what-kind-of-leader-a-or-b.png);
  background-size: cover;
  background-position: bottom;
}
body.career_development .motivating-others, body.outplacement.orientations-guides .motivating-others {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/motivating_others.jpeg);
  background-size: cover;
  background-position: center;
}
body.career_development .next-career-step, body.outplacement.orientations-guides .next-career-step {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Growth-your_next_career.png);
  background-size: cover;
}
body.career_development .whats-your-why, body.outplacement.orientations-guides .whats-your-why {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Growth-What_is_your.png);
  background-size: cover;
}
body.career_development .smart-goals, body.outplacement.orientations-guides .smart-goals {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Grow-Measing_Outcomes.png);
  background-size: cover;
}
body.career_development .courageous-conversations:not(.learning-outcomes), body.outplacement.orientations-guides .courageous-conversations:not(.learning-outcomes) {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Courageous_conversations.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .smart-goals, body.outplacement.orientations-guides .smart-goals {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Managers_measuring_outcomes.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .social-media-overview-guide, body.outplacement.orientations-guides .social-media-overview-guide {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Social_media_overview_guide.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .optimizing-linkedin-presence, body.outplacement.orientations-guides .optimizing-linkedin-presence {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Optimizing_your_linkedin_presence.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .setting-up-social-media-profiles, body.outplacement.orientations-guides .setting-up-social-media-profiles {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Setting_up_Social_media_profile.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .getting-yes-to-networking-meeting, body.outplacement.orientations-guides .getting-yes-to-networking-meeting {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Getting_to_Yes_networking.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .networking-brief-guide, body.outplacement.orientations-guides .networking-brief-guide {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/network_research/networking_brief.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .sample-questions, body.outplacement.orientations-guides .sample-questions {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/Sample_questions.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .phone-interview-guide, body.outplacement.orientations-guides .phone-interview-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/phone_interview.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .video-interview-guide, body.outplacement.orientations-guides .video-interview-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/video_interview.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .panel-interview-guide, body.outplacement.orientations-guides .panel-interview-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/panel_interview.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .behavioral-interview-guide, body.outplacement.orientations-guides .behavioral-interview-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/behavioral_interview.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .negotiation-tactics-guide, body.outplacement.orientations-guides .negotiation-tactics-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interviews/resources/negotiation_mindset.png);
  background-size: cover;
  background-position: center;
}
body.career_development .top-ten-tips-guide, body.outplacement.orientations-guides .top-ten-tips-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/interviews/resources/top_ten_tips.jpeg);
  background-size: cover;
  background-position: center;
}
body.career_development .resume-readiness-guide, body.outplacement.orientations-guides .resume-readiness-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/resume/resume_readiness.png);
  background-size: cover;
  background-position: center;
}
body.career_development .curriculum-vitae-guide, body.outplacement.orientations-guides .curriculum-vitae-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/resume/cv.png);
  background-size: cover;
  background-position: center;
}
body.career_development .increase-your-visibility-ats-guide, body.outplacement.orientations-guides .increase-your-visibility-ats-guide {
  background: #333 url(https://www-yns-com.s3.amazonaws.com/images/resume/increase_your_visibility.png);
  background-size: cover;
  background-position: center;
}
body.career_development .skills, body.outplacement.orientations-guides .skills {
  background: url(https://www-yns-com.s3.amazonaws.com/images/interviews/resources/negotiation_mindset.png);
  background-size: cover;
  background-position: center;
}
body.career_development .learn, body.outplacement.orientations-guides .learn {
  background: url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/Sample_questions.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .learn-leadership, body.outplacement.orientations-guides .learn-leadership {
  background: url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/Sample_questions.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .networking, body.outplacement.orientations-guides .networking {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/network_research/networking_brief.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .coach-chat, body.outplacement.orientations-guides .coach-chat {
  background: url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/video_interview.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .resume-action, body.outplacement.orientations-guides .resume-action {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/resume_review.png);
  background-size: cover;
  background-position: center;
}
body.career_development .coach-chat, body.outplacement.orientations-guides .coach-chat {
  background: url(https://www-yns-com.s3.amazonaws.com/images/interview/career_development/video_interview.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .what-kind-of-leader-guide, body.outplacement.orientations-guides .what-kind-of-leader-guide {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Leadership-Compassionate_leadership.png);
  background-size: cover;
  background-position: center;
}
body.career_development .career-step-guide, body.outplacement.orientations-guides .career-step-guide {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Growth-your_next_career.png);
  background-size: cover;
  background-position: center;
}
body.career_development .t-sheet-exercise, body.outplacement.orientations-guides .t-sheet-exercise {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Leadership-T-Sheet-Exercise.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .become-an-emerging-leader, body.outplacement.orientations-guides .become-an-emerging-leader {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Become-an-Emerging-Leader.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .power-of-effective-communication, body.outplacement.orientations-guides .power-of-effective-communication {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Power-Of-Effective-Communication.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .developing-self-awareness, body.outplacement.orientations-guides .developing-self-awareness {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Developing-Self-Awareness.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .leadership-style-in-the-workplace, body.outplacement.orientations-guides .leadership-style-in-the-workplace {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Leadership-Style-In-The-Workplace.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .strong-relationships-with-team, body.outplacement.orientations-guides .strong-relationships-with-team {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/Building-Strong-Relationships-Team.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .soft-vs-hard-skills, body.outplacement.orientations-guides .soft-vs-hard-skills {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/soft-vs-hard-skills.png);
  background-size: cover;
  background-position: center;
}
body.career_development .improving-work-life-balance, body.outplacement.orientations-guides .improving-work-life-balance {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/improving-work-life-balance.png);
  background-size: cover;
  background-position: center;
}
body.career_development .remote-or-hybrid-work-success, body.outplacement.orientations-guides .remote-or-hybrid-work-success {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/remote-or-hyrbid-work.png);
  background-size: cover;
  background-position: center;
}
body.career_development .communicating-effectively-workplace, body.outplacement.orientations-guides .communicating-effectively-workplace {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/images/career_development/communicating-effectively-workplace.png);
  background-size: cover;
  background-position: center;
}
body.career_development .what-is-cliftonstrengths, body.outplacement.orientations-guides .what-is-cliftonstrengths {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/articles/images/clifton_strengths_tile.png);
  background-size: cover;
  background-position: center;
}
body.career_development .cs-activator, body.outplacement.orientations-guides .cs-activator {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/articles/images/cs_activator_tile.png);
  background-size: cover;
  background-position: center;
}
body.career_development .cs-in-workplace, body.outplacement.orientations-guides .cs-in-workplace {
  background: url(https://www-yns-com.s3.us-east-2.amazonaws.com/articles/images/cs_in_workplace_tile.jpg);
  background-size: cover;
  background-position: center;
}
body.career_development .bottom-caption, body.outplacement.orientations-guides .bottom-caption {
  position: absolute;
  width: 100%;
  color: #fff;
  background: linear-gradient(to bottom, transparent 60%, #333 55%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 140px;
  bottom: 0;
  opacity: 0.9;
}
body.career_development .bottom-caption div, body.outplacement.orientations-guides .bottom-caption div {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-family: "gotham_boldregular", Arial, Helvetica, sans-serif;
  background-color: #333;
}
body.career_development .bottom-caption div .recommended-title, body.outplacement.orientations-guides .bottom-caption div .recommended-title {
  font-size: 16px;
}
body.career_development .bottom-caption div #content1::before, body.career_development .bottom-caption div #content2::before, body.career_development .bottom-caption div .content1::before, body.career_development .bottom-caption div .content2::before, body.outplacement.orientations-guides .bottom-caption div #content1::before, body.outplacement.orientations-guides .bottom-caption div #content2::before, body.outplacement.orientations-guides .bottom-caption div .content1::before, body.outplacement.orientations-guides .bottom-caption div .content2::before {
  content: "\a";
  white-space: pre;
}
@media (max-width: 568px) {
  body.career_development .bottom-caption div h4, body.career_development .bottom-caption div .recommended-title, body.outplacement.orientations-guides .bottom-caption div h4, body.outplacement.orientations-guides .bottom-caption div .recommended-title {
    font-size: 12px;
  }
}
body.career_development .bottom-caption div .h4, body.outplacement.orientations-guides .bottom-caption div .h4 {
  background-color: #333;
}
body.career_development .bottom-caption .vertically-align-guide, body.outplacement.orientations-guides .bottom-caption .vertically-align-guide {
  margin-bottom: 10px !important;
}
body.career_development li.nested-li-tag, body.outplacement.orientations-guides li.nested-li-tag {
  margin-left: 30px;
  list-style: circle;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}

body.career_development_topic_selections .login-header-premium {
  display: block !important;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.85);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 1060px) {
  body.outplacement.coach_services .coach-services-interview-review .btn-cta {
    padding: 0 40px;
  }
}
@media (max-width: 725px) {
  body.outplacement.coach_services .coach-services-row {
    display: flex;
    flex-wrap: wrap;
    height: 190px;
  }
  body.outplacement.coach_services .coach-services-row-center {
    width: calc(100% - 120px);
    padding-bottom: 50px;
    margin-right: 20px;
  }
  body.outplacement.coach_services .coach-services-row-right {
    margin-left: 100px;
    margin-top: 0;
    width: 100%;
  }
  body.outplacement.coach_services .coach-services-row-right .btn-cta {
    float: left;
  }
}
@media (max-width: 570px) {
  body.outplacement.coach_services .coach-services-row-left {
    display: none;
  }
  body.outplacement.coach_services .coach-services-row-center {
    margin: 0 0 0 15px;
    width: calc(100% - 15px);
  }
  body.outplacement.coach_services .coach-services-row-right {
    margin: 110px 0 0 15px;
  }
}

.guides-h3 {
  margin-left: 10px;
}

.op-next-panel-heading {
  color: #08467c;
  padding: 1rem;
}

.op-next-panel {
  background-color: #e0f2f9;
  border-radius: 1.25rem;
  margin-bottom: 0.625rem;
}

.op-next-panel-body {
  color: #08467c;
  padding: 0 1rem 1rem 1rem;
}
.op-next-panel-body a {
  text-decoration: underline !important;
}

.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgb(221, 221, 221);
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.simple-calendar tr {
  border-collapse: collapse;
}
.simple-calendar th {
  padding: 6px;
  border-collapse: collapse;
  box-sizing: border-box;
  text-align: left;
}
.simple-calendar th:not(:first-child) {
  border-left: 1px solid rgb(221, 221, 221);
}
.simple-calendar th:not(:last-child) {
  border-right: 1px solid rgb(221, 221, 221);
}
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
}
.simple-calendar .table > tbody:last-child > tr:last-child > td {
  border-bottom: 0px;
}
.simple-calendar td:not(:first-child) {
  border-left: 1px solid rgb(221, 221, 221);
}
.simple-calendar td:not(:last-child) {
  border-right: 1px solid rgb(221, 221, 221);
}
.simple-calendar .day {
  height: 80px;
}
.simple-calendar .today {
  background: #FFFFC0;
}
.simple-calendar .prev-month {
  background: #DDD;
}
.simple-calendar .next-month {
  background: #DDD;
}
.simple-calendar .table.table-striped {
  margin-bottom: 0px;
}
.simple-calendar .calendar-heading {
  margin: 15px;
}
.simple-calendar .workshop-entry {
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 3px;
}
