@charset "IBM437";
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 14, ../scss/_font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 23, ../scss/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 28, ../scss/_font-awesome.scss */
.fa-2x {
  font-size: 2em; }

/* line 31, ../scss/_font-awesome.scss */
.fa-3x {
  font-size: 3em; }

/* line 34, ../scss/_font-awesome.scss */
.fa-4x {
  font-size: 4em; }

/* line 37, ../scss/_font-awesome.scss */
.fa-5x {
  font-size: 5em; }

/* line 40, ../scss/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 44, ../scss/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 49, ../scss/_font-awesome.scss */
.fa-ul > li {
  position: relative; }

/* line 52, ../scss/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

/* line 59, ../scss/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 62, ../scss/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* line 67, ../scss/_font-awesome.scss */
.pull-right {
  float: right; }

/* line 70, ../scss/_font-awesome.scss */
.pull-left {
  float: left; }

/* line 73, ../scss/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 76, ../scss/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 79, ../scss/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  /* line 84, ../scss/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 88, ../scss/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  /* line 94, ../scss/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 98, ../scss/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 103, ../scss/_font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 109, ../scss/_font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 115, ../scss/_font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 121, ../scss/_font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 127, ../scss/_font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 137, ../scss/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 140, ../scss/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 149, ../scss/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 155, ../scss/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 158, ../scss/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 161, ../scss/_font-awesome.scss */
.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 166, ../scss/_font-awesome.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 169, ../scss/_font-awesome.scss */
.fa-music:before {
  content: "\f001"; }

/* line 172, ../scss/_font-awesome.scss */
.fa-search:before {
  content: "\f002"; }

/* line 175, ../scss/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 178, ../scss/_font-awesome.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 181, ../scss/_font-awesome.scss */
.fa-star:before {
  content: "\f005"; }

/* line 184, ../scss/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 187, ../scss/_font-awesome.scss */
.fa-user:before {
  content: "\f007"; }

/* line 190, ../scss/_font-awesome.scss */
.fa-film:before {
  content: "\f008"; }

/* line 193, ../scss/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 196, ../scss/_font-awesome.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 199, ../scss/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 202, ../scss/_font-awesome.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 207, ../scss/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

/* line 210, ../scss/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 213, ../scss/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 216, ../scss/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 219, ../scss/_font-awesome.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 223, ../scss/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 226, ../scss/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 229, ../scss/_font-awesome.scss */
.fa-home:before {
  content: "\f015"; }

/* line 232, ../scss/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 235, ../scss/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 238, ../scss/_font-awesome.scss */
.fa-road:before {
  content: "\f018"; }

/* line 241, ../scss/_font-awesome.scss */
.fa-download:before {
  content: "\f019"; }

/* line 244, ../scss/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 247, ../scss/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 250, ../scss/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 253, ../scss/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 257, ../scss/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 260, ../scss/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 263, ../scss/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 266, ../scss/_font-awesome.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 269, ../scss/_font-awesome.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 272, ../scss/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 275, ../scss/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 278, ../scss/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 281, ../scss/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 284, ../scss/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 287, ../scss/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 290, ../scss/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 293, ../scss/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 296, ../scss/_font-awesome.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 299, ../scss/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 302, ../scss/_font-awesome.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 305, ../scss/_font-awesome.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 308, ../scss/_font-awesome.scss */
.fa-font:before {
  content: "\f031"; }

/* line 311, ../scss/_font-awesome.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 314, ../scss/_font-awesome.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 317, ../scss/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 320, ../scss/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 323, ../scss/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 326, ../scss/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 329, ../scss/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 332, ../scss/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 335, ../scss/_font-awesome.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 339, ../scss/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 342, ../scss/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 345, ../scss/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 350, ../scss/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 353, ../scss/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 356, ../scss/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 359, ../scss/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 362, ../scss/_font-awesome.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 366, ../scss/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 369, ../scss/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 372, ../scss/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 375, ../scss/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 378, ../scss/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 381, ../scss/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 384, ../scss/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 387, ../scss/_font-awesome.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 390, ../scss/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 393, ../scss/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 396, ../scss/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 399, ../scss/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 402, ../scss/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 405, ../scss/_font-awesome.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 408, ../scss/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 411, ../scss/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 414, ../scss/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 417, ../scss/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 420, ../scss/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 423, ../scss/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 426, ../scss/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 429, ../scss/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 432, ../scss/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 435, ../scss/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 438, ../scss/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 441, ../scss/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 444, ../scss/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 447, ../scss/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 450, ../scss/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 453, ../scss/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 457, ../scss/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 460, ../scss/_font-awesome.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 463, ../scss/_font-awesome.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 466, ../scss/_font-awesome.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 469, ../scss/_font-awesome.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 472, ../scss/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 475, ../scss/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 478, ../scss/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 481, ../scss/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 484, ../scss/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 487, ../scss/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 490, ../scss/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 494, ../scss/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 497, ../scss/_font-awesome.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 500, ../scss/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 503, ../scss/_font-awesome.scss */
.fa-random:before {
  content: "\f074"; }

/* line 506, ../scss/_font-awesome.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 509, ../scss/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 512, ../scss/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 515, ../scss/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 518, ../scss/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 521, ../scss/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 524, ../scss/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 527, ../scss/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 530, ../scss/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 533, ../scss/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 537, ../scss/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

/* line 540, ../scss/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 543, ../scss/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 546, ../scss/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 549, ../scss/_font-awesome.scss */
.fa-key:before {
  content: "\f084"; }

/* line 553, ../scss/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 556, ../scss/_font-awesome.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 559, ../scss/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 562, ../scss/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 565, ../scss/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 568, ../scss/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 571, ../scss/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 574, ../scss/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 577, ../scss/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 580, ../scss/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 583, ../scss/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 586, ../scss/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 589, ../scss/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 592, ../scss/_font-awesome.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 595, ../scss/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 598, ../scss/_font-awesome.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 601, ../scss/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 604, ../scss/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 607, ../scss/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 610, ../scss/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 613, ../scss/_font-awesome.scss */
.fa-facebook:before {
  content: "\f09a"; }

/* line 616, ../scss/_font-awesome.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 619, ../scss/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 622, ../scss/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 625, ../scss/_font-awesome.scss */
.fa-rss:before {
  content: "\f09e"; }

/* line 628, ../scss/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 631, ../scss/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 634, ../scss/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 637, ../scss/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 640, ../scss/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 643, ../scss/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 646, ../scss/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 649, ../scss/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 652, ../scss/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 655, ../scss/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 658, ../scss/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 661, ../scss/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 664, ../scss/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 667, ../scss/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 670, ../scss/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 673, ../scss/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 676, ../scss/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 679, ../scss/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 683, ../scss/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 687, ../scss/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 690, ../scss/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 693, ../scss/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 697, ../scss/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 701, ../scss/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 704, ../scss/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 708, ../scss/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 711, ../scss/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 716, ../scss/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 719, ../scss/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 722, ../scss/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 725, ../scss/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 728, ../scss/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 731, ../scss/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 734, ../scss/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 737, ../scss/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 740, ../scss/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 743, ../scss/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 746, ../scss/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 749, ../scss/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 752, ../scss/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 755, ../scss/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 758, ../scss/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 761, ../scss/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 764, ../scss/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 767, ../scss/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 771, ../scss/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 775, ../scss/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 779, ../scss/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 782, ../scss/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 785, ../scss/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 789, ../scss/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 793, ../scss/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 797, ../scss/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 800, ../scss/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 803, ../scss/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 807, ../scss/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 810, ../scss/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 813, ../scss/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 817, ../scss/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 820, ../scss/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 823, ../scss/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 826, ../scss/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 829, ../scss/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 832, ../scss/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 835, ../scss/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 838, ../scss/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 841, ../scss/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 844, ../scss/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 847, ../scss/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 850, ../scss/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 853, ../scss/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 856, ../scss/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 859, ../scss/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 862, ../scss/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 865, ../scss/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 868, ../scss/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 871, ../scss/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 874, ../scss/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 877, ../scss/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 880, ../scss/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 883, ../scss/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 886, ../scss/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 889, ../scss/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 892, ../scss/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 895, ../scss/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 898, ../scss/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 901, ../scss/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 904, ../scss/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 907, ../scss/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 911, ../scss/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 914, ../scss/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 917, ../scss/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 920, ../scss/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 923, ../scss/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 926, ../scss/_font-awesome.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 930, ../scss/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 933, ../scss/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 936, ../scss/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 939, ../scss/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 942, ../scss/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 945, ../scss/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 948, ../scss/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 951, ../scss/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 954, ../scss/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 957, ../scss/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 960, ../scss/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 963, ../scss/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 966, ../scss/_font-awesome.scss */
.fa-code:before {
  content: "\f121"; }

/* line 970, ../scss/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 975, ../scss/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 978, ../scss/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 981, ../scss/_font-awesome.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 984, ../scss/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 988, ../scss/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 991, ../scss/_font-awesome.scss */
.fa-question:before {
  content: "\f128"; }

/* line 994, ../scss/_font-awesome.scss */
.fa-info:before {
  content: "\f129"; }

/* line 997, ../scss/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 1000, ../scss/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 1003, ../scss/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 1006, ../scss/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 1009, ../scss/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 1012, ../scss/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 1015, ../scss/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 1018, ../scss/_font-awesome.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 1021, ../scss/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 1024, ../scss/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 1027, ../scss/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 1030, ../scss/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 1033, ../scss/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 1036, ../scss/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 1039, ../scss/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 1042, ../scss/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 1045, ../scss/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 1048, ../scss/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 1051, ../scss/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 1054, ../scss/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 1057, ../scss/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 1060, ../scss/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 1063, ../scss/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 1066, ../scss/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 1069, ../scss/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 1072, ../scss/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 1075, ../scss/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 1078, ../scss/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 1081, ../scss/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 1084, ../scss/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 1087, ../scss/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 1090, ../scss/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 1093, ../scss/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 1096, ../scss/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 1099, ../scss/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 1103, ../scss/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 1107, ../scss/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 1111, ../scss/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 1115, ../scss/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 1118, ../scss/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 1122, ../scss/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 1126, ../scss/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 1132, ../scss/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 1137, ../scss/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 1141, ../scss/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 1145, ../scss/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 1148, ../scss/_font-awesome.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 1151, ../scss/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 1154, ../scss/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 1157, ../scss/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 1160, ../scss/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 1163, ../scss/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 1166, ../scss/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 1169, ../scss/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 1172, ../scss/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 1175, ../scss/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 1178, ../scss/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 1181, ../scss/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 1184, ../scss/_font-awesome.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 1187, ../scss/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 1190, ../scss/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 1193, ../scss/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 1196, ../scss/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 1199, ../scss/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 1202, ../scss/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 1205, ../scss/_font-awesome.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 1208, ../scss/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 1211, ../scss/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 1214, ../scss/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 1217, ../scss/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 1220, ../scss/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 1223, ../scss/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 1226, ../scss/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 1229, ../scss/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 1232, ../scss/_font-awesome.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 1235, ../scss/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 1238, ../scss/_font-awesome.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 1241, ../scss/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 1244, ../scss/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 1247, ../scss/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 1250, ../scss/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 1253, ../scss/_font-awesome.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 1256, ../scss/_font-awesome.scss */
.fa-female:before {
  content: "\f182"; }

/* line 1259, ../scss/_font-awesome.scss */
.fa-male:before {
  content: "\f183"; }

/* line 1262, ../scss/_font-awesome.scss */
.fa-gittip:before {
  content: "\f184"; }

/* line 1265, ../scss/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 1268, ../scss/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 1271, ../scss/_font-awesome.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 1274, ../scss/_font-awesome.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 1277, ../scss/_font-awesome.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 1280, ../scss/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 1283, ../scss/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 1286, ../scss/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 1289, ../scss/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 1292, ../scss/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 1295, ../scss/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 1299, ../scss/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 1302, ../scss/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 1305, ../scss/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 1308, ../scss/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 1312, ../scss/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 1315, ../scss/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 1318, ../scss/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 1321, ../scss/_font-awesome.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 1324, ../scss/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 1327, ../scss/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 1330, ../scss/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 1335, ../scss/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 1339, ../scss/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 1342, ../scss/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 1345, ../scss/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 1348, ../scss/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 1351, ../scss/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 1354, ../scss/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 1357, ../scss/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 1360, ../scss/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 1363, ../scss/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 1366, ../scss/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f1a7"; }

/* line 1369, ../scss/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 1372, ../scss/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 1375, ../scss/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 1378, ../scss/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 1381, ../scss/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 1384, ../scss/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 1387, ../scss/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 1390, ../scss/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 1393, ../scss/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 1396, ../scss/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 1399, ../scss/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 1402, ../scss/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 1405, ../scss/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 1408, ../scss/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 1411, ../scss/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 1414, ../scss/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 1418, ../scss/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 1422, ../scss/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 1425, ../scss/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 1428, ../scss/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 1431, ../scss/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 1434, ../scss/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 1437, ../scss/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 1440, ../scss/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 1443, ../scss/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 1446, ../scss/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 1449, ../scss/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 1454, ../scss/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 1458, ../scss/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 1462, ../scss/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 1466, ../scss/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 1469, ../scss/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 1472, ../scss/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 1475, ../scss/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 1478, ../scss/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 1485, ../scss/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 1488, ../scss/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 1492, ../scss/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 1496, ../scss/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 1499, ../scss/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 1502, ../scss/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 1505, ../scss/_font-awesome.scss */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 1508, ../scss/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 1511, ../scss/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 1515, ../scss/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 1519, ../scss/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 1523, ../scss/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 1526, ../scss/_font-awesome.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 1529, ../scss/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 1532, ../scss/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 1535, ../scss/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 1538, ../scss/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 1541, ../scss/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 1544, ../scss/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 1547, ../scss/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 1551, ../scss/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

/* line 1554, ../scss/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 1557, ../scss/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 1560, ../scss/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 1563, ../scss/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 1566, ../scss/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 1569, ../scss/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 1572, ../scss/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 1575, ../scss/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 1578, ../scss/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 1581, ../scss/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 1584, ../scss/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 1587, ../scss/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 1590, ../scss/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 1593, ../scss/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 1596, ../scss/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 1599, ../scss/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 1602, ../scss/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 1605, ../scss/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 1608, ../scss/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 1611, ../scss/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 1614, ../scss/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 1617, ../scss/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 1620, ../scss/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 1623, ../scss/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 1626, ../scss/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 1629, ../scss/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 1632, ../scss/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 1635, ../scss/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 1638, ../scss/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 1641, ../scss/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 1644, ../scss/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 1647, ../scss/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 1650, ../scss/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 1653, ../scss/_font-awesome.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 1656, ../scss/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 1659, ../scss/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 1662, ../scss/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 1667, ../scss/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

/* line 1670, ../scss/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* Start Layout Styles */
/* line 2, ../scss/_grid.scss */
.row {
  clear: both;
  position: relative; }
  /* line 7, ../scss/_grid.scss */
  .row::after {
    content: "";
    display: table;
    clear: both; }

/* line 15, ../scss/_grid.scss */
.column {
  padding: 0 10px;
  float: left;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative; }
  /* line 23, ../scss/_grid.scss */
  .column .row {
    margin-left: -10px;
    margin-right: -10px; }

/* line 42, ../scss/_grid.scss */
.column1 {
  width: 80px; }

/* line 46, ../scss/_grid.scss */
.columnOffset1 {
  margin-left: 80px; }

/* line 42, ../scss/_grid.scss */
.column2 {
  width: 160px; }

/* line 46, ../scss/_grid.scss */
.columnOffset2 {
  margin-left: 160px; }

/* line 42, ../scss/_grid.scss */
.column3 {
  width: 240px; }

/* line 46, ../scss/_grid.scss */
.columnOffset3 {
  margin-left: 240px; }

/* line 42, ../scss/_grid.scss */
.column4 {
  width: 320px; }

/* line 46, ../scss/_grid.scss */
.columnOffset4 {
  margin-left: 320px; }

/* line 42, ../scss/_grid.scss */
.column5 {
  width: 400px; }

/* line 46, ../scss/_grid.scss */
.columnOffset5 {
  margin-left: 400px; }

/* line 42, ../scss/_grid.scss */
.column6 {
  width: 480px; }

/* line 46, ../scss/_grid.scss */
.columnOffset6 {
  margin-left: 480px; }

/* line 42, ../scss/_grid.scss */
.column7 {
  width: 560px; }

/* line 46, ../scss/_grid.scss */
.columnOffset7 {
  margin-left: 560px; }

/* line 42, ../scss/_grid.scss */
.column8 {
  width: 640px; }

/* line 46, ../scss/_grid.scss */
.columnOffset8 {
  margin-left: 640px; }

/* line 42, ../scss/_grid.scss */
.column9 {
  width: 720px; }

/* line 46, ../scss/_grid.scss */
.columnOffset9 {
  margin-left: 720px; }

/* line 42, ../scss/_grid.scss */
.column10 {
  width: 800px; }

/* line 46, ../scss/_grid.scss */
.columnOffset10 {
  margin-left: 800px; }

/* line 42, ../scss/_grid.scss */
.column11 {
  width: 880px; }

/* line 46, ../scss/_grid.scss */
.columnOffset11 {
  margin-left: 880px; }

/* line 42, ../scss/_grid.scss */
.column12 {
  width: 960px; }

/* line 46, ../scss/_grid.scss */
.columnOffset12 {
  margin-left: 960px; }

/* line 52, ../scss/_grid.scss */
.contentWrapper {
  margin: 0 auto;
  padding: 25px 0 0 0;
  width: 960px;
  z-index: 1;
  min-height: 700px;
  position: relative; }

/* line 61, ../scss/_grid.scss */
.leftContent {
  width: 640px;
  border-right: 1px solid #ddd;
  padding: 0 9px 10px 10px;
  float: left;
  min-height: 700px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 70, ../scss/_grid.scss */
  .leftContent .row {
    margin-left: -10px;
    margin-right: -10px; }

/* line 76, ../scss/_grid.scss */
.rightRail {
  width: 321px;
  margin: 0 0 0 -1px;
  border-left: 1px solid #ccc; }

/* line 82, ../scss/_grid.scss */
.fullContent {
  margin: 0 0 20px 0;
  min-height: 600px; }

/* line 87, ../scss/_grid.scss */
.leftMenuColumn {
  width: 160px; }

/* End Layout Styles */
/* line 94, ../scss/_grid.scss */
.myReviews td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 97, ../scss/_grid.scss */
  .myReviews td:first-child {
    width: 250px; }
  /* line 101, ../scss/_grid.scss */
  .myReviews td:nth-child(2) {
    width: 380px; }
  /* line 105, ../scss/_grid.scss */
  .myReviews td:last-child {
    width: 150px; }

                  /*
$consensus-spacing: 5px;
@import "consensus/*.png";
.consensus{
	.uppers{
		@include consensus-sprite(thumbsUp);
	}
	.downers{
		@include consensus-sprite(thumbsDown);
	}
	.buzz{
		@include consensus-sprite(buzz);
	}
}
*/
                    /*
$arrowSquare-spacing: 5px;
@import "arrowSquare/*.png";
.showHideRankings{
	&.show{
		@include arrowSquare-sprite(down);
	}
	&.hide{
		@include arrowSquare-sprite(up);
	}
}
*/
/* line 6, ../scss/styles.scss */
body {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  color: #363636;
  margin: 0px;
  outline: 0;
  overflow: auto !important;
  -webkit-font-smoothing: antialiased;
  –mos-osx-font-smoothing: grayscale; }

/* line 17, ../scss/styles.scss */
.baseFont {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif; }

/* line 21, ../scss/styles.scss */
.height100 {
  height: 100px; }

/* line 25, ../scss/styles.scss */
.height200 {
  height: 200px; }

/* line 29, ../scss/styles.scss */
ol, ul {
  margin: 0px;
  list-style-position: inside;
  padding: 0px; }

/* line 35, ../scss/styles.scss */
a, input {
  outline: 0; }

/* line 39, ../scss/styles.scss */
a, .linkStyle {
  color: #0066cc;
  text-decoration: none;
  border: 0;
  cursor: pointer; }

/* line 47, ../scss/styles.scss */
a img {
  border: 0; }

/* line 51, ../scss/styles.scss */
a:hover, .linkStyle:hover {
  text-decoration: underline;
  cursor: pointer; }

/* line 56, ../scss/styles.scss */
.activeLink {
  font-weight: bold; }

/* line 60, ../scss/styles.scss */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 1.2em; }

/* Start text sizes */
/* line 68, ../scss/styles.scss */
.tiny {
  font-size: 9px; }

/* line 72, ../scss/styles.scss */
.small {
  font-size: 11px;
  color: #363636; }

/* line 77, ../scss/styles.scss */
a.small {
  color: #0066cc; }

/* line 81, ../scss/styles.scss */
.text {
  font-size: 13px;
  line-height: 18px; }

/* line 86, ../scss/styles.scss */
.medium {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold; }

/* line 92, ../scss/styles.scss */
.large {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold; }

/* line 98, ../scss/styles.scss */
.ventiquattro {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold; }

/* line 104, ../scss/styles.scss */
.grande {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold; }

/* end text sizes */
/* line 112, ../scss/styles.scss */
.inline {
  display: inline-block; }

/* line 116, ../scss/styles.scss */
.wrapWord {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all; }

/* line 123, ../scss/styles.scss */
.strikethrough {
  color: #666;
  text-decoration: line-through; }

/* line 128, ../scss/styles.scss */
.normalWeight {
  font-weight: normal; }

/* line 133, ../scss/styles.scss */
.preFormatted > h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }
/* line 139, ../scss/styles.scss */
.preFormatted > h3 {
  font-size: 13px; }
/* line 143, ../scss/styles.scss */
.preFormatted h1, .preFormatted h2, .preFormatted h3, .preFormatted h4, .preFormatted h5, .preFormatted h6 {
  position: inherit; }

/* line 148, ../scss/styles.scss */
.dashedLine {
  border-bottom: 1px dashed #ddd;
  padding-bottom: .75em;
  margin-bottom: .75em; }

/* line 154, ../scss/styles.scss */
.dashedLineTop {
  border-top: 1px dashed #ddd;
  padding-top: .75em; }

/* line 159, ../scss/styles.scss */
p, blockquote, li, td, th {
  color: #363636; }

/* line 163, ../scss/styles.scss */
p, blockquote {
  font-size: 14px;
  line-height: 1.3em; }

/* line 168, ../scss/styles.scss */
p, ul {
  padding: 0;
  margin: 0 0 1em 0; }

/* line 173, ../scss/styles.scss */
li {
  position: relative; }
  /* line 176, ../scss/styles.scss */
  li p {
    display: inline; }

/* line 181, ../scss/styles.scss */
.clear {
  width: 100%;
  height: 0;
  clear: both; }

/* line 187, ../scss/styles.scss */
.headerWrapper {
  background-color: #3c4042;
  width: 100%;
  position: relative; }

/* line 193, ../scss/styles.scss */
.header {
  width: 960px;
  margin: 0 auto; }

/* line 199, ../scss/styles.scss */
.grayBorder {
  border: 1px solid #dddddd; }

/* line 203, ../scss/styles.scss */
.padding10 {
  padding: 10px; }

/* line 207, ../scss/styles.scss */
.verticalPadding10 {
  padding-top: 10px;
  padding-bottom: 10px; }
  /* line 212, ../scss/styles.scss */
  .verticalPadding10 h3:first-child {
    margin-top: 0; }

/* line 218, ../scss/styles.scss */
.sidePadding10 {
  padding-left: 10px;
  padding-right: 10px; }

/* line 223, ../scss/styles.scss */
.profileSection {
  min-height: 1px;
  margin: 0 0 20px 0; }
  /* line 226, ../scss/styles.scss */
  .profileSection ul {
    list-style-position: outside; }

/* line 231, ../scss/styles.scss */
.profileSectionText {
  font-size: 13px;
  color: #363636;
  line-height: 18px;
  margin: 0; }
  /* line 237, ../scss/styles.scss */
  .profileSectionText h2 {
    font-size: 24px;
    margin: 30px 0 10px 0;
    padding-bottom: 8px; }
  /* line 243, ../scss/styles.scss */
  .profileSectionText h3 {
    font-size: 18px;
    color: #000;
    margin: 30px 0 10px 0;
    padding-bottom: 8px; }
  /* line 250, ../scss/styles.scss */
  .profileSectionText h4 {
    font-size: 14px;
    color: #000; }
  /* line 255, ../scss/styles.scss */
  .profileSectionText h5 {
    font-size: 12px;
    text-transform: uppercase; }
  /* line 261, ../scss/styles.scss */
  .profileSectionText h1.headingNoMargin, .profileSectionText h2.headingNoMargin, .profileSectionText h3.headingNoMargin, .profileSectionText h4.headingNoMargin {
    margin-bottom: 0; }
  /* line 265, ../scss/styles.scss */
  .profileSectionText h1.noTopMargin, .profileSectionText h2.noTopMargin, .profileSectionText h3.noTopMargin, .profileSectionText h4.noTopMargin {
    margin-top: 0; }
  /* line 270, ../scss/styles.scss */
  .profileSectionText ul, .profileSectionText ol {
    list-style-position: outside;
    position: relative;
    margin-left: 15px; }
    /* line 275, ../scss/styles.scss */
    .profileSectionText ul.bulletless, .profileSectionText ol.bulletless {
      margin-left: 0; }
    /* line 280, ../scss/styles.scss */
    .profileSectionText ul.smallList li, .profileSectionText ol.smallList li {
      font-size: 12px; }
    /* line 285, ../scss/styles.scss */
    .profileSectionText ul li, .profileSectionText ol li {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 1.3em; }

/* line 293, ../scss/styles.scss */
.showFull {
  display: block;
  color: #0066cc;
  font-size: 13px; }

/* line 299, ../scss/styles.scss */
.profileSectionText .showFull {
  display: none; }

/* line 303, ../scss/styles.scss */
.titleTopRankedImage {
  margin-right: 15px;
  padding-bottom: 10px; }

/* line 308, ../scss/styles.scss */
.seeAllTopRanked {
  display: block; }

/* line 312, ../scss/styles.scss */
.pageToolsDiv {
  position: absolute;
  right: 10px;
  top: 0; }

/* line 318, ../scss/styles.scss */
.articleTools {
  color: #a1b1be;
  font-size: 15px; }
  /* line 322, ../scss/styles.scss */
  .articleTools li {
    padding: 0 0 0 15px;
    display: inline-block; }
    /* line 326, ../scss/styles.scss */
    .articleTools li a {
      text-decoration: none; }

/* line 332, ../scss/styles.scss */
.horizontalTools {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 10px;
  margin-top: -10px; }

/* line 338, ../scss/styles.scss */
.horizontalTools li {
  display: inline-block;
  border-bottom: none;
  margin-right: 5px; }

/* line 344, ../scss/styles.scss */
.horizontalTools li a {
  padding-top: 2px;
  padding: 0 0 0 32px; }

/*
.toolAdd {
	background-image: url('../images/iconAdd.gif');
}

.toolAdd.added {
    background-position: 5px -50px;
    cursor: default;
}

.articleTools li:hover .toolAdd.added {
    background-position: 5px -50px;
    color: #a1b1be;
}

.articleTools .toolPrint {
	background-image: url('../images/iconPrinter.png');
	background-position: 5px 2px;
}

.articleTools li:hover .toolPrint {
	background-image: url('../images/iconPrinter.png');
	background-position: 5px -19px;
}

.toolEmail {
	background-image: url('../images/iconEmail.gif');
}

.toolShare {
	background-image: url('../images/iconShare.gif');
}
*/
/* line 381, ../scss/styles.scss */
.searchResultsLeft {
  padding: 10px 0;
  border-top: solid 1px #ddd; }
  /* line 385, ../scss/styles.scss */
  .searchResultsLeft p {
    margin: 0 0 0.5em 0; }

/* line 390, ../scss/styles.scss */
.breadcrumb {
  color: #999;
  font-weight: bold; }

/* line 395, ../scss/styles.scss */
.breadcrumb a {
  font-weight: normal; }

/* line 399, ../scss/styles.scss */
.breadcrumb span {
  font-weight: normal; }

/* line 404, ../scss/styles.scss */
.rankingMethod li {
  list-style-position: outside;
  margin-left: 15px; }

/* line 409, ../scss/styles.scss */
.infoRankings {
  color: #c2c2c2;
  margin-bottom: 0; }

/* line 414, ../scss/styles.scss */
.infoRankings strong {
  color: #000; }

/* line 418, ../scss/styles.scss */
.infoIntro {
  color: #f5ab20;
  font-weight: bold;
  margin-right: 5px; }

/* line 424, ../scss/styles.scss */
.infoRankings a {
  padding: 0 3px; }

/*ul.infoNav {
	list-style-type: none;
	margin: 0 5px 20px 5px;
	padding: 0 10px;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: $standardBorder;
}

ul.infoNav li {
	float: left;
	font-size: 12px;
	padding: 10px; 
	line-height: 19px;
	margin: 0;
	border: $standardBorder;
	border-left: 0;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #fff, #f5f5f5); 
	background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
	background-image: -o-linear-gradient(top, #fff, #f5f5f5);
	background-image: linear-gradient(top, #fff, #f5f5f5);
}

ul.infoNav li:first-child {
	border-left: $standardBorder;
}

ul.infoNav li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}

ul.infoNav .lockedTabImage {
	display: inline-block;
	margin-left: 3px;
}*/
/* line 468, ../scss/styles.scss */
.companyLogo {
  margin: 0 0 20px 0; }
  /* line 471, ../scss/styles.scss */
  .companyLogo img {
    max-width: 100%; }

/* line 476, ../scss/styles.scss */
.bulletless {
  list-style-type: none; }

/* line 480, ../scss/styles.scss */
.bullets li {
  padding: 0;
  margin: 0 0 0 15px;
  position: relative; }

/* line 486, ../scss/styles.scss */
.lineDividerMenu > li {
  border-left: 1px solid #dddddd;
  padding: 0px 2px 0px 4px;
  display: inline-block; }

/* line 492, ../scss/styles.scss */
.lineDividerMenu > li:first-child {
  border-left: 0px; }

/* line 496, ../scss/styles.scss */
.jobTotal {
  float: left;
  margin: 0;
  padding: 10px 0 5px;
  font-size: 12px;
  color: #000; }

/* line 504, ../scss/styles.scss */
.addPrograms {
  float: left;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  color: #000;
  cursor: text !important;
  text-decoration: none !important; }

/* line 514, ../scss/styles.scss */
ul.companyNews {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 520, ../scss/styles.scss */
ul.companyNews li {
  margin: 0 0 10px 0;
  padding: 0;
  background: none; }

/* line 526, ../scss/styles.scss */
.inputButton {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  border: 0;
  color: #fff;
  background-color: #026ea0;
  background-image: -webkit-linear-gradient(top, #0390d1, #026ea0);
  background-image: -moz-linear-gradient(top, #0390d1, #026ea0);
  background-image: -ms-linear-gradient(top, #0390d1, #026ea0);
  background-image: -o-linear-gradient(top, #0390d1, #026ea0); }

/* line 540, ../scss/styles.scss */
.nextPage {
  border-top: 1px solid #cacaca;
  padding-top: 15px;
  margin-top: 20px;
  color: #363636; }

/* line 547, ../scss/styles.scss */
ul.dashedList li {
  border-bottom: 1px dashed #ddd;
  padding: 7px 0; }

/* line 552, ../scss/styles.scss */
.overlay {
  min-height: 100%;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/overlay_bg.png") repeat;
  display: none; }

/* line 563, ../scss/styles.scss */
.allRankings {
  width: 500px;
  padding: 50px 40px 50px 50px;
  margin: 200px auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid #dddddd; }

/* line 574, ../scss/styles.scss */
.allRankingsWrapper {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 250px;
  max-height: 475px; }

/* line 581, ../scss/styles.scss */
.allRankings ul:first-of-type {
  margin-right: 35px; }

/* line 585, ../scss/styles.scss */
.closeButton {
  background: url("../images/closeButton.gif") no-repeat;
  cursor: pointer;
  height: 17px;
  width: 17px;
  float: right;
  margin: -40px -30px 0 0; }

/* line 594, ../scss/styles.scss */
.allRankings h3 {
  color: #e18700;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

/* line 602, ../scss/styles.scss */
.allRankings h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0; }

/* line 608, ../scss/styles.scss */
.allRankings ul.dashedList {
  float: left;
  width: 220px; }

/* line 613, ../scss/styles.scss */
.rankingsList {
  font-weight: bold; }

/* line 617, ../scss/styles.scss */
ul.rankingsList li {
  text-indent: -30px;
  padding-left: 30px; }

/* line 622, ../scss/styles.scss */
ul.rankingsList li span {
  display: inline-block;
  width: 25px;
  text-align: right; }

/* line 628, ../scss/styles.scss */
.rankingsList a {
  font-weight: normal; }

/* line 632, ../scss/styles.scss */
.ratingsBox {
  border: 4px double #eee;
  padding: 15px; }

/* line 637, ../scss/styles.scss */
.ratingsBox h4 {
  margin: 0 0 5px 0; }

/* line 641, ../scss/styles.scss */
.ratingBackground {
  height: 11px;
  width: 150px;
  background-color: #c7c7c7;
  background-image: -webkit-linear-gradient(top, #c7c7c7, #dadada);
  background-image: -moz-linear-gradient(top, #c7c7c7, #dadada);
  background-image: -ms-linear-gradient(top, #c7c7c7, #dadada);
  background-image: -o-linear-gradient(top, #c7c7c7, #dadada);
  margin: 0 0 20px 0;
  line-height: 11px; }

/* line 653, ../scss/styles.scss */
.goldRatingLine, .blueRatingLine {
  background-color: #fcaf2f;
  width: 10px;
  display: block;
  height: 100%; }

/* line 660, ../scss/styles.scss */
.blueRatingLine {
  background-color: #61c0e7;
  text-indent: 160px;
  font-size: 12px;
  font-weight: bold; }

/* line 667, ../scss/styles.scss */
.goldStarsLine {
  margin: 5px 0; }

/* line 671, ../scss/styles.scss */
.goldStars, .blueStars {
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 103px;
  text-indent: -5000px; }

/* line 679, ../scss/styles.scss */
.goldStars {
  background-image: url("../images/goldStars.gif"); }

/* line 683, ../scss/styles.scss */
.blueStars {
  background-image: url("../images/blueStars.gif"); }

/* line 687, ../scss/styles.scss */
.four {
  background-position: -21px 0; }

/* line 691, ../scss/styles.scss */
.four.one-quarter {
  background-position: -21px -18px; }

/* line 695, ../scss/styles.scss */
.four.one-half {
  background-position: -21px -36px; }

/* line 699, ../scss/styles.scss */
.four.three-quarter {
  background-position: -21px -54px; }

/* line 703, ../scss/styles.scss */
.three {
  background-position: -42px 0; }

/* line 707, ../scss/styles.scss */
.three.one-quarter {
  background-position: -42px -18px; }

/* line 711, ../scss/styles.scss */
.three.one-half {
  background-position: -42px -36px; }

/* line 715, ../scss/styles.scss */
.three.three-quarter {
  background-position: -42px -54px; }

/* line 719, ../scss/styles.scss */
.two {
  background-position: -63px 0; }

/* line 723, ../scss/styles.scss */
.two.one-quarter {
  background-position: -63px -18px; }

/* line 727, ../scss/styles.scss */
.two.one-half {
  background-position: -63px -36px; }

/* line 731, ../scss/styles.scss */
.two.three-quarter {
  background-position: -63px -54px; }

/* line 735, ../scss/styles.scss */
.one {
  background-position: -84px 0; }

/* line 739, ../scss/styles.scss */
.one.one-quarter {
  background-position: -84px -18px; }

/* line 743, ../scss/styles.scss */
.one.one-half {
  background-position: -84px -36px; }

/* line 747, ../scss/styles.scss */
.one.three-quarter {
  background-position: -84px -54px; }

/* line 751, ../scss/styles.scss */
.zero {
  background-position: -105px 0; }

/* line 755, ../scss/styles.scss */
.zero.one-quarter {
  background-position: -105px -18px; }

/* line 759, ../scss/styles.scss */
.zero.one-half {
  background-position: -105px -36px; }

/* line 763, ../scss/styles.scss */
.zero.three-quarter {
  background-position: -105px -54px; }

/* mini stars */
/* line 768, ../scss/styles.scss */
.goldStarsMini, .blueStarsMini {
  height: 12px;
  width: 75px;
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: -5000px;
  background-image: url("../images/goldStarsMini.gif"); }

/* line 777, ../scss/styles.scss */
.goldStarsMini.noRating, .blueStarsMini.noRating {
  height: 12px;
  width: 75px;
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: -5000px;
  background-image: none; }

/* line 786, ../scss/styles.scss */
.blueStarsMini {
  background-image: url("../images/blueStarsMini.gif"); }

/* line 790, ../scss/styles.scss */
.goldStarsMini.four {
  background-position: -15px 0px; }

/* line 794, ../scss/styles.scss */
.goldStarsMini.four.one-quarter {
  background-position: -15px -12px; }

/* line 798, ../scss/styles.scss */
.goldStarsMini.four.one-half {
  background-position: -15px -24px; }

/* line 802, ../scss/styles.scss */
.goldStarsMini.four.three-quarter {
  background-position: -15px -36px; }

/* line 806, ../scss/styles.scss */
.goldStarsMini.three {
  background-position: -30px 0; }

/* line 810, ../scss/styles.scss */
.goldStarsMini.three.one-quarter {
  background-position: -30px -12px; }

/* line 814, ../scss/styles.scss */
.goldStarsMini.three.one-half {
  background-position: -30px -24px; }

/* line 818, ../scss/styles.scss */
.goldStarsMini.three.three-quarter {
  background-position: -30px -36px; }

/* line 822, ../scss/styles.scss */
.goldStarsMini.two {
  background-position: -45px 0; }

/* line 826, ../scss/styles.scss */
.goldStarsMini.two.one-quarter {
  background-position: -45px -12px; }

/* line 830, ../scss/styles.scss */
.goldStarsMini.two.one-half {
  background-position: -45px -24px; }

/* line 834, ../scss/styles.scss */
.goldStarsMini.two.three-quarter {
  background-position: -45px -36px; }

/* line 838, ../scss/styles.scss */
.goldStarsMini.one {
  background-position: -60px 0; }

/* line 842, ../scss/styles.scss */
.goldStarsMini.one.one-quarter {
  background-position: -60px -12px; }

/* line 846, ../scss/styles.scss */
.goldStarsMini.one.one-half {
  background-position: -60px -24px; }

/* line 850, ../scss/styles.scss */
.goldStarsMini.one.three-quarter {
  background-position: -60px -36px; }

/* line 854, ../scss/styles.scss */
.goldStarsMini.zero {
  background-position: -75px 0px; }

/* line 858, ../scss/styles.scss */
.goldStarsMini.zero.one-quarter {
  background-position: -75px -12px; }

/* line 862, ../scss/styles.scss */
.goldStarsMini.zero.one-half {
  background-position: -75px -24px; }

/* line 866, ../scss/styles.scss */
.goldStarsMini.zero.three-quarter {
  background-position: -75px -36px; }

/* line 870, ../scss/styles.scss */
.review {
  border-bottom: 2px solid #c9ced0;
  padding-bottom: 30px; }

/* line 875, ../scss/styles.scss */
.review h2 {
  font-size: 15px; }

/* line 879, ../scss/styles.scss */
.verified {
  color: #e17f00;
  margin-left: 5px; }

/* line 884, ../scss/styles.scss */
.reviewMain h3 {
  font-size: 13px;
  margin: 0;
  padding: 0; }

/* line 890, ../scss/styles.scss */
.reviewMain p {
  margin: 0 0 15px 0; }

/* line 894, ../scss/styles.scss */
.reviewHeader {
  height: 45px;
  margin: 25px 10px;
  border-bottom: 2px solid #c9ced0; }

/* line 900, ../scss/styles.scss */
.reviewHeader p {
  float: left;
  margin: 0 5px 0 0;
  font-size: 15px;
  font-weight: bold; }

/* line 907, ../scss/styles.scss */
.average {
  color: #666;
  font-size: 12px;
  font-weight: normal; }

/* line 913, ../scss/styles.scss */
.reviewHeader p.grayStars {
  border: none;
  float: left; }

/* line 919, ../scss/styles.scss */
.reviewHeader .sortBy {
  float: right;
  font-size: 13px; }

/* line 924, ../scss/styles.scss */
.reviewHeader select {
  margin-left: 10px; }

/* line 928, ../scss/styles.scss */
.reviewMain {
  width: 380px;
  float: left;
  margin-right: 30px; }

/* line 934, ../scss/styles.scss */
.reviewMain ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none; }

/* line 940, ../scss/styles.scss */
.reviewMain ul li {
  margin: 0;
  padding: 0; }

/* line 945, ../scss/styles.scss */
p.helpful {
  line-height: 22px;
  vertical-align: middle; }

/* line 950, ../scss/styles.scss */
.divider {
  margin: 0 5px;
  color: #ddd; }

/* line 955, ../scss/styles.scss */
.thumbsUp {
  background: url("../images/thumbsUp.gif") no-repeat;
  padding-left: 23px; }

/* line 960, ../scss/styles.scss */
.submitReviewBox {
  background-color: #edf3f6;
  border: 1px solid #c1d7e1;
  padding: 15px;
  position: relative; }

/* line 967, ../scss/styles.scss */
a.closeSubmitReview {
  height: 12px;
  width: 12px;
  display: block;
  background-image: url("../images/closeSubmitReview.gif");
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10; }

/* line 978, ../scss/styles.scss */
.submitReviewButton {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background-color: #038fd0;
  background-image: -webkit-linear-gradient(top, #038fd0, #026ea0);
  background-image: -moz-linear-gradient(top, #038fd0, #026ea0);
  background-image: -ms-linear-gradient(top, #038fd0, #026ea0);
  background-image: -o-linear-gradient(top, #038fd0, #026ea0);
  padding: 10px 15px;
  display: inline-block; }

/* line 991, ../scss/styles.scss */
.solidGrayTop {
  border-top: 1px solid #dddddd; }

/* line 995, ../scss/styles.scss */
.solidGrayBottom {
  border-bottom: 1px solid #dddddd;
  /*#c9ced0; */ }

/* line 999, ../scss/styles.scss */
.doubleGrayBottom {
  border-bottom: 3px double #ddd;
  /*#c9ced0; */ }

/* line 1003, ../scss/styles.scss */
.solidGrayTopThick {
  border-top-width: 2px; }

/* line 1007, ../scss/styles.scss */
.solidGrayTopDoubleThick {
  border-top-width: 4px; }

/* line 1011, ../scss/styles.scss */
.solidGrayBottomThick {
  border-bottom-width: 2px; }

/* line 1015, ../scss/styles.scss */
.flushGrayBottom {
  border-bottom: 1px solid #dddddd;
  /*#c9ced0; */
  margin-bottom: 20px; }

/* line 1021, ../scss/styles.scss */
.companySliderWrapper {
  float: right;
  width: 300px;
  margin: 0 -150px 20px 40px; }

/* line 1030, ../scss/styles.scss */
.companyList {
  margin-bottom: 20px; }
  /* line 1033, ../scss/styles.scss */
  .companyList ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none; }
    /* line 1039, ../scss/styles.scss */
    .companyList ul li {
      margin: 0;
      padding: 10px 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 36, ../scss/_base.scss */
      .companyList ul li::after {
        content: "";
        display: table;
        clear: both;
        width: 100%; }
      /* line 1047, ../scss/styles.scss */
      .companyList ul li a:hover {
        color: #da6216; }
      /* line 1052, ../scss/styles.scss */
      .companyList ul li .slideshowThumbnail {
        float: left;
        width: 180px;
        margin: 0 20px 0 0;
        position: relative; }
        /* line 1058, ../scss/styles.scss */
        .companyList ul li .slideshowThumbnail img {
          display: block; }
        /* line 1063, ../scss/styles.scss */
        .companyList ul li .slideshowThumbnail .mImgTab {
          display: block;
          background-color: #000;
          color: #fff;
          height: 20px;
          text-align: center;
          font-size: 10px;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 0 5px; }
      /* line 1077, ../scss/styles.scss */
      .companyList ul li .slideshowText {
        float: left;
        width: 480px; }
        /* line 1081, ../scss/styles.scss */
        .companyList ul li .slideshowText h2 {
          font-size: 16px;
          margin: 0; }
        /* line 1086, ../scss/styles.scss */
        .companyList ul li .slideshowText p {
          display: block;
          color: #666; }
  /* line 1095, ../scss/styles.scss */
  .companyList p a {
    color: #000;
    text-decoration: none;
    font-weight: bold; }
  /* line 1101, ../scss/styles.scss */
  .companyList p strong a {
    font-size: 10px;
    color: #7f7f7f; }
  /* line 1109, ../scss/styles.scss */
  .companyList .companyListActive img::after {
    content: "";
    width: 84px;
    height: 47px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #da6216;
    position: absolute;
    top: 0;
    left: 0; }

/* line 1124, ../scss/styles.scss */
.companyImageList ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  width: 300px; }
  /* line 1131, ../scss/styles.scss */
  .companyImageList ul li {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    width: 300px;
    min-height: 180px; }
    /* line 1138, ../scss/styles.scss */
    .companyImageList ul li img {
      max-width: 300px;
      display: block;
      margin: 0 auto; }
    /* line 1144, ../scss/styles.scss */
    .companyImageList ul li .viewSlideshow {
      display: block;
      position: absolute;
      left: 40px;
      bottom: 15px;
      padding: 20px;
      color: #fff;
      background-color: #0066cc; }

/* line 1157, ../scss/styles.scss */
.whyWorkHereWrapper {
  margin: 0;
  position: relative; }

/* line 1162, ../scss/styles.scss */
.whyWorkHereMenu {
  float: left;
  width: 200px;
  border-right: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100; }
  /* line 1170, ../scss/styles.scss */
  .whyWorkHereMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 1179, ../scss/styles.scss */
    .whyWorkHereMenu ul li {
      padding: 10px;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 36px;
      line-height: 16px; }
      /* line 1186, ../scss/styles.scss */
      .whyWorkHereMenu ul li a {
        display: block; }
      /* line 1190, ../scss/styles.scss */
      .whyWorkHereMenu ul li.activeLink {
        background-color: #0066cc;
        font-weight: normal;
        color: #fff; }
        /* line 1195, ../scss/styles.scss */
        .whyWorkHereMenu ul li.activeLink::after {
          content: '';
          position: absolute;
          top: 0;
          right: -18px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 18px 0 18px 18px;
          border-color: transparent transparent transparent #0066cc; }
        /* line 1207, ../scss/styles.scss */
        .whyWorkHereMenu ul li.activeLink a {
          color: #fff; }
      /* line 1214, ../scss/styles.scss */
      .whyWorkHereMenu ul li.twoLines {
        height: 52px; }
        /* line 1217, ../scss/styles.scss */
        .whyWorkHereMenu ul li.twoLines::after {
          border-width: 26px 0 26px 18px; }
      /* line 1224, ../scss/styles.scss */
      .whyWorkHereMenu ul li.threeLines {
        height: 68px; }
        /* line 1227, ../scss/styles.scss */
        .whyWorkHereMenu ul li.threeLines::after {
          border-width: 34px 0 34px 18px; }
      /* line 1232, ../scss/styles.scss */
      .whyWorkHereMenu ul li.fourLines {
        height: 68px; }
        /* line 1235, ../scss/styles.scss */
        .whyWorkHereMenu ul li.fourLines::after {
          border-width: 34px 0 34px 18px; }

/* line 1244, ../scss/styles.scss */
.whyWorkHereText {
  float: left;
  width: 760px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 40px; }
  /* line 1250, ../scss/styles.scss */
  .whyWorkHereText .logoColumn {
    display: none; }

/* line 1255, ../scss/styles.scss */
.editorRating {
  border-collapse: separate;
  padding: 0;
  margin: 10px 0 20px 0;
  border-spacing: 0 20px;
  border-top: 4px double #eee;
  border-bottom: 4px double #eee; }

/* line 1264, ../scss/styles.scss */
.editorRating tr {
  margin-bottom: 20px;
  height: 13px; }

/* line 1269, ../scss/styles.scss */
.editorRating tr td {
  line-height: 13px;
  height: 13px;
  padding: 0; }

/* line 1275, ../scss/styles.scss */
.editorRating tr td.titleCell {
  color: #666;
  font-weight: bold;
  width: 140px; }

/* line 1281, ../scss/styles.scss */
.editorRating tr td.barCell {
  background-color: #eee;
  width: 200px; }

/* line 1286, ../scss/styles.scss */
.editorRating tr td.ratingCell {
  padding-left: 10px;
  color: #fcaf2f;
  width: 20px;
  font-weight: bold; }

/* line 1293, ../scss/styles.scss */
#whyWorkHere div {
  display: none; }

/* line 1297, ../scss/styles.scss */
#whyWorkHere div:first-child {
  display: block; }

/* line 1302, ../scss/styles.scss */
#whyWorkHere h1, #whyWorkHere h2, #whyWorkHere h3, #whyWorkHere h4, #whyWorkHere h5, #whyWorkHere h6 {
  margin: 1.5em 0 .75em 0; }

/* line 1307, ../scss/styles.scss */
.floatLeft {
  float: left;
  display: inline-block; }

/* line 1312, ../scss/styles.scss */
.floatLeftMargin {
  margin-right: 20px; }

/* line 1316, ../scss/styles.scss */
.floatRight {
  float: right;
  display: inline-block; }

/* line 1321, ../scss/styles.scss */
.floatRightMargin {
  margin-left: 20px; }

/* line 1325, ../scss/styles.scss */
.singleLine {
  display: inline-block; }

/* line 1329, ../scss/styles.scss */
.singleLine li {
  display: inline-block;
  margin: 0 2px; }

/* line 1334, ../scss/styles.scss */
li.nextLink {
  margin-left: 10px; }

/* line 1338, ../scss/styles.scss */
li.prevLink {
  margin-right: 10px; }

/* line 1343, ../scss/styles.scss */
.jobsTable {
  width: 610px;
  border-spacing: 0;
  margin: 0 0 20px 0; }

/* line 1349, ../scss/styles.scss */
.jobsTable th {
  background-color: #e5e5e5;
  padding: 10px;
  vertical-align: top; }

/* line 1355, ../scss/styles.scss */
.jobsTable th:first-child {
  text-align: left; }

/* line 1359, ../scss/styles.scss */
.jobsTable td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
  /*	width: 100px; */ }

/* line 1366, ../scss/styles.scss */
.jobsTable td:first-child {
  /*	width: 350px; */ }

/* line 1370, ../scss/styles.scss */
.jobsTable td:last-child {
  /*	width: 100px; */
  text-align: center; }

/* line 1375, ../scss/styles.scss */
.goldTeaser {
  border-top: 3px solid #fab800;
  border-bottom: 3px solid #fab800;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  margin: 0 25px 25px 25px;
  padding: 10px;
  text-align: center; }

/* line 1386, ../scss/styles.scss */
.gold {
  color: #fab800; }

/* line 1390, ../scss/styles.scss */
.goldKeys {
  margin: 20px 0; }

/* line 1394, ../scss/styles.scss */
.goldKeys5 {
  width: 330px;
  padding: 20px;
  height: 368px;
  background: url("../images/goldTeaser5.gif") no-repeat; }

/* line 1401, ../scss/styles.scss */
.goldKeys6 {
  width: 390px;
  height: 328px;
  padding: 40px 30px;
  background: url("../images/goldTeaser6.gif") no-repeat; }

/* line 1408, ../scss/styles.scss */
.goldKeys6 p:first-of-type {
  width: 270px; }

/* line 1412, ../scss/styles.scss */
.locks li {
  background: url("../images/lock.gif") no-repeat;
  padding: 0 0 5px 25px;
  line-height: 20px; }

/* line 1418, ../scss/styles.scss */
.joinButton {
  display: inline-block;
  border: 1px solid #e98d08;
  padding: 10px 25px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #f18a01;
  background-image: -o-linear-gradient(top, #feb431 0%, #f18a01 100%);
  background-image: -moz-linear-gradient(top, #feb431 0%, #f18a01 100%);
  background-image: -webkit-linear-gradient(top, #feb431 0%, #f18a01 100%);
  background-image: -ms-linear-gradient(top, #feb431 0%, #f18a01 100%);
  background-image: linear-gradient(top, #feb431 0%, #f18a01 100%);
  -moz-box-shadow: inset 0 0 1px #ffda3d;
  -webkit-box-shadow: inset 0 0 1px #ffda3d;
  box-shadow: inset 0 0 1px #ffda3d;
  text-shadow: 2px 2px #d3700b;
  letter-spacing: 1px; }

/* line 1440, ../scss/styles.scss */
.abuseBox {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border: 1px solid #000;
  background-color: #fff;
  width: 200px;
  padding: 20px;
  z-index: 100; }

/* line 1452, ../scss/styles.scss */
.section {
  margin-bottom: 2em;
  position: relative; }

/* line 1457, ../scss/styles.scss */
.sectionBreak {
  margin-top: 30px; }

/* line 1461, ../scss/styles.scss */
.sectionTop {
  margin-top: 30px; }

/* line 1465, ../scss/styles.scss */
.sectionTop:first-child {
  margin-top: 0px; }

/* line 1469, ../scss/styles.scss */
.textIndent {
  padding-left: 10px; }

/* start profession slider */
/* line 1474, ../scss/styles.scss */
.findSlider {
  height: 6px;
  margin-bottom: 20px;
  width: 590px; }

/* line 1480, ../scss/styles.scss */
.findSlider .ui-slider-handle {
  background-image: url("../images/slider.png");
  /* DR Edit */
  width: 13px;
  height: 24px;
  display: block;
  top: -9px; }

/* line 1488, ../scss/styles.scss */
.slider_section {
  margin: 0 0 20px 10px; }

/* line 1492, ../scss/styles.scss */
.slider_scale {
  margin: 0;
  padding: 0;
  width: 708px;
  clear: both;
  position: relative;
  left: -59px;
  list-style-type: none; }
  /* line 1501, ../scss/styles.scss */
  .slider_scale li {
    float: left;
    width: 118px;
    text-align: center;
    position: relative; }
    /* line 1508, ../scss/styles.scss */
    .slider_scale li::before {
      border-left: 1px solid #dddddd;
      margin-left: -1px;
      width: 1px;
      height: 15px;
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-top: -20px; }
    /* line 1520, ../scss/styles.scss */
    .slider_scale li:first-child::before {
      margin-left: 2px; }
    /* line 1524, ../scss/styles.scss */
    .slider_scale li:last-child::before {
      left: auto;
      right: 50%;
      margin-right: 2px; }

/* line 1532, ../scss/styles.scss */
.slider_scale7 {
  left: -54px; }
  /* line 1535, ../scss/styles.scss */
  .slider_scale7 li {
    width: 100px; }

/* line 1541, ../scss/styles.scss */
.slider_scale13 {
  left: -30px; }
  /* line 1544, ../scss/styles.scss */
  .slider_scale13 li {
    width: 50px; }

/* line 1550, ../scss/styles.scss */
.ui-slider-range {
  background-color: #f69010;
  background-image: none;
  background-image: -webkit-linear-gradient(top, #a26313, #f69010);
  background-image: -moz-linear-gradient(top, #a26313, #f69010);
  background-image: -ms-linear-gradient(top, #a26313, #f69010);
  background-image: -o-linear-gradient(top, #a26313, #f69010);
  background-image: linear-gradient(top, #a26313, #f69010); }

/* end profession slider */
/* line 1561, ../scss/styles.scss */
.company_display {
  float: left;
  width: 355px !important;
  font-size: 12px;
  color: #000;
  margin: 5px 0;
  padding: 0; }

/* line 1570, ../scss/styles.scss */
.top_solid_border {
  border-top: solid 1px #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 10px;
  clear: both; }

/* line 1578, ../scss/styles.scss */
.top_dotted_border {
  border-top: dotted 1px #ddd;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 10px;
  clear: both; }

/* line 1586, ../scss/styles.scss */
.findCompField {
  width: 450px;
  height: 28px;
  margin: 0 10px 0 0;
  border: solid 1px #bfbfbf; }

/* line 1593, ../scss/styles.scss */
.submitButton {
  font-family: "Helvetica Neue", arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  background-color: #00467b;
  background-image: -o-linear-gradient(top, #0390d1 0%, #00467b 100%);
  background-image: -moz-linear-gradient(top, #0390d1 0%, #00467b 100%);
  background-image: -webkit-linear-gradient(top, #0390d1 0%, #00467b 100%);
  background-image: -ms-linear-gradient(top, #0390d1 0%, #00467b 100%);
  background-image: linear-gradient(top, #0390d1 0%, #00467b 100%);
  color: #fff;
  border: solid 1px #5f666b;
  padding: 5px 10px;
  cursor: pointer;
  line-height: 18px;
  margin: 0;
  box-sizing: content-box; }

/* line 1615, ../scss/styles.scss */
.checkbox_box {
  border: solid 1px #ddd;
  border-radius: 5px;
  margin: 0 0 20px 0;
  padding: 5px;
  overflow-y: scroll;
  max-height: 125px; }

/* line 1624, ../scss/styles.scss */
.checkbox_box li {
  list-style-type: none; }

/* line 1631, ../scss/styles.scss */
.checkbox_horizontal li {
  display: inline-block;
  margin: 0 20px 0 0; }

/* line 1636, ../scss/styles.scss */
.checkbox_noborder {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0; }

/* line 1642, ../scss/styles.scss */
.checkbox_noborder ul {
  padding: 0;
  margin: 0; }

/* line 1647, ../scss/styles.scss */
.checkbox_noborder li {
  list-style-type: none; }

/* line 1652, ../scss/styles.scss */
.sub_checkbox li {
  margin-left: 20px; }

/* line 1657, ../scss/styles.scss */
.clearSelection {
  color: #879aa8;
  float: left; }

/* line 1662, ../scss/styles.scss */
.searchAgain {
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 0; }

/* line 1671, ../scss/styles.scss */
.searchAgain a {
  margin: 3px 3px 0 0;
  display: block;
  float: left; }

/* line 1677, ../scss/styles.scss */
.searchAgain img {
  padding: 0;
  margin: 0;
  border: 0;
  float: right; }

/* line 1684, ../scss/styles.scss */
.bubbleSelection {
  padding: 4px 8px;
  background-color: #eef8f9;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 12px;
  float: left;
  margin: 3px; }

/* line 1694, ../scss/styles.scss */
.closeSelection {
  margin: 0 0 0 10px;
  float: right;
  width: 15px;
  height: 15px; }

/* line 1701, ../scss/styles.scss */
.showMore {
  color: #1889cd;
  text-decoration: none;
  font-size: 12px;
  float: left;
  margin: 5px 15px; }

/* line 1709, ../scss/styles.scss */
.sortSelection {
  float: right;
  margin: 5px 0; }

/* line 1714, ../scss/styles.scss */
.sortSelection span {
  color: #000;
  font-size: 12px;
  margin: 2px 5px 0 0;
  float: left; }

/* line 1721, ../scss/styles.scss */
.sortSelection form {
  float: left; }

/* line 1725, ../scss/styles.scss */
.findCompRating {
  width: 120px;
  float: left; }

/* line 1731, ../scss/styles.scss */
.findCompRating span {
  display: block;
  float: left;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 120px;
  padding: 0;
  margin: 0; }

/* line 1743, ../scss/styles.scss */
.findCompRating span:hover {
  color: #000;
  cursor: text; }

/* line 1748, ../scss/styles.scss */
.popup_arrowdown {
  position: relative;
  top: 20px;
  left: 15px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1755, ../scss/styles.scss */
  .popup_arrowdown {
    top: 22px; } }
/* line 1760, ../scss/styles.scss */
.myVault_popup {
  margin: 6px 5px 0px 110px; }

/* line 1764, ../scss/styles.scss */
.folderAdd {
  width: 20px;
  height: 20px;
  display: inline-block; }

/* line 1770, ../scss/styles.scss */
.folderAdd:hover {
  background-position: 0 -25px; }

/* line 1774, ../scss/styles.scss */
.searchBox {
  background-image: -moz-linear-gradient(top, #e4e4e4 1%, white 20%);
  background-image: linear-gradient(top, #e4e4e4 1%, #ffffff 20%);
  background-image: -ms-linear-gradient(top, #e4e4e4 1%, white 20%);
  background-image: -webkit-linear-gradient(top, #e4e4e4 1%, white 20%);
  background-image: -o-linear-gradient(top, #e4e4e4 1%, white 20%);
  padding: 0 5px; }

/* line 1783, ../scss/styles.scss */
.marginLeft10 {
  margin-left: 10px; }

/* line 1787, ../scss/styles.scss */
#slider-range .ui-slider-handle {
  background-image: url("../images/slider.png");
  width: 13px !important;
  height: 24px !important;
  display: block;
  top: -9px; }

/* End - Ruben Guzman */
/* Devorah Raice */
/* line 1798, ../scss/styles.scss */
.bold {
  font-weight: bold; }

/* line 1802, ../scss/styles.scss */
.white {
  color: #fff; }

/* line 1806, ../scss/styles.scss */
.black {
  color: #000; }

/* line 1810, ../scss/styles.scss */
.orange {
  color: #fcb033; }

/* line 1814, ../scss/styles.scss */
.goldOrange {
  color: #da6216; }

/* line 1818, ../scss/styles.scss */
.darkOrange {
  color: #d76022; }

/* line 1822, ../scss/styles.scss */
.dark {
  color: #d76022; }

/* line 1826, ../scss/styles.scss */
.grey, .gray {
  color: #758da0; }

/* line 1830, ../scss/styles.scss */
.darkGrey {
  color: #666; }

/* line 1834, ../scss/styles.scss */
.green {
  color: #1a7805; }

/* line 1838, ../scss/styles.scss */
.verifiedGreen {
  color: #058552; }

/* line 1842, ../scss/styles.scss */
.red {
  color: #dd6227; }

/* line 1846, ../scss/styles.scss */
.vaultOrange {
  color: #da6216; }

/* line 1850, ../scss/styles.scss */
ol {
  padding: 0;
  margin: 0 0 1em 0;
  list-style-position: inside; }

/* line 1856, ../scss/styles.scss */
.fpoSmall {
  background-color: #ddd;
  color: #00f; }

/* border and background styles */
/* line 1862, ../scss/styles.scss */
.dashedUnderline {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 1868, ../scss/styles.scss */
.dashedLineTop {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
  margin-top: 10px; }

/* line 1874, ../scss/styles.scss */
.dottedLineTop {
  border-top: 1px dotted #ddd; }

/* line 1878, ../scss/styles.scss */
.dottedLineBottom {
  border-bottom: 1px dotted #ddd; }

/* line 1882, ../scss/styles.scss */
.dottedUnderline {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 1888, ../scss/styles.scss */
.greyUnderline {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 1894, ../scss/styles.scss */
.greyLineTop {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 10px; }

/* line 1900, ../scss/styles.scss */
.greyShaded {
  font-size: 12px;
  line-height: 19px;
  margin: 0;
  border: 1px solid #dddddd;
  border-left: 0;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, white, whitesmoke);
  background-image: -moz-linear-gradient(top, white, whitesmoke);
  background-image: -ms-linear-gradient(top, white, whitesmoke);
  background-image: -o-linear-gradient(top, white, whitesmoke);
  background-image: linear-gradient(top, #ffffff, #f5f5f5); }

/* line 1914, ../scss/styles.scss */
.greyShaded:first-child {
  border-left: 1px solid #dddddd; }

/* line 1918, ../scss/styles.scss */
.reviewRatingTitle .column {
  padding-bottom: 5px; }

/* line 1922, ../scss/styles.scss */
.find {
  display: none;
  /*	float: right;
  	font-weight: bold;
  	margin-right: 5px;
  	padding: 5px 10px;
  	border: $standardBorder;
  
  	a, img {
  	vertical-align: middle;
  }
  
  	&.top {
  	border-bottom: 0px;
  }
  
  	&.bottom {
  	border-top: 0px;
  	margin-bottom: 10px;
  }
  */ }

/* line 1945, ../scss/styles.scss */
.greyArrow {
  color: #ddd; }

/* line 1949, ../scss/styles.scss */
.listPadding li {
  margin-bottom: 7px;
  line-height: 16.5px; }

/* line 1954, ../scss/styles.scss */
.listPaddingDouble li {
  margin-bottom: 10px; }

/* line 1958, ../scss/styles.scss */
.listPaddingTriple li {
  margin-bottom: 15px; }

/* line 1962, ../scss/styles.scss */
.rankingsTable {
  border-top: 0;
  border-collapse: collapse;
  margin-bottom: 25px;
  width: 100%; }

/* line 1969, ../scss/styles.scss */
.selectBox {
  width: 160px;
  padding: 2px;
  font-weight: bold;
  color: #666; }

/* line 1976, ../scss/styles.scss */
.rankingsTable tr {
  border-bottom: 1px solid #dddddd; }

/* line 1980, ../scss/styles.scss */
.rankingsTable th {
  padding: 5px;
  color: #000; }

/* line 1985, ../scss/styles.scss */
.rankingsTable thead {
  line-height: 1.25em; }

/* line 1989, ../scss/styles.scss */
.rankingsTable td {
  line-height: 20px;
  padding: 3px 8px;
  vertical-align: top; }

/* line 1995, ../scss/styles.scss */
.hangingIndent {
  text-indent: -25px;
  padding-left: 25px; }

/* line 2000, ../scss/styles.scss */
.rankingsTable .up {
  color: #1A7805; }

/* line 2004, ../scss/styles.scss */
.rankingsTable .down {
  color: #dd6227; }

/* line 2008, ../scss/styles.scss */
.rankingsTable .add {
  padding-left: 25px;
  background-image: url("../images/iconAdd.gif");
  background-repeat: no-repeat;
  background-position: 0 5px; }

/* line 2014, ../scss/styles.scss */
.rankingsTable .add:hover {
  background-position: 0 -20px; }

/* line 2018, ../scss/styles.scss */
.rankingsFind {
  float: left;
  border-left: 1px solid #CCC;
  margin-bottom: 20px;
  margin-right: 15px; }

/* line 2025, ../scss/styles.scss */
.findCaption {
  line-height: 32px; }

/* line 2029, ../scss/styles.scss */
.left {
  text-align: left; }

/* line 2033, ../scss/styles.scss */
.center {
  text-align: center; }

/* line 2037, ../scss/styles.scss */
.right {
  text-align: right; }

/* line 2041, ../scss/styles.scss */
.rankingsImage {
  float: left;
  margin: 0 10px 10px 0; }

/* line 2046, ../scss/styles.scss */
.magnifyingGlass {
  background: url("../images/greyMagnify.png") 0 1px no-repeat;
  padding-left: 20px; }

/* line 2052, ../scss/styles.scss */
.sideBoxNav {
  float: left;
  border: 1px solid #dddddd;
  padding: 15px;
  width: 115px;
  background-color: #fbfdfd;
  margin-right: 15px;
  margin-bottom: 15px; }

/* line 2062, ../scss/styles.scss */
.sideBoxNav li {
  line-height: 14px;
  margin-top: 15px; }

/* line 2068, ../scss/styles.scss */
.sideBoxNav li:first-child {
  margin-top: 0px; }

/* line 2072, ../scss/styles.scss */
.sideBoxNav .active {
  font-weight: bold; }

/* line 2076, ../scss/styles.scss */
.lock {
  background-image: url("../images/lockClosedGold.gif");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 22px; }

/* line 2083, ../scss/styles.scss */
.lock.active {
  background-image: url("../images/lock.gif"); }

/* line 2087, ../scss/styles.scss */
.sideBoxNav .title {
  color: #758da0;
  font-size: 13px;
  font-weight: bold; }

/* line 2093, ../scss/styles.scss */
.professionColumn {
  width: 213px;
  margin-bottom: 40px; }
  /* line 2096, ../scss/styles.scss */
  .professionColumn ul {
    list-style-position: outside; }

/* line 2101, ../scss/styles.scss */
.lifeOfItem {
  float: left;
  width: 140px;
  padding: 5px;
  text-align: center; }

/* line 2111, ../scss/styles.scss */
.resumeSelect {
  margin-top: 15px;
  width: 170px;
  padding: 2px;
  border: 1px solid #758DA0;
  font-weight: bold;
  color: #666; }

/* begin DR edit 4/22 */
/* line 2120, ../scss/styles.scss */
.resumeSampleSelect {
  float: left;
  margin-right: 15px; }

/* line 2125, ../scss/styles.scss */
.resumeSelectDesc {
  margin-top: 2px;
  display: block;
  float: left;
  width: 385px; }

/* end DR edit 4/22 */
/* line 2133, ../scss/styles.scss */
.resumeCarousel .resume {
  /*background-image: url('../images/resumeSmall.png');
  background-position: center;*/
  width: 106px;
  height: 145px;
  float: left;
  border: 1px solid #dddddd;
  margin: 3px 3px 0px 3px; }

/* line 2142, ../scss/styles.scss */
.resumeCarousel .active {
  border: 4px solid #fcb033;
  margin-top: 0px; }

/* line 2146, ../scss/styles.scss */
.resumeCarousel .arrow {
  float: left;
  height: 145px;
  vertical-align: middle;
  line-height: 160px; }

/* line 2153, ../scss/styles.scss */
.resumeSampleHeader {
  border-top: 1px solid #E8EEF2;
  border-bottom: 1px solid #E8EEF2;
  padding: 6px 0px;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 15px; }

/* line 2162, ../scss/styles.scss */
.resumeImage {
  height: 865px;
  width: 610px;
  border: 1px solid #dddddd;
  /*background-image: url('../images/resumeLarge.png');
  background-position: center;*/ }

/* line 2170, ../scss/styles.scss */
.resumeLandingPage .dashedLine {
  border-bottom: 1px dashed #ddd; }

/* line 2174, ../scss/styles.scss */
.resumeLandingPage h1 {
  margin-bottom: 15px; }

/* line 2178, ../scss/styles.scss */
.resumeLandingPage .headerImage {
  width: 100%;
  height: 175px;
  display: block;
  background-color: grey; }

/* line 2185, ../scss/styles.scss */
.resumeLandingPage .headerImageCaption {
  border-bottom: 1px solid #E8EEF2;
  margin: 8px 0px; }

/* line 2190, ../scss/styles.scss */
.resumeAdvice li {
  margin-bottom: 6px; }

/* line 2194, ../scss/styles.scss */
.resumeAdvice a {
  font-weight: bold;
  font-size: 15px; }

/* line 2199, ../scss/styles.scss */
.resumeTypes {
  margin-top: 20px;
  overflow: hidden; }

/* line 2204, ../scss/styles.scss */
.resumeTypes h3 {
  clear: both; }

/* line 2208, ../scss/styles.scss */
.resumeTypes p {
  font-size: 15px;
  line-height: 20px; }

/* line 2213, ../scss/styles.scss */
.resumeTypes a {
  font-weight: bold;
  line-height: 22px; }

/* line 2218, ../scss/styles.scss */
.resumeTypeImage {
  /* DR Edit 4/22 */
  width: 106px;
  height: 145px;
  display: block;
  margin-right: 8px;
  border: 1px solid #dddddd; }

/* line 2226, ../scss/styles.scss */
.about {
  color: #ddd;
  position: absolute;
  bottom: 5px;
  right: 0px; }

/* line 2233, ../scss/styles.scss */
.smallHeaderBreak {
  margin-top: 10px; }

/* line 2237, ../scss/styles.scss */
.mediumHeaderBreak {
  margin-top: 15px; }

/* line 2241, ../scss/styles.scss */
.bigHeaderBreak {
  margin-top: 25px; }

/* line 2246, ../scss/styles.scss */
.tinySectionHeader {
  margin-top: 10px; }

/* line 2250, ../scss/styles.scss */
.smallSectionHeader {
  margin-top: 15px; }

/* line 2254, ../scss/styles.scss */
.bigSectionHeader {
  margin-top: 25px; }

/*  lists */
/* line 2259, ../scss/styles.scss */
.bullets {
  list-style-position: outside;
  margin-left: 0; }

/* line 2264, ../scss/styles.scss */
.customListBullet li {
  display: block; }

/* line 2268, ../scss/styles.scss */
.numberListBullet {
  counter-reset: item; }

/* line 2272, ../scss/styles.scss */
.numberListBullet li:before {
  content: counter(item) " ";
  counter-increment: item;
  font-weight: bold;
  margin-right: 4px; }

/* line 2279, ../scss/styles.scss */
.lineSeparatedList li {
  border-bottom: 1px solid #dddddd;
  padding: 2px 0px; }

/* line 2284, ../scss/styles.scss */
.lineSeparatedList li:first-child {
  border-top: 1px solid #dddddd; }

/* line 2289, ../scss/styles.scss */
.locksList li {
  background-image: url("../images/lockClosedGold.gif");
  background-repeat: no-repeat;
  padding-left: 22px;
  min-height: 20px;
  line-height: 1.3em; }
/* line 2298, ../scss/styles.scss */
.locksList .openLock {
  background-image: url("../images/lock.gif"); }

/* line 2303, ../scss/styles.scss */
.dashedList li {
  border-bottom: 1px dashed #ddd;
  padding: 7px 0; }

/* line 2308, ../scss/styles.scss */
.dashedList li:first-child {
  /*	border-top: 1px dashed #ddd; */ }

/* line 2312, ../scss/styles.scss */
.singleLineList, .singleLineList li {
  display: inline-block; }

/* line 2316, ../scss/styles.scss */
.singleLineList li {
  margin: 0 2px; }

/* line 2320, ../scss/styles.scss */
.sideMenuBox {
  float: left;
  border: 1px solid #dddddd;
  background-color: #fbfdfd;
  margin: 3px 15px 15px 0;
  padding: 15px 8px 8px 15px;
  width: 115px; }
  /* line 2328, ../scss/styles.scss */
  .sideMenuBox ul {
    list-style-position: outside; }

/* line 2333, ../scss/styles.scss */
.headingMargin {
  margin-bottom: 10px; }

/* line 2337, ../scss/styles.scss */
.headingMarginDouble {
  margin-bottom: 20px; }

/* professions overview */
/* line 2342, ../scss/styles.scss */
.factsTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #dddddd; }
  /* line 2347, ../scss/styles.scss */
  .factsTable th, .factsTable td {
    border: 1px solid #dddddd;
    padding: 10px;
    vertical-align: top; }
  /* line 2353, ../scss/styles.scss */
  .factsTable th {
    text-align: left;
    background-color: #f6f6f6; }
  /* line 2359, ../scss/styles.scss */
  .factsTable ul li {
    font-size: inherit; }

/* line 2365, ../scss/styles.scss */
.zebraTable tr:nth-child(even) {
  background-color: #f6f6f6; }

/* line 2369, ../scss/styles.scss */
.greyBackground {
  background-color: #f6f6f6; }

/* line 2373, ../scss/styles.scss */
.factsTable .arrow {
  display: inline-block;
  margin-right: 5px;
  color: black; }

/* line 2379, ../scss/styles.scss */
.noBottomMargin {
  margin-bottom: 0px; }

/* line 2383, ../scss/styles.scss */
.changePage {
  z-index: 100;
  position: relative;
  float: right;
  color: #758da0; }

/* line 2390, ../scss/styles.scss */
.hangingList li {
  text-indent: -15px;
  padding-left: 15px; }

/* header */
/* line 2396, ../scss/styles.scss */
.topBar {
  margin-bottom: 10px;
  text-align: right;
  z-index: 10;
  float: right;
  font-size: 11px; }

/* line 2404, ../scss/styles.scss */
.accessProvided {
  color: #cde; }
  /* line 2407, ../scss/styles.scss */
  .accessProvided .bold {
    color: #fff; }

/* line 2412, ../scss/styles.scss */
.vaultFormWrapper .topBar {
  text-align: left;
  margin-bottom: 0; }

/* line 2417, ../scss/styles.scss */
.vaultFormWrapper .topBar ul {
  margin-bottom: 0; }

/* line 2421, ../scss/styles.scss */
.vaultHeaderLogo {
  float: left;
  margin-right: 15px; }

/* line 2426, ../scss/styles.scss */
.searchOptions {
  padding-left: 0;
  margin-bottom: 0; }
  /* line 2430, ../scss/styles.scss */
  .searchOptions a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 12px; }

/* line 2438, ../scss/styles.scss */
.headerSearchArea {
  float: right; }

/* line 2442, ../scss/styles.scss */
.headerSearch {
  float: left;
  display: none;
  width: 300px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #646568; }
  /* line 2449, ../scss/styles.scss */
  .headerSearch:first-child {
    display: block; }
  /* line 2453, ../scss/styles.scss */
  .headerSearch .headerSearchBox {
    background-color: #646568;
    color: #ccc;
    border: 0;
    width: 265px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    padding-top: 4px;
    display: block;
    float: left;
    font-size: 14px;
    font-family: sans-serif; }
    /* line 29, ../scss/_base.scss */
    .headerSearch .headerSearchBox::-webkit-input-placeholder {
      font-style: normal;
      color: #ccc; }
    /* line 30, ../scss/_base.scss */
    .headerSearch .headerSearchBox:-moz-placeholder {
      font-style: normal;
      color: #ccc; }
    /* line 31, ../scss/_base.scss */
    .headerSearch .headerSearchBox::-moz-placeholder {
      font-style: normal;
      color: #ccc; }
    /* line 32, ../scss/_base.scss */
    .headerSearch .headerSearchBox:-ms-input-placeholder {
      font-style: normal;
      color: #ccc; }
  /* line 2473, ../scss/styles.scss */
  .headerSearch .headerSearchButton {
    color: #fff;
    font-size: 24px;
    height: 40px;
    width: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    display: block;
    float: left; }

/* line 2485, ../scss/styles.scss */
.headerSearchActive {
  background-color: #fff; }
  /* line 2488, ../scss/styles.scss */
  .headerSearchActive .headerSearchBox {
    color: #000;
    background-color: #fff; }
    /* line 29, ../scss/_base.scss */
    .headerSearchActive .headerSearchBox::-webkit-input-placeholder {
      color: #000; }
    /* line 30, ../scss/_base.scss */
    .headerSearchActive .headerSearchBox:-moz-placeholder {
      color: #000; }
    /* line 31, ../scss/_base.scss */
    .headerSearchActive .headerSearchBox::-moz-placeholder {
      color: #000; }
    /* line 32, ../scss/_base.scss */
    .headerSearchActive .headerSearchBox:-ms-input-placeholder {
      color: #000; }
  /* line 2497, ../scss/styles.scss */
  .headerSearchActive .headerSearchButton {
    color: #000; }

/* line 2501, ../scss/styles.scss */
.headerSearchBoxHalf {
  margin-left: 2px;
  padding: 8px 5px;
  border: 1px inset #ddd;
  width: 180px; }

/* line 2509, ../scss/styles.scss */
.searchButton {
  color: #166eb5;
  font-weight: bold;
  padding: 4px 12px;
  border: 1px solid #a7aeb6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #d2d9e1;
  background-image: -moz-linear-gradient(top, #ecedf1, #d2d9e1);
  background-image: -ms-linear-gradient(top, #ecedf1, #d2d9e1);
  background-image: -o-linear-gradient(top, #ecedf1, #d2d9e1);
  background-image: linear-gradient(top, #ecedf1, #d2d9e1);
  background-image: -webkit-linear-gradient(top, #ecedf1, #d2d9e1); }

/* line 2526, ../scss/styles.scss */
.categoryMenu {
  font-size: 24px;
  font-weight: bold;
  float: left;
  margin-bottom: 0;
  margin-left: 10px; }
  /* line 2533, ../scss/styles.scss */
  .categoryMenu > li {
    display: inline-block;
    padding: 5px;
    color: #fff; }
    /* line 2538, ../scss/styles.scss */
    .categoryMenu > li > a {
      color: #fff; }
    /* line 2542, ../scss/styles.scss */
    .categoryMenu > li .showCategorySubMenu {
      cursor: pointer; }
      /* line 2546, ../scss/styles.scss */
      .categoryMenu > li .showCategorySubMenu span:hover {
        text-decoration: underline; }
      /* line 2551, ../scss/styles.scss */
      .categoryMenu > li .showCategorySubMenu i {
        font-weight: normal;
        font-size: 50%;
        color: #adbac3; }

/* line 2560, ../scss/styles.scss */
.categorySubMenu {
  display: none;
  background-color: #fff;
  border: 1px solid #d4dae0;
  padding: 7.5px 15px;
  list-style-type: none;
  margin: 0;
  position: absolute;
  z-index: 100;
  font-size: 12px;
  font-weight: normal;
  -webkit-box-shadow: 0 1px 12px 6px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 1px 12px 6px rgba(50, 50, 50, 0.4);
  box-shadow: 0 1px 12px 6px rgba(50, 50, 50, 0.4); }
  /* line 2573, ../scss/styles.scss */
  .categorySubMenu li {
    padding: 5px 0;
    white-space: nowrap; }
    /* line 2581, ../scss/styles.scss */
    .categorySubMenu li a:hover {
      text-decoration: none;
      color: #000; }

/* line 2591, ../scss/styles.scss */
.rankingsHeader {
  font-weight: bold;
  color: #ffb459;
  font-size: 13px;
  position: absolute;
  background-color: #3c4042;
  top: -8px;
  padding: 0 5px;
  left: 10px;
  letter-spacing: .12em; }

/* line 2603, ../scss/styles.scss */
.headerBorder {
  border-top: 1px solid #585c5f;
  border-bottom: 1px solid #585c5f;
  padding: 5px 0;
  margin-top: 15px; }

/* line 2610, ../scss/styles.scss */
.mainMenu {
  margin: 12px 0 12px 9px;
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  list-style-type: none;
  padding: 0; }
  /* line 2618, ../scss/styles.scss */
  .mainMenu > li {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    color: #bdc2c7; }
    /* line 2627, ../scss/styles.scss */
    .mainMenu > li:first-child {
      padding-left: 0;
      padding-right: 0; }
    /* line 2638, ../scss/styles.scss */
    .mainMenu > li.signIn > a:hover {
      text-decoration: none; }
      /* line 2641, ../scss/styles.scss */
      .mainMenu > li.signIn > a:hover span {
        text-decoration: underline; }
    /* line 2649, ../scss/styles.scss */
    .mainMenu > li.cartMenu .fa-shopping-cart {
      line-height: inherit; }
    /* line 2654, ../scss/styles.scss */
    .mainMenu > li.cartMenu.clicked {
      background-color: #fff;
      color: #404b52; }
      /* line 2658, ../scss/styles.scss */
      .mainMenu > li.cartMenu.clicked > div {
        color: #404b52; }
      /* line 2662, ../scss/styles.scss */
      .mainMenu > li.cartMenu.clicked .cartWrapper {
        padding-bottom: 10px; }
    /* line 2668, ../scss/styles.scss */
    .mainMenu > li > a {
      color: #bdc2c7;
      text-decoration: none; }
      /* line 2672, ../scss/styles.scss */
      .mainMenu > li > a:hover {
        text-decoration: underline; }
    /* line 2677, ../scss/styles.scss */
    .mainMenu > li .cartDropdown {
      display: none;
      position: absolute;
      left: 50%;
      margin-left: -115px;
      width: 230px;
      z-index: 100;
      text-align: left;
      margin-top: 1px;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd;
      border-top: 0;
      -webkit-box-shadow: 0px 3px 2px 2px rgba(194, 194, 194, 0.75);
      -moz-box-shadow: 0px 3px 2px 2px rgba(194, 194, 194, 0.75);
      box-shadow: 0px 3px 2px 2px rgba(194, 194, 194, 0.75);
      padding: 0; }
      /* line 2693, ../scss/styles.scss */
      .mainMenu > li .cartDropdown .cartDropdownTop {
        font-size: 18px;
        padding: 25px; }
        /* line 2697, ../scss/styles.scss */
        .mainMenu > li .cartDropdown .cartDropdownTop p {
          display: block;
          font-size: 18px; }
          /* line 2701, ../scss/styles.scss */
          .mainMenu > li .cartDropdown .cartDropdownTop p.cartDropdownText {
            margin-top: 20px;
            font-size: 13px; }
        /* line 2707, ../scss/styles.scss */
        .mainMenu > li .cartDropdown .cartDropdownTop .checkout-button {
          display: block; }
      /* line 2712, ../scss/styles.scss */
      .mainMenu > li .cartDropdown .cartDropdownView {
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        padding: 15px 20px; }
        /* line 2717, ../scss/styles.scss */
        .mainMenu > li .cartDropdown .cartDropdownView a {
          border: 1px solid #ccc;
          display: block;
          text-align: center;
          padding: 10px 0; }
    /* line 2726, ../scss/styles.scss */
    .mainMenu > li.active {
      background-color: #e8eef2;
      background-image: none;
      color: #0066cc; }
      /* line 2731, ../scss/styles.scss */
      .mainMenu > li.active > a, .mainMenu > li.active > div {
        border: 1px solid #bec8d1;
        color: #0066cc; }

/* line 2739, ../scss/styles.scss */
.plus {
  background-color: #bdc2c7;
  color: #3c4042;
  padding: 2px 3px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 14px;
  position: relative;
  font-weight: bold;
  font-size: .7em; }
  /* line 2750, ../scss/styles.scss */
  .plus::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 5px;
    border-color: transparent transparent transparent #bdc2c7; }

/* line 2763, ../scss/styles.scss */
.mainMenuRight {
  position: absolute;
  right: 0; }
  /* line 2767, ../scss/styles.scss */
  .mainMenuRight > li {
    border-left: 1px solid #bdc2c7;
    margin-left: 9px; }
    /* line 2771, ../scss/styles.scss */
    .mainMenuRight > li:first-child {
      border: 0; }

/* line 2777, ../scss/styles.scss */
.upDownArrow {
  font-size: 11px;
  line-height: 13px;
  padding-left: 5px; }

/* line 2783, ../scss/styles.scss */
.mainSubMenu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
  text-align: left;
  margin-top: 1px; }
  /* line 2791, ../scss/styles.scss */
  .mainSubMenu li {
    display: block;
    color: #0066cc;
    background-color: #e8eef2;
    background-image: none;
    border: 1px solid #bec8d1;
    border-top: 0 none;
    white-space: nowrap;
    margin: 0px -1px 0; }
    /* line 2801, ../scss/styles.scss */
    .mainSubMenu li a {
      padding: 10px 20px;
      display: block; }

/* footer */
/* line 2809, ../scss/styles.scss */
.footer {
  width: 893px;
  margin: 0 auto;
  background-color: #3c4042;
  color: #9dbed1;
  padding: 40px 50px 80px 50px; }
  /* line 2816, ../scss/styles.scss */
  .footer a {
    color: #9dbed1; }
  /* line 2820, ../scss/styles.scss */
  .footer .icons {
    margin-top: 10px; }
    /* line 2823, ../scss/styles.scss */
    .footer .icons a {
      color: #fff;
      padding: 0 3px;
      font-size: 20px; }

/* line 2833, ../scss/styles.scss */
.footerColumn {
  padding-right: 75px; }

/* line 2837, ../scss/styles.scss */
.footerGreyText {
  color: #909090; }

/* line 2841, ../scss/styles.scss */
.vaultFooterLogo {
  display: block;
  margin-top: -10px;
  margin-bottom: 42px;
  margin-right: 55px; }

/* line 2848, ../scss/styles.scss */
.browse {
  color: white;
  margin-right: 20px; }

/* line 2854, ../scss/styles.scss */
.uppercase {
  text-transform: uppercase; }

/* line 2862, ../scss/styles.scss */
.show {
  margin-bottom: 10px; }

/* line 2866, ../scss/styles.scss */
.NextLink, .PreviousLink, .directionButton {
  color: #0066cc;
  cursor: pointer; }

/* line 2871, ../scss/styles.scss */
.directionButton.disabled {
  color: #ddd;
  cursor: default; }

/* line 2876, ../scss/styles.scss */
.slideshowWrapper {
  overflow: hidden;
  margin: 0 5px; }

/* line 2882, ../scss/styles.scss */
.slideshowWrapper2 {
  position: relative; }

/* line 2886, ../scss/styles.scss */
.countrySelect {
  margin-bottom: 20px; }

/* line 2890, ../scss/styles.scss */
.stateSelect {
  width: auto; }

/* line 2894, ../scss/styles.scss */
.disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  cursor: default; }

/* line 2901, ../scss/styles.scss */
.searchField {
  border: solid 1px #bfbfbf;
  height: 28px; }

/* line 2906, ../scss/styles.scss */
.searchField input[type="text"] {
  width: 100px;
  height: 26px;
  border: 0;
  float: left; }

/* line 2913, ../scss/styles.scss */
.searchTitle {
  /*padding: 5px;*/
  /*background-color: #eee;*/
  font-weight: bold;
  margin-bottom: 0; }

/* line 2921, ../scss/styles.scss */
.searchTitle .orange {
  color: #da6216; }

/* line 2925, ../scss/styles.scss */
.displayPages {
  float: right;
  margin-top: 5px; }

/* line 2930, ../scss/styles.scss */
.blackTop {
  border-top: 2px solid #000;
  margin-top: 5px; }

/* line 2935, ../scss/styles.scss */
.searchNarrow {
  margin: 10px 0; }

/* line 2940, ../scss/styles.scss */
.searchResultsCategories.bluePointerMenu .active {
  background-color: #0066cc;
  background-image: none; }
  /* line 2944, ../scss/styles.scss */
  .searchResultsCategories.bluePointerMenu .active::after {
    content: '';
    margin-top: -6px;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 14px solid white;
    border-left: 14px solid transparent;
    border-bottom: 14px solid white;
    position: absolute;
    right: 0; }

/* firefox looks wrong without different width */
@-moz-document url-prefix() {
  /* line 2961, ../scss/styles.scss */
  .searchResultsCategories.bluePointerMenu .active::after {
    border-top: 15px solid white;
    border-bottom: 15px solid white; } }

/* line 2967, ../scss/styles.scss */
.searchResult {
  /*margin-bottom: 25px;*/
  padding-bottom: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e9e9e9; }

/* line 2974, ../scss/styles.scss */
.searchResult p {
  margin-bottom: .5em; }

/* line 2978, ../scss/styles.scss */
.or {
  border: 0 none;
  border-top: 4px double #ddd;
  margin: 10px 0;
  height: 18px;
  position: relative; }

/* line 2986, ../scss/styles.scss */
.or div {
  font-style: italic;
  text-align: center;
  position: absolute;
  top: -11px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  background-color: #fff; }

/* line 2997, ../scss/styles.scss */
.searchOptions > li {
  border-left: none;
  margin-top: 5px; }

/* line 3003, ../scss/styles.scss */
.searchOptions > li input {
  vertical-align: bottom; }

/* line 3007, ../scss/styles.scss */
.searchOptions .selectedSearch {
  color: #000;
  cursor: default;
  font-weight: bold; }

/* line 3013, ../scss/styles.scss */
.selectedSearch:hover {
  text-decoration: none; }

/* line 3017, ../scss/styles.scss */
.linePadding {
  padding: 5px 0; }

/* line 3021, ../scss/styles.scss */
.smallList li {
  margin: 5px; }

/*****************/
/* About Section */
/*****************/
/* line 3033, ../scss/styles.scss */
.pageMenu li {
  padding: 6px 0 6px 7px;
  margin-right: 0;
  line-height: 16px; }
/* line 3039, ../scss/styles.scss */
.pageMenu .active {
  background-color: #0066cc;
  color: white;
  position: relative;
  height: auto; }
  /* line 3045, ../scss/styles.scss */
  .pageMenu .active a {
    color: white; }
  /* line 3049, ../scss/styles.scss */
  .pageMenu .active::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-color: #fff;
    border-left-color: #0066cc;
    border-width: 14px 0 14px 14px;
    margin-top: -14px; }
  /* line 3064, ../scss/styles.scss */
  .pageMenu .active.bigger::after {
    border-width: 22px 0 22px 14px;
    margin-top: -22px; }

/* line 3074, ../scss/styles.scss */
.bestSellers {
  padding: 6px 0px 6px 7px;
  margin-left: -7px;
  background-color: #0066cc;
  color: white;
  position: relative;
  height: auto;
  display: block;
  margin-left: -7px; }
  /* line 3084, ../scss/styles.scss */
  .bestSellers::after {
    content: '';
    margin-top: -6px;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 15px solid white;
    border-left: 15px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    right: 0; }

/* line 3099, ../scss/styles.scss */
.leftMenuColumn h3 {
  text-transform: uppercase;
  padding-left: 7px; }

/* line 3105, ../scss/styles.scss */
h3.bestSellersHead {
  text-transform: none;
  font-size: 14px; }

/* line 3110, ../scss/styles.scss */
.cremeBox {
  padding: 25px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #fafaf8; }

/* line 3117, ../scss/styles.scss */
.placeholder {
  /* placeholder text */
  font-style: italic;
  color: #758da0; }

/* line 3121, ../scss/styles.scss */
::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: italic;
  color: #758da0; }

/* line 3125, ../scss/styles.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  color: #758da0; }

/* line 3129, ../scss/styles.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  color: #758da0; }

/* line 3133, ../scss/styles.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: italic;
  color: #758da0; }

/* line 3138, ../scss/styles.scss */
.doubleList {
  float: left;
  width: 50%; }
  /* line 3142, ../scss/styles.scss */
  .doubleList li {
    text-indent: -20px;
    padding-left: 20px; }

/* line 3148, ../scss/styles.scss */
.tripleList {
  float: left;
  width: 33.33333%; }
  /* line 3152, ../scss/styles.scss */
  .tripleList > li {
    margin-bottom: 20px;
    text-indent: -20px;
    padding-left: 20px; }

/* line 3159, ../scss/styles.scss */
.paddedHorizontalList li {
  padding: 0 5px; }

/* line 3163, ../scss/styles.scss */
.careerDate {
  font-size: 11px;
  color: #676767;
  font-weight: bold;
  text-transform: uppercase; }

/* line 3170, ../scss/styles.scss */
.careerDate > strong {
  color: black; }

/* line 3174, ../scss/styles.scss */
.gettingStarted {
  border: 0 none;
  border-top: 1px dashed #ddd;
  margin: 10px 0;
  height: 18px;
  position: relative; }

/* line 3182, ../scss/styles.scss */
.gettingStarted div {
  text-align: center;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  background-color: #fff;
  font-weight: bold; }

/* line 3194, ../scss/styles.scss */
.companies_thumbnails {
  margin: 0 0 20px 0;
  float: left; }

/* line 3199, ../scss/styles.scss */
.companies_thumbnails img {
  float: left;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #dddddd;
  width: 75px;
  height: 75px; }

/*
.companies_thumbnails ul {
	width: 207px;
	margin: 0 20px 0 85px;
}

.companies_thumbnails ul li {
	list-style-image: url(images/orange_dot.gif);
	padding-left: 15px;
	text-indent: -10px;
}
*/
/* line 3220, ../scss/styles.scss */
.read_more_btn {
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #eaeaea;
  padding: 4px 12px;
  font-weight: bold;
  color: #0066cc;
  background: -webkit-linear-gradient(top, white, #f8f8f8);
  background: -moz-linear-gradient(top, white, #f8f8f8);
  background: -ms-linear-gradient(top, white, #f8f8f8);
  background: -o-linear-gradient(top, white, #f8f8f8);
  background: linear-gradient(top, #ffffff, #f8f8f8); }

/* line 3234, ../scss/styles.scss */
.companiesWrapper {
  width: 100%;
  float: left;
  clear: both; }

/* line 3240, ../scss/styles.scss */
.infoTab {
  padding: 0 10px;
  border-bottom: 1px solid #dddddd;
  height: 41px;
  margin-bottom: 20px; }

/* line 3247, ../scss/styles.scss */
.infoTab ul {
  list-style-type: none;
  font-weight: bold;
  font-size: 12px; }

/* line 3253, ../scss/styles.scss */
.infoTab ul li {
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #dddddd;
  border-left: 0;
  background-color: #f6f6f6;
  height: 20px;
  color: #0066cc;
  cursor: pointer;
  width: 33%;
  height: 42px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 3273, ../scss/styles.scss */
.infoTab ul li:first-child {
  border-left: 1px solid #dddddd; }

/* line 3277, ../scss/styles.scss */
.infoTab ul li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  height: 43px;
  color: #000;
  cursor: default; }

/* line 3285, ../scss/styles.scss */
.careerDate {
  font-size: 11px;
  color: #676767;
  font-weight: bold;
  text-transform: uppercase; }

/* line 3292, ../scss/styles.scss */
.careerDate > strong {
  color: black; }

/* line 3296, ../scss/styles.scss */
.gettingStarted {
  border: 0 none;
  border-top: 1px dashed #ddd;
  margin: 10px 0;
  height: 18px;
  position: relative; }

/* line 3304, ../scss/styles.scss */
.gettingStarted div {
  text-align: center;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  background-color: #fff;
  font-weight: bold; }

/* line 3315, ../scss/styles.scss */
.width100 {
  width: 100px; }

/* line 3319, ../scss/styles.scss */
.width199 {
  width: 199px; }

/* line 3323, ../scss/styles.scss */
.width335 {
  width: 335px; }

/* line 3327, ../scss/styles.scss */
.width800 {
  width: 800px; }

/* line 3331, ../scss/styles.scss */
.homePageSlider {
  width: 450px;
  height: 320px;
  position: relative;
  margin: 0 0 20px 0; }

/* line 3338, ../scss/styles.scss */
.mainSlides {
  width: 450px;
  height: 300px;
  z-index: 1; }

/* line 3344, ../scss/styles.scss */
.mainSlides div {
  display: none; }

/* line 3349, ../scss/styles.scss */
.homePageSlider ul, .recent_reviews ul {
  border: 0 none;
  list-style-type: none;
  height: 13px;
  margin: 15px auto;
  display: inline-block; }
  /* line 3356, ../scss/styles.scss */
  .homePageSlider ul li, .recent_reviews ul li {
    background: url("../images/sliderDot.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 13px;
    margin: 0 5px;
    width: 14px; }
    /* line 3366, ../scss/styles.scss */
    .homePageSlider ul li.active, .recent_reviews ul li.active {
      background-position: 0 -13px; }

/* line 3373, ../scss/styles.scss */
.homePageTab {
  display: none; }

/* line 3377, ../scss/styles.scss */
.orangeBullet {
  list-style-type: none; }

/* line 3381, ../scss/styles.scss */
.orangeBullet li {
  background: url("../images/orangeBullet.gif") 0 8px no-repeat;
  padding-left: 10px; }

/* line 3386, ../scss/styles.scss */
.arrowList li {
  background: url("../images/upArrow.gif") 0 4px no-repeat;
  padding-left: 15px; }

/* line 3391, ../scss/styles.scss */
.popup-box {
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -251px;
  width: 502px;
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 5px #c2c2c2;
  -moz-box-shadow: 0px 0px 5px 5px #c2c2c2;
  box-shadow: 0px 0px 5px 5px #c2c2c2;
  /*	-moz-box-shadow:  0px 0px 5px 5px #c2c2c2;
  	-webkit-box-shadow:  0px 0px 5px 5px #c2c2c2;
  	box-shadow:  0px 0px 5px 5px #c2c2c2; */
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  padding: 45px 20px 20px 20px;
  display: none;
  background: #f6f6f6 url("../images/vaultPopupLogo.gif") center 10px no-repeat;
  z-index: 100;
  overflow: hidden; }

/* line 3412, ../scss/styles.scss */
.popup-box.ciLogoPopup {
  /*background-image: url('../images/ciPopupLogo.png');
  padding-top: 62px;*/ }

/* line 3417, ../scss/styles.scss */
.popupContent {
  background: #fff;
  padding: 20px 10px;
  width: 480px; }

/* line 3423, ../scss/styles.scss */
.popupContent .whiteInput {
  font-size: 13px; }

/* line 3427, ../scss/styles.scss */
.popupContentWrapper {
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dddddd; }

/* line 3433, ../scss/styles.scss */
.loginPopup, .successPopup, .allRankingsPopup {
  width: 662px;
  margin-left: -331px;
  top: 150px; }

/* line 3439, ../scss/styles.scss */
.popupContent .orangeBtn {
  color: #fff;
  text-shadow: 1px 1px #000;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #c95403;
  background-image: -moz-linear-gradient(top, #f0a843, #c95403);
  background-image: linear-gradient(top, #f0a843, #c95403);
  background-image: -ms-linear-gradient(top, #f0a843, #c95403);
  background-image: -webkit-linear-gradient(top, #f0a843, #c95403);
  background-image: -o-linear-gradient(top, #f0a843, #c95403);
  border: solid 1px #c95403;
  border-radius: 3px;
  cursor: pointer;
  float: left; }

/* line 3457, ../scss/styles.scss */
.loginPage.popupContentWrapper {
  width: 630px;
  margin: 30px auto auto auto; }

/* line 3462, ../scss/styles.scss */
.loginPage .popupContent {
  width: auto; }

/* line 3466, ../scss/styles.scss */
.loginPopup .popupContent, .successPopup .popupContent, .allRankingsPopup .popupContent {
  width: 640px; }

/* line 3470, ../scss/styles.scss */
.accountPopup, .passwordPopup, .deactivateGoldPopup, .cancelGoldPopup, .turnOffAutoRenewPopup, .confirmPopup {
  top: 200px; }

/* line 3474, ../scss/styles.scss */
.orangeButton {
  padding: 10px 30px;
  border: 1px solid #cc6907;
  border-radius: 3px;
  color: #fff;
  text-shadow: 1px 1px #cd5d23;
  font-weight: bold;
  background: #e36d29;
  background: linear-gradient(top, #fcb038, #e36d29);
  background: -ms-linear-gradient(top, #fcb038, #e36d29);
  background: -moz-linear-gradient(top, #fcb038, #e36d29);
  background: -webkit-linear-gradient(top, #fcb038, #e36d29);
  background: -o-linear-gradient(top, #fcb038, #e36d29);
  -webkit-box-shadow: 0px 0px 2px 2px #d4d4d4;
  box-shadow: 0px 0px 2px 2px #d4d4d4;
  cursor: pointer;
  display: inline-block; }

/* line 3493, ../scss/styles.scss */
.solidOrangeButton {
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #fb6d18;
  cursor: pointer;
  display: inline-block; }
  /* line 3503, ../scss/styles.scss */
  .solidOrangeButton:hover {
    text-decoration: none; }

/* line 3508, ../scss/styles.scss */
.grayButton {
  padding: 10px 20px;
  border: 1px solid #bdc8d1;
  border-radius: 3px;
  color: #0066cc;
  background: #dde6ea;
  background: linear-gradient(top, #ffffff, #dde6ea);
  background: -ms-linear-gradient(top, white, #dde6ea);
  background: -moz-linear-gradient(top, white, #dde6ea);
  background: -webkit-linear-gradient(top, white, #dde6ea);
  background: -o-linear-gradient(top, white, #dde6ea);
  cursor: pointer;
  clear: both;
  display: inline-block; }

/* line 3524, ../scss/styles.scss */
.shadedInput, .whiteInput {
  padding: 5px;
  border: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  margin: 0; }

/* line 3534, ../scss/styles.scss */
input.shadedInput, input.whiteInput {
  height: 28px; }

/* line 3538, ../scss/styles.scss */
textarea.shadedInput, textarea.whiteInput {
  height: 56px; }

/* line 3542, ../scss/styles.scss */
.shadedInput {
  background: #f6f6f6;
  background: linear-gradient(top, #d9d9d9 0%, #f6f6f6 5px);
  background: -ms-linear-gradient(top, #d9d9d9 0%, #f6f6f6 20%);
  background: -moz-linear-gradient(top, #d9d9d9 0%, #f6f6f6 5px);
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #f6f6f6 5px);
  background: -o-linear-gradient(top, #d9d9d9 0%, #f6f6f6 5px); }

/* line 3551, ../scss/styles.scss */
.whiteInput {
  background: linear-gradient(top, #cccccc 1%, #ffffff 10%);
  background: -ms-linear-gradient(top, #cccccc 1%, white 10%);
  background: -moz-linear-gradient(top, #cccccc 1%, white 10%);
  background: -webkit-linear-gradient(top, #cccccc 1%, white 10%); }

/* line 3558, ../scss/styles.scss */
.lightBlueBackground {
  background-color: #ebf3fa; }

/* line 3562, ../scss/styles.scss */
.iconHeader {
  background-position: 5px;
  background-repeat: no-repeat;
  padding: 8px 5px 8px 35px;
  min-height: 20px; }

/* line 3569, ../scss/styles.scss */
.locationHeader {
  background-image: url("../images/location_image.gif"); }

/* line 3573, ../scss/styles.scss */
.yearsHeader {
  background-image: url("../images/profile_image.gif"); }

/* line 3577, ../scss/styles.scss */
.industryHeader {
  background-image: url("../images/flag_image.gif"); }

/* line 3581, ../scss/styles.scss */
.checkbox-tree {
  max-height: 200px;
  overflow-x: hidden; }

/* line 3586, ../scss/styles.scss */
.close-popup, .closeRoadblock {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #666;
  font-size: 18px;
  font-family: verdana;
  cursor: pointer;
  text-transform: lowercase; }

/* line 3597, ../scss/styles.scss */
.sortList li {
  background: url("../images/draggable_image.gif") center right no-repeat;
  padding: 0 20px 0 0;
  cursor: pointer; }

/* line 3603, ../scss/styles.scss */
.rightShadow {
  border-right: 1px solid #eee;
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.25); }

/************************/
/* Start Devorah Styles */
/************************/
/* Products Page */
/* line 3614, ../scss/styles.scss */
.productsPage .product {
  overflow: hidden;
  padding: 17px 5px;
  border-top: 1px solid #d8d8d6; }

/* line 3620, ../scss/styles.scss */
.productsPage .product .floatRight {
  margin-left: 23px; }

/* line 3624, ../scss/styles.scss */
.productsPage .product .floatLeft {
  margin-right: 23px; }

/* line 3628, ../scss/styles.scss */
.productsPage .product h3 {
  margin-bottom: 17px; }

/* line 3632, ../scss/styles.scss */
.productsPage .product a {
  display: block;
  font-weight: bold;
  margin-top: 11px; }

/* line 3638, ../scss/styles.scss */
.productsPage .cremeGradient {
  background-color: #fafaf8;
  background-image: -webkit-linear-gradient(#fafaf8 50%, white 50%);
  background-image: -moz-linear-gradient(#fafaf8 50%, white 50%);
  background-image: linear-gradient(#fafaf8 50%, #ffffff 50%);
  border-width: 0px; }

/* line 3646, ../scss/styles.scss */
.productsPage .cremeGradient img {
  border: 1px solid #d8d8d8; }

/* line 3650, ../scss/styles.scss */
.productsPage .product .border {
  border: 1px solid #d8d8d8; }

/* Career Insider */
/* line 3655, ../scss/styles.scss */
.careerInsiderPlayer {
  margin-right: 20px;
  margin-bottom: 12px; }

/* line 3660, ../scss/styles.scss */
.careerInsider .mainContent .caption {
  float: left;
  clear: left;
  font-weight: bold;
  font-size: 11px; }

/* line 3667, ../scss/styles.scss */
.careerInsider .mainContent ul {
  padding: 18px 0px 3px 30px; }

/* Our Mission */
/* line 3672, ../scss/styles.scss */
.ourMission .cremeBox p {
  margin-bottom: 12px; }

/* line 3676, ../scss/styles.scss */
.ourMission .mainContent ul {
  padding: 0px 0px 3px 30px; }

/* line 3680, ../scss/styles.scss */
.ourMission .mainContent li {
  margin-bottom: 18px; }

/********************/
/* My Vault Section */
/********************/
/* line 3687, ../scss/styles.scss */
.myVaultWrapper {
  /*margin: 0px 25px;*/
  /*margin: 13px 0px 0px 25px;*/
  min-height: 750px; }

/* line 3693, ../scss/styles.scss */
.myVaultWrapper p {
  color: black; }

/* line 3697, ../scss/styles.scss */
.myVaultWrapper .column9 {
  margin-right: 19px;
  margin-left: 0px; }

/* line 3702, ../scss/styles.scss */
.myVaultWrapper .column12, .myVaultWrapper .column13 {
  margin: 0px; }

/* line 3706, ../scss/styles.scss */
.myVaultHeader {
  border-bottom: 1px solid #c0c8cb;
  padding-bottom: 14px;
  margin: 0px 25px; }

/* line 3712, ../scss/styles.scss */
.myVaultHeader .profilePic {
  margin-top: 2px;
  margin-right: 9px;
  vertical-align: middle; }

/* line 3718, ../scss/styles.scss */
.myVaultHeader .myVaultLogo {
  vertical-align: text-bottom;
  margin-left: 2px; }

/* line 3723, ../scss/styles.scss */
.myVaultHeader h1 {
  margin-top: 3px; }

/* line 3727, ../scss/styles.scss */
.myVaultHeader .profileProgress {
  border: 1px solid #d0d9e1;
  padding: 10px 9px 11px 9px;
  background-color: #f6f8f7; }

/* line 3733, ../scss/styles.scss */
.myVaultHeader .barBackground {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #a4a5a6;
  height: 12px;
  width: 134px;
  border-radius: 8px;
  margin: 0px 2px;
  -webkit-box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15); }

/* line 3746, ../scss/styles.scss */
.myVaultHeader .progressBar {
  display: inline-block;
  margin: -1px -1px 0px -1px;
  border: 1px solid #b46200;
  height: 12px;
  background-color: #f89e00;
  background-image: -webkit-linear-gradient(#ffa800, #ff8a00 50%, #ffa401);
  background-image: -moz-linear-gradient(#ffa800, #ff8a00 50%, #ffa401);
  background-image: linear-gradient(#ffa800, #ff8a00 50%, #ffa401);
  border-radius: 8px; }

/* line 3758, ../scss/styles.scss */
.myVaultWrapper h2 {
  padding-bottom: 13px;
  font-size: 18px; }

/* line 3763, ../scss/styles.scss */
.myVaultWrapper .bluePointerMenu li {
  margin-bottom: 4px; }

/* line 3768, ../scss/styles.scss */
.myVaultWrapper .findContainer {
  position: relative; }

/* line 3772, ../scss/styles.scss */
.myVaultWrapper .findLink {
  font-size: 12px;
  /*float: right;*/
  position: absolute;
  right: 37px;
  top: -5px;
  font-weight: bold;
  margin-top: 8px; }

/* line 3782, ../scss/styles.scss */
.myVaultWrapper .findContainer .findLink {
  right: -330px; }

/* line 3786, ../scss/styles.scss */
.myVaultWrapper .findLink img {
  width: 17px;
  height: 17px;
  padding-left: 11px;
  vertical-align: text-top; }

/* line 3793, ../scss/styles.scss */
.myVaultWrapper .buttonStyle {
  border: 1px solid #bdc8d1;
  background-color: #ebf0f3;
  background-image: -webkit-linear-gradient(bottom, #dbe5e9, white 60%);
  background-image: -moz-linear-gradient(bottom, #dbe5e9, white 60%);
  background-image: linear-gradient(bottom, #dbe5e9, #ffffff 60%);
  color: #0066cc; }

/* tables in my vault section */
/* line 3803, ../scss/styles.scss */
.myVaultWrapper table {
  border-collapse: collapse;
  font-size: 11px;
  margin-bottom: 19px;
  width: 780px; }

/* line 3810, ../scss/styles.scss */
.myVaultWrapper table a {
  font-size: 13px; }

/* line 3814, ../scss/styles.scss */
.myVaultWrapper tr {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

/* line 3819, ../scss/styles.scss */
.myVaultWrapper td, .myVaultWrapper th {
  border-left: 1px solid #dddddd;
  padding: 8px; }

/* line 3824, ../scss/styles.scss */
.myVaultWrapper td:first-child, .myVaultWrapper th:first-child {
  border-left-width: 0px; }

/* line 3828, ../scss/styles.scss */
.myVaultWrapper th {
  text-align: left;
  background-color: #edf2f4; }

/* line 3833, ../scss/styles.scss */
.myVaultWrapper th img {
  vertical-align: bottom;
  margin-right: 4px; }

/* line 3838, ../scss/styles.scss */
.myVaultWrapper td {
  color: #666; }

/* line 3842, ../scss/styles.scss */
.myVaultWrapper .colored {
  background-color: #f8fbfc; }

/* line 3846, ../scss/styles.scss */
.myVaultWrapper .nonePicked {
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 21px 0px; }

/* line 3853, ../scss/styles.scss */
.myCompanies .nonePicked a {
  font-size: 16px; }

/* line 3857, ../scss/styles.scss */
.myVaultWrapper .goldStar {
  color: #f9ad4d;
  font-size: 13px;
  letter-spacing: 1px; }

/* line 3863, ../scss/styles.scss */
.myVaultWrapper .greyStar {
  color: #ccc;
  font-size: 13px; }

/* line 3869, ../scss/styles.scss */
.myVaultWrapper th a {
  color: #363636;
  font-size: 11px;
  cursor: default; }

/* line 3876, ../scss/styles.scss */
.myVaultWrapper th a:hover {
  text-decoration: none; }

/* line 3880, ../scss/styles.scss */
.myVaultWrapper .folder {
  /* leave room for folder icon */
  /*padding-left: 27px;*/ }

/* line 3885, ../scss/styles.scss */
.myVaultWrapper .folderImage {
  background-image: url("/images/iconAdd.gif");
  background-position: 5px -50px;
  height: 22px;
  width: 35px;
  background-repeat: no-repeat;
  float: left;
  margin-top: -4px; }

/* line 3896, ../scss/styles.scss */
.myVaultWrapper .addFolderImage {
  background-image: url("/images/iconAdd.gif");
  background-position: 5px 0px;
  height: 22px;
  width: 35px;
  background-repeat: no-repeat;
  float: left;
  margin-top: -4px; }

/* line 3907, ../scss/styles.scss */
.myVaultWrapper .addFolderImage:hover {
  background-position: 5px -25px; }

/* line 3911, ../scss/styles.scss */
.myVaultWrapper th .folderImage {
  vertical-align: text-bottom;
  margin-left: -23px;
  display: inline-block;
  height: 16px;
  width: 27px;
  background: url("/images/folderStates.png") no-repeat;
  /* DR Edit */
  margin-right: 10px; }

/* line 3922, ../scss/styles.scss */
.myVaultWrapper table th:first-child {
  padding-left: 37px;
  background-position: 42px center; }

/* line 3927, ../scss/styles.scss */
.myVaultWrapper table.myReviews th:first-child {
  padding-left: 18px;
  background-position: 7px center; }

/* line 3933, ../scss/styles.scss */
.myVaultWrapper .sortImage {
  background-image: url("/images/sort.png");
  background-repeat: no-repeat;
  background-position: 7px center;
  padding-left: 18px;
  cursor: pointer; }

/* line 3942, ../scss/styles.scss */
.myVaultWrapper .sortImage a {
  cursor: pointer; }

/* line 3947, ../scss/styles.scss */
.myVaultWrapper .sortImage.sortAsc {
  background-image: url("/images/sortUp.png"); }

/* line 3952, ../scss/styles.scss */
.myVaultWrapper .sortImage.sortDesc {
  background-image: url("/images/sortDown.png"); }

/* line 3957, ../scss/styles.scss */
.myVaultWrapper table .name {
  overflow: hidden;
  display: block; }

/* line 3962, ../scss/styles.scss */
.myVaultWrapper .folder .add {
  background-position: 0px -17px;
  cursor: pointer; }

/* line 3967, ../scss/styles.scss */
.myVaultWrapper .folder .add:hover {
  background-position: 0px -34px; }

/* line 3971, ../scss/styles.scss */
.myVaultWrapper .folder .picked {
  background-position: 0px -51px;
  cursor: pointer; }

/* my profile */
/* line 3977, ../scss/styles.scss */
.myProfileWrapper {
  width: 615px;
  padding: 0px 10px;
  float: left;
  min-height: 700px;
  border-right: 1px solid #dddddd;
  margin: 13px 0px 0px 15px; }

/* line 3986, ../scss/styles.scss */
.myProfile h3 {
  font-size: 14px;
  border-top: 1px solid #eee;
  padding-top: 9px;
  margin-bottom: 14px; }

/* line 3993, ../scss/styles.scss */
.myProfile h5 {
  color: #666; }

/* line 3997, ../scss/styles.scss */
.myProfile .add {
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
  padding-left: 6px; }

/*.profileSection {
	min-height: 70px;
}*/
/* line 4008, ../scss/styles.scss */
.myProfile label {
  display: inline-block;
  vertical-align: text-top; }

/* line 4013, ../scss/styles.scss */
.profileItem {
  margin-bottom: 25px;
  margin-top: 16px; }

/* line 4018, ../scss/styles.scss */
.profileItem p {
  margin-top: 9px; }

/* line 4022, ../scss/styles.scss */
.myProfile .aboutMe ul, .myProfile .aboutMe div {
  margin-left: 5px; }

/* line 4026, ../scss/styles.scss */
.myProfile .aboutMe ul {
  margin-top: 20px; }

/* line 4030, ../scss/styles.scss */
.myProfile .aboutMe li {
  margin-bottom: 8px; }

/* line 4035, ../scss/styles.scss */
.fullSelect.industrySelect {
  width: auto; }

/* line 4039, ../scss/styles.scss */
.editProfile {
  font-size: 12px;
  margin-right: 3px;
  margin-top: 7px;
  z-index: 100; }
  /* line 4045, ../scss/styles.scss */
  .editProfile img {
    height: 14px;
    width: 14px;
    margin-left: 6px;
    vertical-align: text-top; }

/* line 4053, ../scss/styles.scss */
.changePassword {
  margin-top: -30px; }

/* line 4057, ../scss/styles.scss */
.aoiRequired {
  display: none;
  color: Red; }

/* My companies and my schools page and my internships page(change of class if have time...)*/
/* line 4064, ../scss/styles.scss */
.myCompanies .col1 {
  width: 305px; }
/* line 4068, ../scss/styles.scss */
.myCompanies .col2 {
  width: 120px; }
/* line 4072, ../scss/styles.scss */
.myCompanies .col3 {
  width: 119px; }
/* line 4076, ../scss/styles.scss */
.myCompanies .col4 {
  width: 119px; }
/* line 4080, ../scss/styles.scss */
.myCompanies .col5 {
  width: 119px; }
/* line 4084, ../scss/styles.scss */
.myCompanies .allowContact {
  display: inline-block;
  color: #465c6e;
  vertical-align: text-top;
  margin-bottom: 20px; }

/* line 4091, ../scss/styles.scss */
.companiesPicked {
  background-color: #f8fbfc;
  /* my companies */ }
  /* line 4094, ../scss/styles.scss */
  .companiesPicked a {
    font-weight: bold; }
  /* line 4099, ../scss/styles.scss */
  .companiesPicked .nonePicked a {
    font-size: 16px; }
  /* line 4104, ../scss/styles.scss */
  .companiesPicked .col_1 {
    width: 320px; }
  /* line 4107, ../scss/styles.scss */
  .companiesPicked .col_3 {
    width: 120px; }
  /* line 4110, ../scss/styles.scss */
  .companiesPicked .col_4 {
    width: 90px; }

/* line 4116, ../scss/styles.scss */
.internshipsPicked .col1 {
  width: 250px; }
/* line 4120, ../scss/styles.scss */
.internshipsPicked .col2 {
  width: 205px; }
/* line 4124, ../scss/styles.scss */
.internshipsPicked .col3 {
  width: 180px; }

/* My Articles page */
/* line 4131, ../scss/styles.scss */
.myArticles .col1 {
  width: 660px; }
/* line 4135, ../scss/styles.scss */
.myArticles .col2 {
  width: 120px; }
/* line 4139, ../scss/styles.scss */
.myArticles a {
  font-weight: bold; }

/* my jobs page */
/* line 4145, ../scss/styles.scss */
.jobsTabs {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 18px;
  width: 780px;
  display: none; }
  /* line 4151, ../scss/styles.scss */
  .jobsTabs .activeTab {
    border: 1px solid #dddddd;
    border-bottom: 1px solid white;
    margin-bottom: -1px; }
  /* line 4157, ../scss/styles.scss */
  .jobsTabs h2 {
    display: inline-block;
    padding: 7px 13px; }

/* line 4163, ../scss/styles.scss */
.jobApplicationsSection {
  display: none; }

/* line 4167, ../scss/styles.scss */
.savedJobsSection {
  display: none; }
  /* line 4170, ../scss/styles.scss */
  .savedJobsSection .col1 {
    padding-left: 8px; }

/* line 4176, ../scss/styles.scss */
.myJobs .col1 {
  width: 33px; }
/* line 4180, ../scss/styles.scss */
.myJobs .col2 {
  width: 292px; }
/* line 4184, ../scss/styles.scss */
.myJobs .col3 {
  width: 215px; }
/* line 4188, ../scss/styles.scss */
.myJobs .col4 {
  width: 120px; }
/* line 4192, ../scss/styles.scss */
.myJobs .col5 {
  width: 120px; }
/* line 4196, ../scss/styles.scss */
.myJobs .deleteSelected {
  width: 165px;
  height: 42px;
  margin-left: 11px; }
/* line 4202, ../scss/styles.scss */
.myJobs .selectAll {
  float: right;
  font-size: 11px;
  color: #666;
  margin-right: 15px;
  margin-top: 4px; }
  /* line 4209, ../scss/styles.scss */
  .myJobs .selectAll input {
    vertical-align: text-top;
    margin: 0 3px 0 0; }

/* line 4216, ../scss/styles.scss */
.findJobs {
  padding-left: 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 18px; }
  /* line 4224, ../scss/styles.scss */
  .findJobs h3 {
    display: inline-block; }
  /* line 4228, ../scss/styles.scss */
  .findJobs input[type="text"] {
    width: 255px;
    border: 1px solid #bfbfbf;
    padding: 6px 10px;
    margin-left: 10px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15) inset;
    height: 14px;
    font-size: 12px; }
  /* line 4238, ../scss/styles.scss */
  .findJobs button {
    margin-left: 20px;
    width: 90px;
    height: 28px; }
  /* line 4244, ../scss/styles.scss */
  .findJobs img {
    width: 17px;
    height: 17px;
    vertical-align: middle; }

/* my job alerts */
/* line 4252, ../scss/styles.scss */
.myJobAlerts a {
  font-weight: bold; }

/* line 4256, ../scss/styles.scss */
.myJobAlerts table {
  margin-top: 20px; }

/* line 4260, ../scss/styles.scss */
.myJobAlerts th, .myJobAlerts td {
  vertical-align: top; }

/* line 4264, ../scss/styles.scss */
.myJobAlerts .col1 {
  width: 196px; }

/* line 4268, ../scss/styles.scss */
.myJobAlerts .col2 {
  width: 116px; }

/* line 4272, ../scss/styles.scss */
.myJobAlerts .col3 {
  width: 114px; }

/* line 4276, ../scss/styles.scss */
.myJobAlerts .col4 {
  width: 114px; }

/* line 4280, ../scss/styles.scss */
.myJobAlerts .col5 {
  width: 114px; }

/* line 4284, ../scss/styles.scss */
.myJobAlerts .col6 {
  width: 114px; }

/* line 4288, ../scss/styles.scss */
.myJobAlerts p {
  margin-bottom: 15px; }

/* my guides */
/* line 4293, ../scss/styles.scss */
.myGuides img {
  /* all the book covers */
  position: relative;
  border: 1px solid #c4c4c4;
  z-index: 2;
  -webkit-box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.5); }

/* line 4302, ../scss/styles.scss */
.guideBench {
  width: 752px;
  height: 185px;
  background: url("../images/bench.jpg") no-repeat bottom;
  /* DR Edit */
  padding-bottom: 5px;
  margin: 25px auto 0 auto; }

/* line 4310, ../scss/styles.scss */
.guideBench .slideshowWrapper {
  display: inline-block;
  width: 680px;
  margin: 0; }

/* line 4316, ../scss/styles.scss */
.guideBench .directionButton {
  display: inline-block;
  width: 28px;
  height: 150px;
  margin: 0; }

/* line 4325, ../scss/styles.scss */
.guideBench .disabled {
  background-image: none; }

/* line 4329, ../scss/styles.scss */
.guideShelfLeft {
  background: url("../images/showMoreLeft.png") no-repeat center; }

/* line 4333, ../scss/styles.scss */
.guideShelfRight {
  background: url("../images/showMoreRight.png") no-repeat center; }

/* line 4337, ../scss/styles.scss */
.guideBenchItem {
  float: left;
  width: 150px;
  padding: 0 10px;
  text-align: center; }

/* line 4344, ../scss/styles.scss */
.guideBench img {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5); }

/* line 4351, ../scss/styles.scss */
.suggestedGuide {
  width: 49%;
  display: inline-block;
  margin-bottom: 40px; }

/* line 4357, ../scss/styles.scss */
.suggestedGuide h3 {
  margin-bottom: 3px; }

/* line 4361, ../scss/styles.scss */
.suggestedGuide h4, .suggestedGuide p {
  color: #666;
  font-weight: normal;
  overflow: hidden;
  padding-right: 50px; }

/* line 4368, ../scss/styles.scss */
.suggestedGuide img {
  float: left;
  margin-right: 15px; }

/* line 4373, ../scss/styles.scss */
.myGuides .suggestedHeader {
  border-top: 1px solid #dddddd;
  margin-top: 54px;
  padding-top: 17px;
  padding-bottom: 22px; }

/******************/
/* School Profile */
/******************/
/* line 4385, ../scss/styles.scss */
.profile-dashboard {
  /* dasbboard title */
  /* main section of dashboard */
  /* right sections of dashboard */ }
  /* line 4387, ../scss/styles.scss */
  .profile-dashboard .column {
    margin: 0px; }
  /* line 4391, ../scss/styles.scss */
  .profile-dashboard h2 {
    font-size: 11px; }
  /* line 4395, ../scss/styles.scss */
  .profile-dashboard .grey {
    color: #999; }
  /* line 4399, ../scss/styles.scss */
  .profile-dashboard .orange {
    color: #ffa311; }
  /* line 4403, ../scss/styles.scss */
  .profile-dashboard .blue-grey {
    color: #4e5a69; }
  /* line 4408, ../scss/styles.scss */
  .profile-dashboard .dashboard-title {
    border-bottom: 1px solid #cfd5d9;
    padding: 11px 20px;
    color: #636363;
    width: 580px; }
  /* line 4416, ../scss/styles.scss */
  .profile-dashboard .dashboard-main {
    padding: 20px;
    border-top: 1px solid #f3f4f4;
    margin-top: 1px;
    width: 430px;
    overflow: hidden;
    border-right: 1px solid #cfd5d9;
    float: left; }
  /* line 4426, ../scss/styles.scss */
  .profile-dashboard .school-logo {
    border: 1px solid #cfd8e0;
    margin: 0 18px 0 0;
    float: left; }
    /* line 4431, ../scss/styles.scss */
    .profile-dashboard .school-logo img {
      vertical-align: middle; }
  /* line 4437, ../scss/styles.scss */
  .profile-dashboard .school-info {
    width: 274px;
    float: left;
    list-style-type: none;
    margin-bottom: 0px; }
    /* line 4443, ../scss/styles.scss */
    .profile-dashboard .school-info li {
      padding: 5px 0px;
      width: 274px;
      clear: both;
      border-top: dotted 1px #999; }
      /* line 4449, ../scss/styles.scss */
      .profile-dashboard .school-info li:first-child {
        border: 0;
        padding-top: 0px; }
    /* line 4455, ../scss/styles.scss */
    .profile-dashboard .school-info p {
      width: 110px;
      float: left;
      font-size: 10px;
      font-weight: bold;
      margin-bottom: 0px;
      color: #999; }
    /* line 4464, ../scss/styles.scss */
    .profile-dashboard .school-info strong {
      display: block;
      overflow: hidden; }
  /* line 4472, ../scss/styles.scss */
  .profile-dashboard .dashboard-right {
    text-align: center;
    float: left;
    width: 150px; }
  /* line 4478, ../scss/styles.scss */
  .profile-dashboard .embossed {
    margin-bottom: 1px; }
  /* line 4482, ../scss/styles.scss */
  .profile-dashboard .embossed-bottom-border {
    border-bottom: 1px solid #cfd5d9; }
  /* line 4486, ../scss/styles.scss */
  .profile-dashboard .emboss-inner {
    border-top: 1px solid #f3f4f4;
    margin: 1px 0px 0px 1px;
    border-left: 1px solid #f3f4f4; }

/* line 4493, ../scss/styles.scss */
.blue {
  color: #0066cc; }

/* line 4498, ../scss/styles.scss */
#toggleImage {
  float: right;
  margin-right: -9px;
  cursor: pointer; }

/* from here on DR edits */
/* dashboard top */
/* line 4507, ../scss/styles.scss */
.dashboard-top {
  border-bottom: 1px solid #cfd5d9;
  overflow: hidden; }

/* line 4514, ../scss/styles.scss */
.admissions-meter, .student-pie, .app-calendar {
  padding: 12px 20px; }

/* line 4518, ../scss/styles.scss */
.admissions-meter {
  height: 81px; }

/* line 4522, ../scss/styles.scss */
.speedometer {
  width: 60px;
  height: 40px;
  background: url("../images/meter_sprite.jpg") no-repeat;
  margin: 10px auto 5px auto; }

/* line 4529, ../scss/styles.scss */
.zero-meter {
  background-position: 0 0; }

/* line 4533, ../scss/styles.scss */
.twentyfive-meter {
  background-position: 0 -40px; }

/* line 4537, ../scss/styles.scss */
.fifty-meter {
  background-position: 0 -80px; }

/* line 4541, ../scss/styles.scss */
.seventyfive-meter {
  background-position: 0 -120px; }

/* line 4545, ../scss/styles.scss */
.hundred-meter {
  background-position: 0 -160px; }

/* line 4549, ../scss/styles.scss */
.student-pie h2 .dash {
  color: #abaca7; }

/* line 4553, ../scss/styles.scss */
#pie-values {
  display: none; }

/* line 4557, ../scss/styles.scss */
#pie-chart {
  margin: 0 auto 5px auto;
  height: 45px;
  width: 45px; }

/* line 4563, ../scss/styles.scss */
.student-pie .legend {
  margin-top: -12px; }

/* line 4567, ../scss/styles.scss */
.student-pie .swatch {
  font-size: 15px;
  line-height: 15px;
  vertical-align: top;
  margin-right: 4px; }

/* line 4574, ../scss/styles.scss */
.student-pie .legend strong {
  font-size: 11px; }

/* line 4578, ../scss/styles.scss */
.student-pie .legend .dash {
  color: #c2c2c2;
  font-size: 12px;
  margin: 0px 1px; }

/* line 4584, ../scss/styles.scss */
.app-calendar {
  padding: 9px inherit; }

/* line 4588, ../scss/styles.scss */
.app-calendar .deadline-date {
  margin: 2px auto;
  font-size: 16px; }

/* dashboard bottom */
/* line 4594, ../scss/styles.scss */
.dashboard-bottom {
  overflow: hidden; }

/* scores section */
/* line 4599, ../scss/styles.scss */
.dashboard-scores {
  text-align: center;
  padding: 15px 0px;
  border-bottom: 1px solid #999; }
  /* line 4604, ../scss/styles.scss */
  .dashboard-scores h2 {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 20px; }
  /* line 36, ../scss/_base.scss */
  .dashboard-scores::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }

/* line 4614, ../scss/styles.scss */
.test-scores {
  list-style-type: none;
  margin-bottom: 10px; }
  /* line 4618, ../scss/styles.scss */
  .test-scores li {
    float: left;
    width: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 4623, ../scss/styles.scss */
    .test-scores li p {
      display: block;
      font-size: 11px;
      font-weight: bold;
      color: #4e5a69;
      margin: 0; }
      /* line 4630, ../scss/styles.scss */
      .test-scores li p.testScore {
        font-size: 24px;
        padding-top: 6px;
        color: #fcb033; }
    /* line 4637, ../scss/styles.scss */
    .test-scores li:first-child {
      width: 110px;
      border-right: 1px dotted #b4b4b4; }
      /* line 4642, ../scss/styles.scss */
      .test-scores li:first-child p.testScore {
        font-size: 36px;
        padding-top: 0; }
    /* line 4649, ../scss/styles.scss */
    .test-scores li:last-child {
      width: 110px;
      border-left: 1px dotted #b4b4b4; }

/* rest of school profile page */
/* line 4658, ../scss/styles.scss */
.schoolOverview .column15 {
  margin-left: 5px; }

/* line 4663, ../scss/styles.scss */
.schoolOverview .leftMenu {
  list-style-position: outside; }
  /* line 4666, ../scss/styles.scss */
  .schoolOverview .leftMenu li {
    font-weight: bold;
    margin-bottom: 14px; }
    /* line 4669, ../scss/styles.scss */
    .schoolOverview .leftMenu li.active {
      margin-left: -16px;
      padding-left: 16px;
      background: no-repeat url("../images/orangeBullet.png") 0 5px; }
      /* line 4673, ../scss/styles.scss */
      .schoolOverview .leftMenu li.active a {
        color: black;
        text-decoration: none;
        cursor: default; }

/* line 4683, ../scss/styles.scss */
.schoolOverview .column14 p {
  margin-bottom: 20px; }

/* line 4687, ../scss/styles.scss */
.schoolOverview .facts {
  margin-bottom: 36px;
  list-style-type: none; }

/* line 4692, ../scss/styles.scss */
.schoolOverview .facts li {
  margin-bottom: 1px; }

/* line 4696, ../scss/styles.scss */
.schoolOverview .dashedUnderline {
  border-bottom-color: #bfbfbf; }

/* line 4700, ../scss/styles.scss */
.schoolOverview .majors {
  /* majors can be the list or the list container */
  list-style-type: none;
  list-style-position: outside; }
  /* line 4701, ../scss/styles.scss */
  .schoolOverview .majors ul {
    padding-left: 25px;
    text-indent: -18px;
    list-style-type: none;
    list-style-position: outside; }
  /* line 4715, ../scss/styles.scss */
  .schoolOverview .majors li {
    margin-bottom: 10px;
    line-height: 1.4em; }

/* line 4723, ../scss/styles.scss */
.schoolOverview .articleTools {
  border-top: 1px solid #dddddd; }

/***************************/
/* end school profile page */
/***************************/
/* line 4730, ../scss/styles.scss */
.myVaultHeader .progressBar {
  margin-top: -17px; }

/* line 4735, ../scss/styles.scss */
.bluePointerMenu .active {
  background: #0390d1 url("../images/blueTriangleRight.png") right no-repeat; }
/* line 4739, ../scss/styles.scss */
.bluePointerMenu .activePointer {
  display: none; }

/* line 4745, ../scss/styles.scss */
.myVaultWrapper th, .myVaultWrapper td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

/* line 4751, ../scss/styles.scss */
.myJobs h2 {
  display: inline; }

/* line 4755, ../scss/styles.scss */
.myJobs .col1 {
  width: 18px; }

/* line 4759, ../scss/styles.scss */
.findJobs h3 {
  display: inline;
  vertical-align: top;
  line-height: 30px; }

/* line 4765, ../scss/styles.scss */
.myJobs .selectAll {
  margin-top: -38px; }

/* line 4769, ../scss/styles.scss */
.myJobs .selectAll input {
  vertical-align: middle; }

/* line 4773, ../scss/styles.scss */
.findJobs button {
  filter: chroma(color=black); }

/* line 4777, ../scss/styles.scss */
.suggestedGuide {
  display: inline;
  zoom: 1; }

/* line 4782, ../scss/styles.scss */
.smallText {
  font-size: 11px; }

/********************/
/* New Review Pages */
/********************/
/* line 4791, ../scss/styles.scss */
.reviewPage .grey {
  color: #666; }
/* line 4797, ../scss/styles.scss */
.reviewPage .overallStats h2 {
  margin-bottom: 20px; }

/* line 4803, ../scss/styles.scss */
.submitReview {
  float: right;
  width: 155px;
  background-color: #fbfcfd;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0 #b2b2b2 #b2b2b2 #e0e0e0;
  padding: 15px;
  background-image: -webkit-linear-gradient(white, #fafbfc);
  background-image: -moz-linear-gradient(white, #fafbfc);
  background-image: linear-gradient(#ffffff, #fafbfc); }

/* line 4816, ../scss/styles.scss */
.ratingLine {
  margin-bottom: 8px;
  font-size: 12px; }
  /* line 4820, ../scss/styles.scss */
  .ratingLine span {
    display: inline-block; }
  /* line 4824, ../scss/styles.scss */
  .ratingLine .numStars {
    width: 50px; }
  /* line 4828, ../scss/styles.scss */
  .ratingLine .container {
    width: 200px;
    height: 12px;
    background-color: #ddd;
    vertical-align: middle;
    margin-right: 7px; }
  /* line 4836, ../scss/styles.scss */
  .ratingLine .bar {
    height: 12px;
    background-color: #fab800; }

/* line 4844, ../scss/styles.scss */
.reviewPage .sortRow {
  padding-top: 10px;
  padding-bottom: 9px; }
/* line 4849, ../scss/styles.scss */
.reviewPage .careerDate {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px; }
/* line 4856, ../scss/styles.scss */
.reviewPage .reviews .column {
  border-top: 4px solid #d0d5d9;
  padding-top: 10px; }
/* line 4861, ../scss/styles.scss */
.reviewPage .reviews h3 {
  float: left;
  width: 100px;
  font-size: 13px; }
/* line 4867, ../scss/styles.scss */
.reviewPage .reviews .noWrap {
  padding-left: 100px; }
/* line 4872, ../scss/styles.scss */
.reviewPage .reportAbuse {
  float: right;
  font-size: 11px;
  margin-top: 5px; }

/* Blue Pointer menu */
/* line 4880, ../scss/styles.scss */
.bluePointerMenu li {
  padding: 6px 0px 6px 7px; }

/* line 4884, ../scss/styles.scss */
.bluePointerMenu a {
  color: #004276; }

/* line 4888, ../scss/styles.scss */
.bluePointerMenu .active {
  background-color: #0390d1;
  color: white; }

/* line 4893, ../scss/styles.scss */
.bluePointerMenu .activePointer {
  margin-top: -6px;
  float: right;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 14px solid white;
  border-left: 14px solid transparent;
  border-bottom: 14px solid white; }

/* End blue pointer menu*/
/* == Begin DR edit 4/15 == */
/* line 4907, ../scss/styles.scss */
.FeaturedIndustryInfo .column5 {
  min-height: 192px;
  position: relative; }
/* line 4912, ../scss/styles.scss */
.FeaturedIndustryInfo .changePage {
  position: absolute;
  right: 10px;
  bottom: 0; }

/*begin DR edit 4/22 */
/* resume article page */
/* line 4921, ../scss/styles.scss */
.industryMain {
  padding-top: 20px; }

/*end DR edit 4/22*/
/* line 4926, ../scss/styles.scss */
.fullSelect {
  width: 100%;
  height: 28px;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 4933, ../scss/styles.scss */
textarea.fullSelect {
  height: 72px; }

/* line 4937, ../scss/styles.scss */
textarea.fullSelect.doubleHeight {
  height: 144px; }

/* line 4941, ../scss/styles.scss */
.noWrap {
  white-space: nowrap; }

/* register popuup styles -- to be consolidated, deleted */
/* line 4950, ../scss/styles.scss */
.singin-column .left span {
  font-size: 9px;
  margin-top: 5px;
  float: left; }

/* line 4957, ../scss/styles.scss */
.loginPopup .orangeBtn {
  color: #fff;
  text-shadow: 1px 1px #000;
  padding: 10px 20px;
  /*padding: 10px 35px;*/
  font-weight: bold;
  background-color: #c95403;
  background-image: -moz-linear-gradient(top, #f0a843, #c95403);
  background-image: linear-gradient(top, #f0a843, #c95403);
  background-image: -ms-linear-gradient(top, #f0a843, #c95403);
  background-image: -webkit-linear-gradient(top, #f0a843, #c95403);
  background-image: -o-linear-gradient(top, #f0a843, #c95403);
  border: solid 1px #c95403;
  border-radius: 3px;
  cursor: pointer;
  float: left; }

/* line 4975, ../scss/styles.scss */
.darkBlueButton {
  color: #fff;
  text-shadow: 1px 1px #000;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #033d6c;
  background-image: -moz-linear-gradient(top, #1f6297, #033d6c);
  background-image: linear-gradient(top, #1f6297, #033d6c);
  background-image: -ms-linear-gradient(top, #1f6297, #033d6c);
  background-image: -webkit-linear-gradient(top, #1f6297, #033d6c);
  background-image: -o-linear-gradient(top, #1f6297, #033d6c);
  border: solid 1px #033d6c;
  border-radius: 3px;
  cursor: pointer; }

/* end register popup styles */
/* line 4995, ../scss/styles.scss */
.studentOptions {
  display: none; }

/* line 4999, ../scss/styles.scss */
.orangeTriangle {
  list-style-type: none; }

/* line 5003, ../scss/styles.scss */
.orangeTriangle li {
  background: url("/images/orangeTriangle.gif") 0 4px no-repeat;
  padding-left: 15px; }

/* Account Page */
/* line 5010, ../scss/styles.scss */
.vaultFormWrapper {
  margin: 0 auto;
  width: 1000px; }

/* line 5015, ../scss/styles.scss */
.vault-content-left {
  width: 370px;
  float: left;
  font-family: "Helvetica Neue",helvetica,arial, sans-serif; }

/* line 5021, ../scss/styles.scss */
.vault-content-left h2 {
  padding: 0 30px;
  margin: 10px 0; }

/* line 5026, ../scss/styles.scss */
.vault-content-left p, .vault-content-left ul {
  font-size: 14px;
  padding: 0 30px; }

/* line 5031, ../scss/styles.scss */
.vault-content-left span {
  color: #f7900a; }

/* line 5035, ../scss/styles.scss */
.vault-content-right {
  float: left;
  background: url("/images/vaultprocess_right.jpg") top no-repeat;
  width: 630px;
  height: 410px; }

/* line 5042, ../scss/styles.scss */
.vault-content-right.vault-content-right-renew {
  float: left;
  background: url("/images/vaultprocess_right_renew.jpg") top no-repeat;
  width: 630px;
  height: 410px; }

/* line 5049, ../scss/styles.scss */
.vault-form-process {
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #f6f6f6;
  margin: 100px 0 0 10px;
  box-shadow: 0px 0px 5px #999;
  -moz-box-shadow: 0px 0px 5px #999;
  -webkit-box-shadow: 0px 0px 5px #999;
  float: left; }

/* line 5061, ../scss/styles.scss */
.greenButton {
  font: bold 16px arial;
  color: #fff;
  border: solid 1px #1d7a09;
  border-radius: 3px;
  padding: 10px 30px;
  background: #1d7a09;
  background: linear-gradient(top, #74c163, #1d7a09);
  background: -ms-linear-gradient(top, #74c163, #1d7a09);
  background: -moz-linear-gradient(top, #74c163, #1d7a09);
  background: -webkit-linear-gradient(top, #74c163, #1d7a09);
  cursor: pointer; }

/* line 5076, ../scss/styles.scss */
.addCartButton {
  background: url("/images/cartWhite.png") 11px no-repeat #3a9e24;
  /* for IE8 and IE9 */
  background: url("/images/cartWhite.png") 11px no-repeat, -ms-linear-gradient(top, #74c163, #1d7a09);
  background: url("/images/cartWhite.png") 11px no-repeat, -moz-linear-gradient(top, #74c163, #1d7a09);
  background: url("/images/cartWhite.png") 11px no-repeat, -webkit-linear-gradient(top, #74c163, #1d7a09);
  background: url("/images/cartWhite.png") 11px no-repeat, linear-gradient(top, #74c163, #1d7a09);
  padding-left: 40px; }

/* line 5085, ../scss/styles.scss */
.smallGreenButton {
  font: bold 12px arial;
  color: #fff;
  border: solid 1px #1d7a09;
  border-radius: 3px;
  padding: 5px;
  background: #1d7a09;
  background: linear-gradient(top, #74c163, #1d7a09);
  background: -ms-linear-gradient(top, #74c163, #1d7a09);
  background: -moz-linear-gradient(top, #74c163, #1d7a09);
  background: -webkit-linear-gradient(top, #74c163, #1d7a09);
  cursor: pointer;
  width: 100%;
  text-align: center; }

/* line 5101, ../scss/styles.scss */
.process-step {
  border: solid 1px #ddd;
  padding: 0;
  margin: 0 auto 20px auto;
  background-color: #fff; }

/* line 5108, ../scss/styles.scss */
.process-step p {
  margin: 10px 0; }

/* End - Ruben Guzman */
/* line 5114, ../scss/styles.scss */
.securityCodePopup {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 400px;
  padding: 10px;
  border: 1px solid #dddddd;
  background: #fff none; }

/* line 5125, ../scss/styles.scss */
.yellowBox {
  border: 1px solid #dddddd;
  background-color: #fdffe7; }

/* line 5130, ../scss/styles.scss */
.fullProfileBar {
  border: 1px solid #a4a4a4;
  background: -ms-linear-gradient(top, #d4d4d4, white);
  background: -moz-linear-gradient(top, #d4d4d4, white);
  background: -webkit-linear-gradient(top, #d4d4d4, white);
  background: linear-gradient(top, #d4d4d4, #ffffff);
  width: 130px;
  height: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: relative; }

/* line 5145, ../scss/styles.scss */
.completedProfileBar {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #b46200;
  background: #ff8d00;
  background: -ms-linear-gradient(top, #ec9b00 0%, #ff8a00 50%, #ffa400 100%);
  background: -moz-linear-gradient(top, #ec9b00 0%, #ff8a00 50%, #ffa400 100%);
  background: -webkit-linear-gradient(top, #ec9b00 0%, #ff8a00 50%, #ffa400 100%);
  background: linear-gradient(top, #ec9b00 0%, #ff8a00 50%, #ffa400 100%); }

/* line 5163, ../scss/styles.scss */
.percent100 {
  cursor: pointer; }

/* line 5168, ../scss/styles.scss */
.getSeen {
  display: none;
  /*position: absolute;
  bottom: -5px;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .25);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .25);
  display: none;*/ }

/*
.getSeen::before {
	content: '';
	margin-top: -6px;
	display: block;
	width: 12px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 5px;
	background: url('/images/getSeenArrow.gif') no-repeat;
}*/
/* line 5190, ../scss/styles.scss */
.editProfile {
  display: block;
  position: absolute;
  right: 10px;
  background: url("/images/editPencil.gif") right 0 no-repeat;
  padding-right: 20px;
  min-width: 4px;
  min-height: 16px; }

/* line 5200, ../scss/styles.scss */
.editProfile.changePasswordLink {
  top: 175px; }

/* line 5204, ../scss/styles.scss */
.blueBox {
  background-color: #e9f3fb; }

/* line 5208, ../scss/styles.scss */
.editProfileBox {
  background-image: url("/images/greyPencil.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding-left: 30px; }

/* line 5215, ../scss/styles.scss */
.editButtonOn, .editButtonOff {
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer; }

/* line 5221, ../scss/styles.scss */
.editButtonOn {
  border: 1px solid #013b69;
  color: #fff;
  background-color: #1f6297;
  background: -ms-linear-gradient(top, #1f6297, #033e6d);
  background: -moz-linear-gradient(top, #1f6297, #033e6d);
  background: -webkit-linear-gradient(top, #1f6297, #033e6d);
  background: linear-gradient(top, #1f6297, #033e6d); }

/* line 5231, ../scss/styles.scss */
.editButtonOff {
  border: 1px solid #dddddd;
  color: #013b69;
  background: -ms-linear-gradient(top, white, #dee7eb);
  background: -moz-linear-gradient(top, white, #dee7eb);
  background: -webkit-linear-gradient(top, white, #dee7eb);
  background: linear-gradient(top, #ffffff, #dee7eb); }

/* line 5240, ../scss/styles.scss */
.clearInput {
  background: url("/images/xArrow.gif") no-repeat;
  display: block;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 18px;
  height: 14px;
  cursor: pointer; }

/* line 5251, ../scss/styles.scss */
.orderHistory {
  width: 100%; }

/* line 5255, ../scss/styles.scss */
.orderHistory td, .orderHistory th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #dddddd; }

/* == Career Insider Login == */
/* line 5262, ../scss/styles.scss */
.loginWrapper {
  padding: 25px 35px 30px 35px;
  width: 615px;
  height: 345px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

/* line 5274, ../scss/styles.scss */
.loginHeader {
  text-align: center;
  margin-bottom: 10px; }

/* line 5279, ../scss/styles.scss */
.poweredBy {
  color: #b3b3b4;
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px; }

/* line 5287, ../scss/styles.scss */
.mainLogin {
  border: 1px solid #ccc;
  overflow: hidden; }

/* line 5292, ../scss/styles.scss */
.mainLogin > div {
  height: 210px;
  float: left;
  padding-top: 35px;
  padding-bottom: 35px; }

/* line 5299, ../scss/styles.scss */
.careerInsiderDesc {
  border-right: 1px solid #dddddd;
  padding-left: 30px;
  padding-right: 30px;
  width: 220px;
  background-color: #f8fafc; }

/* line 5307, ../scss/styles.scss */
.loginForm {
  padding-left: 55px;
  padding-right: 10px;
  width: 267px;
  background-color: white; }

/* line 5314, ../scss/styles.scss */
.loginForm h3 {
  border-bottom: 1px dotted #999;
  padding-bottom: 2px; }

/* line 5319, ../scss/styles.scss */
.loginForm label {
  display: block;
  color: #666;
  margin-bottom: 3px;
  margin-top: 13px; }

/* line 5326, ../scss/styles.scss */
.loginForm input[type="text"], .loginForm input[type="password"] {
  width: 230px;
  margin-bottom: 3px;
  border: 1px solid #b8b8b8;
  -moz-box-shadow: inset 1px 1px 3px 0px #D6D6D6;
  -webkit-box-shadow: inset 1px 1px 3px 0px #D6D6D6;
  box-shadow: inset 1px 1px 3px 0px #D6D6D6; }

/* line 5335, ../scss/styles.scss */
.loginForm a {
  font-size: 10px;
  margin-right: 30px; }

/* line 5340, ../scss/styles.scss */
.loginForm .orangeButton {
  font-size: 12px;
  width: 75px;
  height: 30px;
  padding: 0px;
  margin-top: 20px; }

/* line 5348, ../scss/styles.scss */
.copyright {
  width: 665px; }

/* line 5352, ../scss/styles.scss */
.copyright p {
  margin-bottom: 15px; }

/* line 5356, ../scss/styles.scss */
.copyright a {
  color: #363636; }

/* line 5360, ../scss/styles.scss */
.guidesBlurb {
  font-family: "Times New Roman";
  font-size: 16px;
  font-style: italic;
  padding-top: 10px; }

/* line 5367, ../scss/styles.scss */
.greyBox {
  background-color: #fafbfc;
  border: 1px solid #e7e7e7; }

/* line 5372, ../scss/styles.scss */
.orangeBorder {
  border: 5px solid #fab800;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 5379, ../scss/styles.scss */
.lookInside {
  clear: left;
  position: relative;
  padding: 5px 0 0 27px; }

/* line 5386, ../scss/styles.scss */
.lookInside img {
  position: absolute;
  left: 0px;
  top: -10px; }

/* line 5392, ../scss/styles.scss */
.cartHeader {
  background: url("/images/cart.png") no-repeat;
  height: 26px;
  padding: 5px 0 0 30px; }

/* line 5398, ../scss/styles.scss */
.letterLinks {
  margin-top: 10px;
  list-style-type: none;
  font-size: 11px;
  font-weight: bold;
  display: inline-block; }

/* line 5407, ../scss/styles.scss */
.letterLinks li {
  display: inline-block;
  margin: 0 5.5px;
  padding: 0; }

/* line 5413, ../scss/styles.scss */
.letterLinks li .noGuides {
  color: #abaca7;
  cursor: default;
  text-decoration: none; }

/* line 5419, ../scss/styles.scss */
.letterLinks .active {
  color: #000;
  font-size: 13px; }

/* line 5424, ../scss/styles.scss */
.guideList {
  border-top: 1px solid #eeeeee; }

/* line 5428, ../scss/styles.scss */
.guideList li {
  padding: 10px;
  border-bottom: 1px solid #eeeeee; }

/* line 5433, ../scss/styles.scss */
.guideList li:nth-child(even) {
  background-color: #fafbfc; }

/* line 5437, ../scss/styles.scss */
.homepageSlideTextWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/b-gradient.png");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  display: block;
  width: 450px;
  height: 300px; }

/* line 5452, ../scss/styles.scss */
.homepageSlideText {
  position: absolute;
  bottom: 0;
  padding: 50px 20px 20px 20px;
  display: block;
  width: 450px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5462, ../scss/styles.scss */
.cart {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }
  /* line 5467, ../scss/styles.scss */
  .cart tr {
    border-bottom: 1px solid #ccc; }
  /* line 5471, ../scss/styles.scss */
  .cart th {
    padding: 0 0 10px 0;
    text-align: left;
    white-space: nowrap; }
  /* line 5477, ../scss/styles.scss */
  .cart td {
    padding: 10px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top; }

/* line 5486, ../scss/styles.scss */
.cart-image {
  width: 110px; }
  /* line 5489, ../scss/styles.scss */
  .cart-image img {
    width: 90px;
    border: 1px solid #ccc; }

/* line 5495, ../scss/styles.scss */
.cart-title {
  width: 385px; }

/* line 5499, ../scss/styles.scss */
.cart-format {
  width: 110px; }

/* line 5503, ../scss/styles.scss */
.cart-price {
  width: 85px;
  color: #da6216;
  font-weight: bold; }

/* line 5509, ../scss/styles.scss */
.inCart {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  cursor: default; }

/* line 5516, ../scss/styles.scss */
.headerRight {
  height: 80px;
  /*width: 360px;*/
  text-align: right;
  float: right; }

/* line 5523, ../scss/styles.scss */
#video-player, #divMedia {
  z-index: 1; }

/* line 5527, ../scss/styles.scss */
.loginAnimation {
  position: absolute;
  top: 0;
  left: 0;
  padding: 42px 77px;
  background-color: rgba(0, 0, 0, 0.05);
  display: none; }

/* line 5536, ../scss/styles.scss */
.headerDropdown {
  position: absolute;
  right: 50%;
  margin-right: -110px;
  top: 20px;
  display: none;
  z-index: 1000;
  width: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5547, ../scss/styles.scss */
.headerDropdownTop {
  height: 12px;
  background-image: url("/images/headerDropdownTop.png");
  background-position-x: center; }

/* line 5553, ../scss/styles.scss */
.headerDropdownContent {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0 none;
  padding: 10px;
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); }
  /* line 5562, ../scss/styles.scss */
  .headerDropdownContent p {
    display: block;
    margin: 0; }

/* line 5568, ../scss/styles.scss */
.showHeaderDropdown:hover {
  text-decoration: none;
  cursor: pointer; }

/* line 5574, ../scss/styles.scss */
.lineDividerMenu > li .showHeaderDropdown {
  border-left: 0px;
  padding-left: 0px; }

/* line 5579, ../scss/styles.scss */
.hpRankingList li strong {
  width: 15px; }

/* line 5583, ../scss/styles.scss */
.hpRankingList li span {
  color: #999;
  white-space: nowrap; }

/* line 5588, ../scss/styles.scss */
.hpRankingList a {
  font-weight: bold; }

/* line 5592, ../scss/styles.scss */
.completeListLink {
  margin-top: 5px;
  background: url("/images/orangeTriangle.gif") 0 4px no-repeat;
  padding-left: 15px;
  z-index: 10;
  position: relative; }

/* line 5600, ../scss/styles.scss */
.aspNetDisabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  cursor: default; }

/* line 5607, ../scss/styles.scss */
.aspNetDisabled:hover {
  text-decoration: none; }

/* line 5611, ../scss/styles.scss */
.numList {
  margin-left: 0;
  padding-left: 25px;
  list-style-position: outside; }

/* line 5623, ../scss/styles.scss */
.newRating {
  color: #da6216;
  font-weight: bold;
  font-style: italic;
  margin-left: 5px; }

/* line 5630, ../scss/styles.scss */
.ribbon {
  color: #fff;
  background: #cd6329 url("/images/ribbon.gif") no-repeat;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 0 5px 20px;
  margin-left: -20px;
  height: 26px;
  width: 153px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

/* line 5645, ../scss/styles.scss */
.ribbon::before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  border-style: solid;
  border-width: 0 9px 8px 0px;
  border-color: transparent #753414 transparent transparent; }

/* line 5657, ../scss/styles.scss */
.orangeBorder {
  border: 5px solid #fab800;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 5664, ../scss/styles.scss */
.gradientOverlay {
  z-index: 50;
  position: absolute;
  width: 640px;
  min-height: 700px;
  background: #000;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black 700px);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), black 700px);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), black 700px);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), black 700px);
  background: linear-gradient(top, rgba(0, 0, 0, 0), #000000 700px);
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

/* line 5679, ../scss/styles.scss */
.roadblockPopup {
  position: absolute;
  width: 480px;
  border: solid 1px #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
  padding: 40px 40px 10px 40px;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1000;
  overflow: hidden; }

/* line 5695, ../scss/styles.scss */
.internshipRoadblock {
  background-image: url("/images/roadblockInternshipBackground3.gif"); }

/* line 5699, ../scss/styles.scss */
.companyRoadblock {
  background-image: url("/images/roadblockCompanyBackground3.gif"); }

/* line 5703, ../scss/styles.scss */
.schoolRoadblock {
  background-image: url("/images/roadblockSchoolBackground3.gif"); }

/* line 5707, ../scss/styles.scss */
.industryRoadblock {
  background-image: url("/images/roadblockIndustryBackground3.gif"); }

/* line 5711, ../scss/styles.scss */
.roadblockPopupContentWrapper {
  height: 287px;
  padding: 15px 0;
  margin: 0 0 15px 0; }

/* line 5717, ../scss/styles.scss */
.roadblockPopupContent {
  padding-right: 100px; }

/* line 5721, ../scss/styles.scss */
.roadblockPopupContent p {
  line-height: 17px;
  padding-right: 50px; }

/* line 5726, ../scss/styles.scss */
.georgia {
  font-family: Georgia; }

/* line 5730, ../scss/styles.scss */
.rankingsRoadblockHeading {
  background: url("/images/roadblockLogo.gif") no-repeat;
  padding-left: 80px;
  min-height: 70px; }

/* line 5736, ../scss/styles.scss */
h6 {
  font-size: 20px; }

/* == BLOGS == */
/* line 5741, ../scss/styles.scss */
.threeLineDivOuter {
  border-top: 1px solid #c8d1d9;
  border-bottom: 1px solid #c8d1d9;
  height: 9px;
  position: relative;
  z-index: 1; }

/* line 5749, ../scss/styles.scss */
.threeLineDivInner {
  border-bottom: 1px solid #c8d1d9;
  height: 4px;
  position: relative;
  z-index: 2; }

/* line 5756, ../scss/styles.scss */
.smallThreeLineDiv {
  width: 177px;
  margin-left: auto;
  margin-right: auto; }

/* line 5762, ../scss/styles.scss */
.threeLineTextLeft {
  float: left;
  position: relative;
  background-color: white;
  margin-top: -7px;
  z-index: 3;
  padding-right: 6px; }

/* line 5772, ../scss/styles.scss */
.blogBlurbs .byline {
  margin-top: 6px; }
/* line 5776, ../scss/styles.scss */
.blogBlurbs .divider {
  color: #a1a1a1; }
/* line 5780, ../scss/styles.scss */
.blogBlurbs img {
  padding-top: 3px;
  margin-left: 10px;
  margin-bottom: 10px; }
/* line 5786, ../scss/styles.scss */
.blogBlurbs .column2 {
  width: 175px; }
/* line 5790, ../scss/styles.scss */
.blogBlurbs .column6 {
  width: 465px; }

/* line 5795, ../scss/styles.scss */
.blogLeftColumn {
  margin-bottom: 20px; }

/* line 5801, ../scss/styles.scss */
.dotFillerList li .floatRight, .dotFillerList li .floatLeft {
  background-color: white; }

/* line 5805, ../scss/styles.scss */
.pagination {
  list-style-type: none; }

/* line 5809, ../scss/styles.scss */
.pagination li {
  display: inline-block;
  margin-right: 15px; }

/* line 5814, ../scss/styles.scss */
.pagination .disabled a {
  color: #9AA7B3; }

/* blog article */
/* line 5819, ../scss/styles.scss */
.socialMediaButtons {
  margin-top: 6px; }

/* line 5823, ../scss/styles.scss */
.blogTools {
  position: absolute;
  right: 20px;
  margin-top: -32px; }

/* line 5829, ../scss/styles.scss */
.blogArticleImage {
  padding: 5px 25px 25px 0px;
  max-height: 200px;
  max-width: 150px; }

/* line 5836, ../scss/styles.scss */
.blogArticleText p, .blogArticleText li {
  font-size: 15px;
  line-height: 21px; }

/* line 5842, ../scss/styles.scss */
.blogArticleNavigation {
  border-top: 1px solid #e4e9ed;
  border-bottom: 1px solid #e4e9ec;
  padding: 7px 0; }
  /* line 5847, ../scss/styles.scss */
  .blogArticleNavigation td {
    padding: 20px 10px;
    width: 33%; }
    /* line 5851, ../scss/styles.scss */
    .blogArticleNavigation td a {
      display: block;
      overflow: hidden; }
    /* line 5856, ../scss/styles.scss */
    .blogArticleNavigation td img {
      margin-top: 5px;
      vertical-align: middle; }
  /* line 5862, ../scss/styles.scss */
  .blogArticleNavigation .leftCell {
    text-align: left; }
    /* line 5865, ../scss/styles.scss */
    .blogArticleNavigation .leftCell img {
      margin-right: 10px; }
  /* line 5871, ../scss/styles.scss */
  .blogArticleNavigation .centerCell {
    border-right: 1px solid #e4e9ed;
    border-left: 1px solid #e4e9ed;
    text-align: center; }
  /* line 5877, ../scss/styles.scss */
  .blogArticleNavigation .rightCell {
    text-align: right; }
    /* line 5880, ../scss/styles.scss */
    .blogArticleNavigation .rightCell img {
      margin-left: 10px; }

/* line 5886, ../scss/styles.scss */
.enterComment {
  border: 2px solid #cfd6da;
  height: 45px;
  width: 528px;
  padding-left: 20px;
  display: block;
  margin-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 5898, ../scss/styles.scss */
.personIcon {
  margin-right: 10px; }

/* line 5902, ../scss/styles.scss */
.commentSectionTools {
  border-bottom: 2px solid #ebeff1; }

/* line 5906, ../scss/styles.scss */
.commentSectionTools ul {
  margin-bottom: 0px; }

/* line 5910, ../scss/styles.scss */
.commentSectionTools li {
  font-size: 12px;
  padding-left: 8px;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: -2px;
  color: #a6adb1; }

/* line 5919, ../scss/styles.scss */
.commentSectionTools .active {
  border-bottom: 2px solid #027aa7;
  color: black; }

/* line 5924, ../scss/styles.scss */
.commentSectionTools .share {
  width: 55px;
  background: url("../images/shareIconSmall.png") no-repeat top right;
  margin-right: 20px; }

/* line 5930, ../scss/styles.scss */
.commentSectionTools .settings {
  text-align: right;
  width: 15px;
  background: url("../images/settingsIconSmall.png") no-repeat top left; }

/* line 5936, ../scss/styles.scss */
.commentSection {
  margin-top: 50px; }

/* line 5939, ../scss/styles.scss */
.commentSection .commentText {
  overflow: hidden; }

/* line 5943, ../scss/styles.scss */
.commentSection .tiny {
  font-size: 7px; }

/* line 5947, ../scss/styles.scss */
.commentOrder img {
  vertical-align: middle; }

/* line 5951, ../scss/styles.scss */
.numFavorites {
  padding-top: 3px;
  padding-left: 1px;
  display: inline-block;
  width: 27px;
  height: 20px;
  text-align: center;
  background-image: url("../images/speechBubble.png"); }

/* line 5961, ../scss/styles.scss */
.favoriteGoldStar {
  background-image: url("../images/goldStars.gif");
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top; }

/* line 5969, ../scss/styles.scss */
.userGuidelinesPopup .popupContent {
  max-height: 550px;
  overflow: auto;
  display: block; }

/* social media buttons */
/* line 5980, ../scss/styles.scss */
.fb-like, .addthis_button_tweet {
  display: inline-block;
  width: 100px; }

/* line 5985, ../scss/styles.scss */
.addthis_default_style .at300b {
  display: inline-block;
  margin-right: 5px; }

/* blog contributor */
/* line 5994, ../scss/styles.scss */
.contributerBlurb p, .contributerBlurb ul {
  overflow: hidden; }

/* line 5998, ../scss/styles.scss */
.contributerBlurb ul {
  padding-left: 20px;
  list-style-position: outside; }

/* line 6003, ../scss/styles.scss */
.contributerBlurb li {
  margin-bottom: 15px; }

/* line 6007, ../scss/styles.scss */
.mainContributerHeader {
  font-size: 15px;
  color: #4e6b82; }

/* line 6012, ../scss/styles.scss */
.contributerContact {
  display: block; }

/* line 6016, ../scss/styles.scss */
.contributerBlurb .blogArticleImage {
  width: 165px;
  height: auto; }

/* blog individual contributer*/
/* line 6023, ../scss/styles.scss */
.contributerBlurbText {
  overflow: hidden; }

/* line 6027, ../scss/styles.scss */
.emailBlue {
  background: url("/images/iconEmail.gif") no-repeat -2px -27px;
  padding-left: 27px; }

/* line 6032, ../scss/styles.scss */
.contributerArticlesHeader {
  margin-bottom: 30px; }

/* line 6036, ../scss/styles.scss */
.contributerArticle {
  padding-left: 80px;
  width: 450px; }

/* line 6042, ../scss/styles.scss */
.contributorContactPopup {
  background: white url("../images/blogsLogoSmall.png") 30px 10px no-repeat;
  width: 442px; }

/* line 6048, ../scss/styles.scss */
.contributorContactPopup .popupContent {
  padding-top: 10px;
  width: 420px; }

/* line 6054, ../scss/styles.scss */
.contributorContactPopup label {
  display: inline-block;
  font-weight: bold;
  width: 150px;
  margin-bottom: 20px;
  padding-right: 18px; }

/* line 6063, ../scss/styles.scss */
.contributorContactPopup input[type="text"], .contributorContactPopup textArea {
  width: 240px; }

/* line 6068, ../scss/styles.scss */
.contributorContactPopup textArea {
  height: 160px;
  vertical-align: top;
  overflow: auto; }

/* line 6075, ../scss/styles.scss */
.contributorContactPopup .tooLong {
  display: none; }

/* guest blogger */
/* line 6081, ../scss/styles.scss */
.guestBlogText p, .guestBlogText ul, .guestBlogText h4 {
  font-size: 15px;
  line-height: 21px; }

/* line 6086, ../scss/styles.scss */
.guestBlogText li {
  text-indent: -14px;
  margin-left: 14px; }

/* line 6091, ../scss/styles.scss */
.guestForm {
  width: 315px; }

/* line 6095, ../scss/styles.scss */
.guestForm label {
  margin-top: 10px;
  font-weight: bold;
  display: block;
  margin-bottom: 2px; }

/* line 6102, ../scss/styles.scss */
.guestForm input[type="text"] {
  width: 100%;
  border: 1px solid #c2c2c2; }

/* line 6107, ../scss/styles.scss */
.guestForm input.traffic {
  width: 70px; }

/* line 6111, ../scss/styles.scss */
.guestForm input.years {
  width: 40px; }

/* line 6115, ../scss/styles.scss */
.guestForm .otherSites {
  width: 100%;
  height: 160px;
  border: 1px solid #c2c2c2; }

/* line 6121, ../scss/styles.scss */
.guestForm .formButton {
  background-color: white;
  border: 1px solid #c2c2c2;
  width: 85px;
  height: 24px;
  margin-right: 3px; }

/* line 6129, ../scss/styles.scss */
.guestForm .formButton:hover {
  background-color: #d7d7d7; }

/* line 6133, ../scss/styles.scss */
.guestForm .required {
  color: Red; }

/* line 6137, ../scss/styles.scss */
#fileTooBig {
  color: Red;
  display: none; }

/* complete profile popup */
/* line 6143, ../scss/styles.scss */
.completeProfilePopup {
  width: auto; }

/* line 6147, ../scss/styles.scss */
.completeProfilePopup .popupContent {
  width: 490px;
  padding: 20px;
  color: Black; }

/* line 6153, ../scss/styles.scss */
.completeProfilePopup h3 {
  margin-bottom: 10px; }

/* line 6157, ../scss/styles.scss */
.completeProfilePopup h4 {
  margin-top: 20px;
  font-size: 14px; }

/* line 6162, ../scss/styles.scss */
.completeProfilePopup ul {
  margin-top: 5px; }

/* line 6166, ../scss/styles.scss */
.completeProfilePopup li {
  font-size: 12px;
  line-height: 18px; }

/* line 6171, ../scss/styles.scss */
.completeProfilePopup .done {
  text-decoration: line-through; }

/* line 6175, ../scss/styles.scss */
.completeProfilePopup .done a {
  color: #72716f;
  text-decoration: none;
  cursor: default; }

/* line 6181, ../scss/styles.scss */
.completeProfilePopup .closeLink {
  margin-top: 20px; }

/* about us general pages*/
/* line 6185, ../scss/styles.scss */
.aboutUsHeader {
  width: 660px; }

/* line 6189, ../scss/styles.scss */
.aboutUsNav {
  width: 175px; }

/* line 6193, ../scss/styles.scss */
.contactColumn {
  width: 290px;
  margin-left: 0px; }

/* line 6198, ../scss/styles.scss */
.contactUs {
  border: 1px solid #dddddd;
  margin-top: -17px;
  padding: 15px 20px; }
  /* line 6203, ../scss/styles.scss */
  .contactUs h2 {
    padding-bottom: 5px;
    margin-bottom: 8px; }
  /* line 6208, ../scss/styles.scss */
  .contactUs .label {
    font-weight: bold;
    clear: left;
    font-size: 13px;
    float: left;
    width: 50px; }
  /* line 6216, ../scss/styles.scss */
  .contactUs p {
    overflow: hidden; }

/* products */
/* line 6224, ../scss/styles.scss */
.productsNav {
  padding: 0 0 10px 0;
  margin: 15px 0;
  list-style-type: none;
  border-bottom: 1px solid #999; }
  /* line 6230, ../scss/styles.scss */
  .productsNav li {
    padding: 5px 5px;
    margin: 0;
    display: inline-block; }
    /* line 6237, ../scss/styles.scss */
    .productsNav li.active::before, .productsNav li.active::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      left: 50%;
      bottom: -11px; }
    /* line 6247, ../scss/styles.scss */
    .productsNav li.active::before {
      margin-left: -7px;
      border-width: 0 7px 14px 7px;
      border-color: transparent transparent #999 transparent; }
    /* line 6253, ../scss/styles.scss */
    .productsNav li.active::after {
      margin-left: -6px;
      border-width: 0 6px 13px 6px;
      border-color: transparent transparent #fff transparent; }
    /* line 6261, ../scss/styles.scss */
    .productsNav li a:hover {
      color: #da6216;
      text-decoration: none; }

/* line 6268, ../scss/styles.scss */
.productsList p {
  padding-left: 13px; }

/* editorial */
/* line 6273, ../scss/styles.scss */
.editorName {
  font-weight: bold;
  font-size: 15px; }

/*our mission*/
/* line 6279, ../scss/styles.scss */
.missionBox p {
  font-weight: normal; }

/* line 6283, ../scss/styles.scss */
.mainAboutUsText h2 {
  font-size: 18px;
  margin-bottom: 15px; }

/* === AutoComplete  ==== */
/* line 6290, ../scss/styles.scss */
.HeaderAutoCompleteDropdown {
  border: 1px solid grey;
  list-style-type: none; }

/* line 6295, ../scss/styles.scss */
.AutoCompleteDropdown {
  border: 1px solid grey;
  list-style-type: none; }

/* line 6301, ../scss/styles.scss */
.AutoCompleteDropdown li {
  cursor: pointer; }

/* line 6308, ../scss/styles.scss */
.relative {
  position: relative; }

/* line 6312, ../scss/styles.scss */
.roadblockPositioner {
  width: 640px; }

/* CI logo top bar*/
/* line 6317, ../scss/styles.scss */
.ciLogoWrapper {
  border-bottom: 1px solid #bfbfbf;
  /*-webkit-box-shadow: 0px 4px 3px 0px #bfbfbf;
  -moz-box-shadow: 0px 4px 3px 0px #bfbfbf;
  box-shadow: 0px 4px 3px -3px #bfbfbf;*/ }

/* line 6324, ../scss/styles.scss */
.ciLogoDiv {
  width: 1050px;
  margin: 0 auto; }

/* line 6329, ../scss/styles.scss */
.ciLogoDiv img {
  vertical-align: middle; }

/* line 6333, ../scss/styles.scss */
.ciLogoDiv span {
  font-weight: bold; }

/* line 6337, ../scss/styles.scss */
.ciLogoDiv .providedBy {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-right: 3px; }

/* pager */
/* line 6346, ../scss/styles.scss */
.pagerLabel {
  margin-right: 1px;
  /* for IE8 so label doesn't overlap numbers*/ }

/* company overview social media buttons */
/* Newsletter Signup "add"*/
/* line 6357, ../scss/styles.scss */
.newsletter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 3px; }

/* line 6363, ../scss/styles.scss */
.newsletter .innerArea {
  height: 210px;
  padding: 15px;
  border: 1px solid #aaa;
  background-image: url("../images/shading.png");
  background-color: #fafafa;
  background-image: url("../images/shading.png"), -webkit-linear-gradient(top, white, #a2d3eb);
  background-image: url("../images/shading.png"), -moz-linear-gradient(top, white, #a2d3eb);
  background-image: url("../images/shading.png"), -ms-linear-gradient(top, white, #a2d3eb);
  background-image: url("../images/shading.png"), -o-linear-gradient(top, white, #a2d3eb);
  background-image: url("../images/shading.png"), linear-gradient(top, #ffffff, #a2d3eb); }

/* line 6376, ../scss/styles.scss */
.newsletterTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px; }

/* line 6382, ../scss/styles.scss */
.newsletterTitle img {
  display: inline-block;
  margin-right: 5px; }

/* line 6387, ../scss/styles.scss */
.newsletter h3 {
  clear: both;
  color: #f99b09;
  font-size: 16.5px;
  margin-bottom: 8px; }

/* line 6394, ../scss/styles.scss */
.newsletter p {
  width: 190px;
  margin-left: 13px;
  color: #666;
  font-size: 15px;
  line-height: 20px; }

/* line 6402, ../scss/styles.scss */
.newsletter .enterEmail {
  display: inline-block;
  margin: 0;
  border: 1px solid #aaa;
  height: 26px;
  padding: 0;
  width: 180px; }

/* line 6411, ../scss/styles.scss */
.newsletter .signUpButton {
  display: inline-block;
  margin: 0;
  color: white;
  background-color: #0576a7;
  background-image: -webkit-linear-gradient(top, #0390d1, #07658b);
  background-image: -moz-linear-gradient(top, #0390d1, #07658b);
  background-image: -ms-linear-gradient(top, #0390d1, #07658b);
  background-image: -o-linear-gradient(top, #0390d1, #07658b);
  background-image: linear-gradient(top, #0390d1, #07658b);
  width: 66px;
  height: 28px;
  border-width: 1px;
  border-style: solid;
  border-color: #048fd0 #0c5e7f #0c5e7f #048fd0;
  vertical-align: top;
  padding: 0; }

/* line 6430, ../scss/styles.scss */
.newsletter ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: normal;
  color: #666;
  font-size: 12px;
  padding-left: 7px; }

/* line 6436, ../scss/styles.scss */
.newsletter :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: normal;
  color: #666;
  font-size: 12px;
  padding-left: 7px; }

/* line 6442, ../scss/styles.scss */
.newsletter ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: normal;
  color: #666;
  font-size: 12px;
  padding-left: 7px; }

/* line 6448, ../scss/styles.scss */
.newsletter :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: normal;
  color: #666;
  font-size: 12px;
  padding-left: 7px; }

/* line 6455, ../scss/styles.scss */
.newsletter .success {
  color: #363636;
  margin-left: 13px;
  margin-top: 10px; }

/* salary finder */
/* line 6462, ../scss/styles.scss */
.salaryFinder {
  height: 115px;
  background-image: url("/images/moneyBackground.jpg");
  text-align: center;
  padding: 65px 0; }

/* line 6469, ../scss/styles.scss */
.salaryFinder .title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
  color: #1b2918;
  font-weight: normal;
  display: inline-block; }

/* line 6477, ../scss/styles.scss */
.salaryFinder input[type="text"] {
  color: #666;
  background: white url("/images/greenSearch.png") no-repeat 95%;
  padding: 6px 8px;
  width: 200px;
  margin: 13px auto 9px auto;
  font-size: 12px;
  font-style: normal;
  border: 1px solid #aaaaaa;
  -webkig-box-shadow: inset 3px 4px 5px #e0e0e0;
  -moz-box-shadow: inset 3px 4px 5px #e0e0e0;
  box-shadow: inset 3px 4px 5px #e0e0e0;
  float: none;
  height: auto; }

/* line 6493, ../scss/styles.scss */
.salaryFinder .greenButton {
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 20px; }

/* line 6501, ../scss/styles.scss */
.SalaryProfessionDropdown {
  -webkig-box-shadow: inset 3px 4px 5px #e0e0e0;
  -moz-box-shadow: inset 3px 4px 5px #e0e0e0;
  box-shadow: inset 3px 4px 5px #e0e0e0; }

/* line 6508, ../scss/styles.scss */
.SalaryProfessionItem {
  background-color: White;
  padding: 3px 8px; }

/* line 6514, ../scss/styles.scss */
.SalaryProfessionHighlightedItem {
  color: White;
  background-color: #1b7d05;
  cursor: pointer;
  padding: 3px 8px; }

/* line 6522, ../scss/styles.scss */
.SalaryAutocompleteList {
  overflow-y: scroll;
  max-height: 100px; }

/* new company profile ranking design  */
/* line 6529, ../scss/styles.scss */
.newRankingsList {
  margin-bottom: 25px; }

/* line 6535, ../scss/styles.scss */
ul.newRankingsList li {
  text-indent: -19px;
  padding-left: 18px; }

/* search results top ranked */
/* line 6541, ../scss/styles.scss */
.searchTopRanked {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px; }

/* line 6547, ../scss/styles.scss */
.searchTopRanked .spacer {
  height: 9px; }

/* line 6551, ../scss/styles.scss */
.searchTopRanked td {
  border: 1px solid #ccc; }

/* line 6555, ../scss/styles.scss */
.searchTopRanked .image {
  text-align: center;
  width: 75px; }

/* line 6560, ../scss/styles.scss */
.searchTopRanked .textCell {
  padding-left: 15px;
  line-height: 24px;
  padding-top: 11px;
  padding-bottom: 12px; }

/* line 6567, ../scss/styles.scss */
.searchTopRanked .orange {
  color: #da6216; }

/* basic registration page*/
/* line 6572, ../scss/styles.scss */
.vault-form-process.registerForm {
  margin: 20px auto;
  float: none;
  width: 500px; }

/* basic registration thank you */
/* line 6579, ../scss/styles.scss */
.registerPageItem.successPopup {
  margin: auto; }

/* line 6583, ../scss/styles.scss */
.successPopup .popupContent {
  width: 640px; }

/* My Profile resume popup */
/* line 6588, ../scss/styles.scss */
textarea.resumeInput {
  height: auto; }

/************************/
/* MY JOBS */
/*************************/
/* line 6597, ../scss/styles.scss */
.myJobsPagesButtonStyle {
  font-weight: bold;
  font-size: 12px;
  width: 170px;
  height: 35px;
  margin-bottom: 40px;
  cursor: pointer; }

/*My Job Preferences*/
/* line 6607, ../scss/styles.scss */
.contactInfoPopup textArea {
  height: auto; }

/* line 6611, ../scss/styles.scss */
.smallPopup {
  width: 422px; }

/* line 6615, ../scss/styles.scss */
.smallPopup .popupContent {
  width: 400px; }

/* line 6619, ../scss/styles.scss */
.qualificationPopup .compInput {
  width: 190px;
  margin-left: 10px; }

/* My Jobs Alerts */
/* line 6626, ../scss/styles.scss */
.myVaultWrapper.myJobAlerts table th:first-child {
  padding-left: 8px; }

/* line 6630, ../scss/styles.scss */
.myJobAlerts .buttonStyle {
  font-weight: bold;
  font-size: 12px;
  width: 170px;
  height: 35px;
  margin-bottom: 40px;
  cursor: pointer; }

/* line 6639, ../scss/styles.scss */
.jobAlertPopup .zipBox {
  width: 70px;
  margin-right: 15px; }

/* line 6644, ../scss/styles.scss */
.myJobAlerts .col1 {
  /* checkbox column */
  width: 20px; }

/* line 6648, ../scss/styles.scss */
.jobAlertsText {
  width: 780px; }

/* line 6652, ../scss/styles.scss */
.jobTypeCBBox {
  max-height: 155px; }

/* line 6656, ../scss/styles.scss */
.myJobAlerts .nameColumn {
  width: 105px; }

/* My Job Applications */
/* line 6661, ../scss/styles.scss */
.myVaultWrapper .jobApplicationsSection table th:first-child {
  padding-left: 18px;
  background-position: 7px center; }

/* new salary finder */
/* line 6667, ../scss/styles.scss */
.salaryWidget {
  height: 250px;
  width: 300px;
  background-image: url("/images/coins.jpg");
  position: relative;
  overflow: auto; }

/* line 6675, ../scss/styles.scss */
.salaryWidget .logo {
  display: block;
  margin: 25px auto 10px auto; }

/* line 6680, ../scss/styles.scss */
.salaryWidget h1 {
  color: #0f6240;
  font-size: 26px;
  text-align: center;
  font-family: Palatino, serif;
  letter-spacing: 1px; }

/* line 6688, ../scss/styles.scss */
.salaryWidget h1 .big {
  font-size: 33px; }

/* line 6692, ../scss/styles.scss */
.salaryWidget input {
  /*background: white no-repeat url('/images/search.png') 97% center;*/
  display: block;
  margin: 6px auto;
  border: 1px solid #828282;
  width: 215px;
  padding: 8px 10px; }

/* line 6701, ../scss/styles.scss */
.salaryWidget .placeholder {
  /* WebKit browsers */
  font-style: normal;
  color: #4c555a; }

/* line 6706, ../scss/styles.scss */
.salaryWidget ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: normal;
  color: #4c555a; }

/* line 6710, ../scss/styles.scss */
.salaryWidget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: normal;
  color: #4c555a; }

/* line 6714, ../scss/styles.scss */
.salaryWidget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: normal;
  color: #4c555a; }

/* line 6718, ../scss/styles.scss */
.salaryWidget :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: normal;
  color: #4c555a; }

/* line 6723, ../scss/styles.scss */
.salaryWidget.graphView {
  background-image: url("/images/coins_light.jpg");
  display: none; }

/* line 6728, ../scss/styles.scss */
.salaryWidget .redo {
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer; }

/* line 6735, ../scss/styles.scss */
.salaryWidget h2 {
  font-family: Garamond, Palatino, serif;
  color: #2e4142;
  border-bottom: 1px solid #d4dbdc;
  margin: 16px 3px 17px 3px;
  padding: 0px 0px 8px 10px;
  font-size: 18px; }

/* line 6744, ../scss/styles.scss */
.salaryWidget .smallLogo {
  display: inline;
  height: 27px;
  width: 63px; }

/* line 6750, ../scss/styles.scss */
.widgetMain {
  width: 275px;
  margin: auto; }

/* line 6755, ../scss/styles.scss */
.salaryWidget .salary {
  color: #297e39; }

/* line 6759, ../scss/styles.scss */
.salaryWidget h3 {
  font-size: 15px;
  padding-left: 8px;
  margin-bottom: 4px; }

/* line 6765, ../scss/styles.scss */
.salaryWidget .barWrapper {
  position: relative;
  height: 27px;
  width: 250px;
  background-color: #e2e4e3;
  box-shadow: inset -4px 3px 5px 0px rgba(0, 0, 0, 0.18);
  margin: 11px 0 2px 8px; }

/* line 6774, ../scss/styles.scss */
.salaryWidget .bar {
  position: absolute;
  left: 105px;
  height: 27px;
  width: 100px;
  background-color: #1fab36;
  background-image: -webkit-linear-gradient(top, #1fab36 0%, #29793b 51%, #098652 100%);
  background-image: -moz-linear-gradient(top, #1fab36 0%, #29793b 51%, #098652 100%);
  background-image: -ms-linear-gradient(top, #1fab36 0%, #29793b 51%, #098652 100%);
  background-image: -o-linear-gradient(top, #1fab36 0%, #29793b 51%, #098652 100%);
  background-image: linear-gradient(top, #1fab36 0%, #29793b 51%, #098652 100%); }

/* line 6787, ../scss/styles.scss */
.salaryWidget .barMarkers {
  list-style-type: none;
  margin-bottom: 5px; }

/* line 6792, ../scss/styles.scss */
.salaryWidget .barMarkers li {
  display: inline-block;
  font-size: 12px;
  font-family: Myriad Pro, Helvetica, san-serif;
  color: #4c555a;
  font-weight: bold;
  text-align: right;
  width: 48px; }

/* line 6802, ../scss/styles.scss */
.salaryWidget .barMarkers li:first-child {
  text-align: left;
  width: 15px; }

/* line 6807, ../scss/styles.scss */
.salaryWidget .label {
  color: #4c555a;
  font-size: 12px;
  text-align: center; }

/* line 6813, ../scss/styles.scss */
.salaryWidget .links {
  margin-left: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #0066cc;
  margin-top: 27px; }

/* CI logo top bar*/
/* line 6822, ../scss/styles.scss */
.ciLogoWrapper {
  border-bottom: 1px solid #bfbfbf;
  background-color: #f6f6f6; }

/* line 6827, ../scss/styles.scss */
.ciLogoDiv .topBar {
  height: auto; }

/* line 6831, ../scss/styles.scss */
.ciLogoDiv .utilityMenu {
  margin-right: 0; }

/* line 6835, ../scss/styles.scss */
.ciLogoDiv {
  width: 990px;
  margin: 0 auto; }

/* line 6840, ../scss/styles.scss */
.ciLogoDiv img {
  vertical-align: middle; }

/* line 6844, ../scss/styles.scss */
.ciLogoDiv span {
  font-weight: bold; }

/* line 6848, ../scss/styles.scss */
.ciLogo {
  padding-left: 10px; }

/* line 6852, ../scss/styles.scss */
.ciLogoDiv .providedBy {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-right: 3px; }

/* line 6860, ../scss/styles.scss */
.headerSearchArea.ciUser {
  float: right;
  margin-top: 0; }

/* line 6865, ../scss/styles.scss */
.noLogoName {
  color: Black;
  font-size: 28px;
  line-height: 32px;
  font-family: Helvetica, Sans-Serif;
  font-weight: bold;
  width: 270px;
  height: 60px;
  float: left;
  position: relative; }
  /* line 6876, ../scss/styles.scss */
  .noLogoName div {
    position: absolute; }
    /* line 6879, ../scss/styles.scss */
    .noLogoName div a {
      color: #000; }
      /* line 6882, ../scss/styles.scss */
      .noLogoName div a:hover {
        text-decoration: none; }

/* record URL */
/* line 6891, ../scss/styles.scss */
#dispRecordURLDiv {
  line-height: 20px; }

/* line 6895, ../scss/styles.scss */
.recordUrlLabel {
  background: no-repeat url("../images/link.png");
  padding-left: 20px;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block; }

/* line 6903, ../scss/styles.scss */
.blogSlideshow {
  width: 600px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  /* line 6910, ../scss/styles.scss */
  .blogSlideshow h2 {
    padding: 15px;
    font-size: 16px; }
  /* line 6915, ../scss/styles.scss */
  .blogSlideshow h3 {
    margin-bottom: 25px;
    font-size: 16px; }
  /* line 6920, ../scss/styles.scss */
  .blogSlideshow.embeddedSlideShow {
    width: 465px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    /* line 6925, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow .blogSlideshowPagination {
      display: none; }
    /* line 6929, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow .blogSlideshowImage {
      width: 465px;
      height: 310px; }
    /* line 6934, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow .blogSlideText {
      padding: 10px;
      height: 150px;
      overflow-x: auto; }
    /* line 6941, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow .blogSlideshowArrow {
      top: 100px; }
    /* line 6945, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow h3 {
      margin-bottom: 10px; }

/* line 6951, ../scss/styles.scss */
.slideshowLogo {
  margin: 4px 0 0 4px; }

/* line 6955, ../scss/styles.scss */
.blogSiteLink {
  text-align: right;
  padding: 0;
  margin: 5px;
  font-size: 11px; }

/* line 6962, ../scss/styles.scss */
.blogSlideText {
  padding: 25px;
  position: relative; }
  /* line 6966, ../scss/styles.scss */
  .blogSlideText p {
    font-size: 12px;
    color: #363636;
    line-height: 1.5em; }

/*
.blogSlideshowWrapper > div {
	width: 600px;
	position: relative;
	float: left;
}
*/
/* line 6983, ../scss/styles.scss */
.blogSlideshowImage {
  height: 400px;
  width: 600px;
  position: relative; }
  /* line 6988, ../scss/styles.scss */
  .blogSlideshowImage img {
    max-height: 100%;
    max-width: 100%; }
  /* line 6994, ../scss/styles.scss */
  .blogSlideshowImage div img {
    margin: 0 auto;
    height: 400px;
    width: 600px; }

/* line 7003, ../scss/styles.scss */
.blogSlideshowArrow {
  display: block;
  width: 60px;
  height: 110px;
  position: absolute;
  cursor: pointer;
  color: #06c;
  opacity: 0.45;
  background: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 45px;
  top: 145px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 7020, ../scss/styles.scss */
  .blogSlideshowArrow:hover {
    opacity: 0.85; }

/* line 7025, ../scss/styles.scss */
.blogSlideshowNext {
  right: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px; }

/* line 7030, ../scss/styles.scss */
.blogSlideshowPrev {
  left: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }

/* line 7035, ../scss/styles.scss */
.blogArrow:hover {
  text-decoration: none; }

/* line 7039, ../scss/styles.scss */
.blogSlideshowPagination {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #fff; }
  /* line 7045, ../scss/styles.scss */
  .blogSlideshowPagination .blogArrow {
    color: #06c;
    cursor: pointer;
    font-weight: bold; }

/* line 7052, ../scss/styles.scss */
.paginationText {
  padding: 0 10px;
  color: #363636;
  font-size: 11px; }

/* Newsletter */
/* line 7060, ../scss/styles.scss */
.newsletter {
  border: 1px solid #ccc;
  padding: 3px;
  width: 300px; }
  /* line 7065, ../scss/styles.scss */
  .newsletter .innerArea {
    height: 210px;
    padding: 15px;
    border: 1px solid #aaa;
    background-image: url("../images/shading.png");
    background-color: #fafafa;
    background-image: url("../images/shading.png"), -webkit-linear-gradient(top, white, whitesmoke);
    background-image: url("../images/shading.png"), -moz-linear-gradient(top, white, whitesmoke);
    background-image: url("../images/shading.png"), -ms-linear-gradient(top, white, whitesmoke);
    background-image: url("../images/shading.png"), -o-linear-gradient(top, white, whitesmoke);
    background-image: url("../images/shading.png"), linear-gradient(top, #ffffff, #f5f5f5); }
  /* line 7078, ../scss/styles.scss */
  .newsletter h3 {
    clear: both;
    color: #f99b09;
    font-size: 16.5px;
    margin-bottom: 8px; }
  /* line 7085, ../scss/styles.scss */
  .newsletter p {
    width: 190px;
    margin-left: 13px;
    color: #666;
    font-size: 15px;
    line-height: 20px; }
  /* line 7093, ../scss/styles.scss */
  .newsletter .enterEmail {
    display: inline-block;
    margin: 0;
    border: 1px solid #aaa;
    height: 26px;
    padding: 0 0 0 5px; }
  /* line 7101, ../scss/styles.scss */
  .newsletter .signUpButton {
    display: inline-block;
    margin: 0;
    color: white;
    background-color: #0576a7;
    background-image: -webkit-linear-gradient(top, #0390d1, #07658b);
    background-image: -moz-linear-gradient(top, #0390d1, #07658b);
    background-image: -ms-linear-gradient(top, #0390d1, #07658b);
    background-image: -o-linear-gradient(top, #0390d1, #07658b);
    background-image: linear-gradient(top, #0390d1, #07658b);
    width: 66px;
    height: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #048fd0 #0c5e7f #0c5e7f #048fd0;
    vertical-align: top;
    padding: 0; }
  /* line 7120, ../scss/styles.scss */
  .newsletter ::-webkit-input-placeholder, .newsletter :-moz-placeholder, .newsletter ::-moz-placeholder, .newsletter :-ms-input-placeholder {
    font-style: normal;
    color: #666;
    font-size: 12px;
    padding-left: 7px; }
  /* line 7127, ../scss/styles.scss */
  .newsletter .success {
    color: #363636;
    margin-left: 13px; }

/* line 7133, ../scss/styles.scss */
.newsletterTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12.5px; }

/* line 7139, ../scss/styles.scss */
.findHeader {
  height: 35px;
  font-size: 13px;
  background-color: #f5f5f5;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

/* line 7150, ../scss/styles.scss */
.findNumber {
  display: inline-block;
  width: 35px;
  text-align: center;
  font-size: 15px;
  padding-top: 10px;
  height: 35px;
  margin-right: 15px;
  background-color: #aaa;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7163, ../scss/styles.scss */
.findShowHide {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 11px;
  color: #0066cc;
  cursor: pointer; }

/* new company rankings & review page */
/* line 7174, ../scss/styles.scss */
.infoNav {
  margin-top: 20px;
  font-size: 18px;
  border-bottom: 1px solid #999;
  list-style-type: none;
  padding-bottom: 20px;
  position: relative; }
  /* line 7182, ../scss/styles.scss */
  .infoNav li {
    display: inline-block;
    margin-right: 20px;
    /*		&.whyHere {
    			border-left: $standardBorder;
    			margin-left: 5px;
    			background-color: #fae9e2;
    			font-weight: bold;
    			a {
    				color: #d14b26;
    			}
    		} */ }
    /* line 7188, ../scss/styles.scss */
    .infoNav li.active::before, .infoNav li.active::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      left: 50%;
      bottom: -21px; }
    /* line 7198, ../scss/styles.scss */
    .infoNav li.active::before {
      margin-left: -7px;
      border-width: 0 7px 14px 7px;
      border-color: transparent transparent #999 transparent; }
    /* line 7204, ../scss/styles.scss */
    .infoNav li.active::after {
      margin-left: -6px;
      border-width: 0 6px 13px 6px;
      border-color: transparent transparent #fff transparent; }
    /* line 7212, ../scss/styles.scss */
    .infoNav li.whyHere a {
      color: #da6216; }
    /* line 7217, ../scss/styles.scss */
    .infoNav li.submtReview {
      position: absolute;
      right: 0;
      background-color: #06c;
      color: #fff;
      padding: 10px 15px;
      top: -10px;
      margin-right: 0;
      font-size: 15px;
      font-weight: bold; }
      /* line 7228, ../scss/styles.scss */
      .infoNav li.submtReview a {
        color: #fff; }
        /* line 7231, ../scss/styles.scss */
        .infoNav li.submtReview a:hover {
          color: #fff; }
      /* line 7238, ../scss/styles.scss */
      .infoNav li.submtReview.active::before, .infoNav li.submtReview.active::after {
        display: none; }
    /* line 7245, ../scss/styles.scss */
    .infoNav li a:hover {
      color: #da6216;
      text-decoration: none; }

/* line 7263, ../scss/styles.scss */
.reviewsNav {
  border-bottom: 1px solid #999;
  list-style-type: none;
  padding-bottom: 20px;
  position: relative; }
  /* line 7269, ../scss/styles.scss */
  .reviewsNav li {
    display: inline-block;
    margin: 0 15px;
    text-align: center; }
    /* line 7274, ../scss/styles.scss */
    .reviewsNav li:first-child {
      text-align: left;
      margin: 0 40px 0 0; }
    /* line 7281, ../scss/styles.scss */
    .reviewsNav li.active::before, .reviewsNav li.active::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      left: 50%;
      bottom: -23px; }
    /* line 7291, ../scss/styles.scss */
    .reviewsNav li.active::before {
      margin-left: -7px;
      border-width: 0 7px 14px 7px;
      border-color: transparent transparent #999 transparent; }
    /* line 7297, ../scss/styles.scss */
    .reviewsNav li.active::after {
      margin-left: -6px;
      border-width: 0 6px 13px 6px;
      border-color: transparent transparent #fff transparent; }
    /* line 7304, ../scss/styles.scss */
    .reviewsNav li span {
      font-size: 24px; }

/* line 7310, ../scss/styles.scss */
.companyProfileHeader {
  margin: 0;
  padding: 0 10px;
  position: relative; }
  /* line 7316, ../scss/styles.scss */
  .companyProfileHeader .mcca img {
    float: left;
    width: 99px;
    height: 76px;
    padding-right: 10px;
    border-right: 1px solid #dbdbdb;
    margin-right: 10px; }
  /* line 7326, ../scss/styles.scss */
  .companyProfileHeader h1, .companyProfileHeader h2, .companyProfileHeader h3, .companyProfileHeader h4, .companyProfileHeader h5, .companyProfileHeader h6 {
    margin-right: 170px; }
  /* line 7330, ../scss/styles.scss */
  .companyProfileHeader h1 {
    font-size: 32px;
    font-weight: normal;
    color: #444c53; }
  /* line 7336, ../scss/styles.scss */
  .companyProfileHeader h5 {
    font-size: 24px;
    font-weight: normal; }
  /* line 7341, ../scss/styles.scss */
  .companyProfileHeader h6 {
    font-size: 20px;
    font-weight: normal; }
  /* line 7346, ../scss/styles.scss */
  .companyProfileHeader .horizontalTools {
    border: none;
    padding-bottom: 0;
    margin-bottom: 5px; }
    /* line 7350, ../scss/styles.scss */
    .companyProfileHeader .horizontalTools a {
      padding-top: 2px; }

/* line 7356, ../scss/styles.scss */
.vaultReviewTitle {
  font-size: 24px;
  border-bottom: 1px dotted #bfbfbf;
  margin: 25px 10px;
  color: black; }

/* line 7363, ../scss/styles.scss */
.consensus {
  overflow: hidden;
  *zoom: 1;
  font-size: 15px; }
  /* line 7373, ../scss/styles.scss */
  .consensus .consensusColumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 7376, ../scss/styles.scss */
    .consensus .consensusColumn h2 {
      font-size: 15px; }
    /* line 7381, ../scss/styles.scss */
    .consensus .consensusColumn ul {
      list-style-type: none;
      font-size: 15px;
      line-height: 1.5em;
      margin: 0 0 30px 0; }
      /* line 7387, ../scss/styles.scss */
      .consensus .consensusColumn ul li {
        margin: 0; }

/* line 7395, ../scss/styles.scss */
.uppers::before {
  content: "\f164";
  font-family: FontAwesome;
  margin-right: 5px; }

/* line 7403, ../scss/styles.scss */
.downers::before {
  content: "\f165";
  font-family: FontAwesome;
  margin-right: 5px; }

/* line 7411, ../scss/styles.scss */
.buzz::before {
  content: "\f086";
  font-family: FontAwesome;
  margin-right: 5px; }

/* line 7419, ../scss/styles.scss */
.topRankings {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden; }
  /* line 7424, ../scss/styles.scss */
  .topRankings img {
    float: right;
    margin: 0 10px; }
  /* line 7429, ../scss/styles.scss */
  .topRankings h2 {
    font-size: 24px;
    margin-bottom: 15px; }
    /* line 7433, ../scss/styles.scss */
    .topRankings h2 a {
      float: right;
      font-weight: normal;
      font-size: 12px;
      margin-top: 4px; }
  /* line 7441, ../scss/styles.scss */
  .topRankings h3 {
    font-size: 14px;
    margin: 0 0 20px 0; }
  /* line 7446, ../scss/styles.scss */
  .topRankings ul {
    list-style-type: none;
    list-style-position: outside;
    /* so wrapped items show up right in FF */
    font-size: 16px; }
    /* line 7451, ../scss/styles.scss */
    .topRankings ul li {
      overflow: hidden;
      margin-bottom: 4px; }
      /* line 7455, ../scss/styles.scss */
      .topRankings ul li .ratingNum {
        display: inline-block;
        width: 35px;
        font-size: 18px;
        color: #da672c;
        vertical-align: middle;
        float: left;
        clear: both;
        line-height: 1.4em;
        margin-right: 4px;
        margin-top: -2px; }
        /* line 7469, ../scss/styles.scss */
        .topRankings ul li .ratingNum .fa-stack {
          font-size: 12px; }
  /* line 7476, ../scss/styles.scss */
  .topRankings p {
    margin: 0; }

/* line 7481, ../scss/styles.scss */
.rankingArea {
  padding: 20px;
  border: 1px solid #dddddd;
  margin-bottom: 8px;
  overflow: hidden; }
  /* line 7487, ../scss/styles.scss */
  .rankingArea.hasBg {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f8fb));
    background-image: -webkit-linear-gradient(#ffffff, #f3f8fb);
    background-image: -moz-linear-gradient(#ffffff, #f3f8fb);
    background-image: -o-linear-gradient(#ffffff, #f3f8fb);
    background-image: linear-gradient(#ffffff, #f3f8fb); }
  /* line 7491, ../scss/styles.scss */
  .rankingArea h3 {
    font-size: 15px;
    text-align: center; }
    /* line 7495, ../scss/styles.scss */
    .rankingArea h3 .showHideRankings {
      padding: 0 0 0 20px; }

/* line 7501, ../scss/styles.scss */
.showHideRankings {
  font-weight: normal; }

/* line 7505, ../scss/styles.scss */
.generalRankings {
  font-size: 14px; }
  /* line 7509, ../scss/styles.scss */
  .generalRankings h4 {
    padding: 6px;
    font-size: 14px; }
  /* line 7514, ../scss/styles.scss */
  .generalRankings ul {
    list-style-type: none;
    margin-bottom: 40px; }
    /* line 7518, ../scss/styles.scss */
    .generalRankings ul li {
      border-bottom: 1px solid #dddddd;
      padding: 7px; }
      /* line 7522, ../scss/styles.scss */
      .generalRankings ul li:nth-child(odd) {
        background-color: #f9f9f9; }
      /* line 7526, ../scss/styles.scss */
      .generalRankings ul li:first-child {
        border-top: 1px solid #dddddd; }
    /* line 7531, ../scss/styles.scss */
    .generalRankings ul span {
      display: block;
      width: 32px;
      text-align: left;
      font-weight: bold;
      float: right; }

/* line 7544, ../scss/styles.scss */
.surveyResults h2 {
  font-size: 15px;
  margin-bottom: 10px; }
  /* line 7548, ../scss/styles.scss */
  .surveyResults h2 span {
    border-bottom: 1px solid black; }
/* line 7553, ../scss/styles.scss */
.surveyResults ul {
  list-style-type: none;
  margin-bottom: 40px; }
  /* line 7557, ../scss/styles.scss */
  .surveyResults ul li {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
    text-indent: 0; }
/* line 7568, ../scss/styles.scss */
.surveyResults p strong {
  display: block;
  font-size: 15px; }
/* line 7574, ../scss/styles.scss */
.surveyResults p span strong {
  display: block; }

/* line 7581, ../scss/styles.scss */
.viewAllLinks {
  font-size: 18px; }

/* line 7585, ../scss/styles.scss */
.joinGold {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 10px; }
  /* line 7593, ../scss/styles.scss */
  .joinGold img {
    max-width: 100%; }
  /* line 7597, ../scss/styles.scss */
  .joinGold h1 {
    font-style: italic;
    font-weight: normal;
    font-family: "helvetica neue", Arial, Helvetica, Georgia, serif;
    margin-bottom: 20px; }
  /* line 7603, ../scss/styles.scss */
  .joinGold ul {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 20px; }
    /* line 7608, ../scss/styles.scss */
    .joinGold ul li {
      color: #4e6b82;
      margin-bottom: 8px;
      /*			background: {
      				image: url('../images/lockOpenOrange.png');
      				repeat: no-repeat;
      			} */ }
      /* line 7616, ../scss/styles.scss */
      .joinGold ul li.noLock {
        padding-left: 0;
        background-image: none; }
      /* line 7620, ../scss/styles.scss */
      .joinGold ul li a {
        font-size: 14px;
        font-weight: bold; }
  /* line 7626, ../scss/styles.scss */
  .joinGold .logo {
    margin-top: 15px; }
  /* line 7629, ../scss/styles.scss */
  .joinGold .joinGoldBtn {
    text-shadow: 0px 2px 0px #c3590e;
    width: 50%;
    border: 1px solid #da672c;
    color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3a121), color-stop(100%, #da672c));
    background-image: -webkit-linear-gradient(#f3a121, #da672c);
    background-image: -moz-linear-gradient(#f3a121, #da672c);
    background-image: -o-linear-gradient(#f3a121, #da672c);
    background-image: linear-gradient(#f3a121, #da672c);
    background-color: #f3a121;
    font-size: 18px;
    padding: 10px 0;
    cursor: pointer; }

/* line 7642, ../scss/styles.scss */
.joinGoldBody {
  width: 960px;
  margin: 20px auto 40px auto; }
  /* line 7646, ../scss/styles.scss */
  .joinGoldBody h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px; }
  /* line 7652, ../scss/styles.scss */
  .joinGoldBody p {
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 1.25em; }

/* line 7660, ../scss/styles.scss */
.joinGoldTable {
  font-size: 15px;
  width: 960px;
  margin: 0 auto 60px auto;
  text-align: center; }
  /* line 7666, ../scss/styles.scss */
  .joinGoldTable p {
    font-size: 15px; }
  /* line 7670, ../scss/styles.scss */
  .joinGoldTable table {
    width: 100%;
    margin-bottom: 20px; }
    /* line 7674, ../scss/styles.scss */
    .joinGoldTable table td {
      text-align: center;
      padding: 0 50px; }
      /* line 7678, ../scss/styles.scss */
      .joinGoldTable table td h3 {
        margin-bottom: 10px; }

/* line 7686, ../scss/styles.scss */
.joinGoldSpecialOffer {
  background-color: #fffefa;
  border: 1px solid #e0e0e0;
  color: #1d60cd;
  font-size: 18px;
  padding: 25px;
  margin: 20px 0 0 15px;
  position: relative; }
  /* line 7695, ../scss/styles.scss */
  .joinGoldSpecialOffer::before {
    content: '';
    width: 123px;
    height: 33px;
    background-image: url("/images/specialOfferFlag.gif");
    position: absolute;
    top: -11px;
    left: -16px; }

/* line 7707, ../scss/styles.scss */
.joinTodayBox {
  border: 1px solid #ddd;
  padding: 10px 10px 10px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 50px auto;
  position: relative;
  display: inline-block; }
  /* line 7718, ../scss/styles.scss */
  .joinTodayBox::before {
    content: '';
    width: 144px;
    height: 36px;
    background-image: url("/images/joinTodayFlag.png");
    position: absolute;
    top: -18px;
    left: -22px; }
  /* line 7728, ../scss/styles.scss */
  .joinTodayBox .addGold {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #25b24b), color-stop(100%, #098652));
    background-image: -webkit-linear-gradient(#25b24b, #098652);
    background-image: -moz-linear-gradient(#25b24b, #098652);
    background-image: -o-linear-gradient(#25b24b, #098652);
    background-image: linear-gradient(#25b24b, #098652);
    border: 1px solid #098652;
    color: #fff;
    padding: 15px 25px;
    font-size: 17px;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px; }
    /* line 7738, ../scss/styles.scss */
    .joinTodayBox .addGold:hover {
      text-decoration: none; }

/* line 7745, ../scss/styles.scss */
.subscriberLogin {
  font-size: 13px; }

/* line 7749, ../scss/styles.scss */
.finderBox {
  background-color: #fcfdfe;
  border: 1px solid #dddddd;
  padding: 10px 15px;
  margin-bottom: 20px; }
  /* line 7755, ../scss/styles.scss */
  .finderBox p {
    font-size: 15px;
    font-weight: bold;
    padding-left: 30px;
    margin: 10px 0 0 0;
    background: url("../images/search.gif") no-repeat left center; }

/* line 7764, ../scss/styles.scss */
.finder {
  width: 165px;
  height: 36px;
  display: inline-block;
  background-image: url("../images/finder.png");
  float: right; }
  /* line 7771, ../scss/styles.scss */
  .finder:hover {
    background-position: 0 -36px; }

/* industry profile page: make sure roadblack always underneath left menu */
/* line 7777, ../scss/styles.scss */
.nonGoldContent {
  display: block;
  min-height: 140px; }

/* ci user- base classes */
/* line 7784, ../scss/styles.scss */
.ciCreateProfile .createBody .rightCol h3, .vaultSignIn > div.profileBenefits .benefitsList h3 {
  background-repeat: no-repeat;
  background-image: url("../images/check_orange.png");
  background-position: left 30%;
  padding-left: 22px;
  font-size: 20px; }
/* line 7793, ../scss/styles.scss */
.ciCreateProfile .createBody .rightCol p, .vaultSignIn > div.profileBenefits .benefitsList p {
  margin-bottom: 20px;
  color: #666; }

/* line 7799, ../scss/styles.scss */
.ciCreateProfile .createBody .rightCol button, .vaultSignIn > div.profileBenefits button {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #feaf2f), color-stop(100%, #da672c));
  background-image: -webkit-linear-gradient(#feaf2f, #da672c);
  background-image: -moz-linear-gradient(#feaf2f, #da672c);
  background-image: -o-linear-gradient(#feaf2f, #da672c);
  background-image: linear-gradient(#feaf2f, #da672c);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #ffd797 0 1px 0 0 inset;
  -moz-box-shadow: #ffd797 0 1px 0 0 inset;
  box-shadow: #ffd797 0 1px 0 0 inset;
  text-shadow: 0 -1px 0 #b4631a;
  background-color: #e37c2d;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px solid #da6216;
  border-left: 1px solid #da6216;
  border-right: 1px solid #da6216;
  border-bottom: 3px solid #a44515;
  cursor: pointer;
  /*&:active {
  	@include background-image(linear-gradient(#da672c, #feaf2f));
  	@include box-shadow(#ffd797 0 -1px 3px 0 inset);
  	border: {
  		bottom: 1px solid #da6216;
  		top: 1px solid #a44515;
  	}					
  	padding-bottom: 3px;
  }*/ }
  /* line 7818, ../scss/styles.scss */
  .ciCreateProfile .createBody .rightCol button:focus, .vaultSignIn > div.profileBenefits button:focus {
    outline: none; }
  /* line 7830, ../scss/styles.scss */
  .ciCreateProfile .createBody .rightCol button span, .vaultSignIn > div.profileBenefits button span {
    display: inline-block;
    padding: 10px 20px;
    text-align: left; }
    /* line 7834, ../scss/styles.scss */
    .ciCreateProfile .createBody .rightCol button span.words, .vaultSignIn > div.profileBenefits button span.words {
      border-right: 1px solid #ffd797;
      width: 230px; }
    /* line 7838, ../scss/styles.scss */
    .ciCreateProfile .createBody .rightCol button span.arrow, .vaultSignIn > div.profileBenefits button span.arrow {
      border-left: 1px solid #da6216;
      width: 7px; }

/* ci Profile Creation */
/* line 7846, ../scss/styles.scss */
.ciPopupOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: #000;
  z-index: 500;
  position: fixed;
  width: 100%;
  height: 100%; }

/* line 7855, ../scss/styles.scss */
.ciCreateProfile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 865px;
  border: 1px solid black;
  margin-left: -432.5px;
  position: fixed;
  top: 15%;
  left: 50%;
  background-color: #fff;
  z-index: 600; }
  /* line 7866, ../scss/styles.scss */
  .ciCreateProfile .createHeader {
    background-color: #434c53;
    color: #fff;
    padding: 20px 35px 20px 35px; }
    /* line 7870, ../scss/styles.scss */
    .ciCreateProfile .createHeader img {
      float: left;
      margin-right: 15px; }
    /* line 7874, ../scss/styles.scss */
    .ciCreateProfile .createHeader h1 {
      margin-top: 15px;
      font-size: 30px;
      font-style: italic;
      font-weight: normal;
      font-family: "helvetica neue", Georgia, serif; }
  /* line 7882, ../scss/styles.scss */
  .ciCreateProfile .createBody {
    overflow: hidden;
    padding: 20px 40px 30px 40px; }
    /* line 7885, ../scss/styles.scss */
    .ciCreateProfile .createBody h2 {
      font-size: 25px;
      margin-bottom: 20px; }
    /* line 7889, ../scss/styles.scss */
    .ciCreateProfile .createBody .leftCol {
      float: left; }
      /* line 7891, ../scss/styles.scss */
      .ciCreateProfile .createBody .leftCol img {
        margin-right: 40px;
        margin-bottom: 20px; }
      /* line 7897, ../scss/styles.scss */
      .ciCreateProfile .createBody .leftCol p {
        font-weight: bold;
        font-size: 15px;
        color: #000; }
    /* line 7903, ../scss/styles.scss */
    .ciCreateProfile .createBody .rightCol {
      overflow: hidden; }

/* line 7913, ../scss/styles.scss */
.banner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 5px solid #faae43;
  background-color: #3f4952;
  padding: 25px 100px 25px 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000000; }
  /* line 7925, ../scss/styles.scss */
  .banner .closeBanner {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }
  /* line 7932, ../scss/styles.scss */
  .banner .icon {
    float: left;
    margin-right: 20px; }
  /* line 7937, ../scss/styles.scss */
  .banner h2 {
    color: #faae43;
    font-size: 28px; }
  /* line 7942, ../scss/styles.scss */
  .banner .bannerLink {
    background: #ffb232;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb232), color-stop(100%, #ef8700));
    background-image: -webkit-linear-gradient(#ffb232, #ef8700);
    background-image: -moz-linear-gradient(#ffb232, #ef8700);
    background-image: -o-linear-gradient(#ffb232, #ef8700);
    background-image: linear-gradient(#ffb232, #ef8700);
    -webkit-box-shadow: #ffda3e 0 0 3px 1px inset;
    -moz-box-shadow: #ffda3e 0 0 3px 1px inset;
    box-shadow: #ffda3e 0 0 3px 1px inset;
    text-shadow: 0 1px 0 #b4631a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: right;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border: 1px solid #383f46; }
  /* line 7955, ../scss/styles.scss */
  .banner p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    width: 640px;
    margin-right: 20px; }

/* line 7965, ../scss/styles.scss */
.vaultSignIn {
  width: 800px;
  border: 1px solid #ccc;
  margin: 50px auto;
  overflow: hidden; }
  /* line 7971, ../scss/styles.scss */
  .vaultSignIn > div.signInArea, .vaultSignIn > div.profileBenefits {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 30px; }
    /* line 7976, ../scss/styles.scss */
    .vaultSignIn > div.signInArea h3, .vaultSignIn > div.profileBenefits h3 {
      font-size: 18px;
      margin-top: 20px; }
  /* line 7982, ../scss/styles.scss */
  .vaultSignIn > div.signInArea label[for=email], .vaultSignIn > div.signInArea label[for=password] {
    font-weight: bold;
    display: block;
    margin-top: 20px; }
  /* line 7987, ../scss/styles.scss */
  .vaultSignIn > div.signInArea .forgot {
    float: right;
    margin-top: 21px;
    margin-right: 37px;
    font-size: 11px; }
  /* line 7995, ../scss/styles.scss */
  .vaultSignIn > div.signInArea input[type="text"], .vaultSignIn > div.signInArea input[type="password"] {
    -webkit-box-shadow: #e0e0e0 2px 2px 3px inset;
    -moz-box-shadow: #e0e0e0 2px 2px 3px inset;
    box-shadow: #e0e0e0 2px 2px 3px inset;
    width: 284px;
    padding: 0 8px;
    border: 1px solid #ddd;
    height: 25px; }
  /* line 8002, ../scss/styles.scss */
  .vaultSignIn > div.signInArea input[type="submit"] {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #166eb4), color-stop(100%, #004276));
    background-image: -webkit-linear-gradient(#166eb4, #004276);
    background-image: -moz-linear-gradient(#166eb4, #004276);
    background-image: -o-linear-gradient(#166eb4, #004276);
    background-image: linear-gradient(#166eb4, #004276);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #8bb7da 0 1px 0 0 inset;
    -moz-box-shadow: #8bb7da 0 1px 0 0 inset;
    box-shadow: #8bb7da 0 1px 0 0 inset;
    text-shadow: 0 -1px 0 #09427c;
    display: block;
    padding: 8px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: #166eb4;
    border-top: 1px solid #004276;
    border-left: 1px solid #004276;
    border-right: 1px solid #004276;
    border-bottom: 4px solid #04243e;
    cursor: pointer; }
  /* line 8027, ../scss/styles.scss */
  .vaultSignIn > div.signInArea input[type="checkbox"] {
    vertical-align: middle; }
  /* line 8031, ../scss/styles.scss */
  .vaultSignIn > div.profileBenefits {
    background-color: #f6f6f6;
    border-left: 1px solid #ccc; }
    /* line 8034, ../scss/styles.scss */
    .vaultSignIn > div.profileBenefits h2 {
      font-size: 24px; }
    /* line 8037, ../scss/styles.scss */
    .vaultSignIn > div.profileBenefits .orange {
      color: #da672c; }
    /* line 8040, ../scss/styles.scss */
    .vaultSignIn > div.profileBenefits .benefitsList {
      margin-top: 30px;
      margin-bottom: 40px; }

/* ci cobrand header */
/* line 8055, ../scss/styles.scss */
.cobrandArea {
  background-color: #9ea2a6;
  padding: 5px 0;
  text-align: center;
  min-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #575b5e;
  position: relative; }

/* line 8065, ../scss/styles.scss */
.cobrandToggle {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer; }

/* industry page */
/* line 8077, ../scss/styles.scss */
.bannerPermanent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/greyPatternBg.jpg");
  padding: 15px 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%; }
  /* line 8086, ../scss/styles.scss */
  .bannerPermanent .icon {
    float: right;
    margin-left: 20px;
    margin-top: 10px; }
  /* line 8093, ../scss/styles.scss */
  .bannerPermanent h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px; }
    /* line 8097, ../scss/styles.scss */
    .bannerPermanent h2 a {
      color: #ffa00d; }
      /* line 8099, ../scss/styles.scss */
      .bannerPermanent h2 a:hover {
        text-decoration: none; }
  /* line 8104, ../scss/styles.scss */
  .bannerPermanent p {
    color: #eee;
    font-size: 16.5px; }

/* right railed most viewed */
/* line 8111, ../scss/styles.scss */
.mostViewed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 250px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow-y: auto; }
  /* line 8118, ../scss/styles.scss */
  .mostViewed h4 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px; }
  /* line 8125, ../scss/styles.scss */
  .mostViewed ol {
    counter-reset: item;
    list-style-type: none;
    width: 270px;
    margin-bottom: 0; }
    /* line 8131, ../scss/styles.scss */
    .mostViewed ol li {
      line-height: 18px;
      text-indent: -22px;
      padding-left: 22px; }
      /* line 8136, ../scss/styles.scss */
      .mostViewed ol li:before {
        content: counter(item) "  ";
        counter-increment: item;
        font-size: 11px;
        color: #5f615a;
        display: inline-block;
        width: 12px;
        text-align: right;
        margin-right: 7px; }
      /* line 8147, ../scss/styles.scss */
      .mostViewed ol li a {
        font-weight: bold; }

/* line 8154, ../scss/styles.scss */
.embedButton {
  font-size: 12px;
  font-weight: bold;
  opacity: .75; }
  /* line 8159, ../scss/styles.scss */
  .embedButton:hover {
    opacity: 1;
    text-decoration: none; }

/* line 8165, ../scss/styles.scss */
.widgetPopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

/* line 8175, ../scss/styles.scss */
.widgetGradientOverlay {
  background-color: #29385b;
  opacity: .75;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/* line 8186, ../scss/styles.scss */
.widgetPopupContent {
  z-index: 1000;
  position: fixed;
  top: 65px;
  left: 50%;
  margin-left: -300px;
  background-color: #fff;
  width: 540px;
  padding: 30px; }
  /* line 8196, ../scss/styles.scss */
  .widgetPopupContent h3 {
    font-size: 15px;
    color: #000; }
  /* line 8201, ../scss/styles.scss */
  .widgetPopupContent p {
    color: #666;
    font-size: 13px;
    margin: 5px 0; }
  /* line 8207, ../scss/styles.scss */
  .widgetPopupContent input, .widgetPopupContent textarea {
    width: 100%;
    outline: 0;
    margin-bottom: 10px;
    color: #333; }

/* line 8215, ../scss/styles.scss */
.closeWidgetPopup {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 15px;
  width: 15px;
  background-image: url("../images/closeField.png");
  cursor: pointer; }

/* line 8225, ../scss/styles.scss */
iframe {
  margin: 0 auto;
  display: block; }

/*company overview stats section*/
/* line 8233, ../scss/styles.scss */
.statsList li p {
  display: block; }

/* fix unaligned LI in homepage (FF)*/
/* line 8255, ../scss/styles.scss */
.topRankedList {
  list-style-position: outside; }

/* line 8262, ../scss/styles.scss */
.endorsementPage .endorseArea .endorseItem, .homePageEndorse .endorseItem {
  overflow: hidden;
  *zoom: 1; }
  /* line 8264, ../scss/styles.scss */
  .endorsementPage .endorseArea .endorseItem .rightCol, .homePageEndorse .endorseItem .rightCol {
    float: right;
    clear: both;
    margin-left: 60px; }
    /* line 8268, ../scss/styles.scss */
    .endorsementPage .endorseArea .endorseItem .rightCol h5, .homePageEndorse .endorseItem .rightCol h5 {
      font-size: 13px;
      margin-bottom: 4px; }
    /* line 8272, ../scss/styles.scss */
    .endorsementPage .endorseArea .endorseItem .rightCol ul, .homePageEndorse .endorseItem .rightCol ul {
      font-size: 13px;
      list-style-type: none; }
      /* line 8275, ../scss/styles.scss */
      .endorsementPage .endorseArea .endorseItem .rightCol ul li, .homePageEndorse .endorseItem .rightCol ul li {
        color: #4e6b82;
        font-weight: bold;
        margin-bottom: 5px; }
        /* line 8279, ../scss/styles.scss */
        .endorsementPage .endorseArea .endorseItem .rightCol ul li .fa-check, .homePageEndorse .endorseItem .rightCol ul li .fa-check {
          color: #0066cc;
          font-size: 11px;
          margin-right: 5px; }
  /* line 8287, ../scss/styles.scss */
  .endorsementPage .endorseArea .endorseItem h4, .homePageEndorse .endorseItem h4 {
    margin-bottom: 10px; }
  /* line 8290, ../scss/styles.scss */
  .endorsementPage .endorseArea .endorseItem .position, .homePageEndorse .endorseItem .position {
    font-size: 12px;
    margin-bottom: 18px; }

/* Company endorsements tab */
/* line 8299, ../scss/styles.scss */
.endorsementPage h4 {
  font-size: 15px; }
/* line 8302, ../scss/styles.scss */
.endorsementPage .topArea {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  /* line 8305, ../scss/styles.scss */
  .endorsementPage .topArea h4 {
    margin-bottom: 12px; }
  /* line 8308, ../scss/styles.scss */
  .endorsementPage .topArea .submitEndorse {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7fbfd));
    background-image: -webkit-linear-gradient(#ffffff, #f7fbfd);
    background-image: -moz-linear-gradient(#ffffff, #f7fbfd);
    background-image: -o-linear-gradient(#ffffff, #f7fbfd);
    background-image: linear-gradient(#ffffff, #f7fbfd);
    background-color: #f7fbfd;
    float: right;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 20px;
    width: 210px; }
    /* line 8317, ../scss/styles.scss */
    .endorsementPage .topArea .submitEndorse p {
      color: #4e6b82; }
    /* line 8320, ../scss/styles.scss */
    .endorsementPage .topArea .submitEndorse a {
      font-weight: bold; }
  /* line 8324, ../scss/styles.scss */
  .endorsementPage .topArea .topList {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 7px; }
    /* line 8328, ../scss/styles.scss */
    .endorsementPage .topArea .topList li {
      margin-bottom: 5px;
      font-size: 12px; }
      /* line 8331, ../scss/styles.scss */
      .endorsementPage .topArea .topList li:before {
        content: counter(item) ".";
        counter-increment: item; }
      /* line 8335, ../scss/styles.scss */
      .endorsementPage .topArea .topList li span {
        display: inline-block; }
      /* line 8338, ../scss/styles.scss */
      .endorsementPage .topArea .topList li .name {
        width: 168px;
        margin-right: 8px; }
      /* line 8342, ../scss/styles.scss */
      .endorsementPage .topArea .topList li .barContainer {
        width: 150px;
        background-color: #eee;
        height: 16px;
        vertical-align: middle; }
        /* line 8347, ../scss/styles.scss */
        .endorsementPage .topArea .topList li .barContainer .bar {
          height: 16px;
          background-color: #0066cc; }
      /* line 8352, ../scss/styles.scss */
      .endorsementPage .topArea .topList li .num {
        color: #0066cc;
        font-weight: bold;
        margin-left: 3px; }
  /* line 8359, ../scss/styles.scss */
  .endorsementPage .topArea .seeAll {
    font-size: 12px; }
/* line 8363, ../scss/styles.scss */
.endorsementPage .endorseCount {
  font-weight: bold;
  font-size: 13px;
  padding: 12px 0; }
/* line 8370, ../scss/styles.scss */
.endorsementPage .endorseArea .endorseItem {
  border-top: 4px solid #ccc;
  padding-top: 14px;
  padding-bottom: 20px; }

/* Endorsement home section */
/* line 8383, ../scss/styles.scss */
.homePageEndorse .endorseTabs {
  border-bottom: 1px solid #ccc; }
  /* line 8385, ../scss/styles.scss */
  .homePageEndorse .endorseTabs h3 {
    display: inline-block;
    font-size: 13px;
    padding: 9px 22px 7px 22px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    /* line 8393, ../scss/styles.scss */
    .homePageEndorse .endorseTabs h3.endorseRecent {
      border-left: 1px solid #ccc; }
    /* line 8396, ../scss/styles.scss */
    .homePageEndorse .endorseTabs h3.activeTab {
      margin-bottom: -1px;
      border-bottom: 1px solid #fff; }
    /* line 8400, ../scss/styles.scss */
    .homePageEndorse .endorseTabs h3.inactiveTab {
      background-color: #f4f8fa;
      font-weight: normal;
      color: #0066cc;
      cursor: pointer; }
/* line 8408, ../scss/styles.scss */
.homePageEndorse .endorseTopArea {
  display: none; }
/* line 8411, ../scss/styles.scss */
.homePageEndorse .endorseItem {
  padding-top: 14px;
  padding-bottom: 10px; }
  /* line 8416, ../scss/styles.scss */
  .homePageEndorse .endorseItem h2 {
    font-size: 18px;
    padding-bottom: 7px;
    border-bottom: 4px solid #ccc;
    margin-bottom: 15px; }
  /* line 8422, ../scss/styles.scss */
  .homePageEndorse .endorseItem h4 {
    color: #0066cc;
    font-size: 15px; }
/* line 8427, ../scss/styles.scss */
.homePageEndorse .submitEndorse {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7fbfd));
  background-image: -webkit-linear-gradient(#ffffff, #f7fbfd);
  background-image: -moz-linear-gradient(#ffffff, #f7fbfd);
  background-image: -o-linear-gradient(#ffffff, #f7fbfd);
  background-image: linear-gradient(#ffffff, #f7fbfd);
  border: 1px solid #ccc;
  padding: 17px 0;
  text-align: center;
  color: #4e6b82;
  background-color: #f7fbfd; }
  /* line 8434, ../scss/styles.scss */
  .homePageEndorse .submitEndorse a {
    font-weight: bold; }

/* Submit an endorsement */
/* line 8441, ../scss/styles.scss */
.submitEndorsementPage h1 {
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }
/* line 8447, ../scss/styles.scss */
.submitEndorsementPage h2 {
  font-size: 18px;
  margin-bottom: 5px; }
/* line 8451, ../scss/styles.scss */
.submitEndorsementPage input[type="text"] {
  -webkit-box-shadow: 1px 1px 4px 0 #cccccc true;
  -moz-box-shadow: 1px 1px 4px 0 #cccccc true;
  box-shadow: 1px 1px 4px 0 #cccccc true;
  border: 1px solid #999;
  height: 16px;
  padding: 4px;
  font-size: 11px; }
/* line 8458, ../scss/styles.scss */
.submitEndorsementPage .employeeOptions {
  border-bottom: 1px solid #ddd;
  margin-top: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  /* line 8465, ../scss/styles.scss */
  .submitEndorsementPage .employeeOptions select {
    margin-right: 5px;
    margin-bottom: 15px;
    height: 28px;
    vertical-align: top;
    width: 270px; }
  /* line 8474, ../scss/styles.scss */
  .submitEndorsementPage .employeeOptions .location {
    width: 270px;
    margin-right: 9px;
    float: left; }
    /* line 8478, ../scss/styles.scss */
    .submitEndorsementPage .employeeOptions .location .city {
      width: 121px; }
    /* line 8481, ../scss/styles.scss */
    .submitEndorsementPage .employeeOptions .location .state {
      width: 60px;
      margin-left: 5px; }
    /* line 8487, ../scss/styles.scss */
    .submitEndorsementPage .employeeOptions .location .zip {
      float: right;
      width: 46px; }
/* line 8493, ../scss/styles.scss */
.submitEndorsementPage .attributes {
  overflow: hidden;
  *zoom: 1;
  margin: 20px 0 20px 10px; }
  /* line 8496, ../scss/styles.scss */
  .submitEndorsementPage .attributes .col {
    width: 250px;
    float: left; }
    /* line 8499, ../scss/styles.scss */
    .submitEndorsementPage .attributes .col label {
      color: #666666;
      display: inline-block;
      margin-bottom: 5px; }
      /* line 8501, ../scss/styles.scss */
      .submitEndorsementPage .attributes .col label.checked {
        color: #000;
        font-weight: bold; }
/* line 8510, ../scss/styles.scss */
.submitEndorsementPage .endorseTitle {
  margin-bottom: 10px; }
  /* line 8512, ../scss/styles.scss */
  .submitEndorsementPage .endorseTitle label {
    font-weight: bold;
    margin-right: 5px; }
  /* line 8516, ../scss/styles.scss */
  .submitEndorsementPage .endorseTitle input {
    width: 330px; }
/* line 8520, ../scss/styles.scss */
.submitEndorsementPage .endorseText {
  float: left;
  width: 480px;
  height: 120px;
  margin-right: 10px; }
/* line 8526, ../scss/styles.scss */
.submitEndorsementPage .tip {
  width: 105px;
  float: left;
  font-size: 12px;
  line-height: 16px;
  color: #666; }
  /* line 8532, ../scss/styles.scss */
  .submitEndorsementPage .tip strong {
    color: #000; }
/* line 8536, ../scss/styles.scss */
.submitEndorsementPage .submitRow {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 15px; }
  /* line 8540, ../scss/styles.scss */
  .submitEndorsementPage .submitRow .goldSubmit {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(12%, #ffb232), color-stop(100%, #ef8700));
    background-image: -webkit-linear-gradient(#ffb232 12%, #ef8700);
    background-image: -moz-linear-gradient(#ffb232 12%, #ef8700);
    background-image: -o-linear-gradient(#ffb232 12%, #ef8700);
    background-image: linear-gradient(#ffb232 12%, #ef8700);
    -webkit-box-shadow: 0 1px 0 0.5px #f8dfba true;
    -moz-box-shadow: 0 1px 0 0.5px #f8dfba true;
    box-shadow: 0 1px 0 0.5px #f8dfba true;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: right;
    background-color: #e88c08;
    color: white;
    font-size: 18px;
    border: 1px solid #e88c08;
    text-align: center;
    width: 160px;
    padding: 10px 0; }
  /* line 8553, ../scss/styles.scss */
  .submitEndorsementPage .submitRow a {
    float: right;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px; }

/* vertical center for firefox select */
@-moz-document url-prefix() {
  /* line 8566, ../scss/styles.scss */
  .submitEndorsementPage .employeeOptions select {
    height: 25px;
    padding-top: 3px; } }

/* industries page- reside H2 */
/* line 8575, ../scss/styles.scss */
.industryContent h2, .industryInfo h2 {
  font-size: 15px; }

/* CI login */
/* line 8586, ../scss/styles.scss */
.ciLoginPage .ciLoginHeader, .ciLoginPage .ciLoginMain, .ciLoginPage .ciLoginFooter {
  padding-left: 60px;
  padding-right: 60px; }

/* line 8594, ../scss/styles.scss */
.ciLoginPage .centerContainer {
  width: 930px;
  margin: 0 auto; }
/* line 8598, ../scss/styles.scss */
.ciLoginPage ul {
  list-style-type: none; }
/* line 8601, ../scss/styles.scss */
.ciLoginPage .ciLoginHeader {
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px; }
  /* line 8605, ../scss/styles.scss */
  .ciLoginPage .ciLoginHeader .cobrandArea {
    border-bottom: none;
    min-height: 48px; }
/* line 8610, ../scss/styles.scss */
.ciLoginPage .ciLoginMain {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(50%, #fdfdfd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#ececec, #fdfdfd 50%, #ffffff);
  background-image: -moz-linear-gradient(#ececec, #fdfdfd 50%, #ffffff);
  background-image: -o-linear-gradient(#ececec, #fdfdfd 50%, #ffffff);
  background-image: linear-gradient(#ececec, #fdfdfd 50%, #ffffff);
  border-top: 1px solid #ccc;
  background-color: #eee; }
  /* line 8615, ../scss/styles.scss */
  .ciLoginPage .ciLoginMain h1 {
    text-align: center;
    padding: 20px 0;
    font-size: 32px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal; }
  /* line 8625, ../scss/styles.scss */
  .ciLoginPage .ciLoginMain h2 {
    font-size: 18px;
    margin-bottom: 10px; }
  /* line 8629, ../scss/styles.scss */
  .ciLoginPage .ciLoginMain .loginContainer {
    width: 100%; }
    /* line 8631, ../scss/styles.scss */
    .ciLoginPage .ciLoginMain .loginContainer .login {
      position: relative;
      background-color: #eff3f7;
      border: 1px solid #ddd;
      padding: 25px 30px;
      width: 40%; }
      /* line 8637, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .login input[type="text"], .ciLoginPage .ciLoginMain .loginContainer .login input[type="password"] {
        display: block;
        border: 1px solid #ddd;
        width: 305px;
        height: 30px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 25px; }
      /* line 8648, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .login .passwordDiv {
        position: relative; }
        /* line 8650, ../scss/styles.scss */
        .ciLoginPage .ciLoginMain .loginContainer .login .passwordDiv .forgotLink {
          position: absolute;
          top: 68px;
          left: 225px;
          font-size: 11px; }
      /* line 8657, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .login input[type="submit"] {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #166eb4), color-stop(100%, #004276));
        background-image: -webkit-linear-gradient(#166eb4, #004276);
        background-image: -moz-linear-gradient(#166eb4, #004276);
        background-image: -o-linear-gradient(#166eb4, #004276);
        background-image: linear-gradient(#166eb4, #004276);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: #8bb7da 0 1px 0 0 inset;
        -moz-box-shadow: #8bb7da 0 1px 0 0 inset;
        box-shadow: #8bb7da 0 1px 0 0 inset;
        text-shadow: 0 -1px 0 #09427c;
        display: block;
        padding: 8px 25px;
        margin-top: 30px;
        margin-bottom: 10px;
        color: white;
        font-size: 17px;
        font-weight: bold;
        background-color: #166eb4;
        border-top: 1px solid #004276;
        border-left: 1px solid #004276;
        border-right: 1px solid #004276;
        border-bottom: 4px solid #04243e;
        cursor: pointer; }
      /* line 8682, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .login .stayLoggedIn {
        display: block;
        margin-top: 15px;
        color: #666;
        font-size: 11px; }
        /* line 8687, ../scss/styles.scss */
        .ciLoginPage .ciLoginMain .loginContainer .login .stayLoggedIn input[type="checkbox"] {
          vertical-align: middle;
          margin-top: 1px; }
    /* line 8693, ../scss/styles.scss */
    .ciLoginPage .ciLoginMain .loginContainer .createAccount {
      background-color: #fff;
      border-top: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 25px 35px;
      width: 60%; }
      /* line 8702, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .createAccount .orange {
        color: #da672c; }
      /* line 8705, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .createAccount ul {
        margin-top: 25px;
        margin-left: 15px;
        margin-bottom: 25px; }
        /* line 8711, ../scss/styles.scss */
        .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li {
          margin-bottom: 20px;
          padding-left: 65px;
          background-repeat: no-repeat;
          line-height: 35px;
          font-size: 15px; }
          /* line 8717, ../scss/styles.scss */
          .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li.rankings {
            background-image: url("../images/iconGraph_orangeGrey.png"); }
          /* line 8720, ../scss/styles.scss */
          .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li.employee {
            background-image: url("../images/iconPeople_orangeGrey.png"); }
          /* line 8723, ../scss/styles.scss */
          .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li.guides {
            background-image: url("../images/iconTablet_orangeGrey.png"); }
          /* line 8726, ../scss/styles.scss */
          .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li.jobs {
            background-image: url("../images/iconBriefcase_orangeGrey.png"); }
      /* line 8731, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .createAccount .orangeButton {
        float: right;
        font-size: 17px; }
  /* line 8737, ../scss/styles.scss */
  .ciLoginPage .ciLoginMain .assistance {
    clear: both;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 105px;
    font-size: 16px;
    font-weight: bold;
    color: #666; }
/* line 8751, ../scss/styles.scss */
.ciLoginPage .ciLoginFooter {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4a4a4a;
  font-size: 11px; }
  /* line 8759, ../scss/styles.scss */
  .ciLoginPage .ciLoginFooter p {
    color: #909090;
    font-size: 11px; }
  /* line 8763, ../scss/styles.scss */
  .ciLoginPage .ciLoginFooter ul {
    text-align: center; }
    /* line 8765, ../scss/styles.scss */
    .ciLoginPage .ciLoginFooter ul li {
      display: inline-block;
      border-left: 1px solid #909090;
      padding-right: 4px;
      padding-left: 5px;
      color: #909090;
      line-height: 11px; }
      /* line 8774, ../scss/styles.scss */
      .ciLoginPage .ciLoginFooter ul li:first-child {
        border-left: none; }
      /* line 8777, ../scss/styles.scss */
      .ciLoginPage .ciLoginFooter ul li a {
        color: #a5d4e4; }

/* line 8785, ../scss/styles.scss */
.loginCobrandArea {
  border: 1px solid #ccc;
  border-bottom: 0;
  min-height: 48px;
  padding: 3px 8px 8px 8px;
  float: right;
  text-align: left;
  margin-top: 5px;
  width: 285px;
  font-family: Georgia, Serif;
  font-size: 18px;
  color: #dc6226; }

/* line 8799, ../scss/styles.scss */
.providedBy {
  text-align: left;
  font-size: 11px;
  color: #666;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  display: block; }

/* smaller house ads */
/* line 8808, ../scss/styles.scss */
.smallHouseAd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 96px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  margin-bottom: 25px; }
  /* line 8820, ../scss/styles.scss */
  .smallHouseAd .logo {
    float: right; }
  /* line 8824, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup h4 {
    font-size: 18px;
    color: #ec5712; }
  /* line 8828, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup .description {
    font-size: 11px;
    color: #999;
    margin-bottom: 5px; }
  /* line 8833, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup .placeholder {
    /* placeholder text */
    font-style: normal;
    color: #888; }
  /* line 8837, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-style: normal;
    color: #888; }
  /* line 8841, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-style: normal;
    color: #888; }
  /* line 8845, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-style: normal;
    color: #888; }
  /* line 8849, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-style: normal;
    color: #888; }
  /* line 8853, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    height: 25px; }
    /* line 8859, ../scss/styles.scss */
    .smallHouseAd.newsletterSignup input[type="text"] {
      border: 1px solid #ccc;
      padding: 5px;
      width: 225px; }
    /* line 8864, ../scss/styles.scss */
    .smallHouseAd.newsletterSignup input[type="submit"] {
      background-color: #0066cc;
      color: #fff;
      border: none;
      padding: 5px 9px; }
  /* line 8872, ../scss/styles.scss */
  .smallHouseAd.join {
    position: relative; }
    /* line 8874, ../scss/styles.scss */
    .smallHouseAd.join h4 {
      font-size: 17px;
      color: #0066cc; }
    /* line 8878, ../scss/styles.scss */
    .smallHouseAd.join p {
      color: #666;
      width: 190px;
      margin-top: 5px; }
    /* line 8883, ../scss/styles.scss */
    .smallHouseAd.join input {
      background-color: #0066cc;
      position: absolute;
      bottom: 10px;
      right: 0;
      color: white;
      border: none;
      font-size: 12px;
      width: 100px;
      text-align: center;
      padding: 7px 0; }

/*campus login popups*/
/* line 8899, ../scss/styles.scss */
#CampusPrivacyPolicyDiv, #CampusTermsOfUseDiv {
  max-height: 650px;
  overflow-y: scroll; }

/* guides menu */
/* line 8905, ../scss/styles.scss */
.guideTaxonomy {
  list-style-position: outside;
  margin-right: 10px; }

/* line 8910, ../scss/styles.scss */
.rssLink {
  position: absolute;
  bottom: 5px;
  right: 15px; }

/* line 8919, ../scss/styles.scss */
.goldStarsBig {
  height: 21px;
  width: 125px;
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: -5000px;
  background-image: url("/images/goldStarsBig.gif"); }
  /* line 8928, ../scss/styles.scss */
  .goldStarsBig.four {
    background-position: -25px 0; }
    /* line 15, ../scss/_base.scss */
    .goldStarsBig.four.one-quarter {
      background-position: -25px -21px; }
    /* line 19, ../scss/_base.scss */
    .goldStarsBig.four.one-half {
      background-position: -25px -42px; }
    /* line 23, ../scss/_base.scss */
    .goldStarsBig.four.three-quarter {
      background-position: -25px -63px; }
  /* line 8933, ../scss/styles.scss */
  .goldStarsBig.three {
    background-position: -50px 0; }
    /* line 15, ../scss/_base.scss */
    .goldStarsBig.three.one-quarter {
      background-position: -50px -21px; }
    /* line 19, ../scss/_base.scss */
    .goldStarsBig.three.one-half {
      background-position: -50px -42px; }
    /* line 23, ../scss/_base.scss */
    .goldStarsBig.three.three-quarter {
      background-position: -50px -63px; }
  /* line 8938, ../scss/styles.scss */
  .goldStarsBig.two {
    background-position: -75px 0; }
    /* line 15, ../scss/_base.scss */
    .goldStarsBig.two.one-quarter {
      background-position: -75px -21px; }
    /* line 19, ../scss/_base.scss */
    .goldStarsBig.two.one-half {
      background-position: -75px -42px; }
    /* line 23, ../scss/_base.scss */
    .goldStarsBig.two.three-quarter {
      background-position: -75px -63px; }
  /* line 8943, ../scss/styles.scss */
  .goldStarsBig.one {
    background-position: -100px 0; }
    /* line 15, ../scss/_base.scss */
    .goldStarsBig.one.one-quarter {
      background-position: -100px -21px; }
    /* line 19, ../scss/_base.scss */
    .goldStarsBig.one.one-half {
      background-position: -100px -42px; }
    /* line 23, ../scss/_base.scss */
    .goldStarsBig.one.three-quarter {
      background-position: -100px -63px; }
  /* line 8948, ../scss/styles.scss */
  .goldStarsBig.zero {
    background-position: -125px 0; }
    /* line 15, ../scss/_base.scss */
    .goldStarsBig.zero.one-quarter {
      background-position: -125px -21px; }
    /* line 19, ../scss/_base.scss */
    .goldStarsBig.zero.one-half {
      background-position: -125px -42px; }
    /* line 23, ../scss/_base.scss */
    .goldStarsBig.zero.three-quarter {
      background-position: -125px -63px; }

/* line 1, ../scss/_slider.scss */
.featuredCompaniesHead {
  font: bold 15px Arial, Helvetica;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 5px; }

/* line 8, ../scss/_slider.scss */
.featuredCompanies {
  position: relative;
  width: 610px; }
  /* line 13, ../scss/_slider.scss */
  .featuredCompanies .sliderBlock {
    float: left;
    width: 139px;
    height: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 9px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.29) inset;
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.29) inset;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.29) inset; }
    /* line 23, ../scss/_slider.scss */
    .featuredCompanies .sliderBlock a {
      display: block;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 139px;
      height: 110px; }
    /* line 31, ../scss/_slider.scss */
    .featuredCompanies .sliderBlock img {
      max-width: 120px;
      max-height: 90px; }
  /* line 37, ../scss/_slider.scss */
  .featuredCompanies .directionArrow {
    color: #06c;
    font-size: 15px;
    float: left;
    cursor: pointer; }
    /* line 44, ../scss/_slider.scss */
    .featuredCompanies .directionArrow.disabled {
      opacity: .25;
      filter: alpha(opacity=25);
      cursor: default; }
  /* line 51, ../scss/_slider.scss */
  .featuredCompanies #sliderWrap {
    overflow: hidden;
    width: 610px;
    height: 110px;
    float: left;
    margin-left: -9px; }
    /* line 58, ../scss/_slider.scss */
    .featuredCompanies #sliderWrap #sliderWrap2 {
      position: relative;
      height: 110px; }
  /* line 64, ../scss/_slider.scss */
  .featuredCompanies .controls {
    position: absolute;
    right: 0;
    top: -35px; }
  /* line 70, ../scss/_slider.scss */
  .featuredCompanies .pageCounter {
    height: 8px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left; }
    /* line 77, ../scss/_slider.scss */
    .featuredCompanies .pageCounter li {
      float: left;
      background-color: #ccc;
      width: 8px;
      height: 8px;
      margin: 0 4px;
      padding: 0;
      border-radius: 4px; }
      /* line 86, ../scss/_slider.scss */
      .featuredCompanies .pageCounter li.active {
        background-color: #f8af50; }

/* line 8958, ../scss/styles.scss */
.rateCompany table {
  font-size: 14px; }
  /* line 8961, ../scss/styles.scss */
  .rateCompany table td {
    padding: 0 10px 0 0; }
    /* line 8964, ../scss/styles.scss */
    .rateCompany table td i {
      font-size: 25px;
      padding: 0 2px; }
      /* line 8968, ../scss/styles.scss */
      .rateCompany table td i:first-child {
        padding-left: 0; }
/* line 8975, ../scss/styles.scss */
.rateCompany p {
  margin-bottom: 1em; }
  /* line 8978, ../scss/styles.scss */
  .rateCompany p label {
    width: 66%;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 15px; }
/* line 8986, ../scss/styles.scss */
.rateCompany .endorsements {
  float: left;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 50%; }
  /* line 8993, ../scss/styles.scss */
  .rateCompany .endorsements li {
    padding-bottom: 5px; }
    /* line 8996, ../scss/styles.scss */
    .rateCompany .endorsements li label {
      color: #666; }
    /* line 9000, ../scss/styles.scss */
    .rateCompany .endorsements li input {
      margin-right: 5px; }
      /* line 9004, ../scss/styles.scss */
      .rateCompany .endorsements li input:checked + label {
        font-weight: bold;
        color: #333; }

/* line 9014, ../scss/styles.scss */
.samples {
  margin-top: 60px; }

/* line 9018, ../scss/styles.scss */
.reviewLeftColumn {
  border-right: 1px solid #ccc;
  padding-right: 50px; }

/* line 9024, ../scss/styles.scss */
.reviewRightColumn h3 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
  margin-bottom: 20px; }

/* line 9031, ../scss/styles.scss */
.submitReviewPromo {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e0ecf2));
  background-image: -webkit-linear-gradient(#f6f6f6, #e0ecf2);
  background-image: -moz-linear-gradient(#f6f6f6, #e0ecf2);
  background-image: -o-linear-gradient(#f6f6f6, #e0ecf2);
  background-image: linear-gradient(#f6f6f6, #e0ecf2);
  border: 1px solid #bbb;
  width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  color: #4d6b83;
  font-size: 15px;
  float: right; }
  /* line 9041, ../scss/styles.scss */
  .submitReviewPromo a {
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    display: block;
    margin-top: 10px; }
    /* line 9048, ../scss/styles.scss */
    .submitReviewPromo a::before {
      color: #fdb508;
      content: '\25B6';
      position: absolute;
      left: 0; }

/* line 9059, ../scss/styles.scss */
.recent_reviews .row {
  padding: 10px 0; }
/* line 9064, ../scss/styles.scss */
.recent_reviews .column2 {
  border-right: 1px solid #dddddd;
  color: #444;
  text-align: center;
  height: 80px; }
  /* line 9070, ../scss/styles.scss */
  .recent_reviews .column2 img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
/* line 9077, ../scss/styles.scss */
.recent_reviews .column6 {
  border-left: 1px solid #dddddd;
  margin-left: -1px; }
/* line 9082, ../scss/styles.scss */
.recent_reviews .review_quote {
  color: #0066cc;
  font-weight: bold; }
/* line 9087, ../scss/styles.scss */
.recent_reviews span {
  margin-right: 10px; }

/* line 9092, ../scss/styles.scss */
.discountBox {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: 10px; }

/* line 9099, ../scss/styles.scss */
.subtotalBox {
  border: 1px solid #ddd;
  padding: 20px; }
  /* line 9103, ../scss/styles.scss */
  .subtotalBox p {
    font-size: 15px; }
  /* line 9107, ../scss/styles.scss */
  .subtotalBox .checkout-button {
    width: 100%;
    padding: 10px 0; }

/* line 9113, ../scss/styles.scss */
.cart-totals {
  width: 100%; }
  /* line 9117, ../scss/styles.scss */
  .cart-totals tr td {
    padding: 5px 0; }
    /* line 9120, ../scss/styles.scss */
    .cart-totals tr td:last-child {
      text-align: right; }
  /* line 9125, ../scss/styles.scss */
  .cart-totals tr:last-child {
    font-weight: bold; }
    /* line 9128, ../scss/styles.scss */
    .cart-totals tr:last-child td {
      padding-top: 10px;
      border-top: 1px dotted #ccc; }

/* line 9136, ../scss/styles.scss */
.postSubmit {
  background: url("../images/postSubmitBackground.gif") no-repeat right;
  min-height: 405px; }

/* line 9141, ../scss/styles.scss */
.cancelReview {
  float: right;
  margin: 10px; }

/* line 9146, ../scss/styles.scss */
.paragraphCode {
  font-size: 0px; }

/* line 9150, ../scss/styles.scss */
.enterCode {
  margin: 0;
  border: 1px solid #ccc;
  display: inline-block;
  height: 35px;
  width: 105px;
  font-size: 13px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px; }
  /* line 29, ../scss/_base.scss */
  .enterCode::-webkit-input-placeholder {
    font-style: normal;
    color: #999; }
  /* line 30, ../scss/_base.scss */
  .enterCode:-moz-placeholder {
    font-style: normal;
    color: #999; }
  /* line 31, ../scss/_base.scss */
  .enterCode::-moz-placeholder {
    font-style: normal;
    color: #999; }
  /* line 32, ../scss/_base.scss */
  .enterCode:-ms-input-placeholder {
    font-style: normal;
    color: #999; }

/* line 9167, ../scss/styles.scss */
.applyCode {
  width: 60px;
  height: 35px;
  border: 1px solid #ccc;
  border-left: 0;
  display: inline-block;
  color: #0066cc;
  cursor: pointer;
  font-size: 13px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dde6ea));
  background-image: -webkit-linear-gradient(#ffffff, #dde6ea);
  background-image: -moz-linear-gradient(#ffffff, #dde6ea);
  background-image: -o-linear-gradient(#ffffff, #dde6ea);
  background-image: linear-gradient(#ffffff, #dde6ea); }

/* line 9179, ../scss/styles.scss */
.checkout-button {
  font: 16px arial;
  color: #fff;
  border: solid 1px #1d7a09;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  background: #1d7a09;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #74c163), color-stop(100%, #1d7a09));
  background-image: -webkit-linear-gradient(#74c163, #1d7a09);
  background-image: -moz-linear-gradient(#74c163, #1d7a09);
  background-image: -o-linear-gradient(#74c163, #1d7a09);
  background-image: linear-gradient(#74c163, #1d7a09);
  cursor: pointer; }
  /* line 9191, ../scss/styles.scss */
  .checkout-button:hover {
    text-decoration: none; }
  /* line 9195, ../scss/styles.scss */
  .checkout-button i {
    font-size: 20px;
    margin-right: 5px; }

/* line 9201, ../scss/styles.scss */
.cartBreadcrumb {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  /* line 9210, ../scss/styles.scss */
  .cartBreadcrumb span {
    margin: 0 8px; }
  /* line 9214, ../scss/styles.scss */
  .cartBreadcrumb .active {
    color: #098652;
    font-weight: bold; }

/* line 9221, ../scss/styles.scss */
.checkoutPage input[type=text], .checkoutPage input[type=password], .checkoutPage select {
  height: 40px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #bbb; }
  /* line 29, ../scss/_base.scss */
  .checkoutPage input[type=text]::-webkit-input-placeholder, .checkoutPage input[type=password]::-webkit-input-placeholder, .checkoutPage select::-webkit-input-placeholder {
    font-style: normal;
    color: #666; }
  /* line 30, ../scss/_base.scss */
  .checkoutPage input[type=text]:-moz-placeholder, .checkoutPage input[type=password]:-moz-placeholder, .checkoutPage select:-moz-placeholder {
    font-style: normal;
    color: #666; }
  /* line 31, ../scss/_base.scss */
  .checkoutPage input[type=text]::-moz-placeholder, .checkoutPage input[type=password]::-moz-placeholder, .checkoutPage select::-moz-placeholder {
    font-style: normal;
    color: #666; }
  /* line 32, ../scss/_base.scss */
  .checkoutPage input[type=text]:-ms-input-placeholder, .checkoutPage input[type=password]:-ms-input-placeholder, .checkoutPage select:-ms-input-placeholder {
    font-style: normal;
    color: #666; }
/* line 9235, ../scss/styles.scss */
.checkoutPage .ccInputWrapper .fa {
  margin-right: 5px; }
/* line 9240, ../scss/styles.scss */
.checkoutPage .ccInput {
  height: 40px;
  padding: 12px 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #bbb;
  display: none;
  cursor: context-menu;
  position: relative; }
  /* line 9250, ../scss/styles.scss */
  .checkoutPage .ccInput::after {
    content: '\25BC';
    position: absolute;
    font-size: .7em;
    right: 4px;
    top: 14px; }
/* line 9259, ../scss/styles.scss */
.checkoutPage .ccInputDropdown {
  display: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #bbb;
  border-top: 0;
  list-style-type: none;
  z-index: 100;
  position: absolute;
  width: 290px;
  cursor: context-menu; }
  /* line 9273, ../scss/styles.scss */
  .checkoutPage .ccInputDropdown li {
    margin: 0;
    padding: 5px 10px; }
    /* line 9277, ../scss/styles.scss */
    .checkoutPage .ccInputDropdown li:hover {
      background-color: #1e90ff;
      color: #fff; }
/* line 9284, ../scss/styles.scss */
.checkoutPage h1 {
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px; }
  /* line 9290, ../scss/styles.scss */
  .checkoutPage h1 i {
    margin-right: 10px;
    display: inline-block; }
/* line 9296, ../scss/styles.scss */
.checkoutPage td {
  vertical-align: top; }

/* line 9301, ../scss/styles.scss */
.expirationDate {
  background-color: #f6f6f6;
  float: left;
  border: 1px solid #ddd;
  border-right: 0;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  padding: 10px;
  margin-right: 20px;
  position: relative; }
  /* line 9313, ../scss/styles.scss */
  .expirationDate::after, .expirationDate::before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  /* line 9323, ../scss/styles.scss */
  .expirationDate::after {
    border-color: rgba(243, 243, 243, 0);
    border-left-color: #f3f3f3;
    border-width: 19px 0 19px 9px;
    margin-top: -19px; }
  /* line 9330, ../scss/styles.scss */
  .expirationDate::before {
    border-color: rgba(221, 221, 221, 0);
    border-left-color: #ddd;
    border-width: 20px 0 20px 10px;
    margin-top: -20px; }

/* line 9338, ../scss/styles.scss */
.billingLeft, .billingRight {
  background: #fcfcfc;
  padding: 20px 14px 0 14px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  min-height: 375px; }

/* line 9346, ../scss/styles.scss */
.billingRight {
  border-left: 0;
  padding-left: 15px; }

/* line 9351, ../scss/styles.scss */
.ccSecurity {
  min-height: 33px;
  padding: 8px 0 0 55px;
  background: url("/images/ccSecurityCode.gif") no-repeat;
  margin: 3px 0 0 0; }

/* line 9358, ../scss/styles.scss */
.checkoutTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px; }
  /* line 9363, ../scss/styles.scss */
  .checkoutTable td {
    background: #fcfcfc;
    padding: 20px 15px 40px 15px;
    border: 1px solid #ccc;
    vertical-align: top;
    width: 33.3333%; }

/* line 9372, ../scss/styles.scss */
.appliedCode {
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: inline-block;
  font-size: 8px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px; }

/* line 9382, ../scss/styles.scss */
.joinGoldHeader {
  background: url("/images/joinGoldBackground.jpg") top center no-repeat;
  height: 448px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  border-bottom: 1px solid #ccc; }

/* line 9395, ../scss/styles.scss */
.goldOptionsWrapper {
  width: 660px;
  margin: 20px auto; }

/* line 9400, ../scss/styles.scss */
.goldOption {
  width: 220px;
  float: left;
  border: 1px solid #ddd;
  border-top: 0;
  text-align: center;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(128, 128, 128, 0.25);
  -moz-box-shadow: 0px 0px 5px 2px rgba(128, 128, 128, 0.25);
  box-shadow: 0px 0px 5px 2px rgba(128, 128, 128, 0.25);
  z-index: 1;
  margin-top: 25px;
  font-size: 15px;
  position: relative; }
  /* line 9414, ../scss/styles.scss */
  .goldOption .goldOptionHeader {
    background-color: #5f97cf;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px; }
  /* line 9425, ../scss/styles.scss */
  .goldOption p {
    color: #666;
    line-height: 1.2em;
    margin: 20px 0;
    height: 30px; }
    /* line 9431, ../scss/styles.scss */
    .goldOption p strong {
      color: #06c; }
  /* line 9436, ../scss/styles.scss */
  .goldOption .goldPrice {
    color: #da6216;
    font-size: 60px;
    height: auto; }
  /* line 9442, ../scss/styles.scss */
  .goldOption .addGold {
    border: 1px solid #ccc;
    display: block;
    margin: 20px;
    padding: 10px 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5eef9));
    background-image: -webkit-linear-gradient(#ffffff, #e5eef9);
    background-image: -moz-linear-gradient(#ffffff, #e5eef9);
    background-image: -o-linear-gradient(#ffffff, #e5eef9);
    background-image: linear-gradient(#ffffff, #e5eef9); }
    /* line 9449, ../scss/styles.scss */
    .goldOption .addGold:hover {
      text-decoration: none; }
  /* line 9454, ../scss/styles.scss */
  .goldOption.popular {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    z-index: 10;
    margin-top: 10px; }
    /* line 9459, ../scss/styles.scss */
    .goldOption.popular::before {
      content: '';
      width: 120px;
      height: 26px;
      background-image: url("/images/mostPopularFlag.png");
      position: absolute;
      top: -10px;
      left: -11px; }
    /* line 9469, ../scss/styles.scss */
    .goldOption.popular .goldOptionHeader {
      height: 56px;
      padding-top: 20px;
      background-color: #0066cc; }
    /* line 9475, ../scss/styles.scss */
    .goldOption.popular .addGold {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #25b24b), color-stop(100%, #098652));
      background-image: -webkit-linear-gradient(#25b24b, #098652);
      background-image: -moz-linear-gradient(#25b24b, #098652);
      background-image: -o-linear-gradient(#25b24b, #098652);
      background-image: linear-gradient(#25b24b, #098652);
      border-color: #098652;
      color: #fff;
      padding: 15px 0;
      font-size: 17px;
      margin-top: 30px; }

/* line 9487, ../scss/styles.scss */
.reviewSignIn {
  float: left;
  width: 300px;
  height: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f8f9;
  border: 1px solid #ccc;
  padding: 30px 25px; }
  /* line 9496, ../scss/styles.scss */
  .reviewSignIn input[type=text], .reviewSignIn input[type=password] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 0 10px;
    margin: 5px 0; }

/* line 9505, ../scss/styles.scss */
.reviewNoAccount {
  float: left;
  width: 370px;
  height: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-left: 0;
  padding: 30px 35px; }

/* line 9515, ../scss/styles.scss */
.reviewGetFree {
  float: left;
  width: 275px;
  height: 320px;
  padding: 25px;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fffdf2;
  position: relative; }
  /* line 9527, ../scss/styles.scss */
  .reviewGetFree p {
    line-height: 1.5em; }
  /* line 9531, ../scss/styles.scss */
  .reviewGetFree::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 60px;
    border-color: transparent;
    border-right-color: #fffdf2;
    border-width: 14px 14px 14px 0;
    border-style: solid; }
  /* line 9542, ../scss/styles.scss */
  .reviewGetFree::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 58px;
    border-color: transparent;
    border-right-color: #ccc;
    border-width: 16px 15px 16px 0;
    border-style: solid; }

/* line 9554, ../scss/styles.scss */
.submitReviewCallout {
  border: 1px solid #ccc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fffbe6), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#fffbe6, #ffffff);
  background-image: -moz-linear-gradient(#fffbe6, #ffffff);
  background-image: -o-linear-gradient(#fffbe6, #ffffff);
  background-image: linear-gradient(#fffbe6, #ffffff);
  width: 210px;
  padding: 15px;
  float: right; }

/* line 9562, ../scss/styles.scss */
.yellowHighlight {
  background-color: #ffee9c; }

/* line 9566, ../scss/styles.scss */
.newPopupWrapper {
  display: none;
  overflow: hidden; }
  /* line 9570, ../scss/styles.scss */
  .newPopupWrapper .grayOverlay {
    min-height: 100%;
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); }
  /* line 9580, ../scss/styles.scss */
  .newPopupWrapper .close {
    color: #666;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    z-index: 200;
    cursor: pointer; }

/* line 9593, ../scss/styles.scss */
.registerPopup .popupContentWrapper {
  z-index: 1000;
  background: #fff;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -205px;
  width: 410px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 4px solid #da6216; }
  /* line 9604, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .popupContent {
    width: 350px;
    padding: 20px 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 9611, ../scss/styles.scss */
  .registerPopup .popupContentWrapper h2 {
    background: url("../images/vaultClearBackground.png") right no-repeat;
    line-height: 31px; }
  /* line 9616, ../scss/styles.scss */
  .registerPopup .popupContentWrapper input[type=text], .registerPopup .popupContentWrapper input[type=password], .registerPopup .popupContentWrapper select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ccc; }
    /* line 29, ../scss/_base.scss */
    .registerPopup .popupContentWrapper input[type=text]::-webkit-input-placeholder, .registerPopup .popupContentWrapper input[type=password]::-webkit-input-placeholder, .registerPopup .popupContentWrapper select::-webkit-input-placeholder {
      font-style: normal;
      color: #666; }
    /* line 30, ../scss/_base.scss */
    .registerPopup .popupContentWrapper input[type=text]:-moz-placeholder, .registerPopup .popupContentWrapper input[type=password]:-moz-placeholder, .registerPopup .popupContentWrapper select:-moz-placeholder {
      font-style: normal;
      color: #666; }
    /* line 31, ../scss/_base.scss */
    .registerPopup .popupContentWrapper input[type=text]::-moz-placeholder, .registerPopup .popupContentWrapper input[type=password]::-moz-placeholder, .registerPopup .popupContentWrapper select::-moz-placeholder {
      font-style: normal;
      color: #666; }
    /* line 32, ../scss/_base.scss */
    .registerPopup .popupContentWrapper input[type=text]:-ms-input-placeholder, .registerPopup .popupContentWrapper input[type=password]:-ms-input-placeholder, .registerPopup .popupContentWrapper select:-ms-input-placeholder {
      font-style: normal;
      color: #666; }
  /* line 9629, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column {
    padding: 0 5px; }
  /* line 9633, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column2 {
    width: 140px; }
  /* line 9637, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column3 {
    width: 210px; }
  /* line 9641, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column5 {
    width: 350px; }
  /* line 9645, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column10 {
    width: 700px; }
/* line 9652, ../scss/styles.scss */
.registerPopup.goldPopup .popupContentWrapper {
  margin-left: -380px;
  width: 760px; }
  /* line 9656, ../scss/styles.scss */
  .registerPopup.goldPopup .popupContentWrapper .popupContent {
    width: 700px; }
/* line 9661, ../scss/styles.scss */
.registerPopup.goldPopup .checkbox_box {
  max-height: 350px; }

/* line 9667, ../scss/styles.scss */
.accessGuidesColumn {
  padding: 20px;
  border: 1px solid #ccc; }
  /* line 9671, ../scss/styles.scss */
  .accessGuidesColumn p {
    margin: 0;
    color: #666; }

/* line 9677, ../scss/styles.scss */
.accessGuidesButton {
  background-color: #1774bc;
  display: block;
  padding: 15px 10px;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
  /*
  	&::after {
  		content: '\f112';
  		font-family: 'FontAwesome';
  		color: #da6216;
  		@include rotate(90deg);
  		position: absolute;
  		right: -30px;
  		z-index: 100;
  		font-size: 40px;
  		top: -10px;
  	}
  */ }

/* line 9702, ../scss/styles.scss */
.receiptTable th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px; }

/* line 9711, ../scss/styles.scss */
.guidePage h1 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

/* line 9720, ../scss/styles.scss */
.guideImage {
  width: 130px;
  height: auto; }

/* line 9725, ../scss/styles.scss */
.guidePrice {
  font-size: 28px;
  color: #da6216; }

/* line 9730, ../scss/styles.scss */
.guideAddCart {
  color: #fff;
  background: #25b34b -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #25b34b), color-stop(100%, #1b9b3d));
  background: #25b34b -webkit-linear-gradient(#25b34b, #1b9b3d);
  background: #25b34b -moz-linear-gradient(#25b34b, #1b9b3d);
  background: #25b34b -o-linear-gradient(#25b34b, #1b9b3d);
  background: #25b34b linear-gradient(#25b34b, #1b9b3d);
  border: 1px solid #098652;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  display: block; }
  /* line 9739, ../scss/styles.scss */
  .guideAddCart:hover {
    text-decoration: none; }

/* line 9744, ../scss/styles.scss */
.guideCart {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px; }
  /* line 9752, ../scss/styles.scss */
  .guideCart a {
    display: block;
    background-color: #fbfbfb;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ccc; }
    /* line 9759, ../scss/styles.scss */
    .guideCart a:hover {
      text-decoration: none; }

/* line 9765, ../scss/styles.scss */
.diversityDatabase {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 25px;
  background: url("../images/Vault-logos_03.jpg") right 115px top 15px no-repeat, url("../images/MCCA-logos_04.jpg") right 25px top 15px no-repeat; }

/* line 9772, ../scss/styles.scss */
.ciClosePopup {
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 40px;
  color: #333;
  height: 40px;
  width: 40px;
  z-index: 10000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center; }

/* line 9788, ../scss/styles.scss */
.bottomBorder {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px; }

/* line 9794, ../scss/styles.scss */
.shorterBottomBorder {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }

/* line 9800, ../scss/styles.scss */
.bottomBorderBlack {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }

/* line 9807, ../scss/styles.scss */
.topBorder {
  margin-top: 25px;
  border-top: 1px solid #ddd;
  padding-top: 25px; }

/* line 9814, ../scss/styles.scss */
.specialOffersPage .guideCart {
  text-align: center; }
  /* line 9817, ../scss/styles.scss */
  .specialOffersPage .guideCart a {
    padding: 10px 30px;
    display: inline-block; }

/* line 9824, ../scss/styles.scss */
.utilityMenu {
  /*margin-right: 10px;*/
  padding-top: 5px;
  margin-bottom: 0px;
  color: #cedce6; }
  /* line 9830, ../scss/styles.scss */
  .utilityMenu li {
    padding: 0px 10px; }
  /* line 9834, ../scss/styles.scss */
  .utilityMenu a {
    color: #cedce6; }

/* line 9839, ../scss/styles.scss */
.submitReviewHeader {
  margin-bottom: 20px; }
  /* line 9842, ../scss/styles.scss */
  .submitReviewHeader h1 {
    color: #da6216;
    font-family: Georgia;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5em; }

/* line 9851, ../scss/styles.scss */
.submitReviewMainStars {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px; }
  /* line 9857, ../scss/styles.scss */
  .submitReviewMainStars .findCompField {
    width: 100%;
    margin-top: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 9863, ../scss/styles.scss */
  .submitReviewMainStars p {
    margin: 0; }

/* line 9868, ../scss/styles.scss */
.submitReviewRequirement {
  display: inline-block;
  text-align: right;
  color: #999;
  font-size: 12px;
  width: 33%; }

/* line 9876, ../scss/styles.scss */
.reviewOptionalWrapper {
  margin-bottom: 10px; }
  /* line 9879, ../scss/styles.scss */
  .reviewOptionalWrapper h4 {
    padding-left: 10px;
    cursor: pointer; }
    /* line 9883, ../scss/styles.scss */
    .reviewOptionalWrapper h4::before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: 0px;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #004276;
      top: 6px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }
    /* line 9899, ../scss/styles.scss */
    .reviewOptionalWrapper h4.showOptional::before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  /* line 9905, ../scss/styles.scss */
  .reviewOptionalWrapper .reviewOptional {
    display: none; }
    /* line 9908, ../scss/styles.scss */
    .reviewOptionalWrapper .reviewOptional:last-child {
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px; }

/* line 36, ../scss/_base.scss */
.UGCCheckboxDiv::after, .TxtAreaDiv::after, .DropDownListDiv::after {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

/* line 9919, ../scss/styles.scss */
.DropDownListDiv {
  width: 50%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  position: relative; }
  /* line 9927, ../scss/styles.scss */
  .DropDownListDiv.column2, .DropDownListDiv.column4 {
    width: 50%; }
  /* line 9931, ../scss/styles.scss */
  .DropDownListDiv.flushTop {
    padding: 0 15px; }

/* line 9936, ../scss/styles.scss */
.pickReview {
  margin-bottom: 2em;
  line-height: 1.5em; }
  /* line 9940, ../scss/styles.scss */
  .pickReview ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0; }
    /* line 9945, ../scss/styles.scss */
    .pickReview ul li {
      padding: 0;
      margin: 0 0 1em 0; }
      /* line 9950, ../scss/styles.scss */
      .pickReview ul li input:checked {
        font-weight: bold; }
        /* line 9953, ../scss/styles.scss */
        .pickReview ul li input:checked + label {
          font-weight: bold; }

/* line 9962, ../scss/styles.scss */
.submitReviewLeft {
  padding-right: 50px;
  border-right: 1px solid #ccc;
  min-height: 600px; }

/* line 9968, ../scss/styles.scss */
.submitReviewRight {
  color: #666;
  padding: 0 25px p, h1, h2, h3, h4, h5, h6;
    padding-color: #666; }

/* line 9977, ../scss/styles.scss */
.reviewGoldMessage {
  font-size: 12px;
  font-weight: bold;
  background: url("/images/vaultGoldLogo.png") right bottom no-repeat;
  padding-top: 5px; }
  /* line 9983, ../scss/styles.scss */
  .reviewGoldMessage span {
    background-color: #da6216;
    color: white;
    display: inline-block;
    padding: 5px 10px; }

/* line 9992, ../scss/styles.scss */
.StrDivCl table {
  margin: 10px 0; }

/* line 9998, ../scss/styles.scss */
.roadblock h2 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-top: 0; }
  /* line 10004, ../scss/styles.scss */
  .roadblock h2 a {
    font-weight: normal; }
  /* line 10007, ../scss/styles.scss */
  .roadblock h2 strong {
    color: #000; }

/* line 10013, ../scss/styles.scss */
.rankingsHeaderNew {
  color: #666;
  margin-bottom: 15px; }
  /* line 10017, ../scss/styles.scss */
  .rankingsHeaderNew p {
    font-size: 15px;
    line-height: 1.4em;
    color: #666; }
  /* line 10023, ../scss/styles.scss */
  .rankingsHeaderNew img {
    float: left;
    margin: 0 10px 2em 0; }
  /* line 10028, ../scss/styles.scss */
  .rankingsHeaderNew h1 {
    font-size: 36px;
    font-weight: normal;
    color: #444c53; }
  /* line 10034, ../scss/styles.scss */
  .rankingsHeaderNew select {
    height: 30px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    width: 100%; }

/* line 10044, ../scss/styles.scss */
.border-bottom {
  border-bottom: 1px solid #999;
  margin-bottom: 15px; }

/* line 10049, ../scss/styles.scss */
.border-right-dotted {
  border-right: 1px dotted #ccc; }

/* line 10053, ../scss/styles.scss */
.rankingTableLarge {
  width: 100%;
  color: #666;
  font-size: 15px; }
  /* line 10058, ../scss/styles.scss */
  .rankingTableLarge th {
    color: #363636;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999; }
    /* line 10066, ../scss/styles.scss */
    .rankingTableLarge th a {
      color: #363636;
      text-decoration: none; }
    /* line 10071, ../scss/styles.scss */
    .rankingTableLarge th .tableSort {
      color: #bbb; }
    /* line 10076, ../scss/styles.scss */
    .rankingTableLarge th.sortAsc .fa-sort-asc {
      color: #000; }
    /* line 10082, ../scss/styles.scss */
    .rankingTableLarge th.sortDesc .fa-sort-desc {
      color: #000; }
  /* line 10088, ../scss/styles.scss */
  .rankingTableLarge tr {
    border-bottom: 1px solid #e5e5e5; }
  /* line 10092, ../scss/styles.scss */
  .rankingTableLarge td {
    padding: 10px;
    color: #666; }

/* line 10098, ../scss/styles.scss */
.leftContentColumn {
  padding: 0 5px; }

/* line 10104, ../scss/styles.scss */
.reviewActions .fa {
  margin-right: 5px; }
/* line 10109, ../scss/styles.scss */
.reviewActions a:hover {
  text-decoration: none; }
  /* line 10112, ../scss/styles.scss */
  .reviewActions a:hover span {
    text-decoration: underline; }

/* line 10121, ../scss/styles.scss */
.submitReviewWrapper .fakeTextarea {
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  color: #666;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f8fb));
  background-image: -webkit-linear-gradient(#ffffff, #f3f8fb);
  background-image: -moz-linear-gradient(#ffffff, #f3f8fb);
  background-image: -o-linear-gradient(#ffffff, #f3f8fb);
  background-image: linear-gradient(#ffffff, #f3f8fb); }

/* line 10135, ../scss/styles.scss */
.submitReviewArrow {
  padding-top: 10px;
  color: #da6216; }

/* line 10140, ../scss/styles.scss */
.submitDynamicReviewDiv {
  border: 1px solid #da6216;
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 18px; }
  /* line 10148, ../scss/styles.scss */
  .submitDynamicReviewDiv .fa {
    margin-right: 5px; }
  /* line 10152, ../scss/styles.scss */
  .submitDynamicReviewDiv p {
    margin: 10px 0;
    font-size: 18px; }

/* line 10158, ../scss/styles.scss */
.submitNowButton {
  background-color: #da6216;
  padding: 10px 20px;
  display: inline-block;
  color: #000;
  font-weight: bold; }

/* line 10166, ../scss/styles.scss */
.mccaSeal {
  float: right;
  margin-left: 10px; }

/* line 10171, ../scss/styles.scss */
.mccaHeader {
  color: #666;
  font-size: 14px;
  font-family: 'Trade Gothic Condensed', 'Trade Gothic', 'Century Gothic', Arial, Helvetica; }

/* line 10179, ../scss/styles.scss */
.slideshowPopup {
  display: none; }
  /* line 10182, ../scss/styles.scss */
  .slideshowPopup .popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
    background-color: #fff; }
  /* line 10193, ../scss/styles.scss */
  .slideshowPopup .closePopup {
    color: #5e5e5e;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: 450px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    cursor: pointer;
    z-index: 1000; }
  /* line 10206, ../scss/styles.scss */
  .slideshowPopup .companyImageBox {
    z-index: 1000;
    position: fixed;
    top: 75px;
    left: 50%;
    min-height: 480px;
    width: 880px;
    margin-left: -440px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 10216, ../scss/styles.scss */
    .slideshowPopup .companyImageBox .kWidgetIframeContainer {
      margin: 0 auto; }
  /* line 10222, ../scss/styles.scss */
  .slideshowPopup.careerVideoPopup .closePopup {
    margin-left: 510px; }
  /* line 10226, ../scss/styles.scss */
  .slideshowPopup.careerVideoPopup .companyImageBox {
    width: 1000px;
    margin-left: -500px;
    border-bottom: 3px solid #000;
    min-height: 420px; }

/* Start Why Work Here Slideshow */
/* line 10239, ../scss/styles.scss */
.whySlideshow {
  width: 880px;
  height: 480px;
  position: relative;
  overflow: hidden;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #000;
  color: #fff; }
  /* line 10251, ../scss/styles.scss */
  .whySlideshow h2 {
    position: absolute;
    z-index: 1000;
    top: 25px;
    left: 75px;
    margin: 0;
    padding: 0;
    max-width: 700px;
    color: #fff;
    font-size: 24px;
    font-weight: normal; }
  /* line 10264, ../scss/styles.scss */
  .whySlideshow .slideCounter {
    position: absolute;
    z-index: 1000;
    left: 790px;
    top: 25px;
    color: #999;
    font-size: 15px; }

/* line 10274, ../scss/styles.scss */
.whySlideshowWrapper {
  position: absolute; }
  /* line 10277, ../scss/styles.scss */
  .whySlideshowWrapper > div {
    width: 880px;
    height: 480px;
    position: relative;
    float: left;
    padding: 65px 75px 0 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 10285, ../scss/styles.scss */
    .whySlideshowWrapper > div img {
      float: left;
      margin-right: 10px; }
    /* line 10290, ../scss/styles.scss */
    .whySlideshowWrapper > div .imageWrapper {
      width: 480px;
      height: 360px;
      float: left;
      margin-right: 25px;
      background-color: #363636; }
      /* line 10297, ../scss/styles.scss */
      .whySlideshowWrapper > div .imageWrapper img {
        margin: 0 auto;
        max-width: 480px;
        max-height: 360px;
        display: block;
        margin: 0 auto; }
    /* line 10306, ../scss/styles.scss */
    .whySlideshowWrapper > div .caption {
      color: #eee;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 15px;
      line-height: 1.5em; }

/* line 10315, ../scss/styles.scss */
.whyArrow {
  display: block;
  width: 40px;
  height: 480px;
  position: absolute;
  cursor: pointer;
  background-color: #83a1bf;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  padding-top: 230px; }
  /* line 10328, ../scss/styles.scss */
  .whyArrow:hover {
    background-color: #5fa9f3; }

/* line 10333, ../scss/styles.scss */
.whyNext {
  right: 0; }

/* line 10337, ../scss/styles.scss */
.whyPrev {
  left: 0; }

/* End Why Work Here Slideshow */
/* line 10344, ../scss/styles.scss */
.hiddenTitle {
  display: none; }

/* line 10348, ../scss/styles.scss */
.whyWorkHereOverview {
  position: relative;
  margin: 0 0 20px 0; }
  /* line 10352, ../scss/styles.scss */
  .whyWorkHereOverview a {
    position: relative; }
    /* line 10355, ../scss/styles.scss */
    .whyWorkHereOverview a:hover {
      text-decoration: none; }
  /* line 10361, ../scss/styles.scss */
  .whyWorkHereOverview img {
    width: 100%; }
  /* line 10365, ../scss/styles.scss */
  .whyWorkHereOverview span {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    background-color: #da6216;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px; }

/* line 10377, ../scss/styles.scss */
.qaHeadshot {
  float: left;
  width: 126px;
  height: 126px;
  margin: 0 10px 10px 0; }

/* line 10384, ../scss/styles.scss */
.companyInfoCol {
  font-size: 13px; }
  /* line 10387, ../scss/styles.scss */
  .companyInfoCol p, .companyInfoCol ul, .companyInfoCol ol, .companyInfoCol li {
    font-size: 13px; }

/* line 10392, ../scss/styles.scss */
.noData {
  color: #ffa311;
  font-size: 18px; }

/* line 10398, ../scss/styles.scss */
.dashboardIcons {
  border-bottom: 1px solid #999; }
  /* line 36, ../scss/_base.scss */
  .dashboardIcons::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  /* line 10404, ../scss/styles.scss */
  .dashboardIcons .dashboardIcon {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    /* line 10410, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon h2 {
      font-size: 12px;
      color: #363636;
      font-weight: normal;
      text-align: center;
      margin: 0 0 5px 0; }
    /* line 10418, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon p {
      font-weight: bold;
      font-size: 11px; }
      /* line 10422, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon p.noData {
        color: #ffa311;
        font-size: 18px; }
    /* line 10428, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon .founded {
      font-family: Georgia, 'Times New Roman';
      font-size: 36px;
      color: #808080;
      font-weight: normal;
      height: 50px; }
    /* line 10436, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon .foundedBottom {
      font-family: Georgia, 'Times New Roman';
      font-size: 36px;
      color: #808080;
      text-align: center;
      line-height: 13px;
      margin: 0; }
    /* line 10445, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon .schoolSettingIcon {
      width: 60px;
      height: 50px;
      background-image: url("/images/schoolSettings.gif");
      margin: 0 auto; }
      /* line 10451, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon .schoolSettingIcon.Rural {
        background-position: 0 0; }
      /* line 10455, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon .schoolSettingIcon.SmallTown {
        background-position: -60px 0; }
      /* line 10459, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon .schoolSettingIcon.Suburban {
        background-position: -120px 0; }
      /* line 10463, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon .schoolSettingIcon.Urban {
        background-position: -180px 0; }

/* line 10471, ../scss/styles.scss */
.schoolRankingHead {
  clear: both; }
  /* line 10474, ../scss/styles.scss */
  .schoolRankingHead img {
    float: right;
    margin-left: 10px;
    max-width: 80px; }
  /* line 10480, ../scss/styles.scss */
  .schoolRankingHead .schoolRankingNumber {
    color: #da6216;
    font-size: 60px;
    float: left;
    margin-right: 10px; }
    /* line 10486, ../scss/styles.scss */
    .schoolRankingHead .schoolRankingNumber .numberSign {
      font-size: 50%;
      float: left; }
    /* line 10491, ../scss/styles.scss */
    .schoolRankingHead .schoolRankingNumber .number {
      float: left;
      line-height: .9em; }
  /* line 10497, ../scss/styles.scss */
  .schoolRankingHead p {
    padding-top: 5px; }
  /* line 36, ../scss/_base.scss */
  .schoolRankingHead::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }

/* line 10504, ../scss/styles.scss */
.deadlines {
  margin: 0 0 20px 0;
  padding: 20px 0;
  list-style-type: none;
  border-bottom: 1px solid #999; }
  /* line 10510, ../scss/styles.scss */
  .deadlines li {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    border-left: dotted 1px #aaa; }
    /* line 10516, ../scss/styles.scss */
    .deadlines li:first-child {
      border-left: 0; }

/* line 10523, ../scss/styles.scss */
.schoolLogo img {
  max-width: 30%;
  max-height: 150px; }

/* line 10529, ../scss/styles.scss */
table.mccaLogos {
  width: 100%;
  margin: 0;
  table-layout: fixed; }
  /* line 10534, ../scss/styles.scss */
  table.mccaLogos td {
    width: 33%;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    border: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 10545, ../scss/styles.scss */
    table.mccaLogos td img {
      max-width: 100%;
      max-height: 100px; }

/* line 10552, ../scss/styles.scss */
.mccaSection {
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px; }

/* line 10560, ../scss/styles.scss */
.newLockList li {
  color: #06c; }
  /* line 10563, ../scss/styles.scss */
  .newLockList li .fa {
    display: inline; }

/* line 10569, ../scss/styles.scss */
.leftImage {
  float: left;
  margin: 0 15px 15px 0; }

/* line 10574, ../scss/styles.scss */
.industrySection {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  width: 440px;
  border-left: 1px solid #ccc;
  margin-left: -1px; }

/* line 10583, ../scss/styles.scss */
.sectionBottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

/* line 10589, ../scss/styles.scss */
.noReviewCollection {
  width: 940px;
  height: 493px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 25px; }
  /* line 10597, ../scss/styles.scss */
  .noReviewCollection > div {
    height: 100%;
    width: 430px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0; }
    /* line 10606, ../scss/styles.scss */
    .noReviewCollection > div > div {
      padding: 30px;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: rgba(20, 67, 104, 0.9); }
      /* line 10612, ../scss/styles.scss */
      .noReviewCollection > div > div p {
        font-size: 18px;
        color: #ddd; }
        /* line 10616, ../scss/styles.scss */
        .noReviewCollection > div > div p b, .noReviewCollection > div > div p strong {
          color: #fff;
          text-transform: uppercase; }
      /* line 10622, ../scss/styles.scss */
      .noReviewCollection > div > div a {
        color: #fff;
        width: 100%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        background-color: #de5c1e;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de5c1e), color-stop(100%, #bf4615));
        background-image: -webkit-linear-gradient(#de5c1e, #bf4615);
        background-image: -moz-linear-gradient(#de5c1e, #bf4615);
        background-image: -o-linear-gradient(#de5c1e, #bf4615);
        background-image: linear-gradient(#de5c1e, #bf4615); }

/* line 36, ../scss/_base.scss */
.blogTeaser::after {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

/* line 10640, ../scss/styles.scss */
.rankingTeaser {
  padding: 0 0 20px 0; }
  /* line 10643, ../scss/styles.scss */
  .rankingTeaser h2 {
    color: #222;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 10px;
    border-top: 1px solid #da6216;
    padding-top: 20px; }
  /* line 10652, ../scss/styles.scss */
  .rankingTeaser p {
    color: #666;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px; }
  /* line 10659, ../scss/styles.scss */
  .rankingTeaser ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px; }
    /* line 10665, ../scss/styles.scss */
    .rankingTeaser ul li {
      padding: 10px;
      line-height: 1em; }

/* line 10672, ../scss/styles.scss */
.fullRankingLink {
  display: block;
  padding: 10px;
  border: 1px solid #afd0ef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fd;
  text-align: center;
  font-size: 15px; }
  /* line 10681, ../scss/styles.scss */
  .fullRankingLink i {
    margin-right: 5px; }

/* line 10687, ../scss/styles.scss */
.seeRankLink i {
  margin-right: 5px; }

/* line 10692, ../scss/styles.scss */
.topRankingTeaser {
  margin-bottom: 20px; }
  /* line 10695, ../scss/styles.scss */
  .topRankingTeaser h2 {
    color: #222;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px; }
  /* line 10702, ../scss/styles.scss */
  .topRankingTeaser p {
    color: #666;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px; }
  /* line 10709, ../scss/styles.scss */
  .topRankingTeaser ol {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0; }
    /* line 36, ../scss/_base.scss */
    .topRankingTeaser ol::after {
      content: "";
      display: table;
      clear: both;
      width: 100%; }
    /* line 10716, ../scss/styles.scss */
    .topRankingTeaser ol li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 200px;
      height: 110px;
      border: 1px solid #ddd;
      float: left;
      position: relative;
      margin: 0 5px;
      text-align: center;
      display: table; }
      /* line 10727, ../scss/styles.scss */
      .topRankingTeaser ol li:first-child {
        margin-left: 0; }
      /* line 10731, ../scss/styles.scss */
      .topRankingTeaser ol li:last-child {
        margin-right: 0; }
      /* line 10735, ../scss/styles.scss */
      .topRankingTeaser ol li a {
        display: table-cell;
        vertical-align: middle; }
        /* line 10739, ../scss/styles.scss */
        .topRankingTeaser ol li a img {
          max-width: 120px;
          max-height: 70px; }
      /* line 10745, ../scss/styles.scss */
      .topRankingTeaser ol li span {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #de5c1e;
        width: 40px;
        height: 25px;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        text-align: center;
        padding: 2px;
        font: 18px Arial, Helvetica bold; }

/* line 10763, ../scss/styles.scss */
.rankingSubheader {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 20px; }

/* line 10769, ../scss/styles.scss */
.newRankingTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5em; }
  /* line 10777, ../scss/styles.scss */
  .newRankingTable tbody tr td {
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding: 15px; }
    /* line 10782, ../scss/styles.scss */
    .newRankingTable tbody tr td.rankColumn {
      text-align: center;
      color: #999;
      white-space: nowrap;
      font-family: Consolas, Terminal, sans-serif; }
      /* line 10788, ../scss/styles.scss */
      .newRankingTable tbody tr td.rankColumn .grande {
        font-size: 33px; }
    /* line 10795, ../scss/styles.scss */
    .newRankingTable tbody tr td.infoColumn h3 {
      margin-bottom: 10px;
      font-size: 18px; }
    /* line 10800, ../scss/styles.scss */
    .newRankingTable tbody tr td.infoColumn p {
      color: #666;
      line-height: 1.5em;
      font-size: 13px;
      margin-bottom: 10px; }
    /* line 10807, ../scss/styles.scss */
    .newRankingTable tbody tr td.infoColumn ul {
      list-style-type: none;
      margin: 0 0 10px 0;
      padding: 0; }
      /* line 10812, ../scss/styles.scss */
      .newRankingTable tbody tr td.infoColumn ul li {
        display: inline-block;
        margin: 0 10px; }
        /* line 10816, ../scss/styles.scss */
        .newRankingTable tbody tr td.infoColumn ul li:first-child {
          margin-left: 0; }
        /* line 10820, ../scss/styles.scss */
        .newRankingTable tbody tr td.infoColumn ul li:last-child {
          margin-right: 0; }
    /* line 10827, ../scss/styles.scss */
    .newRankingTable tbody tr td.trendingColumn {
      text-align: center;
      white-space: nowrap;
      color: #999;
      font-family: Consolas, Terminal, sans-serif; }
      /* line 10833, ../scss/styles.scss */
      .newRankingTable tbody tr td.trendingColumn img {
        padding: 5px 0; }
    /* line 10838, ../scss/styles.scss */
    .newRankingTable tbody tr td.logoColumn {
      text-align: center;
      vertical-align: middle; }
      /* line 10842, ../scss/styles.scss */
      .newRankingTable tbody tr td.logoColumn img {
        max-width: 120px;
        max-height: 70px; }
  /* line 10849, ../scss/styles.scss */
  .newRankingTable tbody tr:first-child td {
    padding-top: 0; }

/* line 10857, ../scss/styles.scss */
.rankingPageHeaderWrapper {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6; }
  /* line 10861, ../scss/styles.scss */
  .rankingPageHeaderWrapper .rankingPageHeader {
    width: 960px;
    min-height: 285px;
    margin: 0 auto;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: bottom; }
    /* line 10870, ../scss/styles.scss */
    .rankingPageHeaderWrapper .rankingPageHeader img {
      float: left;
      margin: 0 10px 20px 0; }

/* line 10879, ../scss/styles.scss */
.backLink i {
  margin-right: 5px; }

/* line 10886, ../scss/styles.scss */
.rankingsText h1 {
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 10px; }
/* line 10892, ../scss/styles.scss */
.rankingsText p {
  color: #666;
  font-size: 18px;
  line-height: 1.5em; }
/* line 10898, ../scss/styles.scss */
.rankingsText > ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none; }
  /* line 10903, ../scss/styles.scss */
  .rankingsText > ul > li {
    border-left: 1px solid #999;
    padding: 0 10px;
    display: inline-block; }
    /* line 10908, ../scss/styles.scss */
    .rankingsText > ul > li:first-child {
      border-left: 0;
      padding-left: 0; }
    /* line 10913, ../scss/styles.scss */
    .rankingsText > ul > li span {
      cursor: pointer;
      color: #0066cc; }
      /* line 10917, ../scss/styles.scss */
      .rankingsText > ul > li span i {
        font-size: .8em; }
    /* line 10922, ../scss/styles.scss */
    .rankingsText > ul > li div {
      display: none;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 5px;
      position: absolute;
      width: 75%;
      font-size: .8em;
      z-index: 100;
      margin-top: 5px;
      -webkit-box-shadow: 0 9px 12px 6px rgba(50, 50, 50, 0.4);
      -moz-box-shadow: 0 9px 12px 6px rgba(50, 50, 50, 0.4);
      box-shadow: 0 9px 12px 6px rgba(50, 50, 50, 0.4); }
      /* line 10934, ../scss/styles.scss */
      .rankingsText > ul > li div.wide {
        width: 400px; }
      /* line 10938, ../scss/styles.scss */
      .rankingsText > ul > li div p {
        font-size: 13px;
        display: block; }
      /* line 10943, ../scss/styles.scss */
      .rankingsText > ul > li div .dropdownRankingList {
        margin: 0; }
        /* line 10946, ../scss/styles.scss */
        .rankingsText > ul > li div .dropdownRankingList li {
          display: block;
          padding: 7.5px 0; }
    /* line 10957, ../scss/styles.scss */
    .rankingsText > ul > li.showMenu div {
      display: block; }

/* line 10965, ../scss/styles.scss */
.WatchCareerVideo {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer; }

/* line 10973, ../scss/styles.scss */
.jobFilterMenu {
  color: #999;
  font-size: 11px; }
  /* line 10977, ../scss/styles.scss */
  .jobFilterMenu h4 {
    color: #000;
    font-size: 13px;
    margin: 0 0 20px 0;
    padding: 0; }
  /* line 10984, ../scss/styles.scss */
  .jobFilterMenu h5 {
    color: #000;
    font-size: 13px;
    margin: 0 0 5px 0;
    padding: 0; }
  /* line 10991, ../scss/styles.scss */
  .jobFilterMenu ul {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0; }
    /* line 10996, ../scss/styles.scss */
    .jobFilterMenu ul li {
      line-height: 18px; }
      /* line 10999, ../scss/styles.scss */
      .jobFilterMenu ul li a {
        font-size: 13px; }
        /* line 11002, ../scss/styles.scss */
        .jobFilterMenu ul li a.isActive {
          font-weight: bold;
          color: #000; }
  /* line 11011, ../scss/styles.scss */
  .jobFilterMenu input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 104px;
    height: 22px;
    border: 1px solid #ccc;
    padding: 0 3px;
    border-right: 0 none;
    float: left;
    margin: 0 0 5px 0;
    font-size: 13px; }
  /* line 11023, ../scss/styles.scss */
  .jobFilterMenu input[type=submit] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 22px;
    float: left;
    margin: 0 0 5px 0;
    background-color: #0290d1;
    color: #fff;
    border: 0; }

/* line 11035, ../scss/styles.scss */
a.clearFields {
  color: #4e6b82; }

/* line 11040, ../scss/styles.scss */
.jobList p {
  font-size: 13px;
  line-height: 1.4em; }

/* line 11046, ../scss/styles.scss */
.jobListGreen {
  color: #2d7e00; }

/* line 11052, ../scss/styles.scss */
.methodology ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  font-size: 13px;
  color: #666; }
  /* line 11059, ../scss/styles.scss */
  .methodology ul li {
    margin-bottom: 10px; }
