@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(../scripts/chosen/chosen.css);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#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 #eee;
  border-radius: .1em; }

/* line 67, ../scss/_font-awesome.scss */
.fa-pull-left {
  float: left; }

/* line 70, ../scss/_font-awesome.scss */
.fa-pull-right {
  float: right; }

/* line 73, ../scss/_font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 76, ../scss/_font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 80, ../scss/_font-awesome.scss */
.pull-right {
  float: right; }

/* line 83, ../scss/_font-awesome.scss */
.pull-left {
  float: left; }

/* line 86, ../scss/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 89, ../scss/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 92, ../scss/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 96, ../scss/_font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 120, ../scss/_font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 126, ../scss/_font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 132, ../scss/_font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 138, ../scss/_font-awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 144, ../scss/_font-awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 150, ../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 157, ../scss/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 165, ../scss/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 172, ../scss/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 175, ../scss/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 178, ../scss/_font-awesome.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, ../scss/_font-awesome.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 186, ../scss/_font-awesome.scss */
.fa-music:before {
  content: "\f001"; }

/* line 189, ../scss/_font-awesome.scss */
.fa-search:before {
  content: "\f002"; }

/* line 192, ../scss/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 195, ../scss/_font-awesome.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 198, ../scss/_font-awesome.scss */
.fa-star:before {
  content: "\f005"; }

/* line 201, ../scss/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 204, ../scss/_font-awesome.scss */
.fa-user:before {
  content: "\f007"; }

/* line 207, ../scss/_font-awesome.scss */
.fa-film:before {
  content: "\f008"; }

/* line 210, ../scss/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 213, ../scss/_font-awesome.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 216, ../scss/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 219, ../scss/_font-awesome.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 222, ../scss/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

/* line 227, ../scss/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 230, ../scss/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 233, ../scss/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 236, ../scss/_font-awesome.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 239, ../scss/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 243, ../scss/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 246, ../scss/_font-awesome.scss */
.fa-home:before {
  content: "\f015"; }

/* line 249, ../scss/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 252, ../scss/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 255, ../scss/_font-awesome.scss */
.fa-road:before {
  content: "\f018"; }

/* line 258, ../scss/_font-awesome.scss */
.fa-download:before {
  content: "\f019"; }

/* line 261, ../scss/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 264, ../scss/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 267, ../scss/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 270, ../scss/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 273, ../scss/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 277, ../scss/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 280, ../scss/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 283, ../scss/_font-awesome.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 286, ../scss/_font-awesome.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 289, ../scss/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 292, ../scss/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 295, ../scss/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 298, ../scss/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 301, ../scss/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 304, ../scss/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 307, ../scss/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 310, ../scss/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 313, ../scss/_font-awesome.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 316, ../scss/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 319, ../scss/_font-awesome.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 322, ../scss/_font-awesome.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 325, ../scss/_font-awesome.scss */
.fa-font:before {
  content: "\f031"; }

/* line 328, ../scss/_font-awesome.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 331, ../scss/_font-awesome.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 334, ../scss/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 337, ../scss/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 340, ../scss/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 343, ../scss/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 346, ../scss/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 349, ../scss/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 352, ../scss/_font-awesome.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 355, ../scss/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 359, ../scss/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 362, ../scss/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 365, ../scss/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 370, ../scss/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 373, ../scss/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 376, ../scss/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 379, ../scss/_font-awesome.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 382, ../scss/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 386, ../scss/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 389, ../scss/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 392, ../scss/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 395, ../scss/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 398, ../scss/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 401, ../scss/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 404, ../scss/_font-awesome.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 407, ../scss/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 410, ../scss/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 413, ../scss/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 416, ../scss/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 419, ../scss/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 422, ../scss/_font-awesome.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 425, ../scss/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 428, ../scss/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 431, ../scss/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 434, ../scss/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 437, ../scss/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 440, ../scss/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 443, ../scss/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 446, ../scss/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 449, ../scss/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 452, ../scss/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 455, ../scss/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 458, ../scss/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 461, ../scss/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 464, ../scss/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 467, ../scss/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 470, ../scss/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 473, ../scss/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 477, ../scss/_font-awesome.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 480, ../scss/_font-awesome.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 483, ../scss/_font-awesome.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 486, ../scss/_font-awesome.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 489, ../scss/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 492, ../scss/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 495, ../scss/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 498, ../scss/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 501, ../scss/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 504, ../scss/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 507, ../scss/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 510, ../scss/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 514, ../scss/_font-awesome.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 517, ../scss/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 520, ../scss/_font-awesome.scss */
.fa-random:before {
  content: "\f074"; }

/* line 523, ../scss/_font-awesome.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 526, ../scss/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 529, ../scss/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 532, ../scss/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 535, ../scss/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 538, ../scss/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 541, ../scss/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 544, ../scss/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 547, ../scss/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 550, ../scss/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 553, ../scss/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

/* line 557, ../scss/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 560, ../scss/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 563, ../scss/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 566, ../scss/_font-awesome.scss */
.fa-key:before {
  content: "\f084"; }

/* line 569, ../scss/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 573, ../scss/_font-awesome.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 576, ../scss/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 579, ../scss/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 582, ../scss/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 585, ../scss/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 588, ../scss/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 591, ../scss/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 594, ../scss/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 597, ../scss/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 600, ../scss/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 603, ../scss/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 606, ../scss/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 609, ../scss/_font-awesome.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 612, ../scss/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 615, ../scss/_font-awesome.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 618, ../scss/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 621, ../scss/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 624, ../scss/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 627, ../scss/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 630, ../scss/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

/* line 634, ../scss/_font-awesome.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 637, ../scss/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 640, ../scss/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 643, ../scss/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

/* line 647, ../scss/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 650, ../scss/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 653, ../scss/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 656, ../scss/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 659, ../scss/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 662, ../scss/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 665, ../scss/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 668, ../scss/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 671, ../scss/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 674, ../scss/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 677, ../scss/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 680, ../scss/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 683, ../scss/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 686, ../scss/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 689, ../scss/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 692, ../scss/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 695, ../scss/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 698, ../scss/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 701, ../scss/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 705, ../scss/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 709, ../scss/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 712, ../scss/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 715, ../scss/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 719, ../scss/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 723, ../scss/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 726, ../scss/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 730, ../scss/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 733, ../scss/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 738, ../scss/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 741, ../scss/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 744, ../scss/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 747, ../scss/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 750, ../scss/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 753, ../scss/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 756, ../scss/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 759, ../scss/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 762, ../scss/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 765, ../scss/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 768, ../scss/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 771, ../scss/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 774, ../scss/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 777, ../scss/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 780, ../scss/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 783, ../scss/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 786, ../scss/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 789, ../scss/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 793, ../scss/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 797, ../scss/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 801, ../scss/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 804, ../scss/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 807, ../scss/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 811, ../scss/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 815, ../scss/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 819, ../scss/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 822, ../scss/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 825, ../scss/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 829, ../scss/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 832, ../scss/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 835, ../scss/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 839, ../scss/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 842, ../scss/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 845, ../scss/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 848, ../scss/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 851, ../scss/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 854, ../scss/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 857, ../scss/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 860, ../scss/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 863, ../scss/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 866, ../scss/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 869, ../scss/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 872, ../scss/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 875, ../scss/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 878, ../scss/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 881, ../scss/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 884, ../scss/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 887, ../scss/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 890, ../scss/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 893, ../scss/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 896, ../scss/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 899, ../scss/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 902, ../scss/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 905, ../scss/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 908, ../scss/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 911, ../scss/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 914, ../scss/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 917, ../scss/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 920, ../scss/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 923, ../scss/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 926, ../scss/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 929, ../scss/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 933, ../scss/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 936, ../scss/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 939, ../scss/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 942, ../scss/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 945, ../scss/_font-awesome.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 948, ../scss/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 952, ../scss/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 955, ../scss/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 958, ../scss/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 961, ../scss/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 964, ../scss/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 967, ../scss/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 970, ../scss/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 973, ../scss/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 976, ../scss/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 979, ../scss/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 982, ../scss/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 985, ../scss/_font-awesome.scss */
.fa-code:before {
  content: "\f121"; }

/* line 988, ../scss/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 992, ../scss/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 997, ../scss/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 1000, ../scss/_font-awesome.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 1003, ../scss/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 1006, ../scss/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 1010, ../scss/_font-awesome.scss */
.fa-question:before {
  content: "\f128"; }

/* line 1013, ../scss/_font-awesome.scss */
.fa-info:before {
  content: "\f129"; }

/* line 1016, ../scss/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 1019, ../scss/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 1022, ../scss/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 1025, ../scss/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 1028, ../scss/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 1031, ../scss/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 1034, ../scss/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 1037, ../scss/_font-awesome.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 1040, ../scss/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 1043, ../scss/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 1046, ../scss/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 1049, ../scss/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 1052, ../scss/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 1055, ../scss/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 1058, ../scss/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 1061, ../scss/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 1064, ../scss/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 1067, ../scss/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 1070, ../scss/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 1073, ../scss/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 1076, ../scss/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 1079, ../scss/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 1082, ../scss/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 1085, ../scss/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 1088, ../scss/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 1091, ../scss/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 1094, ../scss/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 1097, ../scss/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 1100, ../scss/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 1103, ../scss/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 1106, ../scss/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 1109, ../scss/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 1112, ../scss/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 1115, ../scss/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 1118, ../scss/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 1121, ../scss/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 1125, ../scss/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 1129, ../scss/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 1133, ../scss/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 1137, ../scss/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 1140, ../scss/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 1144, ../scss/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 1148, ../scss/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 1154, ../scss/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 1159, ../scss/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 1163, ../scss/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 1167, ../scss/_font-awesome.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 1170, ../scss/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 1173, ../scss/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 1176, ../scss/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 1179, ../scss/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 1182, ../scss/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 1185, ../scss/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 1188, ../scss/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 1191, ../scss/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 1194, ../scss/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 1197, ../scss/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 1200, ../scss/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 1203, ../scss/_font-awesome.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 1206, ../scss/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 1209, ../scss/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 1212, ../scss/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 1215, ../scss/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 1218, ../scss/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 1221, ../scss/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 1224, ../scss/_font-awesome.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 1227, ../scss/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 1230, ../scss/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 1233, ../scss/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 1236, ../scss/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 1239, ../scss/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 1242, ../scss/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 1245, ../scss/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 1248, ../scss/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 1251, ../scss/_font-awesome.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 1254, ../scss/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 1257, ../scss/_font-awesome.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 1260, ../scss/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 1263, ../scss/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 1266, ../scss/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 1269, ../scss/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 1272, ../scss/_font-awesome.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 1275, ../scss/_font-awesome.scss */
.fa-female:before {
  content: "\f182"; }

/* line 1278, ../scss/_font-awesome.scss */
.fa-male:before {
  content: "\f183"; }

/* line 1281, ../scss/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

/* line 1285, ../scss/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 1288, ../scss/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 1291, ../scss/_font-awesome.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 1294, ../scss/_font-awesome.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 1297, ../scss/_font-awesome.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 1300, ../scss/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 1303, ../scss/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 1306, ../scss/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 1309, ../scss/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 1312, ../scss/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 1315, ../scss/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 1318, ../scss/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 1322, ../scss/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 1325, ../scss/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 1328, ../scss/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 1331, ../scss/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 1335, ../scss/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 1338, ../scss/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 1341, ../scss/_font-awesome.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 1344, ../scss/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 1347, ../scss/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 1350, ../scss/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 1353, ../scss/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 1358, ../scss/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 1362, ../scss/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 1365, ../scss/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 1368, ../scss/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 1371, ../scss/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 1374, ../scss/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 1377, ../scss/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 1380, ../scss/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 1383, ../scss/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 1386, ../scss/_font-awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 1389, ../scss/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 1392, ../scss/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 1395, ../scss/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 1398, ../scss/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 1401, ../scss/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 1404, ../scss/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 1407, ../scss/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 1410, ../scss/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 1413, ../scss/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 1416, ../scss/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 1419, ../scss/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 1422, ../scss/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 1425, ../scss/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 1428, ../scss/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 1431, ../scss/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 1434, ../scss/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 1437, ../scss/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 1441, ../scss/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 1445, ../scss/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 1448, ../scss/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 1451, ../scss/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 1454, ../scss/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 1457, ../scss/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 1460, ../scss/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 1463, ../scss/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 1466, ../scss/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 1469, ../scss/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 1472, ../scss/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 1477, ../scss/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 1481, ../scss/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 1485, ../scss/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 1489, ../scss/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 1492, ../scss/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 1495, ../scss/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 1498, ../scss/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 1501, ../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 1508, ../scss/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 1511, ../scss/_font-awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 1516, ../scss/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 1520, ../scss/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 1523, ../scss/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 1526, ../scss/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 1531, ../scss/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 1534, ../scss/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 1537, ../scss/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 1541, ../scss/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 1545, ../scss/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 1549, ../scss/_font-awesome.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 1552, ../scss/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 1555, ../scss/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 1558, ../scss/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 1561, ../scss/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 1564, ../scss/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 1567, ../scss/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 1570, ../scss/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 1573, ../scss/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

/* line 1577, ../scss/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 1580, ../scss/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 1583, ../scss/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 1586, ../scss/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 1589, ../scss/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 1592, ../scss/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 1595, ../scss/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 1598, ../scss/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 1601, ../scss/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 1604, ../scss/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 1607, ../scss/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 1610, ../scss/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 1613, ../scss/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 1616, ../scss/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 1619, ../scss/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 1622, ../scss/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 1625, ../scss/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 1628, ../scss/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 1631, ../scss/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 1634, ../scss/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 1637, ../scss/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 1640, ../scss/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 1643, ../scss/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 1646, ../scss/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 1649, ../scss/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 1652, ../scss/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 1655, ../scss/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 1658, ../scss/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 1661, ../scss/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 1664, ../scss/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 1667, ../scss/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 1670, ../scss/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 1673, ../scss/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 1676, ../scss/_font-awesome.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 1679, ../scss/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 1682, ../scss/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 1685, ../scss/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 1688, ../scss/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

/* line 1693, ../scss/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 1696, ../scss/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 1699, ../scss/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 1702, ../scss/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 1705, ../scss/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 1708, ../scss/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 1711, ../scss/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 1714, ../scss/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 1717, ../scss/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 1720, ../scss/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 1723, ../scss/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 1726, ../scss/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 1729, ../scss/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 1732, ../scss/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 1735, ../scss/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 1738, ../scss/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 1741, ../scss/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 1744, ../scss/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 1747, ../scss/_font-awesome.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 1750, ../scss/_font-awesome.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 1753, ../scss/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 1756, ../scss/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

/* line 1760, ../scss/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 1763, ../scss/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 1766, ../scss/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 1769, ../scss/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 1772, ../scss/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 1775, ../scss/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 1778, ../scss/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 1781, ../scss/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 1784, ../scss/_font-awesome.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 1787, ../scss/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 1790, ../scss/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 1793, ../scss/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 1796, ../scss/_font-awesome.scss */
.fa-server:before {
  content: "\f233"; }

/* line 1799, ../scss/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 1802, ../scss/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 1805, ../scss/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

/* line 1809, ../scss/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 1812, ../scss/_font-awesome.scss */
.fa-train:before {
  content: "\f238"; }

/* line 1815, ../scss/_font-awesome.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 1818, ../scss/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 1821, ../scss/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 1825, ../scss/_font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 1828, ../scss/_font-awesome.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 1831, ../scss/_font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 1834, ../scss/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

/* line 1838, ../scss/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 1842, ../scss/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

/* line 1846, ../scss/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 1850, ../scss/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

/* line 1854, ../scss/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 1857, ../scss/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 1860, ../scss/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 1863, ../scss/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 1866, ../scss/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 1869, ../scss/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 1872, ../scss/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 1875, ../scss/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 1878, ../scss/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 1881, ../scss/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 1884, ../scss/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 1887, ../scss/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 1891, ../scss/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 1895, ../scss/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 1899, ../scss/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 1902, ../scss/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

/* line 1906, ../scss/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

/* line 1910, ../scss/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 1913, ../scss/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 1916, ../scss/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 1919, ../scss/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 1922, ../scss/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 1925, ../scss/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 1928, ../scss/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 1931, ../scss/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 1934, ../scss/_font-awesome.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 1937, ../scss/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 1940, ../scss/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 1943, ../scss/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 1946, ../scss/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 1949, ../scss/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 1952, ../scss/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 1955, ../scss/_font-awesome.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 1958, ../scss/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 1961, ../scss/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 1964, ../scss/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 1967, ../scss/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 1970, ../scss/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

/* line 1974, ../scss/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 1977, ../scss/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 1980, ../scss/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 1983, ../scss/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 1986, ../scss/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 1989, ../scss/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 1992, ../scss/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 1995, ../scss/_font-awesome.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 1998, ../scss/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 2001, ../scss/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 2004, ../scss/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278"; }

/* line 2007, ../scss/_font-awesome.scss */
.fa-map:before {
  content: "\f279"; }

/* line 2010, ../scss/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a"; }

/* line 2013, ../scss/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 2016, ../scss/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 2019, ../scss/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 2022, ../scss/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 2025, ../scss/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 2028, ../scss/_font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 2031, ../scss/_font-awesome.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 2034, ../scss/_font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 2037, ../scss/_font-awesome.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 2040, ../scss/_font-awesome.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 2043, ../scss/_font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 2046, ../scss/_font-awesome.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 2049, ../scss/_font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 2052, ../scss/_font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 2055, ../scss/_font-awesome.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 2058, ../scss/_font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 2061, ../scss/_font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 2064, ../scss/_font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 2067, ../scss/_font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 2070, ../scss/_font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 2073, ../scss/_font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 2076, ../scss/_font-awesome.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 2079, ../scss/_font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 2082, ../scss/_font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 2085, ../scss/_font-awesome.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 2088, ../scss/_font-awesome.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 2091, ../scss/_font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 2094, ../scss/_font-awesome.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 2097, ../scss/_font-awesome.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 2100, ../scss/_font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 2103, ../scss/_font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 2106, ../scss/_font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 2109, ../scss/_font-awesome.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 2112, ../scss/_font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 2115, ../scss/_font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 2118, ../scss/_font-awesome.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 2121, ../scss/_font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 2124, ../scss/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 2128, ../scss/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

/* line 2133, ../scss/_font-awesome.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 2136, ../scss/_font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 2139, ../scss/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 2143, ../scss/_font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 2146, ../scss/_font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 2149, ../scss/_font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 2152, ../scss/_font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 2155, ../scss/_font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 2158, ../scss/_font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 2161, ../scss/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 2164, ../scss/_font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 2167, ../scss/_font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 2170, ../scss/_font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 2173, ../scss/_font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 2177, ../scss/_font-awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 2181, ../scss/_font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 2191, ../scss/_font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* 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;
  -moz-box-sizing: border-box;
  -webkit-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 50, ../scss/_grid.scss */
.percentColumn1 {
  width: 8.33333%; }

/* line 42, ../scss/_grid.scss */
.column2 {
  width: 160px; }

/* line 46, ../scss/_grid.scss */
.columnOffset2 {
  margin-left: 160px; }

/* line 50, ../scss/_grid.scss */
.percentColumn2 {
  width: 16.66667%; }

/* line 42, ../scss/_grid.scss */
.column3 {
  width: 240px; }

/* line 46, ../scss/_grid.scss */
.columnOffset3 {
  margin-left: 240px; }

/* line 50, ../scss/_grid.scss */
.percentColumn3 {
  width: 25%; }

/* line 42, ../scss/_grid.scss */
.column4 {
  width: 320px; }

/* line 46, ../scss/_grid.scss */
.columnOffset4 {
  margin-left: 320px; }

/* line 50, ../scss/_grid.scss */
.percentColumn4 {
  width: 33.33333%; }

/* line 42, ../scss/_grid.scss */
.column5 {
  width: 400px; }

/* line 46, ../scss/_grid.scss */
.columnOffset5 {
  margin-left: 400px; }

/* line 50, ../scss/_grid.scss */
.percentColumn5 {
  width: 41.66667%; }

/* line 42, ../scss/_grid.scss */
.column6 {
  width: 480px; }

/* line 46, ../scss/_grid.scss */
.columnOffset6 {
  margin-left: 480px; }

/* line 50, ../scss/_grid.scss */
.percentColumn6 {
  width: 50%; }

/* line 42, ../scss/_grid.scss */
.column7 {
  width: 560px; }

/* line 46, ../scss/_grid.scss */
.columnOffset7 {
  margin-left: 560px; }

/* line 50, ../scss/_grid.scss */
.percentColumn7 {
  width: 58.33333%; }

/* line 42, ../scss/_grid.scss */
.column8 {
  width: 640px; }

/* line 46, ../scss/_grid.scss */
.columnOffset8 {
  margin-left: 640px; }

/* line 50, ../scss/_grid.scss */
.percentColumn8 {
  width: 66.66667%; }

/* line 42, ../scss/_grid.scss */
.column9 {
  width: 720px; }

/* line 46, ../scss/_grid.scss */
.columnOffset9 {
  margin-left: 720px; }

/* line 50, ../scss/_grid.scss */
.percentColumn9 {
  width: 75%; }

/* line 42, ../scss/_grid.scss */
.column10 {
  width: 800px; }

/* line 46, ../scss/_grid.scss */
.columnOffset10 {
  margin-left: 800px; }

/* line 50, ../scss/_grid.scss */
.percentColumn10 {
  width: 83.33333%; }

/* line 42, ../scss/_grid.scss */
.column11 {
  width: 880px; }

/* line 46, ../scss/_grid.scss */
.columnOffset11 {
  margin-left: 880px; }

/* line 50, ../scss/_grid.scss */
.percentColumn11 {
  width: 91.66667%; }

/* line 42, ../scss/_grid.scss */
.column12 {
  width: 960px; }

/* line 46, ../scss/_grid.scss */
.columnOffset12 {
  margin-left: 960px; }

/* line 50, ../scss/_grid.scss */
.percentColumn12 {
  width: 100%; }

/* line 55, ../scss/_grid.scss */
.contentWrapper {
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 960px;
  min-height: 700px;
  position: relative; }

/* line 63, ../scss/_grid.scss */
.subHeaderWrapper {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  z-index: 1;
  position: relative; }

/* line 71, ../scss/_grid.scss */
.leftContent {
  width: 640px;
  padding: 0 9px 10px 10px;
  float: left;
  min-height: 700px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 80, ../scss/_grid.scss */
  .leftContent .row {
    margin-left: -10px;
    margin-right: -10px; }

/* line 86, ../scss/_grid.scss */
.rightRail {
  width: 320px;
  margin: 0; }
  /* line 91, ../scss/_grid.scss */
  .rightRail .section {
    margin-bottom: 50px; }

/* line 96, ../scss/_grid.scss */
.fullContent {
  margin: 0 0 20px 0;
  min-height: 600px; }

/* line 101, ../scss/_grid.scss */
.leftMenuColumn {
  width: 160px; }

/* End Layout Styles */
/* line 108, ../scss/_grid.scss */
.myReviews td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 111, ../scss/_grid.scss */
  .myReviews td:first-child {
    width: 250px; }
  /* line 115, ../scss/_grid.scss */
  .myReviews td:nth-child(2) {
    width: 380px; }
  /* line 119, ../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: #3c4042;
  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: #008ae0;
  text-decoration: none;
  border: 0;
  cursor: pointer; }
  /* line 45, ../scss/styles.scss */
  a:hover, .linkStyle:hover {
    text-decoration: underline;
    cursor: pointer; }
  /* line 50, ../scss/styles.scss */
  a img, .linkStyle img {
    border: 0; }

/* line 55, ../scss/styles.scss */
.activeLink {
  font-weight: bold; }

/* line 59, ../scss/styles.scss */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 1.2em; }

/* Start text sizes */
/* line 67, ../scss/styles.scss */
.tiny {
  font-size: 9px; }

/* line 71, ../scss/styles.scss */
.small {
  font-size: 11px;
  color: #363636; }

/* line 76, ../scss/styles.scss */
a.small {
  color: #06c; }

/* line 80, ../scss/styles.scss */
.text {
  font-size: 13px;
  line-height: 18px; }

/* line 85, ../scss/styles.scss */
.medium {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold; }

/* line 91, ../scss/styles.scss */
.large {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold; }

/* line 97, ../scss/styles.scss */
.ventiquattro {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold; }

/* line 103, ../scss/styles.scss */
.grande {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold; }

/* end text sizes */
/* line 111, ../scss/styles.scss */
.inline {
  display: inline-block; }

/* line 115, ../scss/styles.scss */
.wrapWord {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all; }

/* line 122, ../scss/styles.scss */
.strikethrough {
  color: #666;
  text-decoration: line-through; }

/* line 127, ../scss/styles.scss */
.normalWeight {
  font-weight: normal; }

/* line 132, ../scss/styles.scss */
.preFormatted > h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }
/* line 138, ../scss/styles.scss */
.preFormatted > h3 {
  font-size: 13px; }
/* line 142, ../scss/styles.scss */
.preFormatted h1, .preFormatted h2, .preFormatted h3, .preFormatted h4, .preFormatted h5, .preFormatted h6 {
  position: inherit; }

/* line 147, ../scss/styles.scss */
.dashedLine {
  border-bottom: 1px dashed #ddd;
  padding-bottom: .75em;
  margin-bottom: .75em; }

/* line 153, ../scss/styles.scss */
.dashedLineTop {
  border-top: 1px dashed #ddd;
  padding-top: .75em; }

/* line 158, ../scss/styles.scss */
p, blockquote, li, td, th {
  color: #363636; }

/* line 162, ../scss/styles.scss */
p, blockquote {
  font-size: 14px;
  line-height: 1.3em; }

/* line 167, ../scss/styles.scss */
p, ul {
  padding: 0;
  margin: 0 0 1em 0; }

/* line 172, ../scss/styles.scss */
.largerBottomMargin {
  margin-bottom: 2em; }

/* line 176, ../scss/styles.scss */
li {
  position: relative; }
  /* line 179, ../scss/styles.scss */
  li p {
    display: inline; }

/* line 184, ../scss/styles.scss */
.clear {
  width: 100%;
  height: 0;
  clear: both; }

/* line 190, ../scss/styles.scss */
.headerWrapper {
  background-color: #3c4042;
  width: 100%;
  position: relative; }

/* line 196, ../scss/styles.scss */
.header {
  width: 960px;
  margin: 0 auto; }

/* line 202, ../scss/styles.scss */
.grayBorder {
  border: 1px solid #ddd; }

/* line 206, ../scss/styles.scss */
.padding10 {
  padding: 10px; }

/* line 210, ../scss/styles.scss */
.verticalPadding10 {
  padding-top: 10px;
  padding-bottom: 10px; }
  /* line 215, ../scss/styles.scss */
  .verticalPadding10 h3:first-child {
    margin-top: 0; }

/* line 221, ../scss/styles.scss */
.sidePadding10 {
  padding-left: 10px;
  padding-right: 10px; }

/* line 226, ../scss/styles.scss */
.profileSection {
  min-height: 1px;
  margin: 0 0 20px 0; }
  /* line 229, ../scss/styles.scss */
  .profileSection ul {
    list-style-position: outside; }

/* line 234, ../scss/styles.scss */
.profileSectionText {
  font-size: 13px;
  color: #363636;
  line-height: 18px;
  margin: 0; }
  /* line 240, ../scss/styles.scss */
  .profileSectionText h2 {
    font-size: 24px;
    margin: 30px 0 10px 0;
    padding-bottom: 8px; }
  /* line 246, ../scss/styles.scss */
  .profileSectionText h3 {
    font-size: 18px;
    color: #000;
    margin: 30px 0 10px 0;
    padding-bottom: 8px; }
  /* line 253, ../scss/styles.scss */
  .profileSectionText h4 {
    font-size: 14px;
    color: #000; }
  /* line 258, ../scss/styles.scss */
  .profileSectionText h5 {
    font-size: 12px;
    text-transform: uppercase; }
  /* line 264, ../scss/styles.scss */
  .profileSectionText h1.headingNoMargin, .profileSectionText h2.headingNoMargin, .profileSectionText h3.headingNoMargin, .profileSectionText h4.headingNoMargin {
    margin-bottom: 0; }
  /* line 268, ../scss/styles.scss */
  .profileSectionText h1.noTopMargin, .profileSectionText h2.noTopMargin, .profileSectionText h3.noTopMargin, .profileSectionText h4.noTopMargin {
    margin-top: 0; }
  /* line 273, ../scss/styles.scss */
  .profileSectionText ul, .profileSectionText ol {
    list-style-position: outside;
    position: relative;
    margin-left: 15px; }
    /* line 278, ../scss/styles.scss */
    .profileSectionText ul.bulletless, .profileSectionText ol.bulletless {
      margin-left: 0; }
    /* line 283, ../scss/styles.scss */
    .profileSectionText ul.smallList li, .profileSectionText ol.smallList li {
      font-size: 12px; }
    /* line 288, ../scss/styles.scss */
    .profileSectionText ul li, .profileSectionText ol li {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 1.3em; }

/* line 296, ../scss/styles.scss */
.showFull {
  display: block;
  color: #06c;
  font-size: 13px; }

/* line 302, ../scss/styles.scss */
.profileSectionText .showFull {
  display: none; }

/* line 306, ../scss/styles.scss */
.titleTopRankedImage {
  margin-right: 15px;
  padding-bottom: 10px; }

/* line 311, ../scss/styles.scss */
.seeAllTopRanked {
  display: block; }

/* line 315, ../scss/styles.scss */
.pageToolsDiv {
  position: absolute;
  right: 10px;
  top: 0; }

/* line 321, ../scss/styles.scss */
.articleTools {
  color: #a1b1be;
  font-size: 15px; }
  /* line 325, ../scss/styles.scss */
  .articleTools li {
    padding: 0 0 0 15px;
    display: inline-block; }
    /* line 329, ../scss/styles.scss */
    .articleTools li a {
      text-decoration: none; }

/* line 335, ../scss/styles.scss */
.horizontalTools {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 10px;
  margin-top: -10px; }

/* line 341, ../scss/styles.scss */
.horizontalTools li {
  display: inline-block;
  border-bottom: none;
  margin-right: 5px; }

/* line 347, ../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 384, ../scss/styles.scss */
.searchResultsLeft {
  padding: 10px 0;
  border-top: solid 1px #ddd; }
  /* line 388, ../scss/styles.scss */
  .searchResultsLeft p {
    margin: 0 0 0.5em 0; }

/* line 393, ../scss/styles.scss */
.breadcrumb {
  color: #999;
  font-weight: bold;
  margin-bottom: 3em; }
  /* line 398, ../scss/styles.scss */
  .breadcrumb.blogBreadcrumb {
    margin: 20px 0 15px 0; }
    /* line 401, ../scss/styles.scss */
    .breadcrumb.blogBreadcrumb ~ p.blogsLogo {
      margin-top: 15px; }
  /* line 406, ../scss/styles.scss */
  .breadcrumb a {
    font-weight: normal; }
  /* line 410, ../scss/styles.scss */
  .breadcrumb span {
    font-weight: normal; }

/* line 417, ../scss/styles.scss */
.rankingMethod li {
  list-style-position: outside;
  margin-left: 15px; }

/* line 422, ../scss/styles.scss */
.infoRankings {
  color: #c2c2c2;
  margin-bottom: 0; }

/* line 427, ../scss/styles.scss */
.infoRankings strong {
  color: #000; }

/* line 431, ../scss/styles.scss */
.infoIntro {
  color: #f5ab20;
  font-weight: bold;
  margin-right: 5px; }

/* line 437, ../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 481, ../scss/styles.scss */
.companyLogo {
  margin: 0 0 20px 0; }
  /* line 484, ../scss/styles.scss */
  .companyLogo img {
    max-width: 100%; }

/* line 489, ../scss/styles.scss */
.bulletless {
  list-style-type: none; }

/* line 494, ../scss/styles.scss */
.bullets li {
  padding: 0;
  margin: 0 0 0 15px;
  position: relative; }

/* line 501, ../scss/styles.scss */
.bulleted {
  list-style-position: outside;
  margin-left: 15px; }

/* line 507, ../scss/styles.scss */
.lineDividerMenu > li {
  border-left: 1px solid #ddd;
  padding: 0px 2px 0px 4px;
  display: inline-block; }
  /* line 512, ../scss/styles.scss */
  .lineDividerMenu > li:first-child {
    border-left: 0px; }

/* line 518, ../scss/styles.scss */
.jobTotal {
  float: left;
  margin: 0;
  padding: 10px 0 5px;
  font-size: 12px;
  color: #000; }

/* line 526, ../scss/styles.scss */
.addPrograms {
  float: left;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  color: #000;
  cursor: text !important;
  text-decoration: none !important; }

/* line 536, ../scss/styles.scss */
ul.companyNews {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  /* line 541, ../scss/styles.scss */
  ul.companyNews li {
    margin: 0 0 10px 0;
    padding: 0;
    background: none; }

/* line 550, ../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 564, ../scss/styles.scss */
.nextPage {
  border-top: 1px solid #cacaca;
  padding-top: 15px;
  margin-top: 20px;
  color: #363636; }

/* line 571, ../scss/styles.scss */
ul.dashedList li {
  border-bottom: 1px dashed #ddd;
  padding: 7px 0; }

/* line 576, ../scss/styles.scss */
.overlay {
  min-height: 100%;
  width: 100%;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  display: none; }

/* line 588, ../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 #ddd; }

/* line 599, ../scss/styles.scss */
.allRankingsWrapper {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 250px;
  max-height: 475px; }

/* line 606, ../scss/styles.scss */
.allRankings ul:first-of-type {
  margin-right: 35px; }

/* line 610, ../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 619, ../scss/styles.scss */
.allRankings h3 {
  color: #e18700;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

/* line 627, ../scss/styles.scss */
.allRankings h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0; }

/* line 633, ../scss/styles.scss */
.allRankings ul.dashedList {
  float: left;
  width: 220px; }

/* line 638, ../scss/styles.scss */
ul.rankingsList {
  font-weight: bold; }
  /* line 641, ../scss/styles.scss */
  ul.rankingsList li {
    text-indent: -30px;
    padding-left: 30px; }
    /* line 645, ../scss/styles.scss */
    ul.rankingsList li span {
      display: inline-block;
      width: 25px;
      text-align: right; }
  /* line 652, ../scss/styles.scss */
  ul.rankingsList a {
    font-weight: normal; }

/* line 656, ../scss/styles.scss */
.ratingsBox {
  border: 4px double #eee;
  padding: 15px; }

/* line 661, ../scss/styles.scss */
.ratingsBox h4 {
  margin: 0 0 5px 0; }

/* line 665, ../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 677, ../scss/styles.scss */
.goldRatingLine, .blueRatingLine {
  background-color: #fcaf2f;
  width: 10px;
  display: block;
  height: 100%; }

/* line 684, ../scss/styles.scss */
.blueRatingLine {
  background-color: #61c0e7;
  text-indent: 160px;
  font-size: 12px;
  font-weight: bold; }

/* line 691, ../scss/styles.scss */
.goldStarsLine {
  margin: 5px 0; }

/* line 695, ../scss/styles.scss */
.goldStars, .blueStars {
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 103px;
  text-indent: -5000px; }

/* line 703, ../scss/styles.scss */
.goldStars {
  background-image: url("../images/goldStars.gif"); }

/* line 707, ../scss/styles.scss */
.blueStars {
  background-image: url("../images/blueStars.gif"); }

/* line 711, ../scss/styles.scss */
.four {
  background-position: -21px 0; }

/* line 715, ../scss/styles.scss */
.four.one-quarter {
  background-position: -21px -18px; }

/* line 719, ../scss/styles.scss */
.four.one-half {
  background-position: -21px -36px; }

/* line 723, ../scss/styles.scss */
.four.three-quarter {
  background-position: -21px -54px; }

/* line 727, ../scss/styles.scss */
.three {
  background-position: -42px 0; }

/* line 731, ../scss/styles.scss */
.three.one-quarter {
  background-position: -42px -18px; }

/* line 735, ../scss/styles.scss */
.three.one-half {
  background-position: -42px -36px; }

/* line 739, ../scss/styles.scss */
.three.three-quarter {
  background-position: -42px -54px; }

/* line 743, ../scss/styles.scss */
.two {
  background-position: -63px 0; }

/* line 747, ../scss/styles.scss */
.two.one-quarter {
  background-position: -63px -18px; }

/* line 751, ../scss/styles.scss */
.two.one-half {
  background-position: -63px -36px; }

/* line 755, ../scss/styles.scss */
.two.three-quarter {
  background-position: -63px -54px; }

/* line 759, ../scss/styles.scss */
.one {
  background-position: -84px 0; }

/* line 763, ../scss/styles.scss */
.one.one-quarter {
  background-position: -84px -18px; }

/* line 767, ../scss/styles.scss */
.one.one-half {
  background-position: -84px -36px; }

/* line 771, ../scss/styles.scss */
.one.three-quarter {
  background-position: -84px -54px; }

/* line 775, ../scss/styles.scss */
.zero {
  background-position: -105px 0; }

/* line 779, ../scss/styles.scss */
.zero.one-quarter {
  background-position: -105px -18px; }

/* line 783, ../scss/styles.scss */
.zero.one-half {
  background-position: -105px -36px; }

/* line 787, ../scss/styles.scss */
.zero.three-quarter {
  background-position: -105px -54px; }

/* mini stars */
/* line 792, ../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 801, ../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 810, ../scss/styles.scss */
.blueStarsMini {
  background-image: url("../images/blueStarsMini.gif"); }

/* line 814, ../scss/styles.scss */
.goldStarsMini.four {
  background-position: -15px 0px; }

/* line 818, ../scss/styles.scss */
.goldStarsMini.four.one-quarter {
  background-position: -15px -12px; }

/* line 822, ../scss/styles.scss */
.goldStarsMini.four.one-half {
  background-position: -15px -24px; }

/* line 826, ../scss/styles.scss */
.goldStarsMini.four.three-quarter {
  background-position: -15px -36px; }

/* line 830, ../scss/styles.scss */
.goldStarsMini.three {
  background-position: -30px 0; }

/* line 834, ../scss/styles.scss */
.goldStarsMini.three.one-quarter {
  background-position: -30px -12px; }

/* line 838, ../scss/styles.scss */
.goldStarsMini.three.one-half {
  background-position: -30px -24px; }

/* line 842, ../scss/styles.scss */
.goldStarsMini.three.three-quarter {
  background-position: -30px -36px; }

/* line 846, ../scss/styles.scss */
.goldStarsMini.two {
  background-position: -45px 0; }

/* line 850, ../scss/styles.scss */
.goldStarsMini.two.one-quarter {
  background-position: -45px -12px; }

/* line 854, ../scss/styles.scss */
.goldStarsMini.two.one-half {
  background-position: -45px -24px; }

/* line 858, ../scss/styles.scss */
.goldStarsMini.two.three-quarter {
  background-position: -45px -36px; }

/* line 862, ../scss/styles.scss */
.goldStarsMini.one {
  background-position: -60px 0; }

/* line 866, ../scss/styles.scss */
.goldStarsMini.one.one-quarter {
  background-position: -60px -12px; }

/* line 870, ../scss/styles.scss */
.goldStarsMini.one.one-half {
  background-position: -60px -24px; }

/* line 874, ../scss/styles.scss */
.goldStarsMini.one.three-quarter {
  background-position: -60px -36px; }

/* line 878, ../scss/styles.scss */
.goldStarsMini.zero {
  background-position: -75px 0px; }

/* line 882, ../scss/styles.scss */
.goldStarsMini.zero.one-quarter {
  background-position: -75px -12px; }

/* line 886, ../scss/styles.scss */
.goldStarsMini.zero.one-half {
  background-position: -75px -24px; }

/* line 890, ../scss/styles.scss */
.goldStarsMini.zero.three-quarter {
  background-position: -75px -36px; }

/* line 894, ../scss/styles.scss */
.review {
  border-bottom: 2px solid #c9ced0;
  padding-bottom: 30px; }

/* line 899, ../scss/styles.scss */
.review h2 {
  font-size: 15px; }

/* line 903, ../scss/styles.scss */
.verified {
  color: #e17f00;
  margin-left: 5px; }

/* line 908, ../scss/styles.scss */
.reviewMain h3 {
  font-size: 13px;
  margin: 0;
  padding: 0; }

/* line 914, ../scss/styles.scss */
.reviewMain p {
  margin: 0 0 15px 0; }

/* line 918, ../scss/styles.scss */
.reviewHeader {
  height: 45px;
  margin: 25px 10px;
  border-bottom: 2px solid #c9ced0; }

/* line 924, ../scss/styles.scss */
.reviewHeader p {
  float: left;
  margin: 0 5px 0 0;
  font-size: 15px;
  font-weight: bold; }

/* line 931, ../scss/styles.scss */
.average {
  color: #666;
  font-size: 12px;
  font-weight: normal; }

/* line 937, ../scss/styles.scss */
.reviewHeader p.grayStars {
  border: none;
  float: left; }

/* line 943, ../scss/styles.scss */
.reviewHeader .sortBy {
  float: right;
  font-size: 13px; }

/* line 948, ../scss/styles.scss */
.reviewHeader select {
  margin-left: 10px; }

/* line 952, ../scss/styles.scss */
.reviewMain {
  width: 380px;
  float: left;
  margin-right: 30px; }

/* line 958, ../scss/styles.scss */
.reviewMain ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none; }

/* line 964, ../scss/styles.scss */
.reviewMain ul li {
  margin: 0;
  padding: 0; }

/* line 969, ../scss/styles.scss */
p.helpful {
  line-height: 22px;
  vertical-align: middle; }

/* line 974, ../scss/styles.scss */
.divider {
  margin: 0 5px;
  color: #ddd; }

/* line 979, ../scss/styles.scss */
.thumbsUp {
  background: url("../images/thumbsUp.gif") no-repeat;
  padding-left: 23px; }

/* line 984, ../scss/styles.scss */
.submitReviewBox {
  background-color: #edf3f6;
  border: 1px solid #c1d7e1;
  padding: 15px;
  position: relative; }

/* line 991, ../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 1002, ../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 1015, ../scss/styles.scss */
.solidGrayTop {
  border-top: 1px solid #ddd; }

/* line 1019, ../scss/styles.scss */
.solidGrayBottom {
  border-bottom: 1px solid #ddd;
  /*#c9ced0; */ }

/* line 1023, ../scss/styles.scss */
.doubleGrayBottom {
  border-bottom: 3px double #ddd;
  /*#c9ced0; */ }

/* line 1027, ../scss/styles.scss */
.solidGrayTopThick {
  border-top-width: 2px; }

/* line 1031, ../scss/styles.scss */
.solidGrayTopDoubleThick {
  border-top-width: 4px; }

/* line 1035, ../scss/styles.scss */
.solidGrayBottomThick {
  border-bottom-width: 2px; }

/* line 1039, ../scss/styles.scss */
.flushGrayBottom {
  border-bottom: 1px solid #ddd;
  /*#c9ced0; */
  margin-bottom: 20px; }

/* line 1045, ../scss/styles.scss */
.companySliderWrapper {
  float: right;
  width: 300px;
  margin: 0 -150px 20px 40px; }

/* line 1054, ../scss/styles.scss */
.companyList {
  margin-bottom: 20px; }
  /* line 1057, ../scss/styles.scss */
  .companyList ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none; }
    /* line 1063, ../scss/styles.scss */
    .companyList ul li {
      margin: 0;
      padding: 10px 15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 38, ../scss/_base.scss */
      .companyList ul li::after {
        content: "";
        display: table;
        clear: both;
        width: 100%; }
      /* line 1071, ../scss/styles.scss */
      .companyList ul li a:hover {
        color: #da6216; }
      /* line 1076, ../scss/styles.scss */
      .companyList ul li .slideshowThumbnail {
        float: left;
        width: 180px;
        margin: 0 20px 0 0;
        position: relative; }
        /* line 1082, ../scss/styles.scss */
        .companyList ul li .slideshowThumbnail img {
          display: block; }
        /* line 1087, ../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 1101, ../scss/styles.scss */
      .companyList ul li .slideshowText {
        float: left;
        width: 480px; }
        /* line 1105, ../scss/styles.scss */
        .companyList ul li .slideshowText h2 {
          font-size: 16px;
          margin: 0; }
        /* line 1110, ../scss/styles.scss */
        .companyList ul li .slideshowText p {
          display: block;
          color: #666; }
  /* line 1119, ../scss/styles.scss */
  .companyList p a {
    color: #000;
    text-decoration: none;
    font-weight: bold; }
  /* line 1125, ../scss/styles.scss */
  .companyList p strong a {
    font-size: 10px;
    color: #7f7f7f; }
  /* line 1133, ../scss/styles.scss */
  .companyList .companyListActive img::after {
    content: "";
    width: 84px;
    height: 47px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #da6216;
    position: absolute;
    top: 0;
    left: 0; }

/* line 1148, ../scss/styles.scss */
.companyImageList ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  width: 300px; }
  /* line 1155, ../scss/styles.scss */
  .companyImageList ul li {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    width: 300px;
    min-height: 180px; }
    /* line 1162, ../scss/styles.scss */
    .companyImageList ul li img {
      max-width: 300px;
      display: block;
      margin: 0 auto; }
    /* line 1168, ../scss/styles.scss */
    .companyImageList ul li .viewSlideshow {
      display: block;
      position: absolute;
      left: 40px;
      bottom: 15px;
      padding: 20px;
      color: #fff;
      background-color: #06c; }

/* line 1181, ../scss/styles.scss */
.whyWorkHereWrapper {
  margin: 0;
  position: relative; }

/* line 1186, ../scss/styles.scss */
.whyWorkHereMenu {
  float: left;
  width: 200px;
  border-right: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100; }
  /* line 1194, ../scss/styles.scss */
  .whyWorkHereMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 1203, ../scss/styles.scss */
    .whyWorkHereMenu ul li {
      padding: 10px;
      margin: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 36px;
      line-height: 16px; }
      /* line 1210, ../scss/styles.scss */
      .whyWorkHereMenu ul li a {
        display: block; }
      /* line 1214, ../scss/styles.scss */
      .whyWorkHereMenu ul li.activeLink {
        background-color: #06c;
        font-weight: normal;
        color: #fff; }
        /* line 1219, ../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 #06c; }
        /* line 1231, ../scss/styles.scss */
        .whyWorkHereMenu ul li.activeLink a {
          color: #fff; }
      /* line 1238, ../scss/styles.scss */
      .whyWorkHereMenu ul li.twoLines {
        height: 52px; }
        /* line 1241, ../scss/styles.scss */
        .whyWorkHereMenu ul li.twoLines::after {
          border-width: 26px 0 26px 18px; }
      /* line 1248, ../scss/styles.scss */
      .whyWorkHereMenu ul li.threeLines {
        height: 68px; }
        /* line 1251, ../scss/styles.scss */
        .whyWorkHereMenu ul li.threeLines::after {
          border-width: 34px 0 34px 18px; }
      /* line 1256, ../scss/styles.scss */
      .whyWorkHereMenu ul li.fourLines {
        height: 68px; }
        /* line 1259, ../scss/styles.scss */
        .whyWorkHereMenu ul li.fourLines::after {
          border-width: 34px 0 34px 18px; }

/* line 1268, ../scss/styles.scss */
.whyWorkHereText {
  float: left;
  width: 760px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 40px; }
  /* line 1274, ../scss/styles.scss */
  .whyWorkHereText .logoColumn {
    display: none; }

/* line 1279, ../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 1288, ../scss/styles.scss */
.editorRating tr {
  margin-bottom: 20px;
  height: 13px; }

/* line 1293, ../scss/styles.scss */
.editorRating tr td {
  line-height: 13px;
  height: 13px;
  padding: 0; }

/* line 1299, ../scss/styles.scss */
.editorRating tr td.titleCell {
  color: #666;
  font-weight: bold;
  width: 140px; }

/* line 1305, ../scss/styles.scss */
.editorRating tr td.barCell {
  background-color: #eee;
  width: 200px; }

/* line 1310, ../scss/styles.scss */
.editorRating tr td.ratingCell {
  padding-left: 10px;
  color: #fcaf2f;
  width: 20px;
  font-weight: bold; }

/* line 1317, ../scss/styles.scss */
#whyWorkHere div {
  display: none; }

/* line 1321, ../scss/styles.scss */
#whyWorkHere div:first-child {
  display: block; }

/* line 1326, ../scss/styles.scss */
#whyWorkHere h1, #whyWorkHere h2, #whyWorkHere h3, #whyWorkHere h4, #whyWorkHere h5, #whyWorkHere h6 {
  margin: 1.5em 0 .75em 0; }

/* line 1331, ../scss/styles.scss */
.floatLeft {
  float: left;
  display: inline-block; }

/* line 1336, ../scss/styles.scss */
.floatLeftMargin {
  margin-right: 20px; }

/* line 1340, ../scss/styles.scss */
.floatRight {
  float: right;
  display: inline-block; }

/* line 1345, ../scss/styles.scss */
.floatRightMargin {
  margin-left: 20px; }

/* line 1349, ../scss/styles.scss */
.singleLine {
  display: inline-block; }

/* line 1353, ../scss/styles.scss */
.singleLine li {
  display: inline-block;
  margin: 0 2px; }

/* line 1358, ../scss/styles.scss */
li.nextLink {
  margin-left: 10px; }

/* line 1362, ../scss/styles.scss */
li.prevLink {
  margin-right: 10px; }

/* line 1367, ../scss/styles.scss */
.jobsTable {
  width: 610px;
  border-spacing: 0;
  margin: 0 0 20px 0; }

/* line 1373, ../scss/styles.scss */
.jobsTable th {
  background-color: #e5e5e5;
  padding: 10px;
  vertical-align: top; }

/* line 1379, ../scss/styles.scss */
.jobsTable th:first-child {
  text-align: left; }

/* line 1383, ../scss/styles.scss */
.jobsTable td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
  /*	width: 100px; */ }

/* line 1390, ../scss/styles.scss */
.jobsTable td:first-child {
  /*	width: 350px; */ }

/* line 1394, ../scss/styles.scss */
.jobsTable td:last-child {
  /*	width: 100px; */
  text-align: center; }

/* line 1399, ../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 1410, ../scss/styles.scss */
.gold {
  color: #fab800; }

/* line 1414, ../scss/styles.scss */
.goldKeys {
  margin: 20px 0; }

/* line 1418, ../scss/styles.scss */
.goldKeys5 {
  width: 330px;
  padding: 20px;
  height: 368px;
  background: url("../images/goldTeaser5.gif") no-repeat; }

/* line 1425, ../scss/styles.scss */
.goldKeys6 {
  width: 390px;
  height: 328px;
  padding: 40px 30px;
  background: url("../images/goldTeaser6.gif") no-repeat; }

/* line 1432, ../scss/styles.scss */
.goldKeys6 p:first-of-type {
  width: 270px; }

/* line 1436, ../scss/styles.scss */
.locks li {
  background: url("../images/lock.gif") no-repeat;
  padding: 0 0 5px 25px;
  line-height: 20px; }

/* line 1442, ../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(to bottom, #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 1464, ../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 1476, ../scss/styles.scss */
.section {
  margin-bottom: 2em;
  position: relative; }

/* line 1481, ../scss/styles.scss */
.sectionBreak {
  margin-top: 30px; }

/* line 1485, ../scss/styles.scss */
.sectionTop {
  margin-top: 30px; }

/* line 1489, ../scss/styles.scss */
.sectionTop:first-child {
  margin-top: 0px; }

/* line 1493, ../scss/styles.scss */
.textIndent {
  padding-left: 10px; }

/* start profession slider */
/* line 1498, ../scss/styles.scss */
.findSlider {
  height: 6px;
  margin-bottom: 20px;
  width: 590px; }

/* line 1504, ../scss/styles.scss */
.findSlider .ui-slider-handle {
  background-image: url("../images/slider.png");
  /* DR Edit */
  width: 13px;
  height: 24px;
  display: block;
  top: -9px; }

/* line 1512, ../scss/styles.scss */
.slider_section {
  margin: 0 0 20px 10px; }

/* line 1516, ../scss/styles.scss */
.slider_scale {
  margin: 0;
  padding: 0;
  width: 708px;
  clear: both;
  position: relative;
  left: -59px;
  list-style-type: none; }
  /* line 1525, ../scss/styles.scss */
  .slider_scale li {
    float: left;
    width: 118px;
    text-align: center;
    position: relative; }
    /* line 1532, ../scss/styles.scss */
    .slider_scale li::before {
      border-left: 1px solid #ddd;
      margin-left: -1px;
      width: 1px;
      height: 15px;
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-top: -20px; }
    /* line 1544, ../scss/styles.scss */
    .slider_scale li:first-child::before {
      margin-left: 2px; }
    /* line 1548, ../scss/styles.scss */
    .slider_scale li:last-child::before {
      left: auto;
      right: 50%;
      margin-right: 2px; }

/* line 1556, ../scss/styles.scss */
.slider_scale7 {
  left: -54px; }
  /* line 1559, ../scss/styles.scss */
  .slider_scale7 li {
    width: 100px; }

/* line 1565, ../scss/styles.scss */
.slider_scale13 {
  left: -30px; }
  /* line 1568, ../scss/styles.scss */
  .slider_scale13 li {
    width: 50px; }

/* line 1574, ../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(to bottom, #a26313, #f69010); }

/* end profession slider */
/* line 1585, ../scss/styles.scss */
.company_display {
  float: left;
  width: 355px !important;
  font-size: 12px;
  color: #000;
  margin: 5px 0;
  padding: 0; }

/* line 1594, ../scss/styles.scss */
.top_solid_border {
  border-top: solid 1px #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 10px;
  clear: both; }

/* line 1602, ../scss/styles.scss */
.top_dotted_border {
  border-top: dotted 1px #ddd;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 10px;
  clear: both; }

/* line 1610, ../scss/styles.scss */
.findCompField {
  width: 450px;
  height: 28px;
  margin: 0 10px 0 0;
  border: solid 1px #bfbfbf; }

/* line 1617, ../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(to bottom, #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 1639, ../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 1648, ../scss/styles.scss */
.checkbox_box li {
  list-style-type: none; }

/* line 1655, ../scss/styles.scss */
.checkbox_horizontal li {
  display: inline-block;
  margin: 0 20px 0 0; }

/* line 1660, ../scss/styles.scss */
.checkbox_noborder {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0; }

/* line 1666, ../scss/styles.scss */
.checkbox_noborder ul {
  padding: 0;
  margin: 0; }

/* line 1671, ../scss/styles.scss */
.checkbox_noborder li {
  list-style-type: none; }

/* line 1676, ../scss/styles.scss */
.sub_checkbox li {
  margin-left: 20px; }

/* line 1681, ../scss/styles.scss */
.clearSelection {
  color: #879aa8;
  float: left; }

/* line 1686, ../scss/styles.scss */
.searchAgain {
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 0; }

/* line 1695, ../scss/styles.scss */
.searchAgain a {
  margin: 3px 3px 0 0;
  display: block;
  float: left; }

/* line 1701, ../scss/styles.scss */
.searchAgain img {
  padding: 0;
  margin: 0;
  border: 0;
  float: right; }

/* line 1708, ../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 1718, ../scss/styles.scss */
.closeSelection {
  margin: 0 0 0 10px;
  float: right;
  width: 15px;
  height: 15px; }

/* line 1725, ../scss/styles.scss */
.showMore {
  color: #1889cd;
  text-decoration: none;
  font-size: 12px;
  float: left;
  margin: 5px 15px; }

/* line 1733, ../scss/styles.scss */
.sortSelection {
  float: right;
  margin: 5px 0; }

/* line 1738, ../scss/styles.scss */
.sortSelection span {
  color: #000;
  font-size: 12px;
  margin: 2px 5px 0 0;
  float: left; }

/* line 1745, ../scss/styles.scss */
.sortSelection form {
  float: left; }

/* line 1749, ../scss/styles.scss */
.findCompRating {
  width: 120px;
  float: left; }

/* line 1755, ../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 1767, ../scss/styles.scss */
.findCompRating span:hover {
  color: #000;
  cursor: text; }

/* line 1772, ../scss/styles.scss */
.popup_arrowdown {
  position: relative;
  top: 20px;
  left: 15px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1779, ../scss/styles.scss */
  .popup_arrowdown {
    top: 22px; } }
/* line 1784, ../scss/styles.scss */
.myVault_popup {
  margin: 6px 5px 0px 110px; }

/* line 1788, ../scss/styles.scss */
.folderAdd {
  width: 20px;
  height: 20px;
  display: inline-block; }

/* line 1794, ../scss/styles.scss */
.folderAdd:hover {
  background-position: 0 -25px; }

/* line 1798, ../scss/styles.scss */
.searchBox {
  background-image: -moz-linear-gradient(top, #e4e4e4 1%, #fff 20%);
  background-image: linear-gradient(to bottom, #e4e4e4 1%, #ffffff 20%);
  background-image: -ms-linear-gradient(top, #e4e4e4 1%, #fff 20%);
  background-image: -webkit-linear-gradient(top, #e4e4e4 1%, #fff 20%);
  background-image: -o-linear-gradient(top, #e4e4e4 1%, #fff 20%);
  padding: 0 5px; }

/* line 1807, ../scss/styles.scss */
.marginLeft10 {
  margin-left: 10px; }

/* line 1811, ../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 1822, ../scss/styles.scss */
.bold {
  font-weight: bold; }

/* line 1826, ../scss/styles.scss */
.white {
  color: #fff; }

/* line 1830, ../scss/styles.scss */
.black {
  color: #000; }

/* line 1834, ../scss/styles.scss */
.orange {
  color: #fcb033; }

/* line 1838, ../scss/styles.scss */
.goldOrange {
  color: #da6216; }

/* line 1842, ../scss/styles.scss */
.darkOrange {
  color: #d76022; }

/* line 1846, ../scss/styles.scss */
.dark {
  color: #d76022; }

/* line 1850, ../scss/styles.scss */
.grey, .gray {
  color: #758da0; }

/* line 1854, ../scss/styles.scss */
.darkGrey {
  color: #666; }

/* line 1858, ../scss/styles.scss */
.green {
  color: #1a7805; }

/* line 1862, ../scss/styles.scss */
.verifiedGreen {
  color: #058552; }

/* line 1866, ../scss/styles.scss */
.red {
  color: #dd6227; }

/* line 1870, ../scss/styles.scss */
.vaultOrange {
  color: #da6216; }

/* line 1874, ../scss/styles.scss */
.vaultYellow {
  color: #feab33; }

/* line 1878, ../scss/styles.scss */
.linkColor {
  color: #008ae0; }

/* line 1882, ../scss/styles.scss */
ol {
  padding: 0;
  margin: 0 0 1em 0;
  list-style-position: inside; }

/* line 1888, ../scss/styles.scss */
.fpoSmall {
  background-color: #ddd;
  color: #00f; }

/* border and background styles */
/* line 1894, ../scss/styles.scss */
.dashedUnderline {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 1900, ../scss/styles.scss */
.dashedLineTop {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
  margin-top: 10px; }

/* line 1906, ../scss/styles.scss */
.dottedLineTop {
  border-top: 1px dotted #ddd; }

/* line 1910, ../scss/styles.scss */
.dottedLineBottom {
  border-bottom: 1px dotted #ddd; }

/* line 1914, ../scss/styles.scss */
.dottedUnderline {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 1920, ../scss/styles.scss */
.greyUnderline {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 1926, ../scss/styles.scss */
.greyLineTop {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px; }

/* line 1932, ../scss/styles.scss */
.greyShaded {
  font-size: 12px;
  line-height: 19px;
  margin: 0;
  border: 1px solid #ddd;
  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(to bottom, #ffffff, #f5f5f5); }

/* line 1946, ../scss/styles.scss */
.greyShaded:first-child {
  border-left: 1px solid #ddd; }

/* line 1950, ../scss/styles.scss */
.reviewRatingTitle .column {
  padding-bottom: 5px; }

/* line 1954, ../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 1977, ../scss/styles.scss */
.greyArrow {
  color: #ddd; }

/* line 1981, ../scss/styles.scss */
.listPadding li {
  margin-bottom: .5em;
  line-height: 1.2em; }

/* line 1986, ../scss/styles.scss */
.listPaddingDouble li {
  margin-bottom: 10px; }

/* line 1990, ../scss/styles.scss */
.listPaddingTriple li {
  margin-bottom: 15px; }

/* line 1994, ../scss/styles.scss */
.rankingsTable {
  border-top: 0;
  border-collapse: collapse;
  margin-bottom: 25px;
  width: 100%; }

/* line 2001, ../scss/styles.scss */
.selectBox {
  width: 160px;
  padding: 2px;
  font-weight: bold;
  color: #666; }

/* line 2008, ../scss/styles.scss */
.rankingsTable tr {
  border-bottom: 1px solid #ddd; }

/* line 2012, ../scss/styles.scss */
.rankingsTable th {
  padding: 5px;
  color: #000; }

/* line 2017, ../scss/styles.scss */
.rankingsTable thead {
  line-height: 1.25em; }

/* line 2021, ../scss/styles.scss */
.rankingsTable td {
  line-height: 20px;
  padding: 3px 8px;
  vertical-align: top; }

/* line 2027, ../scss/styles.scss */
.hangingIndent {
  text-indent: -25px;
  padding-left: 25px; }

/* line 2032, ../scss/styles.scss */
.rankingsTable .up {
  color: #1A7805; }

/* line 2036, ../scss/styles.scss */
.rankingsTable .down {
  color: #dd6227; }

/* line 2040, ../scss/styles.scss */
.rankingsTable .add {
  padding-left: 25px;
  background-image: url("../images/iconAdd.gif");
  background-repeat: no-repeat;
  background-position: 0 5px; }

/* line 2046, ../scss/styles.scss */
.rankingsTable .add:hover {
  background-position: 0 -20px; }

/* line 2050, ../scss/styles.scss */
.rankingsFind {
  float: left;
  border-left: 1px solid #CCC;
  margin-bottom: 20px;
  margin-right: 15px; }

/* line 2057, ../scss/styles.scss */
.findCaption {
  line-height: 32px; }

/* line 2061, ../scss/styles.scss */
.left {
  text-align: left; }

/* line 2065, ../scss/styles.scss */
.center {
  text-align: center; }

/* line 2069, ../scss/styles.scss */
.right {
  text-align: right; }

/* line 2073, ../scss/styles.scss */
.magnifyingGlass {
  background: url("../images/greyMagnify.png") 0 1px no-repeat;
  padding-left: 20px; }

/* line 2079, ../scss/styles.scss */
.sideBoxNav {
  float: left;
  border: 1px solid #ddd;
  padding: 15px;
  width: 115px;
  background-color: #fbfdfd;
  margin-right: 15px;
  margin-bottom: 15px; }

/* line 2089, ../scss/styles.scss */
.sideBoxNav li {
  line-height: 14px;
  margin-top: 15px; }

/* line 2095, ../scss/styles.scss */
.sideBoxNav li:first-child {
  margin-top: 0px; }

/* line 2099, ../scss/styles.scss */
.sideBoxNav .active {
  font-weight: bold; }

/* line 2103, ../scss/styles.scss */
.lock {
  background-image: url("../images/lockClosedGold.gif");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 22px; }

/* line 2110, ../scss/styles.scss */
.lock.active {
  background-image: url("../images/lock.gif"); }

/* line 2114, ../scss/styles.scss */
.sideBoxNav .title {
  color: #758da0;
  font-size: 13px;
  font-weight: bold; }

/* line 2120, ../scss/styles.scss */
.professionColumn {
  width: 213px;
  margin-bottom: 40px; }
  /* line 2123, ../scss/styles.scss */
  .professionColumn ul {
    list-style-position: outside; }

/* line 2128, ../scss/styles.scss */
.lifeOfItem {
  float: left;
  width: 140px;
  padding: 5px;
  text-align: center; }

/* line 2138, ../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 2147, ../scss/styles.scss */
.resumeSampleSelect {
  float: left;
  margin-right: 15px; }

/* line 2152, ../scss/styles.scss */
.resumeSelectDesc {
  margin-top: 2px;
  display: block;
  float: left;
  width: 385px; }

/* end DR edit 4/22 */
/* line 2160, ../scss/styles.scss */
.resumeCarousel .resume {
  /*background-image: url('../images/resumeSmall.png');
  background-position: center;*/
  width: 106px;
  height: 145px;
  float: left;
  border: 1px solid #ddd;
  margin: 3px 3px 0px 3px; }

/* line 2169, ../scss/styles.scss */
.resumeCarousel .active {
  border: 4px solid #fcb033;
  margin-top: 0px; }

/* line 2173, ../scss/styles.scss */
.resumeCarousel .arrow {
  float: left;
  height: 145px;
  vertical-align: middle;
  line-height: 160px; }

/* line 2180, ../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 2189, ../scss/styles.scss */
.resumeImage {
  height: 865px;
  width: 610px;
  border: 1px solid #ddd;
  /*background-image: url('../images/resumeLarge.png');
  background-position: center;*/ }

/* line 2197, ../scss/styles.scss */
.resumeLandingPage .dashedLine {
  border-bottom: 1px dashed #ddd; }

/* line 2201, ../scss/styles.scss */
.resumeLandingPage h1 {
  margin-bottom: 15px; }

/* line 2205, ../scss/styles.scss */
.resumeLandingPage .headerImage {
  width: 100%;
  height: 175px;
  display: block;
  background-color: grey; }

/* line 2212, ../scss/styles.scss */
.resumeLandingPage .headerImageCaption {
  border-bottom: 1px solid #E8EEF2;
  margin: 8px 0px; }

/* line 2217, ../scss/styles.scss */
.resumeAdvice li {
  margin-bottom: 6px; }

/* line 2221, ../scss/styles.scss */
.resumeAdvice a {
  font-weight: bold;
  font-size: 15px; }

/* line 2226, ../scss/styles.scss */
.resumeTypes {
  margin-top: 20px;
  overflow: hidden; }

/* line 2231, ../scss/styles.scss */
.resumeTypes h3 {
  clear: both; }

/* line 2235, ../scss/styles.scss */
.resumeTypes p {
  font-size: 15px;
  line-height: 20px; }

/* line 2240, ../scss/styles.scss */
.resumeTypes a {
  font-weight: bold;
  line-height: 22px; }

/* line 2245, ../scss/styles.scss */
.resumeTypeImage {
  /* DR Edit 4/22 */
  width: 106px;
  height: 145px;
  display: block;
  margin-right: 8px;
  border: 1px solid #ddd; }

/* line 2253, ../scss/styles.scss */
.about {
  color: #ddd;
  position: absolute;
  bottom: 5px;
  right: 0px; }

/* line 2260, ../scss/styles.scss */
.smallHeaderBreak {
  margin-top: 10px; }

/* line 2264, ../scss/styles.scss */
.mediumHeaderBreak {
  margin-top: 15px; }

/* line 2268, ../scss/styles.scss */
.bigHeaderBreak {
  margin-top: 25px; }

/* line 2273, ../scss/styles.scss */
.tinySectionHeader {
  margin-top: 10px; }

/* line 2277, ../scss/styles.scss */
.smallSectionHeader {
  margin-top: 15px; }

/* line 2281, ../scss/styles.scss */
.bigSectionHeader {
  margin-top: 25px; }

/*  lists */
/* line 2286, ../scss/styles.scss */
.bullets {
  list-style-position: outside;
  margin-left: 0; }

/* line 2291, ../scss/styles.scss */
.customListBullet li {
  display: block; }

/* line 2295, ../scss/styles.scss */
.numberListBullet {
  counter-reset: item; }

/* line 2299, ../scss/styles.scss */
.numberListBullet li:before {
  content: counter(item) " ";
  counter-increment: item;
  font-weight: bold;
  margin-right: 4px; }

/* line 2306, ../scss/styles.scss */
.lineSeparatedList li {
  border-bottom: 1px solid #ddd;
  padding: 2px 0px; }

/* line 2311, ../scss/styles.scss */
.lineSeparatedList li:first-child {
  border-top: 1px solid #ddd; }

/* line 2316, ../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 2325, ../scss/styles.scss */
.locksList .openLock {
  background-image: url("../images/lock.gif"); }

/* line 2330, ../scss/styles.scss */
.dashedList li {
  border-bottom: 1px dashed #ddd;
  padding: 7px 0; }

/* line 2335, ../scss/styles.scss */
.dashedList li:first-child {
  /*	border-top: 1px dashed #ddd; */ }

/* line 2339, ../scss/styles.scss */
.singleLineList, .singleLineList li {
  display: inline-block; }

/* line 2343, ../scss/styles.scss */
.singleLineList li {
  margin: 0 2px; }

/* line 2347, ../scss/styles.scss */
.sideMenuBox {
  float: left;
  border: 1px solid #ddd;
  background-color: #fbfdfd;
  margin: 3px 15px 15px 0;
  padding: 15px 8px 8px 15px;
  width: 115px; }
  /* line 2355, ../scss/styles.scss */
  .sideMenuBox ul {
    list-style-position: outside; }

/* line 2360, ../scss/styles.scss */
.headingMargin {
  margin-bottom: 10px; }

/* line 2364, ../scss/styles.scss */
.headingMarginDouble {
  margin-bottom: 20px; }

/* professions overview */
/* line 2369, ../scss/styles.scss */
.factsTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd; }
  /* line 2374, ../scss/styles.scss */
  .factsTable th, .factsTable td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top; }
  /* line 2380, ../scss/styles.scss */
  .factsTable th {
    text-align: left;
    background-color: #f6f6f6; }
  /* line 2386, ../scss/styles.scss */
  .factsTable ul li {
    font-size: inherit; }

/* line 2392, ../scss/styles.scss */
.zebraTable tr:nth-child(even) {
  background-color: #f6f6f6; }

/* line 2396, ../scss/styles.scss */
.greyBackground {
  background-color: #f6f6f6; }

/* line 2400, ../scss/styles.scss */
.factsTable .arrow {
  display: inline-block;
  margin-right: 5px;
  color: black; }

/* line 2406, ../scss/styles.scss */
.noBottomMargin {
  margin-bottom: 0px; }

/* line 2410, ../scss/styles.scss */
.changePage {
  z-index: 100;
  position: relative;
  float: right;
  color: #758da0; }

/* line 2418, ../scss/styles.scss */
.hangingList li {
  text-indent: -15px;
  padding-left: 15px; }

/* line 2424, ../scss/styles.scss */
.hangingBulletList {
  margin-left: 1em;
  list-style-position: outside; }

/* header */
/* line 2430, ../scss/styles.scss */
.topBar {
  margin-bottom: 10px;
  text-align: right;
  float: right;
  font-size: 11px; }

/* line 2438, ../scss/styles.scss */
.accessProvided {
  color: #cde; }
  /* line 2441, ../scss/styles.scss */
  .accessProvided .bold {
    color: #fff; }

/* line 2446, ../scss/styles.scss */
.vaultFormWrapper .topBar {
  text-align: left;
  margin-bottom: 0; }

/* line 2451, ../scss/styles.scss */
.vaultFormWrapper .topBar ul {
  margin-bottom: 0; }

/* line 2455, ../scss/styles.scss */
.vaultHeaderLogo {
  float: left;
  margin-right: 15px; }

/* line 2460, ../scss/styles.scss */
.searchOptions {
  padding-left: 0;
  margin-bottom: 0; }
  /* line 2464, ../scss/styles.scss */
  .searchOptions a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 12px; }

/* line 2472, ../scss/styles.scss */
.headerSearchArea {
  float: right; }

/* line 2476, ../scss/styles.scss */
.headerSearch {
  float: left;
  display: none;
  width: 300px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #646568; }
  /* line 2483, ../scss/styles.scss */
  .headerSearch:first-child {
    display: block; }
  /* line 2487, ../scss/styles.scss */
  .headerSearch .headerSearchBox {
    background-color: #646568;
    color: #ccc;
    border: 0;
    width: 265px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-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 31, ../scss/_base.scss */
    .headerSearch .headerSearchBox::-webkit-input-placeholder {
      font-style: normal;
      color: #ccc; }
    /* line 32, ../scss/_base.scss */
    .headerSearch .headerSearchBox:-moz-placeholder {
      font-style: normal;
      color: #ccc; }
    /* line 33, ../scss/_base.scss */
    .headerSearch .headerSearchBox::-moz-placeholder {
      font-style: normal;
      color: #ccc; }
    /* line 34, ../scss/_base.scss */
    .headerSearch .headerSearchBox:-ms-input-placeholder {
      font-style: normal;
      color: #ccc; }
  /* line 2507, ../scss/styles.scss */
  .headerSearch .headerSearchButton {
    color: #fff;
    font-size: 24px;
    height: 40px;
    width: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    display: block;
    float: left; }

/* line 2519, ../scss/styles.scss */
.headerSearchActive {
  background-color: #fff; }
  /* line 2522, ../scss/styles.scss */
  .headerSearchActive .headerSearchBox {
    color: #000;
    background-color: #fff; }
    /* line 31, ../scss/_base.scss */
    .headerSearchActive .headerSearchBox::-webkit-input-placeholder {
      color: #000; }
    /* line 32, ../scss/_base.scss */
    .headerSearchActive .headerSearchBox:-moz-placeholder {
      color: #000; }
    /* line 33, ../scss/_base.scss */
    .headerSearchActive .headerSearchBox::-moz-placeholder {
      color: #000; }
    /* line 34, ../scss/_base.scss */
    .headerSearchActive .headerSearchBox:-ms-input-placeholder {
      color: #000; }
  /* line 2531, ../scss/styles.scss */
  .headerSearchActive .headerSearchButton {
    color: #000; }

/* line 2535, ../scss/styles.scss */
.headerSearchBoxHalf {
  margin-left: 2px;
  padding: 8px 5px;
  border: 1px inset #ddd;
  width: 180px; }

/* line 2543, ../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(to bottom, #ecedf1, #d2d9e1);
  background-image: -webkit-linear-gradient(top, #ecedf1, #d2d9e1); }

/* line 2560, ../scss/styles.scss */
.categoryMenu {
  font-size: 24px;
  font-weight: bold;
  float: left;
  margin-bottom: 0;
  margin-left: 10px; }
  /* line 2567, ../scss/styles.scss */
  .categoryMenu > li {
    display: inline-block;
    padding: 5px;
    color: #fff; }
    /* line 2572, ../scss/styles.scss */
    .categoryMenu > li > a {
      color: #fff; }
    /* line 2579, ../scss/styles.scss */
    .categoryMenu > li:hover .categorySubMenu {
      display: block; }

/* line 2586, ../scss/styles.scss */
.categorySubMenu {
  display: none;
  background-color: #fff;
  border: 1px solid #d4dae0;
  padding: 10px 15px;
  list-style-type: none;
  margin: 0;
  position: absolute;
  z-index: 100;
  font-size: 12px;
  font-weight: normal; }
  /* line 2599, ../scss/styles.scss */
  .categorySubMenu li {
    padding: 5px 0;
    white-space: nowrap; }
    /* line 2606, ../scss/styles.scss */
    .categorySubMenu li a {
      text-decoration: none;
      color: #000; }

/* line 2615, ../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 2627, ../scss/styles.scss */
.headerBorder {
  border-top: 1px solid #585c5f;
  border-bottom: 1px solid #585c5f;
  padding: 5px 0;
  margin-top: 15px; }

/* line 2634, ../scss/styles.scss */
.mainMenu {
  margin: 12px 0 12px 9px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  list-style-type: none;
  padding: 0; }
  /* line 2642, ../scss/styles.scss */
  .mainMenu > li {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    color: #bdc2c7; }
    /* line 2649, ../scss/styles.scss */
    .mainMenu > li:first-child {
      padding-left: 0; }
    /* line 2659, ../scss/styles.scss */
    .mainMenu > li.signIn > a:hover {
      text-decoration: none; }
      /* line 2662, ../scss/styles.scss */
      .mainMenu > li.signIn > a:hover span {
        text-decoration: underline; }
    /* line 2670, ../scss/styles.scss */
    .mainMenu > li.cartMenu .fa-shopping-cart {
      line-height: inherit; }
    /* line 2675, ../scss/styles.scss */
    .mainMenu > li.cartMenu.clicked {
      background-color: #fff;
      color: #404b52; }
      /* line 2679, ../scss/styles.scss */
      .mainMenu > li.cartMenu.clicked > div {
        color: #404b52; }
      /* line 2683, ../scss/styles.scss */
      .mainMenu > li.cartMenu.clicked .cartWrapper {
        padding-bottom: 10px; }
    /* line 2689, ../scss/styles.scss */
    .mainMenu > li > a {
      color: #bdc2c7;
      text-decoration: none; }
      /* line 2693, ../scss/styles.scss */
      .mainMenu > li > a.menuGold {
        color: #ffb042; }
      /* line 2697, ../scss/styles.scss */
      .mainMenu > li > a:hover {
        text-decoration: underline; }
    /* line 2702, ../scss/styles.scss */
    .mainMenu > li > ul {
      display: none;
      background-color: #fff;
      border: 1px solid #d4dae0;
      padding: 10px 15px;
      list-style-type: none;
      margin: 5px 0 0 0;
      position: absolute;
      z-index: 100;
      font-size: 12px;
      font-weight: normal; }
      /* line 2714, ../scss/styles.scss */
      .mainMenu > li > ul li {
        padding: 5px 0;
        white-space: nowrap; }
        /* line 2718, ../scss/styles.scss */
        .mainMenu > li > ul li a {
          color: #3c4042; }
          /* line 2721, ../scss/styles.scss */
          .mainMenu > li > ul li a:hover {
            text-decoration: none; }
    /* line 2727, ../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;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd;
      border-top: 0;
      -moz-box-shadow: 0px 3px 2px 2px rgba(194, 194, 194, 0.75);
      -webkit-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 2743, ../scss/styles.scss */
      .mainMenu > li .cartDropdown .cartDropdownTop {
        font-size: 18px;
        padding: 25px; }
        /* line 2747, ../scss/styles.scss */
        .mainMenu > li .cartDropdown .cartDropdownTop p {
          display: block;
          font-size: 18px; }
          /* line 2751, ../scss/styles.scss */
          .mainMenu > li .cartDropdown .cartDropdownTop p.cartDropdownText {
            margin-top: 20px;
            font-size: 13px; }
        /* line 2757, ../scss/styles.scss */
        .mainMenu > li .cartDropdown .cartDropdownTop .checkout-button {
          display: block; }
      /* line 2762, ../scss/styles.scss */
      .mainMenu > li .cartDropdown .cartDropdownView {
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        padding: 15px 20px; }
        /* line 2767, ../scss/styles.scss */
        .mainMenu > li .cartDropdown .cartDropdownView a {
          border: 1px solid #ccc;
          display: block;
          text-align: center;
          padding: 10px 0; }
    /* line 2776, ../scss/styles.scss */
    .mainMenu > li.active {
      background-color: #e8eef2;
      background-image: none;
      color: #06c; }
      /* line 2781, ../scss/styles.scss */
      .mainMenu > li.active > a, .mainMenu > li.active > div {
        border: 1px solid #bec8d1;
        color: #06c; }
    /* line 2788, ../scss/styles.scss */
    .mainMenu > li.clicked ul, .mainMenu > li.clicked .cartDropdown, .mainMenu > li.clicked .headerDropdown {
      display: block; }
    /* line 2792, ../scss/styles.scss */
    .mainMenu > li.clicked .fa-chevron-down {
      -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
      -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  /* line 2801, ../scss/styles.scss */
  .mainMenu.mainMenuRight {
    position: absolute;
    right: 0; }
    /* line 2805, ../scss/styles.scss */
    .mainMenu.mainMenuRight > li {
      border-left: 1px solid #bdc2c7; }
      /* line 2808, ../scss/styles.scss */
      .mainMenu.mainMenuRight > li:first-child {
        border: 0; }
  /* line 2817, ../scss/styles.scss */
  .mainMenu.mainMenuLeft > li:hover ul {
    display: block; }

/* line 2828, ../scss/styles.scss */
.plus {
  background-color: #bdc2c7;
  color: #3c4042;
  padding: 2px 3px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 14px;
  position: relative;
  font-weight: bold;
  font-size: .7em; }
  /* line 2839, ../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 2854, ../scss/styles.scss */
.upDownArrow {
  font-size: 11px;
  line-height: 13px;
  padding-left: 5px; }

/* line 2860, ../scss/styles.scss */
.mainSubMenu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
  text-align: left;
  margin-top: 1px; }
  /* line 2868, ../scss/styles.scss */
  .mainSubMenu li {
    display: block;
    color: #06c;
    background-color: #e8eef2;
    background-image: none;
    border: 1px solid #bec8d1;
    border-top: 0 none;
    white-space: nowrap;
    margin: 0px -1px 0; }
    /* line 2878, ../scss/styles.scss */
    .mainSubMenu li a {
      padding: 10px 20px;
      display: block; }

/* footer */
/* line 2886, ../scss/styles.scss */
.footerWrapper {
  width: 100%;
  background-color: #3c4042; }

/* line 2891, ../scss/styles.scss */
.footer {
  width: 893px;
  margin: 0 auto;
  background-color: #3c4042;
  color: #9dbed1;
  padding: 40px 50px 80px 50px; }
  /* line 2898, ../scss/styles.scss */
  .footer a {
    color: #9dbed1; }
  /* line 2902, ../scss/styles.scss */
  .footer .icons {
    margin-top: 10px; }
    /* line 2905, ../scss/styles.scss */
    .footer .icons a {
      color: #fff;
      padding: 0 3px;
      font-size: 20px; }

/* line 2915, ../scss/styles.scss */
.footerColumn {
  padding-right: 60px; }

/* line 2919, ../scss/styles.scss */
.footerGreyText {
  color: #909090; }

/* line 2923, ../scss/styles.scss */
.vaultFooterLogo {
  display: block;
  margin-top: -10px;
  margin-bottom: 42px;
  margin-right: 55px; }

/* line 2930, ../scss/styles.scss */
.browse {
  color: white;
  margin-right: 20px; }

/* line 2936, ../scss/styles.scss */
.uppercase {
  text-transform: uppercase; }

/* line 2944, ../scss/styles.scss */
.show {
  margin-bottom: 10px; }

/* line 2948, ../scss/styles.scss */
.NextLink, .PreviousLink, .directionButton {
  color: #06c;
  cursor: pointer; }

/* line 2953, ../scss/styles.scss */
.directionButton.disabled {
  color: #ddd;
  cursor: default; }

/* line 2958, ../scss/styles.scss */
.slideshowWrapper {
  overflow: hidden;
  margin: 0 5px; }

/* line 2964, ../scss/styles.scss */
.slideshowWrapper2 {
  position: relative; }

/* line 2968, ../scss/styles.scss */
.countrySelect {
  margin-bottom: 20px; }

/* line 2972, ../scss/styles.scss */
.stateSelect {
  width: auto; }

/* line 2976, ../scss/styles.scss */
.disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  cursor: default; }

/* line 2983, ../scss/styles.scss */
.searchField {
  border: solid 1px #bfbfbf;
  height: 28px; }

/* line 2988, ../scss/styles.scss */
.searchField input[type="text"] {
  width: 100px;
  height: 26px;
  border: 0;
  float: left; }

/* line 2995, ../scss/styles.scss */
.searchTitle {
  /*padding: 5px;*/
  /*background-color: #eee;*/
  font-weight: bold;
  margin-bottom: 0; }

/* line 3002, ../scss/styles.scss */
.searchTitle .orange {
  color: #da6216; }

/* line 3007, ../scss/styles.scss */
.displayPages {
  float: right;
  margin-top: 5px; }

/* line 3012, ../scss/styles.scss */
.blackTop {
  border-top: 2px solid #000;
  margin-top: 5px; }

/* line 3017, ../scss/styles.scss */
.searchNarrow {
  margin: 10px 0; }

/* line 3022, ../scss/styles.scss */
.searchResultsCategories.bluePointerMenu .active {
  background-color: #06c;
  background-image: none; }
  /* line 3026, ../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 3043, ../scss/styles.scss */
  .searchResultsCategories.bluePointerMenu .active::after {
    border-top: 15px solid white;
    border-bottom: 15px solid white; } }
/* line 3049, ../scss/styles.scss */
.searchResult {
  /*margin-bottom: 25px;*/
  padding-bottom: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e9e9e9; }

/* line 3056, ../scss/styles.scss */
.searchResult p {
  margin-bottom: .5em; }

/* line 3060, ../scss/styles.scss */
.or {
  border: 0 none;
  border-top: 4px double #ddd;
  margin: 1em 0 0 0;
  height: 1.25em;
  position: relative; }
  /* line 3067, ../scss/styles.scss */
  .or div {
    font-style: italic;
    text-align: center;
    position: absolute;
    top: -.75em;
    left: 50%;
    width: 3em;
    margin-left: -1.5em;
    background-color: #fff; }

/* line 3078, ../scss/styles.scss */
.searchOptions > li {
  border-left: none;
  margin-top: 5px; }

/* line 3083, ../scss/styles.scss */
.searchOptions > li input {
  vertical-align: bottom; }

/* line 3088, ../scss/styles.scss */
.searchOptions .selectedSearch {
  color: #000;
  cursor: default;
  font-weight: bold; }

/* line 3094, ../scss/styles.scss */
.selectedSearch:hover {
  text-decoration: none; }

/* line 3098, ../scss/styles.scss */
.linePadding {
  padding: 5px 0; }

/* line 3102, ../scss/styles.scss */
.smallList li {
  margin: 5px; }

/*****************/
/* About Section */
/*****************/
/* line 3114, ../scss/styles.scss */
.pageMenu li {
  padding: 6px 0 6px 7px;
  margin-right: 0;
  line-height: 16px; }
/* line 3120, ../scss/styles.scss */
.pageMenu .active {
  background-color: #06c;
  color: white;
  position: relative;
  height: auto; }
  /* line 3126, ../scss/styles.scss */
  .pageMenu .active a {
    color: white; }
  /* line 3130, ../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: #06c;
    border-width: 14px 0 14px 14px;
    margin-top: -14px; }
  /* line 3145, ../scss/styles.scss */
  .pageMenu .active.bigger::after {
    border-width: 22px 0 22px 14px;
    margin-top: -22px; }

/* line 3155, ../scss/styles.scss */
.bestSellers {
  padding: 6px 0px 6px 7px;
  margin-left: -7px;
  background-color: #06c;
  color: white;
  position: relative;
  height: auto;
  display: block;
  margin-left: -7px; }
  /* line 3165, ../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 3180, ../scss/styles.scss */
.leftMenuColumn h3 {
  text-transform: uppercase;
  padding-left: 7px; }

/* line 3186, ../scss/styles.scss */
h3.bestSellersHead {
  text-transform: none;
  font-size: 14px; }

/* line 3191, ../scss/styles.scss */
.cremeBox {
  padding: 25px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fafaf8; }

/* line 3198, ../scss/styles.scss */
.placeholder {
  /* placeholder text */
  font-style: italic;
  color: #758da0; }

/* line 3202, ../scss/styles.scss */
::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: italic;
  color: #758da0; }

/* line 3206, ../scss/styles.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  color: #758da0; }

/* line 3210, ../scss/styles.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  color: #758da0; }

/* line 3214, ../scss/styles.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: italic;
  color: #758da0; }

/* line 3219, ../scss/styles.scss */
.doubleList {
  float: left;
  width: 50%; }
  /* line 3223, ../scss/styles.scss */
  .doubleList li {
    text-indent: -20px;
    padding-left: 20px; }

/* line 3229, ../scss/styles.scss */
.tripleList {
  float: left;
  width: 33.33333%; }
  /* line 3233, ../scss/styles.scss */
  .tripleList > li {
    margin-bottom: 20px;
    text-indent: -20px;
    padding-left: 20px; }

/* line 3240, ../scss/styles.scss */
.paddedHorizontalList li {
  padding: 0 5px; }

/* line 3244, ../scss/styles.scss */
.careerDate {
  font-size: 11px;
  color: #676767;
  font-weight: bold;
  text-transform: uppercase; }

/* line 3251, ../scss/styles.scss */
.careerDate > strong {
  color: black; }

/* line 3255, ../scss/styles.scss */
.gettingStarted {
  border: 0 none;
  border-top: 1px dashed #ddd;
  margin: 10px 0;
  height: 18px;
  position: relative; }

/* line 3263, ../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 3275, ../scss/styles.scss */
.companies_thumbnails {
  margin: 0 0 20px 0;
  float: left; }

/* line 3280, ../scss/styles.scss */
.companies_thumbnails img {
  float: left;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #ddd;
  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 3301, ../scss/styles.scss */
.read_more_btn {
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #eaeaea;
  padding: 4px 12px;
  font-weight: bold;
  color: #06c;
  background: -webkit-linear-gradient(top, #fff, #f8f8f8);
  background: -moz-linear-gradient(top, #fff, #f8f8f8);
  background: -ms-linear-gradient(top, #fff, #f8f8f8);
  background: -o-linear-gradient(top, #fff, #f8f8f8);
  background: linear-gradient(to bottom, #ffffff, #f8f8f8); }

/* line 3315, ../scss/styles.scss */
.companiesWrapper {
  width: 100%;
  float: left;
  clear: both; }

/* line 3321, ../scss/styles.scss */
.infoTab {
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  height: 41px;
  margin-bottom: 20px; }

/* line 3328, ../scss/styles.scss */
.infoTab ul {
  list-style-type: none;
  font-weight: bold;
  font-size: 12px; }

/* line 3334, ../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 #ddd;
  border-left: 0;
  background-color: #f6f6f6;
  height: 20px;
  color: #06c;
  cursor: pointer;
  width: 33%;
  height: 42px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 3354, ../scss/styles.scss */
.infoTab ul li:first-child {
  border-left: 1px solid #ddd; }

/* line 3358, ../scss/styles.scss */
.infoTab ul li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  height: 43px;
  color: #000;
  cursor: default; }

/* line 3366, ../scss/styles.scss */
.careerDate {
  font-size: 11px;
  color: #676767;
  font-weight: bold;
  text-transform: uppercase; }

/* line 3373, ../scss/styles.scss */
.careerDate > strong {
  color: black; }

/* line 3377, ../scss/styles.scss */
.gettingStarted {
  border: 0 none;
  border-top: 1px dashed #ddd;
  margin: 10px 0;
  height: 18px;
  position: relative; }

/* line 3385, ../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 3396, ../scss/styles.scss */
.width100 {
  width: 100px; }

/* line 3400, ../scss/styles.scss */
.width199 {
  width: 199px; }

/* line 3404, ../scss/styles.scss */
.width335 {
  width: 335px; }

/* line 3408, ../scss/styles.scss */
.width800 {
  width: 800px; }

/* line 3412, ../scss/styles.scss */
.homePageSlider {
  width: 450px;
  height: 320px;
  position: relative;
  margin: 0 0 20px 0; }

/* line 3419, ../scss/styles.scss */
.mainSlides {
  width: 450px;
  height: 300px;
  z-index: 1; }

/* line 3425, ../scss/styles.scss */
.mainSlides div {
  display: none; }

/* line 3430, ../scss/styles.scss */
.homePageSlider ul, .recent_reviews ul {
  border: 0 none;
  list-style-type: none;
  height: 13px;
  margin: 15px auto;
  display: inline-block; }
  /* line 3437, ../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 3447, ../scss/styles.scss */
    .homePageSlider ul li.active, .recent_reviews ul li.active {
      background-position: 0 -13px; }

/* line 3454, ../scss/styles.scss */
.homePageTab {
  display: none; }

/* line 3458, ../scss/styles.scss */
.orangeBullet {
  list-style-type: none; }

/* line 3462, ../scss/styles.scss */
.orangeBullet li {
  background: url("../images/orangeBullet.gif") 0 8px no-repeat;
  padding-left: 10px; }

/* line 3467, ../scss/styles.scss */
.arrowList li {
  background: url("../images/upArrow.gif") 0 4px no-repeat;
  padding-left: 15px; }

/* line 3472, ../scss/styles.scss */
.popup-box {
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -251px;
  width: 502px;
  border: solid 1px #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 5px 5px #c2c2c2;
  -webkit-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 3492, ../scss/styles.scss */
.popup-box.ciLogoPopup {
  /*background-image: url('../images/ciPopupLogo.png');
  padding-top: 62px;*/ }

/* line 3498, ../scss/styles.scss */
.popupContent {
  background: #fff;
  padding: 20px 10px;
  width: 480px; }

/* line 3504, ../scss/styles.scss */
.popupContent .whiteInput {
  font-size: 13px; }

/* line 3508, ../scss/styles.scss */
.popupContentWrapper {
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ddd; }

/* line 3514, ../scss/styles.scss */
.loginPopup, .successPopup, .allRankingsPopup {
  width: 662px;
  margin-left: -331px;
  top: 150px; }

/* line 3521, ../scss/styles.scss */
.popupContent .orangeBtn, .studentLoginCheck .orangeBtn {
  color: #fff;
  text-shadow: 1px 1px #000;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #c95403;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYTg0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5NTQwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0a843), color-stop(100%, #c95403));
  background-image: -moz-linear-gradient(top, #f0a843, #c95403);
  background-image: -webkit-linear-gradient(top, #f0a843, #c95403);
  background-image: linear-gradient(to bottom, #f0a843, #c95403);
  border: solid 1px #c95403;
  border-radius: 3px;
  cursor: pointer;
  float: left; }

/* line 3537, ../scss/styles.scss */
.loginPage.popupContentWrapper {
  width: 660px;
  margin: 30px auto auto auto; }
/* line 3542, ../scss/styles.scss */
.loginPage .popupContent {
  width: auto; }
/* line 3546, ../scss/styles.scss */
.loginPage .column {
  padding: 0 20px; }

/* line 3551, ../scss/styles.scss */
.loginPopup .popupContent, .successPopup .popupContent, .allRankingsPopup .popupContent {
  width: 640px; }

/* line 3556, ../scss/styles.scss */
.accountPopup, .passwordPopup, .deactivateGoldPopup, .cancelGoldPopup, .turnOffAutoRenewPopup, .confirmPopup {
  top: 200px; }

/* line 3560, ../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-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjAzOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzNmQyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcb038), color-stop(100%, #e36d29));
  background-image: -moz-linear-gradient(top, #fcb038, #e36d29);
  background-image: -webkit-linear-gradient(top, #fcb038, #e36d29);
  background-image: linear-gradient(to bottom, #fcb038, #e36d29);
  -webkit-box-shadow: 0px 0px 2px 2px #d4d4d4;
  box-shadow: 0px 0px 2px 2px #d4d4d4;
  cursor: pointer;
  display: inline-block; }

/* line 3575, ../scss/styles.scss */
.solidOrangeButton {
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #fb6d18;
  cursor: pointer;
  display: inline-block; }
  /* line 3585, ../scss/styles.scss */
  .solidOrangeButton:hover {
    text-decoration: none; }

/* line 3590, ../scss/styles.scss */
.grayButton {
  padding: 10px 20px;
  border: 1px solid #bdc8d1;
  border-radius: 3px;
  color: #06c;
  background: #dde6ea;
  background: linear-gradient(to bottom, #ffffff, #dde6ea);
  background: -ms-linear-gradient(top, #fff, #dde6ea);
  background: -moz-linear-gradient(top, #fff, #dde6ea);
  background: -webkit-linear-gradient(top, #fff, #dde6ea);
  background: -o-linear-gradient(top, #fff, #dde6ea);
  cursor: pointer;
  clear: both;
  display: inline-block; }

/* line 3606, ../scss/styles.scss */
.shadedInput, .whiteInput {
  padding: 5px;
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  margin: 0; }

/* line 3616, ../scss/styles.scss */
input.shadedInput, input.whiteInput {
  height: 28px; }

/* line 3620, ../scss/styles.scss */
textarea.shadedInput, textarea.whiteInput {
  height: 56px; }

/* line 3624, ../scss/styles.scss */
.shadedInput {
  background: #f6f6f6;
  background: linear-gradient(to bottom, #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 3633, ../scss/styles.scss */
.whiteInput {
  background: linear-gradient(to bottom, #cccccc 1%, #ffffff 10%);
  background: -ms-linear-gradient(top, #ccc 1%, #fff 10%);
  background: -moz-linear-gradient(top, #ccc 1%, #fff 10%);
  background: -webkit-linear-gradient(top, #ccc 1%, #fff 10%); }

/* line 3640, ../scss/styles.scss */
.lightBlueBackground {
  background-color: #ebf3fa; }

/* line 3644, ../scss/styles.scss */
.iconHeader {
  background-position: 5px;
  background-repeat: no-repeat;
  padding: 8px 5px 8px 35px;
  min-height: 20px; }

/* line 3651, ../scss/styles.scss */
.locationHeader {
  background-image: url("../images/location_image.gif"); }

/* line 3655, ../scss/styles.scss */
.yearsHeader {
  background-image: url("../images/profile_image.gif"); }

/* line 3659, ../scss/styles.scss */
.industryHeader {
  background-image: url("../images/flag_image.gif"); }

/* line 3663, ../scss/styles.scss */
.checkbox-tree {
  max-height: 200px;
  overflow-x: hidden; }

/* line 3668, ../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 3679, ../scss/styles.scss */
.sortList li {
  background: url("../images/draggable_image.gif") center right no-repeat;
  padding: 0 20px 0 0;
  cursor: pointer; }

/* line 3685, ../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 3696, ../scss/styles.scss */
.productsPage .product {
  overflow: hidden;
  padding: 17px 5px;
  border-top: 1px solid #d8d8d6; }

/* line 3702, ../scss/styles.scss */
.productsPage .product .floatRight {
  margin-left: 23px; }

/* line 3706, ../scss/styles.scss */
.productsPage .product .floatLeft {
  margin-right: 23px; }

/* line 3710, ../scss/styles.scss */
.productsPage .product h3 {
  margin-bottom: 17px; }

/* line 3714, ../scss/styles.scss */
.productsPage .product a {
  display: block;
  font-weight: bold;
  margin-top: 11px; }

/* line 3720, ../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 3728, ../scss/styles.scss */
.productsPage .cremeGradient img {
  border: 1px solid #d8d8d8; }

/* line 3732, ../scss/styles.scss */
.productsPage .product .border {
  border: 1px solid #d8d8d8; }

/* Career Insider */
/* line 3737, ../scss/styles.scss */
.careerInsiderPlayer {
  margin-right: 20px;
  margin-bottom: 12px; }

/* line 3742, ../scss/styles.scss */
.careerInsider .mainContent .caption {
  float: left;
  clear: left;
  font-weight: bold;
  font-size: 11px; }

/* line 3749, ../scss/styles.scss */
.careerInsider .mainContent ul {
  padding: 18px 0px 3px 30px; }

/* Our Mission */
/* line 3754, ../scss/styles.scss */
.ourMission .cremeBox p {
  margin-bottom: 12px; }

/* line 3758, ../scss/styles.scss */
.ourMission .mainContent ul {
  padding: 0px 0px 3px 30px; }

/* line 3762, ../scss/styles.scss */
.ourMission .mainContent li {
  margin-bottom: 18px; }

/********************/
/* My Vault Section */
/********************/
/* line 3769, ../scss/styles.scss */
.myVaultWrapper {
  /*margin: 0px 25px;*/
  /*margin: 13px 0px 0px 25px;*/
  min-height: 750px;
  /* My Job Applications */
  /* tables in my vault section */ }
  /* line 3774, ../scss/styles.scss */
  .myVaultWrapper p {
    color: black; }
  /* line 3778, ../scss/styles.scss */
  .myVaultWrapper .column9 {
    margin-right: 19px;
    margin-left: 0px; }
  /* line 3783, ../scss/styles.scss */
  .myVaultWrapper .column12, .myVaultWrapper .column13 {
    margin: 0px; }
  /* line 3787, ../scss/styles.scss */
  .myVaultWrapper h2 {
    padding-bottom: 13px;
    font-size: 18px; }
  /* line 3793, ../scss/styles.scss */
  .myVaultWrapper .bluePointerMenu li {
    margin-bottom: 4px; }
  /* line 3798, ../scss/styles.scss */
  .myVaultWrapper .findLink {
    font-size: 12px;
    position: absolute;
    right: 37px;
    top: -5px;
    font-weight: bold;
    margin-top: 8px; }
    /* line 3806, ../scss/styles.scss */
    .myVaultWrapper .findLink img {
      width: 17px;
      height: 17px;
      padding-left: 11px;
      vertical-align: text-top; }
  /* line 3814, ../scss/styles.scss */
  .myVaultWrapper .findContainer {
    position: relative; }
    /* line 3817, ../scss/styles.scss */
    .myVaultWrapper .findContainer .findLink {
      right: -330px; }
  /* line 3822, ../scss/styles.scss */
  .myVaultWrapper .buttonStyle {
    border: 1px solid #bdc8d1;
    background-color: #ebf0f3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZTVlOSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dbe5e9), color-stop(60%, #ffffff));
    background-image: -moz-linear-gradient(bottom, #dbe5e9, #ffffff 60%);
    background-image: -webkit-linear-gradient(bottom, #dbe5e9, #ffffff 60%);
    background-image: linear-gradient(to top, #dbe5e9, #ffffff 60%);
    color: #06c; }
  /* line 3829, ../scss/styles.scss */
  .myVaultWrapper .folder {
    /* leave room for folder icon */ }
  /* line 3832, ../scss/styles.scss */
  .myVaultWrapper .folderImage {
    background: url("/images/iconAdd.gif") no-repeat 5px -50px;
    height: 22px;
    width: 35px;
    float: left;
    margin-top: -4px; }
  /* line 3840, ../scss/styles.scss */
  .myVaultWrapper .addFolderImage {
    background: url("/images/iconAdd.gif") no-repeat 5px 0px;
    height: 22px;
    width: 35px;
    float: left;
    margin-top: -4px; }
    /* line 3847, ../scss/styles.scss */
    .myVaultWrapper .addFolderImage:hover {
      background-position: 5px -25px; }
  /* line 3852, ../scss/styles.scss */
  .myVaultWrapper .sortImage {
    background: url("/images/sort.png") no-repeat 7px center;
    padding-left: 18px;
    cursor: pointer; }
    /* line 3857, ../scss/styles.scss */
    .myVaultWrapper .sortImage.sortAsc {
      background-image: url("/images/sortUp.png"); }
    /* line 3861, ../scss/styles.scss */
    .myVaultWrapper .sortImage.sortDesc {
      background-image: url("/images/sortDown.png"); }
    /* line 3865, ../scss/styles.scss */
    .myVaultWrapper .sortImage a {
      cursor: pointer; }
  /* line 3871, ../scss/styles.scss */
  .myVaultWrapper .folder .add {
    background-position: 0px -17px;
    cursor: pointer; }
    /* line 3875, ../scss/styles.scss */
    .myVaultWrapper .folder .add:hover {
      background-position: 0px -34px; }
  /* line 3880, ../scss/styles.scss */
  .myVaultWrapper .folder .picked {
    background-position: 0px -51px;
    cursor: pointer; }
  /* line 3889, ../scss/styles.scss */
  .myVaultWrapper.myJobAlerts table th:first-child {
    padding-left: 8px; }
  /* line 3896, ../scss/styles.scss */
  .myVaultWrapper .jobApplicationsSection table th:first-child {
    padding-left: 18px;
    background-position: 7px center; }
  /* line 3902, ../scss/styles.scss */
  .myVaultWrapper table {
    border-collapse: collapse;
    font-size: 11px;
    margin-bottom: 19px;
    width: 780px; }
    /* line 3908, ../scss/styles.scss */
    .myVaultWrapper table a {
      font-size: 13px; }
    /* line 3912, ../scss/styles.scss */
    .myVaultWrapper table tr {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      /* line 3916, ../scss/styles.scss */
      .myVaultWrapper table tr td, .myVaultWrapper table tr th {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        padding: 8px; }
        /* line 3922, ../scss/styles.scss */
        .myVaultWrapper table tr td:first-child, .myVaultWrapper table tr th:first-child {
          border-left-width: 0px; }
      /* line 3927, ../scss/styles.scss */
      .myVaultWrapper table tr th {
        text-align: left;
        background-color: #edf2f4; }
        /* line 3931, ../scss/styles.scss */
        .myVaultWrapper table tr th:first-child {
          padding-left: 37px;
          background-position: 42px center; }
        /* line 3936, ../scss/styles.scss */
        .myVaultWrapper table tr th img {
          vertical-align: bottom;
          margin-right: 4px; }
        /* line 3941, ../scss/styles.scss */
        .myVaultWrapper table tr th a {
          color: #363636;
          font-size: 11px;
          cursor: default; }
          /* line 3946, ../scss/styles.scss */
          .myVaultWrapper table tr th a:hover {
            text-decoration: none; }
        /* line 3951, ../scss/styles.scss */
        .myVaultWrapper table tr th .folderImage {
          background: url("/images/folderStates.png") no-repeat;
          /* DR Edit */
          vertical-align: text-bottom;
          margin-left: -23px;
          margin-right: 10px;
          display: inline-block;
          height: 16px;
          width: 27px; }
      /* line 3963, ../scss/styles.scss */
      .myVaultWrapper table tr td {
        color: #666; }
        /* line 3967, ../scss/styles.scss */
        .myVaultWrapper table tr td a.name {
          overflow: hidden;
          display: block; }
          /* line 3971, ../scss/styles.scss */
          .myVaultWrapper table tr td a.name:hover {
            text-decoration: none; }
          /* line 3976, ../scss/styles.scss */
          .myVaultWrapper table tr td a.name span:hover {
            text-decoration: underline; }
          /* line 3981, ../scss/styles.scss */
          .myVaultWrapper table tr td a.name strong {
            white-space: nowrap; }
    /* line 3989, ../scss/styles.scss */
    .myVaultWrapper table .colored {
      background-color: #f8fbfc; }
    /* line 3993, ../scss/styles.scss */
    .myVaultWrapper table .nonePicked {
      font-size: 16px;
      color: black;
      text-align: center;
      padding: 21px 0px; }
    /* line 4000, ../scss/styles.scss */
    .myVaultWrapper table .goldStar {
      color: #f9ad4d;
      font-size: 13px;
      letter-spacing: 1px; }
    /* line 4006, ../scss/styles.scss */
    .myVaultWrapper table .greyStar {
      color: #ccc;
      font-size: 13px; }
    /* line 4013, ../scss/styles.scss */
    .myVaultWrapper table.myReviews th:first-child {
      padding-left: 18px;
      background-position: 7px center; }

/* line 4022, ../scss/styles.scss */
.myVaultHeader {
  border-bottom: 1px solid #c0c8cb;
  padding-bottom: 14px;
  margin: 0px 25px; }
  /* line 4027, ../scss/styles.scss */
  .myVaultHeader .profilePic {
    margin-top: 2px;
    margin-right: 9px;
    vertical-align: middle; }
  /* line 4033, ../scss/styles.scss */
  .myVaultHeader .myVaultLogo {
    vertical-align: text-bottom;
    margin-left: 2px; }
  /* line 4038, ../scss/styles.scss */
  .myVaultHeader h1 {
    margin-top: 3px; }
  /* line 4042, ../scss/styles.scss */
  .myVaultHeader .profileProgress {
    border: 1px solid #d0d9e1;
    padding: 10px 9px 11px 9px;
    background-color: #f6f8f7; }
  /* line 4048, ../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;
    -moz-box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-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 4059, ../scss/styles.scss */
  .myVaultHeader .progressBar {
    display: inline-block;
    margin: -1px -1px 0px -1px;
    border: 1px solid #b46200;
    height: 12px;
    background-color: #f89e00;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTgwMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY4YTAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZhNDAxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa800), color-stop(50%, #ff8a00), color-stop(100%, #ffa401));
    background-image: -moz-linear-gradient(#ffa800, #ff8a00 50%, #ffa401);
    background-image: -webkit-linear-gradient(#ffa800, #ff8a00 50%, #ffa401);
    background-image: linear-gradient(#ffa800, #ff8a00 50%, #ffa401);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }

/* line 4069, ../scss/styles.scss */
.myCompanies .nonePicked a {
  font-size: 16px; }

/* my profile */
/* line 4074, ../scss/styles.scss */
.myProfileWrapper {
  width: 615px;
  padding: 0px 10px;
  float: left;
  min-height: 700px;
  border-right: 1px solid #ddd;
  margin: 13px 0px 0px 15px; }

/* line 4084, ../scss/styles.scss */
.myProfile h3 {
  font-size: 14px;
  border-top: 1px solid #eee;
  padding-top: 9px;
  margin-bottom: 14px; }
/* line 4091, ../scss/styles.scss */
.myProfile h5 {
  color: #666; }
/* line 4095, ../scss/styles.scss */
.myProfile .add {
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
  padding-left: 6px; }
/* line 4102, ../scss/styles.scss */
.myProfile label {
  display: inline-block;
  vertical-align: text-top; }
/* line 4108, ../scss/styles.scss */
.myProfile .aboutMe ul, .myProfile .aboutMe div {
  margin-left: 5px; }
/* line 4112, ../scss/styles.scss */
.myProfile .aboutMe ul {
  margin-top: 20px; }
  /* line 4115, ../scss/styles.scss */
  .myProfile .aboutMe ul li {
    margin-bottom: 8px; }

/* line 4122, ../scss/styles.scss */
.profileItem {
  margin-bottom: 25px;
  margin-top: 16px; }
  /* line 4126, ../scss/styles.scss */
  .profileItem p {
    margin-top: 9px; }

/* line 4131, ../scss/styles.scss */
.fullSelect.industrySelect {
  width: auto; }

/* line 4136, ../scss/styles.scss */
.editProfile {
  font-size: 12px;
  margin-right: 3px;
  margin-top: 7px;
  z-index: 100; }
  /* line 4142, ../scss/styles.scss */
  .editProfile img {
    height: 14px;
    width: 14px;
    margin-left: 6px;
    vertical-align: text-top; }

/* line 4150, ../scss/styles.scss */
.changePassword {
  margin-top: -30px; }

/* line 4154, ../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 4161, ../scss/styles.scss */
.myCompanies .col1, .myCompanies .col_1 {
  width: 305px; }
/* line 4165, ../scss/styles.scss */
.myCompanies .col2, .myCompanies .col_2 {
  width: 120px; }
/* line 4169, ../scss/styles.scss */
.myCompanies .col3, .myCompanies .col_3 {
  width: 119px; }
/* line 4173, ../scss/styles.scss */
.myCompanies .col4, .myCompanies .col_4 {
  width: 119px; }
/* line 4177, ../scss/styles.scss */
.myCompanies .col5, .myCompanies .col_5 {
  width: 119px; }
/* line 4181, ../scss/styles.scss */
.myCompanies .allowContact {
  display: inline-block;
  color: #465c6e;
  vertical-align: text-top;
  margin-bottom: 20px; }

/* line 4188, ../scss/styles.scss */
.companiesPicked {
  background-color: #f8fbfc;
  /* my companies */ }
  /* line 4191, ../scss/styles.scss */
  .companiesPicked a {
    font-weight: bold; }
  /* line 4196, ../scss/styles.scss */
  .companiesPicked .nonePicked a {
    font-size: 16px; }
  /* line 4201, ../scss/styles.scss */
  .companiesPicked .col1, .companiesPicked .col_1 {
    width: 270px; }
  /* line 4204, ../scss/styles.scss */
  .companiesPicked .col3, .companiesPicked .col_3 {
    width: 170px; }
  /* line 4207, ../scss/styles.scss */
  .companiesPicked .col4, .companiesPicked .col_4 {
    width: 90px; }

/* line 4213, ../scss/styles.scss */
.internshipsPicked .col1, .internshipsPicked .col_1 {
  width: 250px; }
/* line 4217, ../scss/styles.scss */
.internshipsPicked .col2, .internshipsPicked .col_2 {
  width: 205px; }
/* line 4221, ../scss/styles.scss */
.internshipsPicked .col3, .internshipsPicked .col_3 {
  width: 180px; }

/* My Articles page */
/* line 4228, ../scss/styles.scss */
.myArticles .col1, .myArticles .col_1 {
  width: 660px; }
/* line 4232, ../scss/styles.scss */
.myArticles .col2, .myArticles .col_2 {
  width: 120px; }
/* line 4236, ../scss/styles.scss */
.myArticles a {
  font-weight: bold; }

/* my jobs page */
/* line 4242, ../scss/styles.scss */
.jobsTabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
  width: 780px;
  display: none; }
  /* line 4248, ../scss/styles.scss */
  .jobsTabs .activeTab {
    border: 1px solid #ddd;
    border-bottom: 1px solid white;
    margin-bottom: -1px; }
  /* line 4254, ../scss/styles.scss */
  .jobsTabs h2 {
    display: inline-block;
    padding: 7px 13px; }

/* line 4260, ../scss/styles.scss */
.jobApplicationsSection {
  display: none; }

/* line 4264, ../scss/styles.scss */
.savedJobsSection {
  display: none; }
  /* line 4267, ../scss/styles.scss */
  .savedJobsSection .col1, .savedJobsSection .col_1 {
    padding-left: 8px; }

/* line 4273, ../scss/styles.scss */
.myJobs .col1, .myJobs .col_1 {
  width: 33px; }
/* line 4277, ../scss/styles.scss */
.myJobs .col2, .myJobs .col_2 {
  width: 292px; }
/* line 4281, ../scss/styles.scss */
.myJobs .col3, .myJobs .col_3 {
  width: 215px; }
/* line 4285, ../scss/styles.scss */
.myJobs .col4, .myJobs .col_4 {
  width: 120px; }
/* line 4289, ../scss/styles.scss */
.myJobs .col5, .myJobs .col_5 {
  width: 120px; }
/* line 4293, ../scss/styles.scss */
.myJobs .deleteSelected {
  width: 165px;
  height: 42px;
  margin-left: 11px; }
/* line 4299, ../scss/styles.scss */
.myJobs .selectAll {
  float: right;
  font-size: 11px;
  color: #666;
  margin-right: 15px;
  margin-top: 4px; }
  /* line 4306, ../scss/styles.scss */
  .myJobs .selectAll input {
    vertical-align: text-top;
    margin: 0 3px 0 0; }

/* line 4313, ../scss/styles.scss */
.findJobs {
  padding-left: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 18px; }
  /* line 4321, ../scss/styles.scss */
  .findJobs h3 {
    display: inline-block; }
  /* line 4325, ../scss/styles.scss */
  .findJobs input[type="text"] {
    width: 255px;
    border: 1px solid #bfbfbf;
    padding: 6px 10px;
    margin-left: 10px;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-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 4335, ../scss/styles.scss */
  .findJobs button {
    margin-left: 20px;
    width: 90px;
    height: 28px; }
  /* line 4341, ../scss/styles.scss */
  .findJobs img {
    width: 17px;
    height: 17px;
    vertical-align: middle; }

/* my job alerts */
/* line 4349, ../scss/styles.scss */
.myJobAlerts a {
  font-weight: bold; }

/* line 4353, ../scss/styles.scss */
.myJobAlerts table {
  margin-top: 20px; }

/* line 4357, ../scss/styles.scss */
.myJobAlerts th, .myJobAlerts td {
  vertical-align: top; }

/* line 4362, ../scss/styles.scss */
.myJobAlerts .col1, .myJobAlerts .col_1 {
  width: 196px; }
/* line 4366, ../scss/styles.scss */
.myJobAlerts .col2, .myJobAlerts .col_2 {
  width: 116px; }
/* line 4370, ../scss/styles.scss */
.myJobAlerts .col3, .myJobAlerts .col_3 {
  width: 114px; }
/* line 4374, ../scss/styles.scss */
.myJobAlerts .col4, .myJobAlerts .col_4 {
  width: 114px; }
/* line 4378, ../scss/styles.scss */
.myJobAlerts .col5, .myJobAlerts .col_5 {
  width: 114px; }
/* line 4382, ../scss/styles.scss */
.myJobAlerts .col6, .myJobAlerts .col_6 {
  width: 114px; }

/* line 4386, ../scss/styles.scss */
.myJobAlerts p {
  margin-bottom: 15px; }

/* my guides */
/* line 4391, ../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 4400, ../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 4407, ../scss/styles.scss */
  .guideBench .slideshowWrapper {
    display: inline-block;
    width: 680px;
    margin: 0; }
  /* line 4413, ../scss/styles.scss */
  .guideBench .directionButton {
    display: inline-block;
    width: 28px;
    height: 150px;
    margin: 0; }
  /* line 4421, ../scss/styles.scss */
  .guideBench .disabled {
    background-image: none; }

/* line 4426, ../scss/styles.scss */
.guideShelfLeft {
  background: url("../images/showMoreLeft.png") no-repeat center; }

/* line 4430, ../scss/styles.scss */
.guideShelfRight {
  background: url("../images/showMoreRight.png") no-repeat center; }

/* line 4434, ../scss/styles.scss */
.guideBenchItem {
  float: left;
  width: 150px;
  padding: 0 10px;
  text-align: center; }

/* line 4441, ../scss/styles.scss */
.guideBench img {
  border: 1px solid #ddd;
  -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 4448, ../scss/styles.scss */
.suggestedGuide {
  width: 49%;
  display: inline-block;
  margin-bottom: 40px; }

/* line 4454, ../scss/styles.scss */
.suggestedGuide h3 {
  margin-bottom: 3px; }

/* line 4458, ../scss/styles.scss */
.suggestedGuide h4, .suggestedGuide p {
  color: #666;
  font-weight: normal;
  overflow: hidden;
  padding-right: 50px; }

/* line 4465, ../scss/styles.scss */
.suggestedGuide img {
  float: left;
  margin-right: 15px; }

/* line 4470, ../scss/styles.scss */
.myGuides .suggestedHeader {
  border-top: 1px solid #ddd;
  margin-top: 54px;
  padding-top: 17px;
  padding-bottom: 22px; }

/******************/
/* School Profile */
/******************/
/* line 4482, ../scss/styles.scss */
.profile-dashboard {
  /* dasbboard title */
  /* main section of dashboard */
  /* right sections of dashboard */ }
  /* line 4484, ../scss/styles.scss */
  .profile-dashboard .column {
    margin: 0px; }
  /* line 4488, ../scss/styles.scss */
  .profile-dashboard h2 {
    font-size: 11px; }
  /* line 4492, ../scss/styles.scss */
  .profile-dashboard .grey {
    color: #999; }
  /* line 4496, ../scss/styles.scss */
  .profile-dashboard .orange {
    color: #ffa311; }
  /* line 4500, ../scss/styles.scss */
  .profile-dashboard .blue-grey {
    color: #4e5a69; }
  /* line 4505, ../scss/styles.scss */
  .profile-dashboard .dashboard-title {
    border-bottom: 1px solid #cfd5d9;
    padding: 11px 20px;
    color: #636363;
    width: 580px; }
  /* line 4513, ../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 4523, ../scss/styles.scss */
  .profile-dashboard .school-logo {
    border: 1px solid #cfd8e0;
    margin: 0 18px 0 0;
    float: left; }
    /* line 4528, ../scss/styles.scss */
    .profile-dashboard .school-logo img {
      vertical-align: middle; }
  /* line 4534, ../scss/styles.scss */
  .profile-dashboard .school-info {
    width: 274px;
    float: left;
    list-style-type: none;
    margin-bottom: 0px; }
    /* line 4540, ../scss/styles.scss */
    .profile-dashboard .school-info li {
      padding: 5px 0px;
      width: 274px;
      clear: both;
      border-top: dotted 1px #999; }
      /* line 4546, ../scss/styles.scss */
      .profile-dashboard .school-info li:first-child {
        border: 0;
        padding-top: 0px; }
    /* line 4552, ../scss/styles.scss */
    .profile-dashboard .school-info p {
      width: 110px;
      float: left;
      font-size: 10px;
      font-weight: bold;
      margin-bottom: 0px;
      color: #999; }
    /* line 4561, ../scss/styles.scss */
    .profile-dashboard .school-info strong {
      display: block;
      overflow: hidden; }
  /* line 4569, ../scss/styles.scss */
  .profile-dashboard .dashboard-right {
    text-align: center;
    float: left;
    width: 150px; }
  /* line 4575, ../scss/styles.scss */
  .profile-dashboard .embossed {
    margin-bottom: 1px; }
  /* line 4579, ../scss/styles.scss */
  .profile-dashboard .embossed-bottom-border {
    border-bottom: 1px solid #cfd5d9; }
  /* line 4583, ../scss/styles.scss */
  .profile-dashboard .emboss-inner {
    border-top: 1px solid #f3f4f4;
    margin: 1px 0px 0px 1px;
    border-left: 1px solid #f3f4f4; }

/* line 4590, ../scss/styles.scss */
.blue {
  color: #06c; }

/* line 4595, ../scss/styles.scss */
#toggleImage {
  float: right;
  margin-right: -9px;
  cursor: pointer; }

/* from here on DR edits */
/* dashboard top */
/* line 4604, ../scss/styles.scss */
.dashboard-top {
  border-bottom: 1px solid #cfd5d9;
  overflow: hidden; }

/* line 4611, ../scss/styles.scss */
.admissions-meter, .student-pie, .app-calendar {
  padding: 12px 20px; }

/* line 4615, ../scss/styles.scss */
.admissions-meter {
  height: 81px; }

/* line 4619, ../scss/styles.scss */
.speedometer {
  width: 60px;
  height: 40px;
  background: url("../images/meter_sprite.jpg") no-repeat;
  margin: 10px auto 5px auto; }

/* line 4626, ../scss/styles.scss */
.zero-meter {
  background-position: 0 0; }

/* line 4630, ../scss/styles.scss */
.twentyfive-meter {
  background-position: 0 -40px; }

/* line 4634, ../scss/styles.scss */
.fifty-meter {
  background-position: 0 -80px; }

/* line 4638, ../scss/styles.scss */
.seventyfive-meter {
  background-position: 0 -120px; }

/* line 4642, ../scss/styles.scss */
.hundred-meter {
  background-position: 0 -160px; }

/* line 4646, ../scss/styles.scss */
.student-pie h2 .dash {
  color: #abaca7; }

/* line 4650, ../scss/styles.scss */
#pie-values {
  display: none; }

/* line 4654, ../scss/styles.scss */
#pie-chart {
  margin: 0 auto 5px auto;
  height: 45px;
  width: 45px; }

/* line 4660, ../scss/styles.scss */
.student-pie .legend {
  margin-top: -12px; }

/* line 4664, ../scss/styles.scss */
.student-pie .swatch {
  font-size: 15px;
  line-height: 15px;
  vertical-align: top;
  margin-right: 4px; }

/* line 4671, ../scss/styles.scss */
.student-pie .legend strong {
  font-size: 11px; }

/* line 4675, ../scss/styles.scss */
.student-pie .legend .dash {
  color: #c2c2c2;
  font-size: 12px;
  margin: 0px 1px; }

/* line 4681, ../scss/styles.scss */
.app-calendar {
  padding: 9px inherit; }

/* line 4685, ../scss/styles.scss */
.app-calendar .deadline-date {
  margin: 2px auto;
  font-size: 16px; }

/* dashboard bottom */
/* line 4691, ../scss/styles.scss */
.dashboard-bottom {
  overflow: hidden; }

/* scores section */
/* line 4696, ../scss/styles.scss */
.dashboard-scores {
  text-align: center;
  padding: 15px 0px;
  border-bottom: 1px solid #999; }
  /* line 4701, ../scss/styles.scss */
  .dashboard-scores h2 {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 20px; }
  /* line 38, ../scss/_base.scss */
  .dashboard-scores::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }

/* line 4711, ../scss/styles.scss */
.test-scores {
  list-style-type: none;
  margin-bottom: 10px; }
  /* line 4715, ../scss/styles.scss */
  .test-scores li {
    float: left;
    width: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 4720, ../scss/styles.scss */
    .test-scores li p {
      display: block;
      font-size: 11px;
      font-weight: bold;
      color: #4e5a69;
      margin: 0; }
      /* line 4727, ../scss/styles.scss */
      .test-scores li p.testScore {
        font-size: 24px;
        padding-top: 6px;
        color: #fcb033; }
    /* line 4734, ../scss/styles.scss */
    .test-scores li:first-child {
      width: 110px;
      border-right: 1px dotted #b4b4b4; }
      /* line 4739, ../scss/styles.scss */
      .test-scores li:first-child p.testScore {
        font-size: 36px;
        padding-top: 0; }
    /* line 4746, ../scss/styles.scss */
    .test-scores li:last-child {
      width: 110px;
      border-left: 1px dotted #b4b4b4; }

/* rest of school profile page */
/* line 4755, ../scss/styles.scss */
.schoolOverview .column15 {
  margin-left: 5px; }

/* line 4760, ../scss/styles.scss */
.schoolOverview .leftMenu {
  list-style-position: outside; }
  /* line 4763, ../scss/styles.scss */
  .schoolOverview .leftMenu li {
    font-weight: bold;
    margin-bottom: 14px; }
    /* line 4766, ../scss/styles.scss */
    .schoolOverview .leftMenu li.active {
      margin-left: -16px;
      padding-left: 16px;
      background: no-repeat url("../images/orangeBullet.png") 0 5px; }
      /* line 4770, ../scss/styles.scss */
      .schoolOverview .leftMenu li.active a {
        color: black;
        text-decoration: none;
        cursor: default; }

/* line 4780, ../scss/styles.scss */
.schoolOverview .column14 p {
  margin-bottom: 20px; }

/* line 4784, ../scss/styles.scss */
.schoolOverview .facts {
  margin-bottom: 36px;
  list-style-type: none; }

/* line 4789, ../scss/styles.scss */
.schoolOverview .facts li {
  margin-bottom: 1px; }

/* line 4793, ../scss/styles.scss */
.schoolOverview .dashedUnderline {
  border-bottom-color: #bfbfbf; }

/* line 4797, ../scss/styles.scss */
.schoolOverview .majors {
  /* majors can be the list or the list container */
  list-style-type: none;
  list-style-position: outside; }
  /* line 4798, ../scss/styles.scss */
  .schoolOverview .majors ul {
    padding-left: 25px;
    text-indent: -18px;
    list-style-type: none;
    list-style-position: outside; }
  /* line 4812, ../scss/styles.scss */
  .schoolOverview .majors li {
    margin-bottom: 10px;
    line-height: 1.4em; }

/* line 4820, ../scss/styles.scss */
.schoolOverview .articleTools {
  border-top: 1px solid #ddd; }

/***************************/
/* end school profile page */
/***************************/
/* line 4827, ../scss/styles.scss */
.myVaultHeader .progressBar {
  margin-top: -17px; }

/* line 4832, ../scss/styles.scss */
.bluePointerMenu .active {
  background: #0390d1 url("../images/blueTriangleRight.png") right no-repeat; }
/* line 4836, ../scss/styles.scss */
.bluePointerMenu .activePointer {
  display: none; }

/* line 4843, ../scss/styles.scss */
.myJobs h2 {
  display: inline; }
/* line 4847, ../scss/styles.scss */
.myJobs .col1 {
  width: 18px; }
/* line 4851, ../scss/styles.scss */
.myJobs h3 {
  display: inline;
  vertical-align: top;
  line-height: 30px; }
/* line 4857, ../scss/styles.scss */
.myJobs .selectAll {
  margin-top: -38px; }
  /* line 4860, ../scss/styles.scss */
  .myJobs .selectAll input {
    vertical-align: middle; }
/* line 4865, ../scss/styles.scss */
.myJobs button {
  filter: chroma(color=#000000); }

/* line 4870, ../scss/styles.scss */
.suggestedGuide {
  display: inline;
  zoom: 1; }

/* line 4875, ../scss/styles.scss */
.smallText {
  font-size: 11px; }

/********************/
/* New Review Pages */
/********************/
/* line 4884, ../scss/styles.scss */
.reviewPage .grey {
  color: #666; }
/* line 4890, ../scss/styles.scss */
.reviewPage .overallStats h2 {
  margin-bottom: 20px; }

/* line 4896, ../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 4909, ../scss/styles.scss */
.ratingLine {
  margin-bottom: 8px;
  font-size: 12px; }
  /* line 4913, ../scss/styles.scss */
  .ratingLine span {
    display: inline-block; }
  /* line 4917, ../scss/styles.scss */
  .ratingLine .numStars {
    width: 50px; }
  /* line 4921, ../scss/styles.scss */
  .ratingLine .container {
    width: 200px;
    height: 12px;
    background-color: #ddd;
    vertical-align: middle;
    margin-right: 7px; }
  /* line 4929, ../scss/styles.scss */
  .ratingLine .bar {
    height: 12px;
    background-color: #fab800; }

/* line 4937, ../scss/styles.scss */
.reviewPage .sortRow {
  padding-top: 10px;
  padding-bottom: 9px; }
/* line 4942, ../scss/styles.scss */
.reviewPage .careerDate {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px; }
/* line 4949, ../scss/styles.scss */
.reviewPage .reviews .column {
  border-top: 4px solid #d0d5d9;
  padding-top: 10px; }
/* line 4954, ../scss/styles.scss */
.reviewPage .reviews h3 {
  float: left;
  width: 100px;
  font-size: 13px; }
/* line 4960, ../scss/styles.scss */
.reviewPage .reviews .noWrap {
  padding-left: 100px; }
/* line 4965, ../scss/styles.scss */
.reviewPage .reportAbuse {
  float: right;
  font-size: 11px;
  margin-top: 5px; }

/* Blue Pointer menu */
/* line 4973, ../scss/styles.scss */
.bluePointerMenu li {
  padding: 6px 0px 6px 7px; }

/* line 4977, ../scss/styles.scss */
.bluePointerMenu a {
  color: #004276; }

/* line 4981, ../scss/styles.scss */
.bluePointerMenu .active {
  background-color: #0390d1;
  color: white; }

/* line 4986, ../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 5000, ../scss/styles.scss */
.FeaturedIndustryInfo .column5 {
  min-height: 192px;
  position: relative; }
/* line 5005, ../scss/styles.scss */
.FeaturedIndustryInfo .changePage {
  position: absolute;
  right: 10px;
  bottom: 0; }

/*begin DR edit 4/22 */
/* resume article page */
/* line 5014, ../scss/styles.scss */
.industryMain {
  padding-top: 20px; }

/*end DR edit 4/22*/
/* line 5019, ../scss/styles.scss */
.fullSelect {
  width: 100%;
  height: 28px;
  padding: 0 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5026, ../scss/styles.scss */
textarea.fullSelect {
  height: 72px; }

/* line 5030, ../scss/styles.scss */
textarea.fullSelect.doubleHeight {
  height: 144px; }

/* line 5034, ../scss/styles.scss */
.noWrap {
  white-space: nowrap; }

/* register popuup styles -- to be consolidated, deleted */
/* line 5043, ../scss/styles.scss */
.singin-column .left span {
  font-size: 9px;
  margin-top: 5px;
  float: left; }

/* line 5050, ../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(to bottom, #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 5068, ../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(to bottom, #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 5088, ../scss/styles.scss */
.studentOptions {
  display: none; }

/* line 5092, ../scss/styles.scss */
.orangeTriangle {
  list-style-type: none; }

/* line 5096, ../scss/styles.scss */
.orangeTriangle li {
  background: url("/images/orangeTriangle.gif") 0 4px no-repeat;
  padding-left: 15px; }

/* Account Page */
/* line 5103, ../scss/styles.scss */
.vaultFormWrapper {
  margin: 0 auto;
  width: 1000px; }

/* line 5108, ../scss/styles.scss */
.vault-content-left {
  width: 370px;
  float: left;
  font-family: "Helvetica Neue",helvetica,arial, sans-serif; }

/* line 5114, ../scss/styles.scss */
.vault-content-left h2 {
  padding: 0 30px;
  margin: 10px 0; }

/* line 5119, ../scss/styles.scss */
.vault-content-left p, .vault-content-left ul {
  font-size: 14px;
  padding: 0 30px; }

/* line 5124, ../scss/styles.scss */
.vault-content-left span {
  color: #f7900a; }

/* line 5128, ../scss/styles.scss */
.vault-content-right {
  float: left;
  background: url("/images/vaultprocess_right.jpg") top no-repeat;
  width: 630px;
  height: 410px; }

/* line 5135, ../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 5142, ../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 5154, ../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(to bottom, #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 5168, ../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(to bottom, #74c163, #1d7a09);
  padding-left: 40px; }

/* line 5178, ../scss/styles.scss */
.smallGreenButton {
  font: bold 12px arial;
  color: #fff;
  border: solid 1px #1d7a09;
  border-radius: 3px;
  padding: 5px;
  background: #1d7a09;
  background: linear-gradient(to bottom, #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 5194, ../scss/styles.scss */
.process-step {
  border: solid 1px #ddd;
  padding: 0;
  margin: 0 auto 20px auto;
  background-color: #fff; }

/* line 5201, ../scss/styles.scss */
.process-step p {
  margin: 10px 0; }

/* End - Ruben Guzman */
/* line 5207, ../scss/styles.scss */
.securityCodePopup {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 400px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff none; }

/* line 5218, ../scss/styles.scss */
.yellowBox {
  border: 1px solid #ddd;
  background-color: #fdffe7; }

/* line 5223, ../scss/styles.scss */
.fullProfileBar {
  border: 1px solid #a4a4a4;
  background: -ms-linear-gradient(top, #d4d4d4, #fff);
  background: -moz-linear-gradient(top, #d4d4d4, #fff);
  background: -webkit-linear-gradient(top, #d4d4d4, #fff);
  background: linear-gradient(to bottom, #d4d4d4, #ffffff);
  width: 130px;
  height: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: relative; }

/* line 5238, ../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(to bottom, #ec9b00 0%, #ff8a00 50%, #ffa400 100%); }

/* line 5255, ../scss/styles.scss */
.percent100 {
  cursor: pointer; }

/* line 5260, ../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 5283, ../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 5293, ../scss/styles.scss */
.editProfile.changePasswordLink {
  top: 175px; }

/* line 5297, ../scss/styles.scss */
.blueBox {
  background-color: #e9f3fb; }

/* line 5301, ../scss/styles.scss */
.editProfileBox {
  background-image: url("/images/greyPencil.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding-left: 30px; }

/* line 5308, ../scss/styles.scss */
.editButtonOn, .editButtonOff {
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer; }

/* line 5314, ../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(to bottom, #1f6297, #033e6d); }

/* line 5324, ../scss/styles.scss */
.editButtonOff {
  border: 1px solid #ddd;
  color: #013b69;
  background: -ms-linear-gradient(top, #ffffff, #dee7eb);
  background: -moz-linear-gradient(top, #fff, #dee7eb);
  background: -webkit-linear-gradient(top, #fff, #dee7eb);
  background: linear-gradient(to bottom, #ffffff, #dee7eb); }

/* line 5333, ../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 5344, ../scss/styles.scss */
.orderHistory {
  width: 100%; }

/* line 5348, ../scss/styles.scss */
.orderHistory td, .orderHistory th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ddd; }

/* == Career Insider Login == */
/* line 5355, ../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 5367, ../scss/styles.scss */
.loginHeader {
  text-align: center;
  margin-bottom: 10px; }

/* line 5372, ../scss/styles.scss */
.poweredBy {
  color: #b3b3b4;
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px; }

/* line 5380, ../scss/styles.scss */
.mainLogin {
  border: 1px solid #ccc;
  overflow: hidden; }

/* line 5385, ../scss/styles.scss */
.mainLogin > div {
  height: 210px;
  float: left;
  padding-top: 35px;
  padding-bottom: 35px; }

/* line 5392, ../scss/styles.scss */
.careerInsiderDesc {
  border-right: 1px solid #ddd;
  padding-left: 30px;
  padding-right: 30px;
  width: 220px;
  background-color: #f8fafc; }

/* line 5400, ../scss/styles.scss */
.loginForm {
  padding-left: 55px;
  padding-right: 10px;
  width: 267px;
  background-color: white; }

/* line 5407, ../scss/styles.scss */
.loginForm h3 {
  border-bottom: 1px dotted #999;
  padding-bottom: 2px; }

/* line 5412, ../scss/styles.scss */
.loginForm label {
  display: block;
  color: #666;
  margin-bottom: 3px;
  margin-top: 13px; }

/* line 5419, ../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 5428, ../scss/styles.scss */
.loginForm a {
  font-size: 10px;
  margin-right: 30px; }

/* line 5433, ../scss/styles.scss */
.loginForm .orangeButton {
  font-size: 12px;
  width: 75px;
  height: 30px;
  padding: 0px;
  margin-top: 20px; }

/* line 5441, ../scss/styles.scss */
.copyright {
  width: 665px; }

/* line 5445, ../scss/styles.scss */
.copyright p {
  margin-bottom: 15px; }

/* line 5449, ../scss/styles.scss */
.copyright a {
  color: #363636; }

/* line 5453, ../scss/styles.scss */
.guidesBlurb {
  font-family: "Times New Roman";
  font-size: 16px;
  font-style: italic;
  padding-top: 10px; }

/* line 5460, ../scss/styles.scss */
.greyBox {
  background-color: #fafbfc;
  border: 1px solid #e7e7e7; }

/* line 5465, ../scss/styles.scss */
.orangeBorder {
  border: 5px solid #fab800;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 5472, ../scss/styles.scss */
.lookInside {
  clear: left;
  position: relative;
  padding: 5px 0 0 27px; }

/* line 5479, ../scss/styles.scss */
.lookInside img {
  position: absolute;
  left: 0px;
  top: -10px; }

/* line 5485, ../scss/styles.scss */
.cartHeader {
  background: url("/images/cart.png") no-repeat;
  height: 26px;
  padding: 5px 0 0 30px; }

/* line 5491, ../scss/styles.scss */
.letterLinks {
  margin-top: 10px;
  list-style-type: none;
  font-size: 11px;
  font-weight: bold;
  display: inline-block; }

/* line 5500, ../scss/styles.scss */
.letterLinks li {
  display: inline-block;
  margin: 0 5.5px;
  padding: 0; }

/* line 5506, ../scss/styles.scss */
.letterLinks li .noGuides {
  color: #abaca7;
  cursor: default;
  text-decoration: none; }

/* line 5512, ../scss/styles.scss */
.letterLinks .active {
  color: #000;
  font-size: 13px; }

/* line 5517, ../scss/styles.scss */
.guideList {
  border-top: 1px solid #eeeeee; }

/* line 5521, ../scss/styles.scss */
.guideList li {
  padding: 10px;
  border-bottom: 1px solid #eeeeee; }

/* line 5526, ../scss/styles.scss */
.guideList li:nth-child(even) {
  background-color: #fafbfc; }

/* line 5530, ../scss/styles.scss */
.homepageSlideTextWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/b-gradient.png");
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  display: block;
  width: 450px;
  height: 300px; }

/* line 5545, ../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 5555, ../scss/styles.scss */
.cart {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }
  /* line 5560, ../scss/styles.scss */
  .cart tr {
    border-bottom: 1px solid #ccc; }
  /* line 5564, ../scss/styles.scss */
  .cart th {
    padding: 0 0 10px 0;
    text-align: left;
    white-space: nowrap; }
  /* line 5570, ../scss/styles.scss */
  .cart td {
    padding: 10px 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top; }

/* line 5579, ../scss/styles.scss */
.cart-image {
  width: 110px; }
  /* line 5582, ../scss/styles.scss */
  .cart-image img {
    width: 90px;
    border: 1px solid #ccc; }

/* line 5588, ../scss/styles.scss */
.cart-title {
  width: 385px; }

/* line 5592, ../scss/styles.scss */
.cart-format {
  width: 110px; }

/* line 5596, ../scss/styles.scss */
.cart-price {
  width: 85px;
  color: #da6216;
  font-weight: bold; }

/* line 5602, ../scss/styles.scss */
.inCart {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  cursor: default; }

/* line 5609, ../scss/styles.scss */
.headerRight {
  height: 80px;
  /*width: 360px;*/
  text-align: right;
  float: right; }

/* line 5616, ../scss/styles.scss */
#video-player, #divMedia {
  z-index: 1; }

/* line 5620, ../scss/styles.scss */
.loginAnimation {
  position: absolute;
  top: 0;
  left: 0;
  padding: 42px 77px;
  background-color: rgba(0, 0, 0, 0.05);
  display: none; }

/* line 5629, ../scss/styles.scss */
.headerDropdown {
  position: absolute;
  right: 50%;
  margin-right: -110px;
  top: 20px;
  display: none;
  z-index: 1000;
  width: 220px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5640, ../scss/styles.scss */
.headerDropdownTop {
  height: 12px;
  background-image: url("/images/headerDropdownTop.png");
  background-position-x: center; }

/* line 5646, ../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 5655, ../scss/styles.scss */
  .headerDropdownContent p {
    display: block;
    margin: 0 0 .5em 0; }

/* line 5661, ../scss/styles.scss */
.showHeaderDropdown:hover {
  text-decoration: none;
  cursor: pointer; }

/* line 5666, ../scss/styles.scss */
.lineDividerMenu > li .showHeaderDropdown {
  border-left: 0px;
  padding-left: 0px; }

/* line 5672, ../scss/styles.scss */
.hpRankingList li strong {
  width: 15px; }

/* line 5676, ../scss/styles.scss */
.hpRankingList li span {
  color: #999;
  white-space: nowrap; }

/* line 5681, ../scss/styles.scss */
.hpRankingList a {
  font-weight: bold; }

/* line 5685, ../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 5693, ../scss/styles.scss */
.aspNetDisabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  cursor: default; }

/* line 5700, ../scss/styles.scss */
.aspNetDisabled:hover {
  text-decoration: none; }

/* line 5704, ../scss/styles.scss */
.numList {
  margin-left: 0;
  padding-left: 25px;
  list-style-position: outside; }

/* line 5716, ../scss/styles.scss */
.newRating {
  color: #da6216;
  font-weight: bold;
  font-style: italic; }

/* line 5722, ../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 5737, ../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 5749, ../scss/styles.scss */
.orangeBorder {
  border: 5px solid #fab800;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 5756, ../scss/styles.scss */
.gradientOverlay {
  z-index: 50;
  position: absolute;
  width: 640px;
  min-height: 700px;
  background: #000;
  background: -webkit-linear-gradient(top, transparent, black 700px);
  background: -moz-linear-gradient(top, transparent, black 700px);
  background: -ms-linear-gradient(top, transparent, black 700px);
  background: -o-linear-gradient(top, transparent, black 700px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 700px);
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

/* line 5771, ../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 5787, ../scss/styles.scss */
.internshipRoadblock {
  background-image: url("/images/roadblockInternshipBackground3.gif"); }

/* line 5791, ../scss/styles.scss */
.companyRoadblock {
  background-image: url("/images/roadblockCompanyBackground3.gif"); }

/* line 5795, ../scss/styles.scss */
.schoolRoadblock {
  background-image: url("/images/roadblockSchoolBackground3.gif"); }

/* line 5799, ../scss/styles.scss */
.industryRoadblock {
  background-image: url("/images/roadblockIndustryBackground3.gif"); }

/* line 5803, ../scss/styles.scss */
.roadblockPopupContentWrapper {
  height: 287px;
  padding: 15px 0;
  margin: 0 0 15px 0; }

/* line 5809, ../scss/styles.scss */
.roadblockPopupContent {
  padding-right: 100px; }

/* line 5813, ../scss/styles.scss */
.roadblockPopupContent p {
  line-height: 17px;
  padding-right: 50px; }

/* line 5818, ../scss/styles.scss */
.georgia {
  font-family: Georgia; }

/* line 5822, ../scss/styles.scss */
.rankingsRoadblockHeading {
  background: url("/images/roadblockLogo.gif") no-repeat;
  padding-left: 80px;
  min-height: 70px; }

/* line 5828, ../scss/styles.scss */
h6 {
  font-size: 20px; }

/* == BLOGS == */
/* line 5833, ../scss/styles.scss */
.threeLineDivOuter {
  border-top: 1px solid #c8d1d9;
  border-bottom: 1px solid #c8d1d9;
  height: 9px;
  position: relative;
  z-index: 1; }

/* line 5841, ../scss/styles.scss */
.threeLineDivInner {
  border-bottom: 1px solid #c8d1d9;
  height: 4px;
  position: relative;
  z-index: 2; }

/* line 5848, ../scss/styles.scss */
.smallThreeLineDiv {
  width: 177px;
  margin-left: auto;
  margin-right: auto; }

/* line 5854, ../scss/styles.scss */
.threeLineTextLeft {
  float: left;
  position: relative;
  background-color: white;
  margin-top: -7px;
  z-index: 3;
  padding-right: 6px; }

/* line 5866, ../scss/styles.scss */
.blogBlurbs img {
  width: 100%; }
/* line 5870, ../scss/styles.scss */
.blogBlurbs h2 {
  font-size: 22px;
  margin: 0 0 10px 0; }
/* line 5875, ../scss/styles.scss */
.blogBlurbs p {
  font-size: 15px; }
  /* line 5878, ../scss/styles.scss */
  .blogBlurbs p.byline {
    font-size: 12px; }
/* line 5883, ../scss/styles.scss */
.blogBlurbs .divider {
  color: #a1a1a1; }

/* line 5889, ../scss/styles.scss */
.blogLeftColumn {
  margin-bottom: 20px; }

/* line 5895, ../scss/styles.scss */
.dotFillerList li .floatRight, .dotFillerList li .floatLeft {
  background-color: white; }

/* line 5899, ../scss/styles.scss */
.pagination {
  list-style-type: none; }

/* line 5903, ../scss/styles.scss */
.pagination li {
  display: inline-block;
  margin-right: 15px; }

/* line 5908, ../scss/styles.scss */
.pagination .disabled a {
  color: #9AA7B3; }

/* blog article */
/* line 5913, ../scss/styles.scss */
.socialMediaButtons {
  margin-top: 6px; }

/* line 5917, ../scss/styles.scss */
.blogTools {
  float: right;
  margin: 18px 0 0 0; }

/* line 5925, ../scss/styles.scss */
.blogArticleImage {
  width: 100%;
  margin-bottom: 30px; }

/* line 5930, ../scss/styles.scss */
.blogArticleText {
  margin-top: 10px; }
  /* line 5933, ../scss/styles.scss */
  .blogArticleText p, .blogArticleText li {
    font-size: 15px;
    line-height: 21px; }

/* line 5939, ../scss/styles.scss */
.blogArticleNavigation {
  border-top: 1px solid #e4e9ed;
  border-bottom: 1px solid #e4e9ec;
  padding: 7px 0; }
  /* line 5944, ../scss/styles.scss */
  .blogArticleNavigation td {
    padding: 20px 10px;
    width: 33%; }
    /* line 5948, ../scss/styles.scss */
    .blogArticleNavigation td a {
      display: block;
      overflow: hidden; }
    /* line 5953, ../scss/styles.scss */
    .blogArticleNavigation td img {
      margin-top: 5px;
      vertical-align: middle; }
  /* line 5959, ../scss/styles.scss */
  .blogArticleNavigation .leftCell {
    text-align: left; }
    /* line 5962, ../scss/styles.scss */
    .blogArticleNavigation .leftCell img {
      margin-right: 10px; }
  /* line 5968, ../scss/styles.scss */
  .blogArticleNavigation .centerCell {
    border-right: 1px solid #e4e9ed;
    border-left: 1px solid #e4e9ed;
    text-align: center; }
  /* line 5974, ../scss/styles.scss */
  .blogArticleNavigation .rightCell {
    text-align: right; }
    /* line 5977, ../scss/styles.scss */
    .blogArticleNavigation .rightCell img {
      margin-left: 10px; }

/* line 5983, ../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 5995, ../scss/styles.scss */
.personIcon {
  margin-right: 10px; }

/* line 5999, ../scss/styles.scss */
.commentSectionTools {
  border-bottom: 2px solid #ebeff1; }

/* line 6003, ../scss/styles.scss */
.commentSectionTools ul {
  margin-bottom: 0px; }

/* line 6007, ../scss/styles.scss */
.commentSectionTools li {
  font-size: 12px;
  padding-left: 8px;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: -2px;
  color: #a6adb1; }

/* line 6016, ../scss/styles.scss */
.commentSectionTools .active {
  border-bottom: 2px solid #027aa7;
  color: black; }

/* line 6021, ../scss/styles.scss */
.commentSectionTools .share {
  width: 55px;
  background: url("../images/shareIconSmall.png") no-repeat top right;
  margin-right: 20px; }

/* line 6027, ../scss/styles.scss */
.commentSectionTools .settings {
  text-align: right;
  width: 15px;
  background: url("../images/settingsIconSmall.png") no-repeat top left; }

/* line 6033, ../scss/styles.scss */
.commentSection {
  margin-top: 50px; }

/* line 6036, ../scss/styles.scss */
.commentSection .commentText {
  overflow: hidden; }

/* line 6040, ../scss/styles.scss */
.commentSection .tiny {
  font-size: 7px; }

/* line 6044, ../scss/styles.scss */
.commentOrder img {
  vertical-align: middle; }

/* line 6048, ../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 6058, ../scss/styles.scss */
.favoriteGoldStar {
  background-image: url("../images/goldStars.gif");
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top; }

/* line 6066, ../scss/styles.scss */
.userGuidelinesPopup .popupContent {
  max-height: 550px;
  overflow: auto;
  display: block; }

/* social media buttons */
/* line 6077, ../scss/styles.scss */
.fb-like, .addthis_button_tweet {
  display: inline-block;
  width: 100px; }

/* line 6082, ../scss/styles.scss */
.addthis_default_style .at300b {
  display: inline-block;
  margin-right: 5px; }

/* blog contributor */
/* line 6092, ../scss/styles.scss */
.contributerBlurb p, .contributerBlurb ul {
  overflow: hidden; }
/* line 6096, ../scss/styles.scss */
.contributerBlurb ul {
  padding-left: 20px;
  list-style-position: outside; }
  /* line 6100, ../scss/styles.scss */
  .contributerBlurb ul li {
    margin-bottom: 15px; }
/* line 6105, ../scss/styles.scss */
.contributerBlurb .blogArticleImage {
  height: auto;
  padding: 5px 25px 25px 0px;
  max-height: 200px;
  max-width: 150px; }

/* line 6114, ../scss/styles.scss */
.guestBlogText .blogArticleImage {
  height: auto;
  padding: 5px 25px 25px 0px;
  max-height: 200px;
  max-width: 150px; }

/* line 6122, ../scss/styles.scss */
.mainContributerHeader {
  font-size: 15px;
  color: #4e6b82; }

/* line 6127, ../scss/styles.scss */
.contributerContact {
  display: block; }

/* blog individual contributer*/
/* line 6132, ../scss/styles.scss */
.contributerBlurbText {
  overflow: hidden; }

/* line 6136, ../scss/styles.scss */
.emailBlue {
  background: url("/images/iconEmail.gif") no-repeat -2px -27px;
  padding-left: 27px; }

/* line 6141, ../scss/styles.scss */
.contributerArticlesHeader {
  margin-bottom: 30px; }

/* line 6145, ../scss/styles.scss */
.contributerArticle {
  padding-left: 80px;
  width: 450px; }

/* line 6150, ../scss/styles.scss */
.contributorContactPopup {
  background: #fff url("../images/blogsLogoSmall.png") 30px 10px no-repeat;
  width: 442px; }

/* line 6156, ../scss/styles.scss */
.contributorContactPopup .popupContent {
  padding-top: 10px;
  width: 420px; }

/* line 6162, ../scss/styles.scss */
.contributorContactPopup label {
  display: inline-block;
  font-weight: bold;
  width: 150px;
  margin-bottom: 20px;
  padding-right: 18px; }

/* line 6171, ../scss/styles.scss */
.contributorContactPopup input[type="text"], .contributorContactPopup textArea {
  width: 240px; }

/* line 6176, ../scss/styles.scss */
.contributorContactPopup textArea {
  height: 160px;
  vertical-align: top;
  overflow: auto; }

/* line 6183, ../scss/styles.scss */
.contributorContactPopup .tooLong {
  display: none; }

/* guest blogger */
/* line 6190, ../scss/styles.scss */
.guestBlogText p, .guestBlogText ul, .guestBlogText h4 {
  font-size: 15px;
  line-height: 21px; }

/* line 6195, ../scss/styles.scss */
.guestBlogText li {
  text-indent: -14px;
  margin-left: 14px; }

/* line 6200, ../scss/styles.scss */
.guestForm {
  width: 315px; }

/* line 6204, ../scss/styles.scss */
.guestForm label {
  margin-top: 10px;
  font-weight: bold;
  display: block;
  margin-bottom: 2px; }

/* line 6211, ../scss/styles.scss */
.guestForm input[type="text"] {
  width: 100%;
  border: 1px solid #c2c2c2; }

/* line 6216, ../scss/styles.scss */
.guestForm input.traffic {
  width: 70px; }

/* line 6220, ../scss/styles.scss */
.guestForm input.years {
  width: 40px; }

/* line 6224, ../scss/styles.scss */
.guestForm .otherSites {
  width: 100%;
  height: 160px;
  border: 1px solid #c2c2c2; }

/* line 6230, ../scss/styles.scss */
.guestForm .formButton {
  background-color: white;
  border: 1px solid #c2c2c2;
  width: 85px;
  height: 24px;
  margin-right: 3px; }

/* line 6238, ../scss/styles.scss */
.guestForm .formButton:hover {
  background-color: #d7d7d7; }

/* line 6242, ../scss/styles.scss */
.guestForm .required {
  color: Red; }

/* line 6246, ../scss/styles.scss */
#fileTooBig {
  color: Red;
  display: none; }

/* complete profile popup */
/* line 6252, ../scss/styles.scss */
.completeProfilePopup {
  width: auto; }

/* line 6256, ../scss/styles.scss */
.completeProfilePopup .popupContent {
  width: 490px;
  padding: 20px;
  color: Black; }

/* line 6262, ../scss/styles.scss */
.completeProfilePopup h3 {
  margin-bottom: 10px; }

/* line 6266, ../scss/styles.scss */
.completeProfilePopup h4 {
  margin-top: 20px;
  font-size: 14px; }

/* line 6271, ../scss/styles.scss */
.completeProfilePopup ul {
  margin-top: 5px; }

/* line 6275, ../scss/styles.scss */
.completeProfilePopup li {
  font-size: 12px;
  line-height: 18px; }

/* line 6280, ../scss/styles.scss */
.completeProfilePopup .done {
  text-decoration: line-through; }

/* line 6284, ../scss/styles.scss */
.completeProfilePopup .done a {
  color: #72716f;
  text-decoration: none;
  cursor: default; }

/* line 6290, ../scss/styles.scss */
.completeProfilePopup .closeLink {
  margin-top: 20px; }

/* about us general pages*/
/* line 6294, ../scss/styles.scss */
.aboutUsHeader {
  width: 660px; }

/* line 6298, ../scss/styles.scss */
.aboutUsNav {
  width: 175px; }

/* line 6302, ../scss/styles.scss */
.contactColumn {
  width: 290px;
  margin-left: 0px; }

/* line 6307, ../scss/styles.scss */
.contactUs {
  border: 1px solid #ddd;
  margin-top: -17px;
  padding: 15px 20px; }
  /* line 6312, ../scss/styles.scss */
  .contactUs h2 {
    padding-bottom: 5px;
    margin-bottom: 8px; }
  /* line 6317, ../scss/styles.scss */
  .contactUs .label {
    font-weight: bold;
    clear: left;
    font-size: 13px;
    float: left;
    width: 50px; }
  /* line 6325, ../scss/styles.scss */
  .contactUs p {
    overflow: hidden; }

/* products */
/* line 6333, ../scss/styles.scss */
.productsNav {
  padding: 0 0 10px 0;
  margin: 15px 0;
  list-style-type: none;
  border-bottom: 1px solid #999; }
  /* line 6339, ../scss/styles.scss */
  .productsNav li {
    padding: 5px 5px;
    margin: 0;
    display: inline-block; }
    /* line 6346, ../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 6356, ../scss/styles.scss */
    .productsNav li.active::before {
      margin-left: -7px;
      border-width: 0 7px 14px 7px;
      border-color: transparent transparent #999 transparent; }
    /* line 6362, ../scss/styles.scss */
    .productsNav li.active::after {
      margin-left: -6px;
      border-width: 0 6px 13px 6px;
      border-color: transparent transparent #fff transparent; }
    /* line 6370, ../scss/styles.scss */
    .productsNav li a:hover {
      color: #da6216;
      text-decoration: none; }

/* line 6377, ../scss/styles.scss */
.productsList p {
  padding-left: 13px; }

/* editorial */
/* line 6382, ../scss/styles.scss */
.editorName {
  font-weight: bold;
  font-size: 15px; }

/*our mission*/
/* line 6388, ../scss/styles.scss */
.missionBox p {
  font-weight: normal; }

/* line 6392, ../scss/styles.scss */
.mainAboutUsText h2 {
  font-size: 18px;
  margin-bottom: 15px; }

/* === AutoComplete  ==== */
/* line 6399, ../scss/styles.scss */
.HeaderAutoCompleteDropdown {
  border: 1px solid grey;
  list-style-type: none; }

/* line 6404, ../scss/styles.scss */
.AutoCompleteDropdown {
  border: 1px solid grey;
  list-style-type: none; }

/* line 6410, ../scss/styles.scss */
.AutoCompleteDropdown li {
  cursor: pointer; }

/* line 6417, ../scss/styles.scss */
.relative {
  position: relative; }

/* line 6421, ../scss/styles.scss */
.roadblockPositioner {
  width: 640px; }

/* CI logo top bar*/
/* line 6426, ../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 6433, ../scss/styles.scss */
.ciLogoDiv {
  width: 1050px;
  margin: 0 auto; }

/* line 6438, ../scss/styles.scss */
.ciLogoDiv img {
  vertical-align: middle; }

/* line 6442, ../scss/styles.scss */
.ciLogoDiv span {
  font-weight: bold; }

/* line 6446, ../scss/styles.scss */
.ciLogoDiv .providedBy {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-right: 3px; }

/* pager */
/* line 6455, ../scss/styles.scss */
.pagerLabel {
  margin-right: 1px;
  /* for IE8 so label doesn't overlap numbers*/ }

/* company overview social media buttons */
/* Newsletter Signup "add"*/
/* line 6466, ../scss/styles.scss */
.newsletter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 3px; }

/* line 6472, ../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, #fff, #a2d3eb);
  background-image: url("../images/shading.png"), -moz-linear-gradient(top, #fff, #a2d3eb);
  background-image: url("../images/shading.png"), -ms-linear-gradient(top, #fff, #a2d3eb);
  background-image: url("../images/shading.png"), -o-linear-gradient(top, #fff, #a2d3eb);
  background-image: url("../images/shading.png"), linear-gradient(to bottom, #ffffff, #a2d3eb); }

/* line 6485, ../scss/styles.scss */
.newsletterTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px; }

/* line 6490, ../scss/styles.scss */
.newsletterTitle img {
  display: inline-block;
  margin-right: 5px; }

/* line 6496, ../scss/styles.scss */
.newsletter h3 {
  clear: both;
  color: #f99b09;
  font-size: 16.5px;
  margin-bottom: 8px; }

/* line 6503, ../scss/styles.scss */
.newsletter p {
  width: 190px;
  margin-left: 13px;
  color: #666;
  font-size: 15px;
  line-height: 20px; }

/* line 6511, ../scss/styles.scss */
.newsletter .enterEmail {
  display: inline-block;
  margin: 0;
  border: 1px solid #aaa;
  height: 26px;
  padding: 0;
  width: 180px; }

/* line 6520, ../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(to bottom, #0390d1, #07658b);
  width: 66px;
  height: 28px;
  border-width: 1px;
  border-style: solid;
  border-color: #048fd0 #0c5e7f #0c5e7f #048fd0;
  vertical-align: top;
  padding: 0; }

/* line 6539, ../scss/styles.scss */
.newsletter ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: normal;
  color: #666;
  font-size: 12px;
  padding-left: 7px; }

/* line 6545, ../scss/styles.scss */
.newsletter :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: normal;
  color: #666;
  font-size: 12px;
  padding-left: 7px; }

/* line 6551, ../scss/styles.scss */
.newsletter ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: normal;
  color: #666;
  font-size: 12px;
  padding-left: 7px; }

/* line 6557, ../scss/styles.scss */
.newsletter :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: normal;
  color: #666;
  font-size: 12px;
  padding-left: 7px; }

/* line 6564, ../scss/styles.scss */
.newsletter .success {
  color: #363636;
  margin-left: 13px;
  margin-top: 10px; }

/* salary finder */
/* line 6571, ../scss/styles.scss */
.salaryFinder {
  height: 115px;
  background-image: url("/images/moneyBackground.jpg");
  text-align: center;
  padding: 65px 0; }

/* line 6578, ../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 6586, ../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 6602, ../scss/styles.scss */
.salaryFinder .greenButton {
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 20px; }

/* line 6609, ../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 6616, ../scss/styles.scss */
.SalaryProfessionItem {
  background-color: White;
  padding: 3px 8px; }

/* line 6622, ../scss/styles.scss */
.SalaryProfessionHighlightedItem {
  color: White;
  background-color: #1b7d05;
  cursor: pointer;
  padding: 3px 8px; }

/* line 6630, ../scss/styles.scss */
.SalaryAutocompleteList {
  overflow-y: scroll;
  max-height: 100px; }

/* new company profile ranking design  */
/* line 6637, ../scss/styles.scss */
.newRankingsList {
  margin-bottom: 25px; }

/* line 6643, ../scss/styles.scss */
ul.newRankingsList li {
  text-indent: -19px;
  padding-left: 18px; }

/* search results top ranked */
/* line 6650, ../scss/styles.scss */
.searchTopRanked {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px; }

/* line 6656, ../scss/styles.scss */
.searchTopRanked .spacer {
  height: 9px; }

/* line 6660, ../scss/styles.scss */
.searchTopRanked td {
  border: 1px solid #ccc; }

/* line 6664, ../scss/styles.scss */
.searchTopRanked .image {
  text-align: center;
  width: 75px; }

/* line 6669, ../scss/styles.scss */
.searchTopRanked .textCell {
  padding-left: 15px;
  line-height: 24px;
  padding-top: 11px;
  padding-bottom: 12px; }

/* line 6676, ../scss/styles.scss */
.searchTopRanked .orange {
  color: #da6216; }

/* basic registration page*/
/* line 6681, ../scss/styles.scss */
.vault-form-process.registerForm {
  margin: 20px auto;
  float: none;
  width: 500px; }

/* basic registration thank you */
/* line 6688, ../scss/styles.scss */
.registerPageItem.successPopup {
  margin: auto; }

/* line 6692, ../scss/styles.scss */
.successPopup .popupContent {
  width: 640px; }

/* My Profile resume popup */
/* line 6697, ../scss/styles.scss */
textarea.resumeInput {
  height: auto; }

/************************/
/* MY JOBS */
/*************************/
/* line 6706, ../scss/styles.scss */
.myJobsPagesButtonStyle {
  font-weight: bold;
  font-size: 12px;
  width: 170px;
  height: 35px;
  margin-bottom: 40px;
  cursor: pointer; }

/*My Job Preferences*/
/* line 6716, ../scss/styles.scss */
.contactInfoPopup textArea {
  height: auto; }

/* line 6720, ../scss/styles.scss */
.smallPopup {
  width: 422px; }

/* line 6724, ../scss/styles.scss */
.smallPopup .popupContent {
  width: 400px; }

/* line 6728, ../scss/styles.scss */
.qualificationPopup .compInput {
  width: 190px;
  margin-left: 10px; }

/* My Jobs Alerts */
/* line 6737, ../scss/styles.scss */
.myJobAlerts .buttonStyle {
  font-weight: bold;
  font-size: 12px;
  width: 170px;
  height: 35px;
  margin-bottom: 40px;
  cursor: pointer; }
/* line 6746, ../scss/styles.scss */
.myJobAlerts .col1, .myJobAlerts .col_1 {
  /* checkbox column */
  width: 20px; }
/* line 6750, ../scss/styles.scss */
.myJobAlerts .nameColumn {
  width: 105px; }

/* line 6757, ../scss/styles.scss */
.jobAlertPopup .zipBox {
  width: 70px;
  margin-right: 15px; }

/* line 6763, ../scss/styles.scss */
.jobAlertsText {
  width: 780px; }

/* line 6767, ../scss/styles.scss */
.jobTypeCBBox {
  max-height: 155px; }

/* new salary finder */
/* line 6773, ../scss/styles.scss */
.salaryWidget {
  height: 250px;
  width: 300px;
  background-image: url("/images/coins.jpg");
  position: relative;
  overflow: auto; }

/* line 6781, ../scss/styles.scss */
.salaryWidget .logo {
  display: block;
  margin: 25px auto 10px auto; }

/* line 6786, ../scss/styles.scss */
.salaryWidget h1 {
  color: #0f6240;
  font-size: 26px;
  text-align: center;
  font-family: Palatino, serif;
  letter-spacing: 1px; }

/* line 6794, ../scss/styles.scss */
.salaryWidget h1 .big {
  font-size: 33px; }

/* line 6798, ../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 6807, ../scss/styles.scss */
.salaryWidget .placeholder {
  /* WebKit browsers */
  font-style: normal;
  color: #4c555a; }

/* line 6812, ../scss/styles.scss */
.salaryWidget ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: normal;
  color: #4c555a; }

/* line 6816, ../scss/styles.scss */
.salaryWidget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: normal;
  color: #4c555a; }

/* line 6820, ../scss/styles.scss */
.salaryWidget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: normal;
  color: #4c555a; }

/* line 6824, ../scss/styles.scss */
.salaryWidget :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: normal;
  color: #4c555a; }

/* line 6829, ../scss/styles.scss */
.salaryWidget.graphView {
  background-image: url("/images/coins_light.jpg");
  display: none; }

/* line 6834, ../scss/styles.scss */
.salaryWidget .redo {
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer; }

/* line 6841, ../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 6850, ../scss/styles.scss */
.salaryWidget .smallLogo {
  display: inline;
  height: 27px;
  width: 63px; }

/* line 6856, ../scss/styles.scss */
.widgetMain {
  width: 275px;
  margin: auto; }

/* line 6861, ../scss/styles.scss */
.salaryWidget .salary {
  color: #297e39; }

/* line 6865, ../scss/styles.scss */
.salaryWidget h3 {
  font-size: 15px;
  padding-left: 8px;
  margin-bottom: 4px; }

/* line 6871, ../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 6880, ../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(to bottom, #1fab36 0%, #29793b 51%, #098652 100%); }

/* line 6893, ../scss/styles.scss */
.salaryWidget .barMarkers {
  list-style-type: none;
  margin-bottom: 5px; }

/* line 6898, ../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 6908, ../scss/styles.scss */
.salaryWidget .barMarkers li:first-child {
  text-align: left;
  width: 15px; }

/* line 6913, ../scss/styles.scss */
.salaryWidget .label {
  color: #4c555a;
  font-size: 12px;
  text-align: center; }

/* line 6919, ../scss/styles.scss */
.salaryWidget .links {
  margin-left: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #06c;
  margin-top: 27px; }

/* CI logo top bar*/
/* line 6928, ../scss/styles.scss */
.ciLogoWrapper {
  border-bottom: 1px solid #bfbfbf;
  background-color: #f6f6f6; }

/* line 6933, ../scss/styles.scss */
.ciLogoDiv .topBar {
  height: auto; }

/* line 6937, ../scss/styles.scss */
.ciLogoDiv .utilityMenu {
  margin-right: 0; }

/* line 6941, ../scss/styles.scss */
.ciLogoDiv {
  width: 990px;
  margin: 0 auto; }

/* line 6946, ../scss/styles.scss */
.ciLogoDiv img {
  vertical-align: middle; }

/* line 6950, ../scss/styles.scss */
.ciLogoDiv span {
  font-weight: bold; }

/* line 6954, ../scss/styles.scss */
.ciLogo {
  padding-left: 10px; }

/* line 6958, ../scss/styles.scss */
.ciLogoDiv .providedBy {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-right: 3px; }

/* line 6966, ../scss/styles.scss */
.headerSearchArea.ciUser {
  float: right;
  margin-top: 0; }

/* line 6971, ../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 6982, ../scss/styles.scss */
  .noLogoName div {
    position: absolute; }
    /* line 6985, ../scss/styles.scss */
    .noLogoName div a {
      color: #000; }
      /* line 6988, ../scss/styles.scss */
      .noLogoName div a:hover {
        text-decoration: none; }

/* record URL */
/* line 6997, ../scss/styles.scss */
#dispRecordURLDiv {
  line-height: 20px; }

/* line 7001, ../scss/styles.scss */
.recordUrlLabel {
  background: no-repeat url("../images/link.png");
  padding-left: 20px;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block; }

/* line 7009, ../scss/styles.scss */
.blogSlideshow {
  width: 600px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  /* line 7016, ../scss/styles.scss */
  .blogSlideshow h2 {
    padding: 15px;
    font-size: 16px; }
  /* line 7021, ../scss/styles.scss */
  .blogSlideshow h3 {
    margin-bottom: 25px;
    font-size: 16px; }
  /* line 7026, ../scss/styles.scss */
  .blogSlideshow.embeddedSlideShow {
    width: 465px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    /* line 7031, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow .blogSlideshowPagination {
      display: none; }
    /* line 7035, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow .blogSlideshowImage {
      width: 465px;
      height: 310px; }
    /* line 7040, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow .blogSlideText {
      padding: 10px;
      height: 150px;
      overflow-x: auto; }
    /* line 7047, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow .blogSlideshowArrow {
      top: 100px; }
    /* line 7051, ../scss/styles.scss */
    .blogSlideshow.embeddedSlideShow h3 {
      margin-bottom: 10px; }

/* line 7057, ../scss/styles.scss */
.slideshowLogo {
  margin: 4px 0 0 4px; }

/* line 7061, ../scss/styles.scss */
.blogSiteLink {
  text-align: right;
  padding: 0;
  margin: 5px;
  font-size: 11px; }

/* line 7068, ../scss/styles.scss */
.blogSlideText {
  padding: 25px;
  position: relative; }
  /* line 7072, ../scss/styles.scss */
  .blogSlideText p {
    font-size: 12px;
    color: #363636;
    line-height: 1.5em; }

/*
.blogSlideshowWrapper > div {
	width: 600px;
	position: relative;
	float: left;
}
*/
/* line 7089, ../scss/styles.scss */
.blogSlideshowImage {
  height: 400px;
  width: 600px;
  position: relative; }
  /* line 7094, ../scss/styles.scss */
  .blogSlideshowImage img {
    max-height: 100%;
    max-width: 100%; }
  /* line 7100, ../scss/styles.scss */
  .blogSlideshowImage div img {
    margin: 0 auto;
    height: 400px;
    width: 600px; }

/* line 7109, ../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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 7126, ../scss/styles.scss */
  .blogSlideshowArrow:hover {
    opacity: 0.85; }

/* line 7131, ../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 7136, ../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 7141, ../scss/styles.scss */
.blogArrow:hover {
  text-decoration: none; }

/* line 7145, ../scss/styles.scss */
.blogSlideshowPagination {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #fff; }
  /* line 7151, ../scss/styles.scss */
  .blogSlideshowPagination .blogArrow {
    color: #06c;
    cursor: pointer;
    font-weight: bold; }

/* line 7158, ../scss/styles.scss */
.paginationText {
  padding: 0 10px;
  color: #363636;
  font-size: 11px; }

/* Newsletter */
/* line 7166, ../scss/styles.scss */
.newsletter {
  border: 1px solid #ccc;
  padding: 3px;
  width: 300px; }
  /* line 7171, ../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, #fff, #f5f5f5);
    background-image: url("../images/shading.png"), -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: url("../images/shading.png"), -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: url("../images/shading.png"), -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: url("../images/shading.png"), linear-gradient(to bottom, #ffffff, #f5f5f5); }
  /* line 7184, ../scss/styles.scss */
  .newsletter h3 {
    clear: both;
    color: #f99b09;
    font-size: 16.5px;
    margin-bottom: 8px; }
  /* line 7191, ../scss/styles.scss */
  .newsletter p {
    width: 190px;
    margin-left: 13px;
    color: #666;
    font-size: 15px;
    line-height: 20px; }
  /* line 7199, ../scss/styles.scss */
  .newsletter .enterEmail {
    display: inline-block;
    margin: 0;
    border: 1px solid #aaa;
    height: 26px;
    padding: 0 0 0 5px; }
  /* line 7207, ../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(to bottom, #0390d1, #07658b);
    width: 66px;
    height: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #048fd0 #0c5e7f #0c5e7f #048fd0;
    vertical-align: top;
    padding: 0; }
  /* line 7226, ../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 7233, ../scss/styles.scss */
  .newsletter .success {
    color: #363636;
    margin-left: 13px; }

/* line 7239, ../scss/styles.scss */
.newsletterTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12.5px; }

/* line 7245, ../scss/styles.scss */
.findHeader {
  height: 35px;
  font-size: 13px;
  background-color: #f5f5f5;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

/* line 7256, ../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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7269, ../scss/styles.scss */
.findShowHide {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 11px;
  color: #06c;
  cursor: pointer; }

/* new company rankings & review page */
/* line 7280, ../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 7288, ../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 7294, ../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 7304, ../scss/styles.scss */
    .infoNav li.active::before {
      margin-left: -7px;
      border-width: 0 7px 14px 7px;
      border-color: transparent transparent #999 transparent; }
    /* line 7310, ../scss/styles.scss */
    .infoNav li.active::after {
      margin-left: -6px;
      border-width: 0 6px 13px 6px;
      border-color: transparent transparent #fff transparent; }
    /* line 7318, ../scss/styles.scss */
    .infoNav li.whyHere a {
      color: #da6216; }
    /* line 7323, ../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 7334, ../scss/styles.scss */
      .infoNav li.submtReview a {
        color: #fff; }
        /* line 7337, ../scss/styles.scss */
        .infoNav li.submtReview a:hover {
          color: #fff; }
      /* line 7344, ../scss/styles.scss */
      .infoNav li.submtReview.active::before, .infoNav li.submtReview.active::after {
        display: none; }
    /* line 7351, ../scss/styles.scss */
    .infoNav li a:hover {
      color: #da6216;
      text-decoration: none; }

/* line 7369, ../scss/styles.scss */
.reviewsNav {
  border-bottom: 1px solid #999;
  list-style-type: none;
  padding-bottom: 20px;
  position: relative; }
  /* line 7375, ../scss/styles.scss */
  .reviewsNav li {
    display: inline-block;
    margin: 0 15px;
    text-align: center; }
    /* line 7380, ../scss/styles.scss */
    .reviewsNav li:first-child {
      text-align: left;
      margin: 0 40px 0 0; }
    /* line 7387, ../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 7397, ../scss/styles.scss */
    .reviewsNav li.active::before {
      margin-left: -7px;
      border-width: 0 7px 14px 7px;
      border-color: transparent transparent #999 transparent; }
    /* line 7403, ../scss/styles.scss */
    .reviewsNav li.active::after {
      margin-left: -6px;
      border-width: 0 6px 13px 6px;
      border-color: transparent transparent #fff transparent; }
    /* line 7410, ../scss/styles.scss */
    .reviewsNav li span {
      font-size: 24px; }

/* line 7416, ../scss/styles.scss */
.companyProfileHeader {
  margin: 0;
  padding: 0 10px;
  position: relative; }
  /* line 7422, ../scss/styles.scss */
  .companyProfileHeader .mcca img {
    float: left;
    width: 99px;
    height: 76px;
    padding-right: 10px;
    border-right: 1px solid #dbdbdb;
    margin-right: 10px; }
  /* line 7432, ../scss/styles.scss */
  .companyProfileHeader h1, .companyProfileHeader h2, .companyProfileHeader h3, .companyProfileHeader h4, .companyProfileHeader h5, .companyProfileHeader h6 {
    margin-right: 170px; }
  /* line 7436, ../scss/styles.scss */
  .companyProfileHeader h1 {
    font-size: 32px;
    font-weight: normal;
    color: #444c53; }
  /* line 7442, ../scss/styles.scss */
  .companyProfileHeader h5 {
    font-size: 24px;
    font-weight: normal; }
  /* line 7447, ../scss/styles.scss */
  .companyProfileHeader h6 {
    font-size: 20px;
    font-weight: normal; }
  /* line 7452, ../scss/styles.scss */
  .companyProfileHeader .horizontalTools {
    border: none;
    padding-bottom: 0;
    margin-bottom: 5px; }
    /* line 7456, ../scss/styles.scss */
    .companyProfileHeader .horizontalTools a {
      padding-top: 2px; }

/* line 7462, ../scss/styles.scss */
.vaultReviewTitle {
  font-size: 24px;
  border-bottom: 1px dotted #bfbfbf;
  margin: 25px 10px;
  color: black; }

/* line 7469, ../scss/styles.scss */
.consensus {
  overflow: hidden;
  *zoom: 1;
  font-size: 15px; }
  /* line 7479, ../scss/styles.scss */
  .consensus .consensusColumn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 7482, ../scss/styles.scss */
    .consensus .consensusColumn h2 {
      font-size: 15px; }
    /* line 7487, ../scss/styles.scss */
    .consensus .consensusColumn ul {
      list-style-type: none;
      font-size: 15px;
      line-height: 1.5em;
      margin: 0 0 30px 0; }
      /* line 7493, ../scss/styles.scss */
      .consensus .consensusColumn ul li {
        margin: 0; }

/* line 7501, ../scss/styles.scss */
.uppers::before {
  content: "\f164";
  font-family: FontAwesome;
  margin-right: 5px; }

/* line 7509, ../scss/styles.scss */
.downers::before {
  content: "\f165";
  font-family: FontAwesome;
  margin-right: 5px; }

/* line 7517, ../scss/styles.scss */
.buzz::before {
  content: "\f086";
  font-family: FontAwesome;
  margin-right: 5px; }

/* line 7525, ../scss/styles.scss */
.topRankings {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden; }
  /* line 7530, ../scss/styles.scss */
  .topRankings img {
    float: right;
    margin: 0 10px; }
  /* line 7535, ../scss/styles.scss */
  .topRankings h2 {
    font-size: 24px;
    margin-bottom: 15px; }
    /* line 7539, ../scss/styles.scss */
    .topRankings h2 a {
      float: right;
      font-weight: normal;
      font-size: 12px;
      margin-top: 4px; }
  /* line 7547, ../scss/styles.scss */
  .topRankings h3 {
    font-size: 14px;
    margin: 0 0 20px 0; }
  /* line 7552, ../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 7557, ../scss/styles.scss */
    .topRankings ul li {
      overflow: hidden;
      margin-bottom: 4px; }
      /* line 7561, ../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 7575, ../scss/styles.scss */
        .topRankings ul li .ratingNum .fa-stack {
          font-size: 12px; }
  /* line 7582, ../scss/styles.scss */
  .topRankings p {
    margin: 0; }

/* line 7587, ../scss/styles.scss */
.rankingArea {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 8px;
  overflow: hidden; }
  /* line 7593, ../scss/styles.scss */
  .rankingArea.hasBg {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjhmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f8fb));
    background-image: -moz-linear-gradient(#ffffff, #f3f8fb);
    background-image: -webkit-linear-gradient(#ffffff, #f3f8fb);
    background-image: linear-gradient(#ffffff, #f3f8fb); }
  /* line 7597, ../scss/styles.scss */
  .rankingArea h3 {
    font-size: 15px;
    text-align: center; }
    /* line 7601, ../scss/styles.scss */
    .rankingArea h3 .showHideRankings {
      padding: 0 0 0 20px; }

/* line 7607, ../scss/styles.scss */
.showHideRankings {
  font-weight: normal; }

/* line 7611, ../scss/styles.scss */
.generalRankings {
  font-size: 14px; }
  /* line 7615, ../scss/styles.scss */
  .generalRankings h4 {
    padding: 6px;
    font-size: 14px; }
  /* line 7620, ../scss/styles.scss */
  .generalRankings ul {
    list-style-type: none;
    margin-bottom: 40px; }
    /* line 7624, ../scss/styles.scss */
    .generalRankings ul li {
      border-bottom: 1px solid #ddd;
      padding: 7px; }
      /* line 7628, ../scss/styles.scss */
      .generalRankings ul li:nth-child(odd) {
        background-color: #f9f9f9; }
      /* line 7632, ../scss/styles.scss */
      .generalRankings ul li:first-child {
        border-top: 1px solid #ddd; }
    /* line 7637, ../scss/styles.scss */
    .generalRankings ul span {
      display: block;
      width: 32px;
      text-align: left;
      font-weight: bold;
      float: right; }

/* line 7650, ../scss/styles.scss */
.surveyResults h2 {
  font-size: 15px;
  margin-bottom: 10px; }
  /* line 7654, ../scss/styles.scss */
  .surveyResults h2 span {
    border-bottom: 1px solid black; }
/* line 7659, ../scss/styles.scss */
.surveyResults ul {
  list-style-type: none;
  margin-bottom: 40px; }
  /* line 7663, ../scss/styles.scss */
  .surveyResults ul li {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
    text-indent: 0; }
/* line 7674, ../scss/styles.scss */
.surveyResults p strong {
  display: block;
  font-size: 15px; }
/* line 7680, ../scss/styles.scss */
.surveyResults p span strong {
  display: block; }

/* line 7687, ../scss/styles.scss */
.viewAllLinks {
  font-size: 18px; }

/* line 7691, ../scss/styles.scss */
.joinGold {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px; }
  /* line 7699, ../scss/styles.scss */
  .joinGold img {
    max-width: 100%; }
  /* line 7703, ../scss/styles.scss */
  .joinGold h1 {
    font-style: italic;
    font-weight: normal;
    font-family: "helvetica neue", Arial, Helvetica, Georgia, serif;
    margin-bottom: 20px; }
  /* line 7710, ../scss/styles.scss */
  .joinGold ul {
    list-style-type: none;
    padding-left: 20px;
    margin: 0 0 20px 15px; }
    /* line 7715, ../scss/styles.scss */
    .joinGold ul li {
      color: #363636;
      margin-bottom: 8px;
      font-size: 18px;
      line-height: 1.3em; }
      /* line 7721, ../scss/styles.scss */
      .joinGold ul li.noLock {
        padding-left: 0;
        background-image: none; }
      /* line 7726, ../scss/styles.scss */
      .joinGold ul li a {
        font-size: 18px;
        font-weight: bold; }
  /* line 7732, ../scss/styles.scss */
  .joinGold .logo {
    margin-top: 15px; }
  /* line 7735, ../scss/styles.scss */
  .joinGold .joinGoldBtn {
    text-shadow: 0px 2px 0px #c3590e;
    width: 50%;
    border: 1px solid #da672c;
    color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzYTEyMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNjcyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3a121), color-stop(100%, #da672c));
    background-image: -moz-linear-gradient(#f3a121, #da672c);
    background-image: -webkit-linear-gradient(#f3a121, #da672c);
    background-image: linear-gradient(#f3a121, #da672c);
    background-color: #f3a121;
    font-size: 18px;
    padding: 10px 0;
    cursor: pointer; }

/* line 7748, ../scss/styles.scss */
.joinGoldBody {
  width: 960px;
  margin: 20px auto 40px auto; }
  /* line 7752, ../scss/styles.scss */
  .joinGoldBody h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px; }
  /* line 7758, ../scss/styles.scss */
  .joinGoldBody p {
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 1.25em; }

/* line 7766, ../scss/styles.scss */
.joinGoldTable {
  font-size: 15px;
  width: 960px;
  margin: 0 auto 60px auto;
  text-align: center; }
  /* line 7772, ../scss/styles.scss */
  .joinGoldTable p {
    font-size: 15px; }
  /* line 7776, ../scss/styles.scss */
  .joinGoldTable table {
    width: 100%;
    margin-bottom: 20px; }
    /* line 7780, ../scss/styles.scss */
    .joinGoldTable table td {
      text-align: center;
      padding: 0 50px; }
      /* line 7784, ../scss/styles.scss */
      .joinGoldTable table td h3 {
        margin-bottom: 10px; }

/* line 7792, ../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 7801, ../scss/styles.scss */
  .joinGoldSpecialOffer::before {
    content: '';
    width: 123px;
    height: 33px;
    background-image: url("/images/specialOfferFlag.gif");
    position: absolute;
    top: -11px;
    left: -16px; }

/* line 7813, ../scss/styles.scss */
.joinTodayBox {
  border: 1px solid #ddd;
  padding: 10px 10px 10px 25px;
  -moz-box-sizing: border-box;
  -webkit-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 7824, ../scss/styles.scss */
  .joinTodayBox::before {
    content: '';
    width: 144px;
    height: 36px;
    background-image: url("/images/joinTodayFlag.png");
    position: absolute;
    top: -18px;
    left: -22px; }
  /* line 7834, ../scss/styles.scss */
  .joinTodayBox .addGold {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1YjI0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5ODY1MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #25b24b), color-stop(100%, #098652));
    background-image: -moz-linear-gradient(#25b24b, #098652);
    background-image: -webkit-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 7844, ../scss/styles.scss */
    .joinTodayBox .addGold:hover {
      text-decoration: none; }

/* line 7851, ../scss/styles.scss */
.subscriberLogin {
  font-size: 13px; }

/* line 7855, ../scss/styles.scss */
.finderBox {
  background-color: #fcfdfe;
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 20px; }
  /* line 7861, ../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 7870, ../scss/styles.scss */
.finder {
  width: 165px;
  height: 36px;
  display: inline-block;
  background-image: url("../images/finder.png");
  float: right; }
  /* line 7877, ../scss/styles.scss */
  .finder:hover {
    background-position: 0 -36px; }

/* industry profile page: make sure roadblack always underneath left menu */
/* line 7883, ../scss/styles.scss */
.nonGoldContent {
  display: block;
  min-height: 140px; }

/* ci user- base classes */
/* line 7890, ../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 7899, ../scss/styles.scss */
.ciCreateProfile .createBody .rightCol p, .vaultSignIn > div.profileBenefits .benefitsList p {
  margin-bottom: 20px;
  color: #666; }

/* line 7905, ../scss/styles.scss */
.ciCreateProfile .createBody .rightCol button, .vaultSignIn > div.profileBenefits button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYWYyZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNjcyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #feaf2f), color-stop(100%, #da672c));
  background-image: -moz-linear-gradient(#feaf2f, #da672c);
  background-image: -webkit-linear-gradient(#feaf2f, #da672c);
  background-image: linear-gradient(#feaf2f, #da672c);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: #ffd797 0 1px 0 0 inset;
  -webkit-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 7924, ../scss/styles.scss */
  .ciCreateProfile .createBody .rightCol button:focus, .vaultSignIn > div.profileBenefits button:focus {
    outline: none; }
  /* line 7936, ../scss/styles.scss */
  .ciCreateProfile .createBody .rightCol button span, .vaultSignIn > div.profileBenefits button span {
    display: inline-block;
    padding: 10px 20px;
    text-align: left; }
    /* line 7940, ../scss/styles.scss */
    .ciCreateProfile .createBody .rightCol button span.words, .vaultSignIn > div.profileBenefits button span.words {
      border-right: 1px solid #ffd797;
      width: 230px; }
    /* line 7944, ../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 7952, ../scss/styles.scss */
.ciPopupOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: #000;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%; }

/* line 7961, ../scss/styles.scss */
.ciCreateProfile {
  -moz-box-sizing: border-box;
  -webkit-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: 1100; }
  /* line 7972, ../scss/styles.scss */
  .ciCreateProfile .createHeader {
    background-color: #434c53;
    color: #fff;
    padding: 20px 35px 20px 35px; }
    /* line 7976, ../scss/styles.scss */
    .ciCreateProfile .createHeader img {
      float: left;
      margin-right: 15px; }
    /* line 7980, ../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 7988, ../scss/styles.scss */
  .ciCreateProfile .createBody {
    overflow: hidden;
    padding: 20px 40px 30px 40px; }
    /* line 7991, ../scss/styles.scss */
    .ciCreateProfile .createBody h2 {
      font-size: 25px;
      margin-bottom: 20px; }
    /* line 7995, ../scss/styles.scss */
    .ciCreateProfile .createBody .leftCol {
      float: left; }
      /* line 7997, ../scss/styles.scss */
      .ciCreateProfile .createBody .leftCol img {
        margin-right: 40px;
        margin-bottom: 20px; }
      /* line 8003, ../scss/styles.scss */
      .ciCreateProfile .createBody .leftCol p {
        font-weight: bold;
        font-size: 15px;
        color: #000; }
    /* line 8009, ../scss/styles.scss */
    .ciCreateProfile .createBody .rightCol {
      overflow: hidden; }

/* line 8019, ../scss/styles.scss */
.banner {
  -moz-box-sizing: border-box;
  -webkit-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 8031, ../scss/styles.scss */
  .banner .closeBanner {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }
  /* line 8038, ../scss/styles.scss */
  .banner .icon {
    float: left;
    margin-right: 20px; }
  /* line 8043, ../scss/styles.scss */
  .banner h2 {
    color: #faae43;
    font-size: 28px; }
  /* line 8048, ../scss/styles.scss */
  .banner .bannerLink {
    background: #ffb232;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjIzMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmODcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb232), color-stop(100%, #ef8700));
    background-image: -moz-linear-gradient(#ffb232, #ef8700);
    background-image: -webkit-linear-gradient(#ffb232, #ef8700);
    background-image: linear-gradient(#ffb232, #ef8700);
    -moz-box-shadow: #ffda3e 0 0 3px 1px inset;
    -webkit-box-shadow: #ffda3e 0 0 3px 1px inset;
    box-shadow: #ffda3e 0 0 3px 1px inset;
    text-shadow: 0 1px 0 #b4631a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border: 1px solid #383f46; }
  /* line 8061, ../scss/styles.scss */
  .banner p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    width: 640px;
    margin-right: 20px; }

/* line 8071, ../scss/styles.scss */
.vaultSignIn {
  width: 800px;
  border: 1px solid #ccc;
  margin: 50px auto;
  overflow: hidden; }
  /* line 8077, ../scss/styles.scss */
  .vaultSignIn > div.signInArea, .vaultSignIn > div.profileBenefits {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 30px; }
    /* line 8082, ../scss/styles.scss */
    .vaultSignIn > div.signInArea h3, .vaultSignIn > div.profileBenefits h3 {
      font-size: 18px;
      margin-top: 20px; }
  /* line 8088, ../scss/styles.scss */
  .vaultSignIn > div.signInArea label[for=email], .vaultSignIn > div.signInArea label[for=password] {
    font-weight: bold;
    display: block;
    margin-top: 20px; }
  /* line 8093, ../scss/styles.scss */
  .vaultSignIn > div.signInArea .forgot {
    float: right;
    margin-top: 21px;
    margin-right: 37px;
    font-size: 11px; }
  /* line 8101, ../scss/styles.scss */
  .vaultSignIn > div.signInArea input[type="text"], .vaultSignIn > div.signInArea input[type="password"] {
    -moz-box-shadow: #e0e0e0 2px 2px 3px inset;
    -webkit-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 8108, ../scss/styles.scss */
  .vaultSignIn > div.signInArea input[type="submit"] {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NmViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDI3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #166eb4), color-stop(100%, #004276));
    background-image: -moz-linear-gradient(#166eb4, #004276);
    background-image: -webkit-linear-gradient(#166eb4, #004276);
    background-image: linear-gradient(#166eb4, #004276);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: #8bb7da 0 1px 0 0 inset;
    -webkit-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 8133, ../scss/styles.scss */
  .vaultSignIn > div.signInArea input[type="checkbox"] {
    vertical-align: middle; }
  /* line 8137, ../scss/styles.scss */
  .vaultSignIn > div.profileBenefits {
    background-color: #f6f6f6;
    border-left: 1px solid #ccc; }
    /* line 8140, ../scss/styles.scss */
    .vaultSignIn > div.profileBenefits h2 {
      font-size: 24px; }
    /* line 8143, ../scss/styles.scss */
    .vaultSignIn > div.profileBenefits .orange {
      color: #da672c; }
    /* line 8146, ../scss/styles.scss */
    .vaultSignIn > div.profileBenefits .benefitsList {
      margin-top: 30px;
      margin-bottom: 40px; }

/* ci cobrand header */
/* line 8161, ../scss/styles.scss */
.cobrandArea {
  background-color: #9ea2a6;
  padding: 5px 0;
  text-align: center;
  min-height: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #575b5e;
  position: relative; }

/* line 8171, ../scss/styles.scss */
.cobrandToggle {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer; }

/* industry page */
/* line 8183, ../scss/styles.scss */
.bannerPermanent {
  -moz-box-sizing: border-box;
  -webkit-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 8192, ../scss/styles.scss */
  .bannerPermanent .icon {
    float: right;
    margin-left: 20px;
    margin-top: 10px; }
  /* line 8199, ../scss/styles.scss */
  .bannerPermanent h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px; }
    /* line 8203, ../scss/styles.scss */
    .bannerPermanent h2 a {
      color: #ffa00d; }
      /* line 8205, ../scss/styles.scss */
      .bannerPermanent h2 a:hover {
        text-decoration: none; }
  /* line 8210, ../scss/styles.scss */
  .bannerPermanent p {
    color: #eee;
    font-size: 16.5px; }
  /* line 8215, ../scss/styles.scss */
  .bannerPermanent .ciClosePopup {
    right: 0; }

/* right railed most viewed */
/* line 8221, ../scss/styles.scss */
.mostViewed {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 250px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow-y: auto; }
  /* line 8228, ../scss/styles.scss */
  .mostViewed h4 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px; }
  /* line 8235, ../scss/styles.scss */
  .mostViewed ol {
    counter-reset: item;
    list-style-type: none;
    width: 270px;
    margin-bottom: 0; }
    /* line 8241, ../scss/styles.scss */
    .mostViewed ol li {
      line-height: 18px;
      text-indent: -22px;
      padding-left: 22px; }
      /* line 8246, ../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 8257, ../scss/styles.scss */
      .mostViewed ol li a {
        font-weight: bold; }

/* line 8264, ../scss/styles.scss */
.embedButton {
  font-size: 12px;
  font-weight: bold;
  opacity: .75; }
  /* line 8269, ../scss/styles.scss */
  .embedButton:hover {
    opacity: 1;
    text-decoration: none; }

/* line 8275, ../scss/styles.scss */
.widgetPopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

/* line 8285, ../scss/styles.scss */
.widgetGradientOverlay {
  background-color: #29385b;
  opacity: .75;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/* line 8296, ../scss/styles.scss */
.widgetPopupContent {
  z-index: 1000;
  position: fixed;
  top: 65px;
  left: 50%;
  margin-left: -300px;
  background-color: #fff;
  width: 540px;
  padding: 30px; }
  /* line 8306, ../scss/styles.scss */
  .widgetPopupContent h3 {
    font-size: 15px;
    color: #000; }
  /* line 8311, ../scss/styles.scss */
  .widgetPopupContent p {
    color: #666;
    font-size: 13px;
    margin: 5px 0; }
  /* line 8317, ../scss/styles.scss */
  .widgetPopupContent input, .widgetPopupContent textarea {
    width: 100%;
    outline: 0;
    margin-bottom: 10px;
    color: #333; }

/* line 8325, ../scss/styles.scss */
.closeWidgetPopup {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 15px;
  width: 15px;
  background-image: url("../images/closeField.png");
  cursor: pointer; }

/* line 8335, ../scss/styles.scss */
iframe {
  margin: 0 auto;
  display: block; }

/*company overview stats section*/
/* line 8343, ../scss/styles.scss */
.statsList li p {
  display: block; }

/* fix unaligned LI in homepage (FF)*/
/* line 8365, ../scss/styles.scss */
.topRankedList {
  list-style-position: outside; }
  /* line 8368, ../scss/styles.scss */
  .topRankedList li {
    line-height: 16.5px;
    margin-bottom: 7px; }

/* line 8377, ../scss/styles.scss */
.endorsementPage .endorseArea .endorseItem, .homePageEndorse .endorseItem {
  overflow: hidden;
  *zoom: 1; }
  /* line 8379, ../scss/styles.scss */
  .endorsementPage .endorseArea .endorseItem .rightCol, .homePageEndorse .endorseItem .rightCol {
    float: right;
    clear: both;
    margin-left: 60px; }
    /* line 8383, ../scss/styles.scss */
    .endorsementPage .endorseArea .endorseItem .rightCol h5, .homePageEndorse .endorseItem .rightCol h5 {
      font-size: 13px;
      margin-bottom: 4px; }
    /* line 8387, ../scss/styles.scss */
    .endorsementPage .endorseArea .endorseItem .rightCol ul, .homePageEndorse .endorseItem .rightCol ul {
      font-size: 13px;
      list-style-type: none; }
      /* line 8390, ../scss/styles.scss */
      .endorsementPage .endorseArea .endorseItem .rightCol ul li, .homePageEndorse .endorseItem .rightCol ul li {
        color: #4e6b82;
        font-weight: bold;
        margin-bottom: 5px; }
        /* line 8394, ../scss/styles.scss */
        .endorsementPage .endorseArea .endorseItem .rightCol ul li .fa-check, .homePageEndorse .endorseItem .rightCol ul li .fa-check {
          color: #06c;
          font-size: 11px;
          margin-right: 5px; }
  /* line 8402, ../scss/styles.scss */
  .endorsementPage .endorseArea .endorseItem h4, .homePageEndorse .endorseItem h4 {
    margin-bottom: 10px; }
  /* line 8405, ../scss/styles.scss */
  .endorsementPage .endorseArea .endorseItem .position, .homePageEndorse .endorseItem .position {
    font-size: 12px;
    margin-bottom: 18px; }

/* Company endorsements tab */
/* line 8414, ../scss/styles.scss */
.endorsementPage h4 {
  font-size: 15px; }
/* line 8417, ../scss/styles.scss */
.endorsementPage .topArea {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  /* line 8420, ../scss/styles.scss */
  .endorsementPage .topArea h4 {
    margin-bottom: 12px; }
  /* line 8423, ../scss/styles.scss */
  .endorsementPage .topArea .submitEndorse {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZmJmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7fbfd));
    background-image: -moz-linear-gradient(#ffffff, #f7fbfd);
    background-image: -webkit-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 8432, ../scss/styles.scss */
    .endorsementPage .topArea .submitEndorse p {
      color: #4e6b82; }
    /* line 8435, ../scss/styles.scss */
    .endorsementPage .topArea .submitEndorse a {
      font-weight: bold; }
  /* line 8439, ../scss/styles.scss */
  .endorsementPage .topArea .topList {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 7px; }
    /* line 8443, ../scss/styles.scss */
    .endorsementPage .topArea .topList li {
      margin-bottom: 5px;
      font-size: 12px; }
      /* line 8446, ../scss/styles.scss */
      .endorsementPage .topArea .topList li:before {
        content: counter(item) ".";
        counter-increment: item; }
      /* line 8450, ../scss/styles.scss */
      .endorsementPage .topArea .topList li span {
        display: inline-block; }
      /* line 8453, ../scss/styles.scss */
      .endorsementPage .topArea .topList li .name {
        width: 168px;
        margin-right: 8px; }
      /* line 8457, ../scss/styles.scss */
      .endorsementPage .topArea .topList li .barContainer {
        width: 150px;
        background-color: #eee;
        height: 16px;
        vertical-align: middle; }
        /* line 8462, ../scss/styles.scss */
        .endorsementPage .topArea .topList li .barContainer .bar {
          height: 16px;
          background-color: #06c; }
      /* line 8467, ../scss/styles.scss */
      .endorsementPage .topArea .topList li .num {
        color: #06c;
        font-weight: bold;
        margin-left: 3px; }
  /* line 8474, ../scss/styles.scss */
  .endorsementPage .topArea .seeAll {
    font-size: 12px; }
/* line 8478, ../scss/styles.scss */
.endorsementPage .endorseCount {
  font-weight: bold;
  font-size: 13px;
  padding: 12px 0; }
/* line 8485, ../scss/styles.scss */
.endorsementPage .endorseArea .endorseItem {
  border-top: 4px solid #ccc;
  padding-top: 14px;
  padding-bottom: 20px; }

/* Endorsement home section */
/* line 8498, ../scss/styles.scss */
.homePageEndorse .endorseTabs {
  border-bottom: 1px solid #ccc; }
  /* line 8500, ../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 8508, ../scss/styles.scss */
    .homePageEndorse .endorseTabs h3.endorseRecent {
      border-left: 1px solid #ccc; }
    /* line 8511, ../scss/styles.scss */
    .homePageEndorse .endorseTabs h3.activeTab {
      margin-bottom: -1px;
      border-bottom: 1px solid #fff; }
    /* line 8515, ../scss/styles.scss */
    .homePageEndorse .endorseTabs h3.inactiveTab {
      background-color: #f4f8fa;
      font-weight: normal;
      color: #06c;
      cursor: pointer; }
/* line 8523, ../scss/styles.scss */
.homePageEndorse .endorseTopArea {
  display: none; }
/* line 8526, ../scss/styles.scss */
.homePageEndorse .endorseItem {
  padding-top: 14px;
  padding-bottom: 10px; }
  /* line 8531, ../scss/styles.scss */
  .homePageEndorse .endorseItem h2 {
    font-size: 18px;
    padding-bottom: 7px;
    border-bottom: 4px solid #ccc;
    margin-bottom: 15px; }
  /* line 8537, ../scss/styles.scss */
  .homePageEndorse .endorseItem h4 {
    color: #06c;
    font-size: 15px; }
/* line 8542, ../scss/styles.scss */
.homePageEndorse .submitEndorse {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZmJmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7fbfd));
  background-image: -moz-linear-gradient(#ffffff, #f7fbfd);
  background-image: -webkit-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 8549, ../scss/styles.scss */
  .homePageEndorse .submitEndorse a {
    font-weight: bold; }

/* Submit an endorsement */
/* line 8556, ../scss/styles.scss */
.submitEndorsementPage h1 {
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }
/* line 8562, ../scss/styles.scss */
.submitEndorsementPage h2 {
  font-size: 18px;
  margin-bottom: 5px; }
/* line 8566, ../scss/styles.scss */
.submitEndorsementPage input[type="text"] {
  -moz-box-shadow: 1px 1px 4px 0 #ccc true;
  -webkit-box-shadow: 1px 1px 4px 0 #ccc true;
  box-shadow: 1px 1px 4px 0 #ccc true;
  border: 1px solid #999;
  height: 16px;
  padding: 4px;
  font-size: 11px; }
/* line 8573, ../scss/styles.scss */
.submitEndorsementPage .employeeOptions {
  border-bottom: 1px solid #ddd;
  margin-top: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  /* line 8580, ../scss/styles.scss */
  .submitEndorsementPage .employeeOptions select {
    margin-right: 5px;
    margin-bottom: 15px;
    height: 28px;
    vertical-align: top;
    width: 270px; }
  /* line 8589, ../scss/styles.scss */
  .submitEndorsementPage .employeeOptions .location {
    width: 270px;
    margin-right: 9px;
    float: left; }
    /* line 8593, ../scss/styles.scss */
    .submitEndorsementPage .employeeOptions .location .city {
      width: 121px; }
    /* line 8596, ../scss/styles.scss */
    .submitEndorsementPage .employeeOptions .location .state {
      width: 60px;
      margin-left: 5px; }
    /* line 8602, ../scss/styles.scss */
    .submitEndorsementPage .employeeOptions .location .zip {
      float: right;
      width: 46px; }
/* line 8608, ../scss/styles.scss */
.submitEndorsementPage .attributes {
  overflow: hidden;
  *zoom: 1;
  margin: 20px 0 20px 10px; }
  /* line 8611, ../scss/styles.scss */
  .submitEndorsementPage .attributes .col {
    width: 250px;
    float: left; }
    /* line 8614, ../scss/styles.scss */
    .submitEndorsementPage .attributes .col label {
      color: #666666;
      display: inline-block;
      margin-bottom: 5px; }
      /* line 8616, ../scss/styles.scss */
      .submitEndorsementPage .attributes .col label.checked {
        color: #000;
        font-weight: bold; }
/* line 8625, ../scss/styles.scss */
.submitEndorsementPage .endorseTitle {
  margin-bottom: 10px; }
  /* line 8627, ../scss/styles.scss */
  .submitEndorsementPage .endorseTitle label {
    font-weight: bold;
    margin-right: 5px; }
  /* line 8631, ../scss/styles.scss */
  .submitEndorsementPage .endorseTitle input {
    width: 330px; }
/* line 8635, ../scss/styles.scss */
.submitEndorsementPage .endorseText {
  float: left;
  width: 480px;
  height: 120px;
  margin-right: 10px; }
/* line 8641, ../scss/styles.scss */
.submitEndorsementPage .tip {
  width: 105px;
  float: left;
  font-size: 12px;
  line-height: 16px;
  color: #666; }
  /* line 8647, ../scss/styles.scss */
  .submitEndorsementPage .tip strong {
    color: #000; }
/* line 8651, ../scss/styles.scss */
.submitEndorsementPage .submitRow {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 15px; }
  /* line 8655, ../scss/styles.scss */
  .submitEndorsementPage .submitRow .goldSubmit {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNmZmIyMzIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjg3MDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(12%, #ffb232), color-stop(100%, #ef8700));
    background-image: -moz-linear-gradient(#ffb232 12%, #ef8700);
    background-image: -webkit-linear-gradient(#ffb232 12%, #ef8700);
    background-image: linear-gradient(#ffb232 12%, #ef8700);
    -moz-box-shadow: 0 1px 0 0.5px #f8dfba true;
    -webkit-box-shadow: 0 1px 0 0.5px #f8dfba true;
    box-shadow: 0 1px 0 0.5px #f8dfba true;
    -moz-border-radius: 5px;
    -webkit-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 8668, ../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 8681, ../scss/styles.scss */
  .submitEndorsementPage .employeeOptions select {
    height: 25px;
    padding-top: 3px; } }
/* industries page- reside H2 */
/* line 8690, ../scss/styles.scss */
.industryContent h2, .industryInfo h2 {
  font-size: 15px; }

/* CI login */
/* line 8701, ../scss/styles.scss */
.ciLoginPage .ciLoginHeader, .ciLoginPage .ciLoginMain, .ciLoginPage .ciLoginFooter {
  padding-left: 60px;
  padding-right: 60px; }

/* line 8709, ../scss/styles.scss */
.ciLoginPage .centerContainer {
  width: 930px;
  margin: 0 auto; }
/* line 8713, ../scss/styles.scss */
.ciLoginPage ul {
  list-style-type: none; }
/* line 8716, ../scss/styles.scss */
.ciLoginPage .ciLoginHeader {
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px; }
  /* line 8720, ../scss/styles.scss */
  .ciLoginPage .ciLoginHeader .cobrandArea {
    border-bottom: none;
    min-height: 48px; }
/* line 8725, ../scss/styles.scss */
.ciLoginPage .ciLoginMain {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmRmZGZkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(50%, #fdfdfd), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#ececec, #fdfdfd 50%, #ffffff);
  background-image: -webkit-linear-gradient(#ececec, #fdfdfd 50%, #ffffff);
  background-image: linear-gradient(#ececec, #fdfdfd 50%, #ffffff);
  border-top: 1px solid #ccc;
  background-color: #eee; }
  /* line 8730, ../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 8740, ../scss/styles.scss */
  .ciLoginPage .ciLoginMain h2 {
    font-size: 18px;
    margin-bottom: 10px; }
  /* line 8744, ../scss/styles.scss */
  .ciLoginPage .ciLoginMain .loginContainer {
    width: 100%; }
    /* line 8746, ../scss/styles.scss */
    .ciLoginPage .ciLoginMain .loginContainer .login {
      position: relative;
      background-color: #eff3f7;
      border: 1px solid #ddd;
      padding: 25px 30px;
      width: 40%; }
      /* line 8753, ../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 8765, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .login .passwordDiv {
        position: relative; }
        /* line 8767, ../scss/styles.scss */
        .ciLoginPage .ciLoginMain .loginContainer .login .passwordDiv .forgotLink {
          position: absolute;
          top: 68px;
          left: 225px;
          font-size: 11px; }
      /* line 8775, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .login input[type="submit"] {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NmViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDI3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #166eb4), color-stop(100%, #004276));
        background-image: -moz-linear-gradient(#166eb4, #004276);
        background-image: -webkit-linear-gradient(#166eb4, #004276);
        background-image: linear-gradient(#166eb4, #004276);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: #8bb7da 0 1px 0 0 inset;
        -webkit-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 8801, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .login .stayLoggedIn {
        display: block;
        margin-top: 15px;
        color: #666;
        font-size: 11px; }
        /* line 8806, ../scss/styles.scss */
        .ciLoginPage .ciLoginMain .loginContainer .login .stayLoggedIn input[type="checkbox"] {
          vertical-align: middle;
          margin-top: 1px; }
      /* line 8813, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .login .or div {
        background-color: #eff3f7; }
    /* line 8818, ../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 8827, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .createAccount .orange {
        color: #da672c; }
      /* line 8830, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .createAccount ul {
        margin-top: 25px;
        margin-left: 15px;
        margin-bottom: 25px; }
        /* line 8836, ../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 8842, ../scss/styles.scss */
          .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li.rankings {
            background-image: url("../images/iconGraph_orangeGrey.png"); }
          /* line 8845, ../scss/styles.scss */
          .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li.employee {
            background-image: url("../images/iconPeople_orangeGrey.png"); }
          /* line 8848, ../scss/styles.scss */
          .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li.guides {
            background-image: url("../images/iconTablet_orangeGrey.png"); }
          /* line 8851, ../scss/styles.scss */
          .ciLoginPage .ciLoginMain .loginContainer .createAccount ul li.jobs {
            background-image: url("../images/iconBriefcase_orangeGrey.png"); }
      /* line 8856, ../scss/styles.scss */
      .ciLoginPage .ciLoginMain .loginContainer .createAccount .orangeButton {
        float: right;
        font-size: 17px; }
  /* line 8862, ../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 8876, ../scss/styles.scss */
.ciLoginPage .ciLoginFooter {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4a4a4a;
  font-size: 11px; }
  /* line 8887, ../scss/styles.scss */
  .ciLoginPage .ciLoginFooter p {
    color: #909090;
    font-size: 11px; }
  /* line 8891, ../scss/styles.scss */
  .ciLoginPage .ciLoginFooter ul {
    text-align: center; }
    /* line 8893, ../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 8902, ../scss/styles.scss */
      .ciLoginPage .ciLoginFooter ul li:first-child {
        border-left: none; }
      /* line 8905, ../scss/styles.scss */
      .ciLoginPage .ciLoginFooter ul li a {
        color: #a5d4e4; }

/* line 8913, ../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 8927, ../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 8936, ../scss/styles.scss */
.smallHouseAd {
  -moz-box-sizing: border-box;
  -webkit-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 8948, ../scss/styles.scss */
  .smallHouseAd .logo {
    float: right; }
  /* line 8952, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup h4 {
    font-size: 18px;
    color: #ec5712; }
  /* line 8956, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup .description {
    font-size: 11px;
    color: #999;
    margin-bottom: 5px; }
  /* line 8961, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup .placeholder {
    /* placeholder text */
    font-style: normal;
    color: #888; }
  /* line 8965, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-style: normal;
    color: #888; }
  /* line 8969, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-style: normal;
    color: #888; }
  /* line 8973, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-style: normal;
    color: #888; }
  /* line 8977, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-style: normal;
    color: #888; }
  /* line 8981, ../scss/styles.scss */
  .smallHouseAd.newsletterSignup input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    height: 25px; }
    /* line 8987, ../scss/styles.scss */
    .smallHouseAd.newsletterSignup input[type="text"] {
      border: 1px solid #ccc;
      padding: 5px;
      width: 225px; }
    /* line 8992, ../scss/styles.scss */
    .smallHouseAd.newsletterSignup input[type="submit"] {
      background-color: #0066cc;
      color: #fff;
      border: none;
      padding: 5px 9px; }
  /* line 9000, ../scss/styles.scss */
  .smallHouseAd.join {
    position: relative; }
    /* line 9002, ../scss/styles.scss */
    .smallHouseAd.join h4 {
      font-size: 17px;
      color: #0066cc; }
    /* line 9006, ../scss/styles.scss */
    .smallHouseAd.join p {
      color: #666;
      width: 190px;
      margin-top: 5px; }
    /* line 9011, ../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 9027, ../scss/styles.scss */
#CampusPrivacyPolicyDiv, #CampusTermsOfUseDiv {
  max-height: 650px;
  overflow-y: scroll; }

/* guides menu */
/* line 9033, ../scss/styles.scss */
.guideTaxonomy {
  list-style-position: outside;
  margin-right: 10px; }

/* line 9038, ../scss/styles.scss */
.rssLink {
  top: 40px;
  right: 675px;
  position: absolute; }

/* line 9047, ../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 9055, ../scss/styles.scss */
  .goldStarsBig.goldStarsGray {
    width: 116px;
    height: 15px;
    background-image: url("/images/goldStarsGray.gif"); }
  /* line 9063, ../scss/styles.scss */
  .goldStarsBig.four {
    background-position: -25px 0; }
    /* line 17, ../scss/_base.scss */
    .goldStarsBig.four.one-quarter {
      background-position: -25px -21px; }
    /* line 21, ../scss/_base.scss */
    .goldStarsBig.four.one-half {
      background-position: -25px -42px; }
    /* line 25, ../scss/_base.scss */
    .goldStarsBig.four.three-quarter {
      background-position: -25px -63px; }
  /* line 9068, ../scss/styles.scss */
  .goldStarsBig.three {
    background-position: -50px 0; }
    /* line 17, ../scss/_base.scss */
    .goldStarsBig.three.one-quarter {
      background-position: -50px -21px; }
    /* line 21, ../scss/_base.scss */
    .goldStarsBig.three.one-half {
      background-position: -50px -42px; }
    /* line 25, ../scss/_base.scss */
    .goldStarsBig.three.three-quarter {
      background-position: -50px -63px; }
  /* line 9073, ../scss/styles.scss */
  .goldStarsBig.two {
    background-position: -75px 0; }
    /* line 17, ../scss/_base.scss */
    .goldStarsBig.two.one-quarter {
      background-position: -75px -21px; }
    /* line 21, ../scss/_base.scss */
    .goldStarsBig.two.one-half {
      background-position: -75px -42px; }
    /* line 25, ../scss/_base.scss */
    .goldStarsBig.two.three-quarter {
      background-position: -75px -63px; }
  /* line 9078, ../scss/styles.scss */
  .goldStarsBig.one {
    background-position: -100px 0; }
    /* line 17, ../scss/_base.scss */
    .goldStarsBig.one.one-quarter {
      background-position: -100px -21px; }
    /* line 21, ../scss/_base.scss */
    .goldStarsBig.one.one-half {
      background-position: -100px -42px; }
    /* line 25, ../scss/_base.scss */
    .goldStarsBig.one.three-quarter {
      background-position: -100px -63px; }
  /* line 9083, ../scss/styles.scss */
  .goldStarsBig.zero {
    background-position: -125px 0; }
    /* line 17, ../scss/_base.scss */
    .goldStarsBig.zero.one-quarter {
      background-position: -125px -21px; }
    /* line 21, ../scss/_base.scss */
    .goldStarsBig.zero.one-half {
      background-position: -125px -42px; }
    /* line 25, ../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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 9px;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.29) inset;
    -webkit-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;
      -moz-box-sizing: border-box;
      -webkit-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 9093, ../scss/styles.scss */
.rateCompany table {
  font-size: 14px; }
  /* line 9096, ../scss/styles.scss */
  .rateCompany table td {
    padding: 0 10px 0 0; }
    /* line 9099, ../scss/styles.scss */
    .rateCompany table td i {
      font-size: 25px;
      padding: 0 2px; }
      /* line 9103, ../scss/styles.scss */
      .rateCompany table td i:first-child {
        padding-left: 0; }
/* line 9110, ../scss/styles.scss */
.rateCompany p {
  margin-bottom: 1em; }
  /* line 9113, ../scss/styles.scss */
  .rateCompany p label {
    width: 66%;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 15px; }
/* line 9121, ../scss/styles.scss */
.rateCompany .endorsements {
  float: left;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 50%; }
  /* line 9128, ../scss/styles.scss */
  .rateCompany .endorsements li {
    padding-bottom: 5px; }
    /* line 9131, ../scss/styles.scss */
    .rateCompany .endorsements li label {
      color: #666; }
    /* line 9135, ../scss/styles.scss */
    .rateCompany .endorsements li input {
      margin-right: 5px; }
      /* line 9139, ../scss/styles.scss */
      .rateCompany .endorsements li input:checked + label {
        font-weight: bold;
        color: #333; }

/* line 9149, ../scss/styles.scss */
.samples {
  margin-top: 60px; }

/* line 9153, ../scss/styles.scss */
.reviewLeftColumn {
  border-right: 1px solid #ccc;
  padding-right: 50px; }

/* line 9159, ../scss/styles.scss */
.reviewRightColumn h3 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
  margin-bottom: 20px; }

/* line 9166, ../scss/styles.scss */
.submitReviewPromo {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZWNmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e0ecf2));
  background-image: -moz-linear-gradient(#f6f6f6, #e0ecf2);
  background-image: -webkit-linear-gradient(#f6f6f6, #e0ecf2);
  background-image: linear-gradient(#f6f6f6, #e0ecf2);
  border: 1px solid #bbb;
  width: 210px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  color: #4d6b83;
  font-size: 15px;
  float: right; }
  /* line 9176, ../scss/styles.scss */
  .submitReviewPromo a {
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    display: block;
    margin-top: 10px; }
    /* line 9183, ../scss/styles.scss */
    .submitReviewPromo a::before {
      color: #fdb508;
      content: '\25B6';
      position: absolute;
      left: 0; }

/* line 9194, ../scss/styles.scss */
.recent_reviews .row {
  padding: 10px 0; }
/* line 9199, ../scss/styles.scss */
.recent_reviews .column2 {
  border-right: 1px solid #ddd;
  color: #444;
  text-align: center;
  height: 80px; }
  /* line 9205, ../scss/styles.scss */
  .recent_reviews .column2 img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
/* line 9212, ../scss/styles.scss */
.recent_reviews .column6 {
  border-left: 1px solid #ddd;
  margin-left: -1px; }
/* line 9217, ../scss/styles.scss */
.recent_reviews .review_quote {
  color: #06c;
  font-weight: bold; }
/* line 9222, ../scss/styles.scss */
.recent_reviews span {
  margin-right: 10px; }

/* line 9227, ../scss/styles.scss */
.discountBox {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: 10px; }

/* line 9234, ../scss/styles.scss */
.subtotalBox {
  border: 1px solid #ddd;
  padding: 20px; }
  /* line 9238, ../scss/styles.scss */
  .subtotalBox p {
    font-size: 15px; }
  /* line 9242, ../scss/styles.scss */
  .subtotalBox .checkout-button {
    width: 100%;
    padding: 10px 0; }

/* line 9248, ../scss/styles.scss */
.cart-totals {
  width: 100%; }
  /* line 9252, ../scss/styles.scss */
  .cart-totals tr td {
    padding: 5px 0; }
    /* line 9255, ../scss/styles.scss */
    .cart-totals tr td:last-child {
      text-align: right; }
  /* line 9260, ../scss/styles.scss */
  .cart-totals tr:last-child {
    font-weight: bold; }
    /* line 9263, ../scss/styles.scss */
    .cart-totals tr:last-child td {
      padding-top: 10px;
      border-top: 1px dotted #ccc; }

/* line 9271, ../scss/styles.scss */
.postSubmit {
  background: url("../images/postSubmitBackground.gif") no-repeat right;
  min-height: 405px; }

/* line 9276, ../scss/styles.scss */
.cancelReview {
  float: right;
  margin: 10px; }

/* line 9281, ../scss/styles.scss */
.paragraphCode {
  font-size: 0px; }

/* line 9285, ../scss/styles.scss */
.enterCode {
  margin: 0;
  border: 1px solid #ccc;
  display: inline-block;
  height: 35px;
  width: 105px;
  font-size: 13px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px; }
  /* line 31, ../scss/_base.scss */
  .enterCode::-webkit-input-placeholder {
    font-style: normal;
    color: #999; }
  /* line 32, ../scss/_base.scss */
  .enterCode:-moz-placeholder {
    font-style: normal;
    color: #999; }
  /* line 33, ../scss/_base.scss */
  .enterCode::-moz-placeholder {
    font-style: normal;
    color: #999; }
  /* line 34, ../scss/_base.scss */
  .enterCode:-ms-input-placeholder {
    font-style: normal;
    color: #999; }

/* line 9302, ../scss/styles.scss */
.applyCode {
  width: 60px;
  height: 35px;
  border: 1px solid #ccc;
  border-left: 0;
  display: inline-block;
  color: #06c;
  cursor: pointer;
  font-size: 13px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZTZlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dde6ea));
  background-image: -moz-linear-gradient(#ffffff, #dde6ea);
  background-image: -webkit-linear-gradient(#ffffff, #dde6ea);
  background-image: linear-gradient(#ffffff, #dde6ea); }

/* line 9314, ../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: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc0YzE2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkN2EwOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #74c163), color-stop(100%, #1d7a09));
  background-image: -moz-linear-gradient(#74c163, #1d7a09);
  background-image: -webkit-linear-gradient(#74c163, #1d7a09);
  background-image: linear-gradient(#74c163, #1d7a09);
  cursor: pointer; }
  /* line 9326, ../scss/styles.scss */
  .checkout-button:hover {
    text-decoration: none; }
  /* line 9330, ../scss/styles.scss */
  .checkout-button i {
    font-size: 20px;
    margin-right: 5px; }

/* line 9336, ../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 9345, ../scss/styles.scss */
  .cartBreadcrumb span {
    margin: 0 8px; }
  /* line 9349, ../scss/styles.scss */
  .cartBreadcrumb .active {
    color: #098652;
    font-weight: bold; }

/* line 9356, ../scss/styles.scss */
.checkoutPage input[type=text], .checkoutPage input[type=password], .checkoutPage select {
  height: 40px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #bbb; }
  /* line 31, ../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 32, ../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 33, ../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 34, ../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 9370, ../scss/styles.scss */
.checkoutPage .ccInputWrapper .fa {
  margin-right: 5px; }
/* line 9375, ../scss/styles.scss */
.checkoutPage .ccInput {
  height: 40px;
  padding: 12px 0 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #bbb;
  display: none;
  cursor: context-menu;
  position: relative; }
  /* line 9385, ../scss/styles.scss */
  .checkoutPage .ccInput::after {
    content: '\25BC';
    position: absolute;
    font-size: .7em;
    right: 4px;
    top: 14px; }
/* line 9394, ../scss/styles.scss */
.checkoutPage .ccInputDropdown {
  display: none;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-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 9408, ../scss/styles.scss */
  .checkoutPage .ccInputDropdown li {
    margin: 0;
    padding: 5px 10px; }
    /* line 9412, ../scss/styles.scss */
    .checkoutPage .ccInputDropdown li:hover {
      background-color: #1e90ff;
      color: #fff; }
/* line 9419, ../scss/styles.scss */
.checkoutPage h1 {
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px; }
  /* line 9425, ../scss/styles.scss */
  .checkoutPage h1 i {
    margin-right: 10px;
    display: inline-block; }
/* line 9431, ../scss/styles.scss */
.checkoutPage td {
  vertical-align: top; }

/* line 9436, ../scss/styles.scss */
.expirationDate {
  background-color: #f6f6f6;
  float: left;
  border: 1px solid #ddd;
  border-right: 0;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  padding: 10px;
  margin-right: 20px;
  position: relative; }
  /* line 9448, ../scss/styles.scss */
  .expirationDate::after, .expirationDate::before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  /* line 9458, ../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 9465, ../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 9473, ../scss/styles.scss */
.billingLeft, .billingRight {
  background: #fcfcfc;
  padding: 20px 14px 0 14px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  min-height: 375px; }

/* line 9481, ../scss/styles.scss */
.billingRight {
  border-left: 0;
  padding-left: 15px; }

/* line 9486, ../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 9493, ../scss/styles.scss */
.checkoutTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px; }
  /* line 9498, ../scss/styles.scss */
  .checkoutTable td {
    background: #fcfcfc;
    padding: 20px 15px 40px 15px;
    border: 1px solid #ccc;
    vertical-align: top;
    width: 33.3333%; }

/* line 9507, ../scss/styles.scss */
.appliedCode {
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: inline-block;
  font-size: 8px;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px; }

/* line 9517, ../scss/styles.scss */
.joinGoldHeader {
  background: url("/images/joinGoldBackground.jpg") top center no-repeat;
  height: 448px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  border-bottom: 1px solid #ccc; }

/* line 9530, ../scss/styles.scss */
.goldOptionsWrapper {
  width: 660px;
  margin: 20px auto; }

/* line 9535, ../scss/styles.scss */
.goldOption {
  width: 220px;
  float: left;
  border: 1px solid #ddd;
  border-top: 0;
  text-align: center;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px 2px rgba(128, 128, 128, 0.25);
  -webkit-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 9549, ../scss/styles.scss */
  .goldOption .goldOptionHeader {
    background-color: #5f97cf;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px; }
  /* line 9560, ../scss/styles.scss */
  .goldOption p {
    color: #666;
    line-height: 1.2em;
    margin: 20px 0;
    height: 30px; }
    /* line 9566, ../scss/styles.scss */
    .goldOption p strong {
      color: #06c; }
  /* line 9571, ../scss/styles.scss */
  .goldOption .goldPrice {
    color: #da6216;
    font-size: 60px;
    height: auto; }
  /* line 9577, ../scss/styles.scss */
  .goldOption .addGold {
    border: 1px solid #ccc;
    display: block;
    margin: 20px;
    padding: 10px 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZWVmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5eef9));
    background-image: -moz-linear-gradient(#ffffff, #e5eef9);
    background-image: -webkit-linear-gradient(#ffffff, #e5eef9);
    background-image: linear-gradient(#ffffff, #e5eef9); }
    /* line 9584, ../scss/styles.scss */
    .goldOption .addGold:hover {
      text-decoration: none; }
  /* line 9589, ../scss/styles.scss */
  .goldOption.popular {
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    -webkit-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 9594, ../scss/styles.scss */
    .goldOption.popular::before {
      content: '';
      width: 120px;
      height: 26px;
      background-image: url("/images/mostPopularFlag.png");
      position: absolute;
      top: -10px;
      left: -11px; }
    /* line 9604, ../scss/styles.scss */
    .goldOption.popular .goldOptionHeader {
      height: 56px;
      padding-top: 20px;
      background-color: #06c; }
    /* line 9610, ../scss/styles.scss */
    .goldOption.popular .addGold {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1YjI0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5ODY1MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #25b24b), color-stop(100%, #098652));
      background-image: -moz-linear-gradient(#25b24b, #098652);
      background-image: -webkit-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 9624, ../scss/styles.scss */
.reviewSignIn {
  float: left;
  width: 300px;
  height: 390px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f8f9;
  border: 1px solid #ccc;
  padding: 30px 25px; }
  /* line 9633, ../scss/styles.scss */
  .reviewSignIn input[type=text], .reviewSignIn input[type=password] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 0 10px;
    margin: 5px 0; }
  /* line 9642, ../scss/styles.scss */
  .reviewSignIn .or div {
    background-color: #f6f8f9; }

/* line 9648, ../scss/styles.scss */
.reviewNoAccount {
  float: left;
  width: 370px;
  height: 390px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-left: 0;
  padding: 30px 35px; }

/* line 9658, ../scss/styles.scss */
.reviewGetFree {
  float: left;
  width: 275px;
  height: 390px;
  padding: 25px;
  margin-left: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fffdf2;
  position: relative; }
  /* line 9670, ../scss/styles.scss */
  .reviewGetFree p {
    line-height: 1.5em; }
  /* line 9674, ../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 9685, ../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 9697, ../scss/styles.scss */
.submitReviewCallout {
  border: 1px solid #ccc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmJlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fffbe6), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#fffbe6, #ffffff);
  background-image: -webkit-linear-gradient(#fffbe6, #ffffff);
  background-image: linear-gradient(#fffbe6, #ffffff);
  width: 210px;
  padding: 15px;
  float: right; }

/* line 9705, ../scss/styles.scss */
.yellowHighlight {
  background-color: #ffee9c; }

/* line 9709, ../scss/styles.scss */
.newPopupWrapper {
  display: none;
  overflow: hidden; }
  /* line 9713, ../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 9723, ../scss/styles.scss */
  .newPopupWrapper .close {
    color: #666;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    z-index: 200;
    cursor: pointer; }

/* line 9736, ../scss/styles.scss */
.registerPopup .popupContentWrapper {
  z-index: 1000;
  background: #fff;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -205px;
  width: 410px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 4px solid #da6216; }
  /* line 9747, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .popupContent {
    width: 350px;
    padding: 20px 0;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 9754, ../scss/styles.scss */
  .registerPopup .popupContentWrapper h2 {
    background: url("../images/vaultClearBackground.png") right no-repeat;
    line-height: 31px; }
  /* line 9759, ../scss/styles.scss */
  .registerPopup .popupContentWrapper input[type=text], .registerPopup .popupContentWrapper input[type=password], .registerPopup .popupContentWrapper select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ccc; }
    /* line 31, ../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 32, ../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 33, ../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 34, ../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 9772, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column {
    padding: 0 5px; }
  /* line 9776, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column2 {
    width: 140px; }
  /* line 9780, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column3 {
    width: 210px; }
  /* line 9784, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column5 {
    width: 350px; }
  /* line 9788, ../scss/styles.scss */
  .registerPopup .popupContentWrapper .column10 {
    width: 700px; }
/* line 9795, ../scss/styles.scss */
.registerPopup.goldPopup .popupContentWrapper {
  margin-left: -380px;
  width: 760px; }
  /* line 9799, ../scss/styles.scss */
  .registerPopup.goldPopup .popupContentWrapper .popupContent {
    width: 700px; }
/* line 9804, ../scss/styles.scss */
.registerPopup.goldPopup .checkbox_box {
  max-height: 350px; }

/* line 9810, ../scss/styles.scss */
.accessGuidesColumn {
  padding: 20px;
  border: 1px solid #ccc; }
  /* line 9814, ../scss/styles.scss */
  .accessGuidesColumn p {
    margin: 0;
    color: #666; }

/* line 9820, ../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 9845, ../scss/styles.scss */
.receiptTable th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px; }

/* line 9854, ../scss/styles.scss */
.guidePage h1 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

/* line 9863, ../scss/styles.scss */
.guideImage {
  width: 130px;
  height: auto; }

/* line 9868, ../scss/styles.scss */
.guidePrice {
  font-size: 28px;
  color: #da6216; }

/* line 9873, ../scss/styles.scss */
.guideAddCart {
  color: #fff;
  background: #25b34b url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1YjM0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiOWIzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #25b34b -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #25b34b), color-stop(100%, #1b9b3d));
  background: #25b34b -moz-linear-gradient(#25b34b, #1b9b3d);
  background: #25b34b -webkit-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 9882, ../scss/styles.scss */
  .guideAddCart:hover {
    text-decoration: none; }

/* line 9887, ../scss/styles.scss */
.guideCart {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px; }
  /* line 9895, ../scss/styles.scss */
  .guideCart a {
    display: block;
    background-color: #fbfbfb;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ccc; }
    /* line 9902, ../scss/styles.scss */
    .guideCart a:hover {
      text-decoration: none; }

/* line 9908, ../scss/styles.scss */
.diversityDatabase {
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-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 9915, ../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 9931, ../scss/styles.scss */
.bottomBorder {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px; }

/* line 9937, ../scss/styles.scss */
.shorterBottomBorder {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }

/* line 9943, ../scss/styles.scss */
.bottomBorderBlack {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }

/* line 9950, ../scss/styles.scss */
.topBorder {
  margin-top: 25px;
  border-top: 1px solid #ddd;
  padding-top: 25px; }

/* line 9957, ../scss/styles.scss */
.specialOffersPage .guideCart {
  text-align: center; }
  /* line 9960, ../scss/styles.scss */
  .specialOffersPage .guideCart a {
    padding: 10px 30px;
    display: inline-block; }

/* line 9967, ../scss/styles.scss */
.utilityMenu {
  /*margin-right: 10px;*/
  padding-top: 5px;
  margin-bottom: 0px;
  color: #cedce6; }
  /* line 9973, ../scss/styles.scss */
  .utilityMenu li {
    padding: 0px 10px; }
  /* line 9977, ../scss/styles.scss */
  .utilityMenu a {
    color: #cedce6; }

/* line 9982, ../scss/styles.scss */
.submitReviewHeader {
  margin-bottom: 20px; }
  /* line 9985, ../scss/styles.scss */
  .submitReviewHeader h1 {
    color: #da6216;
    font-family: Georgia;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5em; }

/* line 9994, ../scss/styles.scss */
.submitReviewMainStars {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px; }
  /* line 10000, ../scss/styles.scss */
  .submitReviewMainStars .findCompField {
    width: 100%;
    margin-top: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 10006, ../scss/styles.scss */
  .submitReviewMainStars p {
    margin: 0; }

/* line 10011, ../scss/styles.scss */
.submitReviewRequirement {
  display: inline-block;
  text-align: right;
  color: #999;
  font-size: 12px;
  width: 33%; }

/* line 10019, ../scss/styles.scss */
.reviewOptionalWrapper {
  margin-bottom: 10px; }
  /* line 10022, ../scss/styles.scss */
  .reviewOptionalWrapper h4 {
    padding-left: 10px;
    cursor: pointer; }
    /* line 10026, ../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;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
    /* line 10042, ../scss/styles.scss */
    .reviewOptionalWrapper h4.showOptional::before {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  /* line 10048, ../scss/styles.scss */
  .reviewOptionalWrapper .reviewOptional {
    display: none; }
    /* line 10051, ../scss/styles.scss */
    .reviewOptionalWrapper .reviewOptional:last-child {
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px; }

/* line 38, ../scss/_base.scss */
.UGCCheckboxDiv::after, .TxtAreaDiv::after, .DropDownListDiv::after {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

/* line 10062, ../scss/styles.scss */
.DropDownListDiv {
  width: 50%;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  position: relative; }
  /* line 10070, ../scss/styles.scss */
  .DropDownListDiv.column2, .DropDownListDiv.column4 {
    width: 50%; }
  /* line 10074, ../scss/styles.scss */
  .DropDownListDiv.flushTop {
    padding: 0 15px; }

/* line 10079, ../scss/styles.scss */
.pickReview {
  margin-bottom: 2em;
  line-height: 1.5em; }
  /* line 10083, ../scss/styles.scss */
  .pickReview ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0; }
    /* line 10088, ../scss/styles.scss */
    .pickReview ul li {
      padding: 0;
      margin: 0 0 1em 0; }
      /* line 10093, ../scss/styles.scss */
      .pickReview ul li input:checked {
        font-weight: bold; }
        /* line 10096, ../scss/styles.scss */
        .pickReview ul li input:checked + label {
          font-weight: bold; }

/* line 10105, ../scss/styles.scss */
.submitReviewLeft {
  padding-right: 50px;
  border-right: 1px solid #ccc;
  min-height: 600px; }

/* line 10111, ../scss/styles.scss */
.submitReviewRight {
  color: #666;
  padding: 0 25px p, h1, h2, h3, h4, h5, h6;
    padding-color: #666; }

/* line 10120, ../scss/styles.scss */
.reviewGoldMessage {
  font-size: 12px;
  font-weight: bold;
  background: url("/images/vaultGoldLogo.png") right bottom no-repeat;
  padding-top: 5px; }
  /* line 10126, ../scss/styles.scss */
  .reviewGoldMessage span {
    background-color: #da6216;
    color: white;
    display: inline-block;
    padding: 5px 10px; }

/* line 10135, ../scss/styles.scss */
.StrDivCl table {
  margin: 10px 0; }

/* line 10140, ../scss/styles.scss */
.roadblock {
  padding: 15px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  color: #363636; }
  /* line 10147, ../scss/styles.scss */
  .roadblock h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px 0; }
    /* line 10152, ../scss/styles.scss */
    .roadblock h2 a {
      font-weight: bold;
      color: #da6216;
      text-decoration: underline; }
    /* line 10158, ../scss/styles.scss */
    .roadblock h2 strong {
      color: #000; }

/* line 10164, ../scss/styles.scss */
.rankingsHeaderNew {
  color: #666;
  margin-bottom: 15px; }
  /* line 10168, ../scss/styles.scss */
  .rankingsHeaderNew p {
    font-size: 15px;
    line-height: 1.4em;
    color: #666; }
  /* line 10174, ../scss/styles.scss */
  .rankingsHeaderNew img {
    float: left;
    margin: 0 10px 2em 0; }
  /* line 10179, ../scss/styles.scss */
  .rankingsHeaderNew h1 {
    font-size: 36px;
    font-weight: normal;
    color: #444c53; }
  /* line 10185, ../scss/styles.scss */
  .rankingsHeaderNew select {
    height: 30px;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    width: 100%; }

/* line 10195, ../scss/styles.scss */
.border-bottom {
  border-bottom: 1px solid #999;
  margin-bottom: 15px; }

/* line 10200, ../scss/styles.scss */
.border-right-dotted {
  border-right: 1px dotted #ccc; }

/* line 10204, ../scss/styles.scss */
.rankingTableLarge {
  width: 100%;
  color: #666;
  font-size: 15px; }
  /* line 10209, ../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 10217, ../scss/styles.scss */
    .rankingTableLarge th a {
      color: #363636;
      text-decoration: none; }
    /* line 10222, ../scss/styles.scss */
    .rankingTableLarge th .tableSort {
      color: #bbb; }
    /* line 10227, ../scss/styles.scss */
    .rankingTableLarge th.sortAsc .fa-sort-asc {
      color: #000; }
    /* line 10233, ../scss/styles.scss */
    .rankingTableLarge th.sortDesc .fa-sort-desc {
      color: #000; }
  /* line 10239, ../scss/styles.scss */
  .rankingTableLarge tr {
    border-bottom: 1px solid #e5e5e5; }
  /* line 10243, ../scss/styles.scss */
  .rankingTableLarge td {
    padding: 10px;
    color: #666; }

/* line 10249, ../scss/styles.scss */
.leftContentColumn {
  padding: 0 5px; }

/* line 10255, ../scss/styles.scss */
.reviewActions .fa {
  margin-right: 5px; }
/* line 10260, ../scss/styles.scss */
.reviewActions a:hover {
  text-decoration: none; }
  /* line 10263, ../scss/styles.scss */
  .reviewActions a:hover span {
    text-decoration: underline; }

/* line 10272, ../scss/styles.scss */
.submitReviewWrapper .fakeTextarea {
  width: 100%;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-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: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjhmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f8fb));
  background-image: -moz-linear-gradient(#ffffff, #f3f8fb);
  background-image: -webkit-linear-gradient(#ffffff, #f3f8fb);
  background-image: linear-gradient(#ffffff, #f3f8fb); }

/* line 10286, ../scss/styles.scss */
.submitReviewArrow {
  padding-top: 10px;
  color: #da6216; }

/* line 10291, ../scss/styles.scss */
.submitDynamicReviewDiv {
  cursor: pointer;
  clear: both;
  position: relative;
  margin-bottom: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #06c;
  background-color: #fff;
  padding: 10px;
  font-size: 24px;
  color: #666;
  -moz-box-shadow: 0 0 5px 2px rgba(0, 102, 204, 0.25);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 102, 204, 0.25);
  box-shadow: 0 0 5px 2px rgba(0, 102, 204, 0.25); }
  /* line 10304, ../scss/styles.scss */
  .submitDynamicReviewDiv::after {
    content: "";
    display: table;
    clear: both; }
  /* line 10310, ../scss/styles.scss */
  .submitDynamicReviewDiv p {
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
    color: #666; }
  /* line 10317, ../scss/styles.scss */
  .submitDynamicReviewDiv .linkStyle {
    font-weight: bold;
    text-decoration: none; }

/* line 10326, ../scss/styles.scss */
.submitDynamicReviewLogo .column:first-child {
  border-right: 1px solid #666;
  text-align: center;
  padding-left: 0;
  width: 25%; }
/* line 10333, ../scss/styles.scss */
.submitDynamicReviewLogo .column:last-child {
  border-left: 1px solid #666;
  margin-left: -1px;
  width: 75%; }
/* line 10339, ../scss/styles.scss */
.submitDynamicReviewLogo img {
  max-width: 100%; }

/* line 10347, ../scss/styles.scss */
.submitDynamicReviewNoLogo .column:first-child {
  padding-right: 0;
  float: right;
  text-align: right;
  width: 16.66667%; }
/* line 10354, ../scss/styles.scss */
.submitDynamicReviewNoLogo .column:last-child {
  width: 83.33333%; }
/* line 10358, ../scss/styles.scss */
.submitDynamicReviewNoLogo img {
  width: 100%; }
/* line 10362, ../scss/styles.scss */
.submitDynamicReviewNoLogo p {
  margin: 10px 0; }
/* line 10366, ../scss/styles.scss */
.submitDynamicReviewNoLogo strong {
  display: block;
  font-size: 1.2em; }

/* line 10376, ../scss/styles.scss */
.submitNowButton {
  background-color: #da6216;
  padding: 10px 20px;
  display: inline-block;
  color: #000;
  font-weight: bold; }

/* line 10384, ../scss/styles.scss */
.mccaSeal {
  float: right;
  margin-left: 10px;
  position: relative;
  z-index: 10; }

/* line 10391, ../scss/styles.scss */
.mccaHeader {
  color: #666;
  font-size: 14px;
  font-family: 'Trade Gothic Condensed', 'Trade Gothic', 'Century Gothic', Arial, Helvetica; }

/* line 10399, ../scss/styles.scss */
.slideshowPopup {
  display: none; }
  /* line 10402, ../scss/styles.scss */
  .slideshowPopup .popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
    background-color: #fff; }
  /* line 10413, ../scss/styles.scss */
  .slideshowPopup .companyImageBox {
    z-index: 5000;
    position: fixed;
    top: 75px;
    left: 50%;
    min-height: 480px;
    width: 880px;
    margin-left: -440px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 10423, ../scss/styles.scss */
    .slideshowPopup .companyImageBox .kWidgetIframeContainer {
      margin: 0 auto; }
  /* line 10429, ../scss/styles.scss */
  .slideshowPopup.careerVideoPopup .closePopup {
    margin-left: 510px; }
  /* line 10433, ../scss/styles.scss */
  .slideshowPopup.careerVideoPopup .companyImageBox {
    width: 1000px;
    margin-left: -500px;
    border-bottom: 3px solid #000;
    min-height: 420px; }

/* line 10442, ../scss/styles.scss */
.closePopup {
  color: #5e5e5e;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: 450px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
  z-index: 5000; }

/* Start Why Work Here Slideshow */
/* line 10458, ../scss/styles.scss */
.whySlideshow {
  width: 880px;
  height: 480px;
  position: relative;
  overflow: hidden;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #000;
  color: #fff; }
  /* line 10470, ../scss/styles.scss */
  .whySlideshow h2 {
    position: absolute;
    z-index: 5000;
    top: 25px;
    left: 75px;
    margin: 0;
    padding: 0;
    max-width: 700px;
    color: #fff;
    font-size: 24px;
    font-weight: normal; }
  /* line 10483, ../scss/styles.scss */
  .whySlideshow .slideCounter {
    position: absolute;
    z-index: 1000;
    left: 790px;
    top: 25px;
    color: #999;
    font-size: 15px; }

/* line 10493, ../scss/styles.scss */
.whySlideshowWrapper {
  position: absolute; }
  /* line 10496, ../scss/styles.scss */
  .whySlideshowWrapper > div {
    width: 880px;
    height: 480px;
    position: relative;
    float: left;
    padding: 65px 75px 0 75px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 10504, ../scss/styles.scss */
    .whySlideshowWrapper > div img {
      float: left;
      margin-right: 10px; }
    /* line 10509, ../scss/styles.scss */
    .whySlideshowWrapper > div .imageWrapper {
      width: 480px;
      height: 360px;
      float: left;
      margin-right: 25px;
      background-color: #363636; }
      /* line 10516, ../scss/styles.scss */
      .whySlideshowWrapper > div .imageWrapper img {
        margin: 0 auto;
        max-width: 480px;
        max-height: 360px;
        display: block;
        margin: 0 auto; }
    /* line 10525, ../scss/styles.scss */
    .whySlideshowWrapper > div .caption {
      color: #eee;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 15px;
      line-height: 1.5em; }

/* line 10534, ../scss/styles.scss */
.whyArrow {
  display: block;
  width: 40px;
  height: 480px;
  position: absolute;
  cursor: pointer;
  background-color: #83a1bf;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  padding-top: 230px; }
  /* line 10547, ../scss/styles.scss */
  .whyArrow:hover {
    background-color: #5fa9f3; }

/* line 10552, ../scss/styles.scss */
.whyNext {
  right: 0; }

/* line 10556, ../scss/styles.scss */
.whyPrev {
  left: 0; }

/* End Why Work Here Slideshow */
/* line 10563, ../scss/styles.scss */
.hiddenTitle {
  display: none; }

/* line 10567, ../scss/styles.scss */
.whyWorkHereOverview {
  position: relative;
  margin: 0 0 20px 0; }
  /* line 10571, ../scss/styles.scss */
  .whyWorkHereOverview a {
    position: relative; }
    /* line 10574, ../scss/styles.scss */
    .whyWorkHereOverview a:hover {
      text-decoration: none; }
  /* line 10580, ../scss/styles.scss */
  .whyWorkHereOverview img {
    width: 100%; }
  /* line 10584, ../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 10596, ../scss/styles.scss */
.qaHeadshot {
  float: left;
  width: 126px;
  height: 126px;
  margin: 0 10px 10px 0; }

/* line 10603, ../scss/styles.scss */
.companyInfoCol {
  font-size: 13px; }
  /* line 10606, ../scss/styles.scss */
  .companyInfoCol p, .companyInfoCol ul, .companyInfoCol ol, .companyInfoCol li {
    font-size: 13px; }

/* line 10611, ../scss/styles.scss */
.noData {
  color: #ffa311;
  font-size: 18px; }

/* line 10617, ../scss/styles.scss */
.dashboardIcons {
  border-bottom: 1px solid #999; }
  /* line 38, ../scss/_base.scss */
  .dashboardIcons::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  /* line 10623, ../scss/styles.scss */
  .dashboardIcons .dashboardIcon {
    float: left;
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    /* line 10629, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon h2 {
      font-size: 12px;
      color: #363636;
      font-weight: normal;
      text-align: center;
      margin: 0 0 5px 0; }
    /* line 10637, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon p {
      font-weight: bold;
      font-size: 11px; }
      /* line 10641, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon p.noData {
        color: #ffa311;
        font-size: 18px; }
    /* line 10647, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon .founded {
      font-family: Georgia, 'Times New Roman';
      font-size: 36px;
      color: #808080;
      font-weight: normal;
      height: 50px; }
    /* line 10655, ../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 10664, ../scss/styles.scss */
    .dashboardIcons .dashboardIcon .schoolSettingIcon {
      width: 60px;
      height: 50px;
      background-image: url("/images/schoolSettings.gif");
      margin: 0 auto; }
      /* line 10670, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon .schoolSettingIcon.Rural {
        background-position: 0 0; }
      /* line 10674, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon .schoolSettingIcon.SmallTown {
        background-position: -60px 0; }
      /* line 10678, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon .schoolSettingIcon.Suburban {
        background-position: -120px 0; }
      /* line 10682, ../scss/styles.scss */
      .dashboardIcons .dashboardIcon .schoolSettingIcon.Urban {
        background-position: -180px 0; }

/* line 10690, ../scss/styles.scss */
.schoolRankingHead {
  clear: both; }
  /* line 10693, ../scss/styles.scss */
  .schoolRankingHead img {
    float: right;
    margin-left: 10px;
    max-width: 80px; }
  /* line 10699, ../scss/styles.scss */
  .schoolRankingHead .schoolRankingNumber {
    color: #da6216;
    font-size: 60px;
    float: left;
    margin-right: 10px; }
    /* line 10705, ../scss/styles.scss */
    .schoolRankingHead .schoolRankingNumber .numberSign {
      font-size: 50%;
      float: left; }
    /* line 10710, ../scss/styles.scss */
    .schoolRankingHead .schoolRankingNumber .number {
      float: left;
      line-height: .9em; }
  /* line 10716, ../scss/styles.scss */
  .schoolRankingHead p {
    padding-top: 5px; }
  /* line 38, ../scss/_base.scss */
  .schoolRankingHead::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }

/* line 10723, ../scss/styles.scss */
.deadlines {
  margin: 0 0 20px 0;
  padding: 20px 0;
  list-style-type: none;
  border-bottom: 1px solid #999; }
  /* line 10729, ../scss/styles.scss */
  .deadlines li {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    border-left: dotted 1px #aaa; }
    /* line 10735, ../scss/styles.scss */
    .deadlines li:first-child {
      border-left: 0; }

/* line 10742, ../scss/styles.scss */
.schoolLogo img {
  max-width: 30%;
  max-height: 150px; }

/* line 10748, ../scss/styles.scss */
table.mccaLogos {
  width: 100%;
  margin: 0;
  table-layout: fixed; }
  /* line 10753, ../scss/styles.scss */
  table.mccaLogos td {
    width: 33%;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    border: 0;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 10764, ../scss/styles.scss */
    table.mccaLogos td img {
      max-width: 100%;
      max-height: 100px; }

/* line 10771, ../scss/styles.scss */
.mccaSection {
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px; }

/* line 10779, ../scss/styles.scss */
.newLockList li {
  color: #06c; }
  /* line 10782, ../scss/styles.scss */
  .newLockList li .fa {
    display: inline; }

/* line 10788, ../scss/styles.scss */
.leftImage {
  float: left;
  margin: 0 15px 15px 0; }

/* line 10793, ../scss/styles.scss */
.industrySection {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  width: 440px;
  border-left: 1px solid #ccc;
  margin-left: -1px; }

/* line 10802, ../scss/styles.scss */
.sectionBottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

/* line 10808, ../scss/styles.scss */
.noReviewCollection {
  width: 940px;
  height: 493px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto; }
  /* line 10816, ../scss/styles.scss */
  .noReviewCollection > div {
    height: 100%;
    width: 430px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0; }
    /* line 10825, ../scss/styles.scss */
    .noReviewCollection > div > div {
      padding: 30px;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: rgba(20, 67, 104, 0.9); }
      /* line 10831, ../scss/styles.scss */
      .noReviewCollection > div > div p {
        font-size: 18px;
        color: #ddd; }
        /* line 10835, ../scss/styles.scss */
        .noReviewCollection > div > div p b, .noReviewCollection > div > div p strong {
          color: #fff;
          text-transform: uppercase; }
      /* line 10841, ../scss/styles.scss */
      .noReviewCollection > div > div a {
        color: #fff;
        width: 100%;
        padding: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        background-color: #de5c1e;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlNWMxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmNDYxNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de5c1e), color-stop(100%, #bf4615));
        background-image: -moz-linear-gradient(#de5c1e, #bf4615);
        background-image: -webkit-linear-gradient(#de5c1e, #bf4615);
        background-image: linear-gradient(#de5c1e, #bf4615); }

/* line 10855, ../scss/styles.scss */
.blogTeaser {
  margin-bottom: 45px; }
  /* line 38, ../scss/_base.scss */
  .blogTeaser::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  /* line 10860, ../scss/styles.scss */
  .blogTeaser h2 {
    font-weight: normal; }
    /* line 10862, ../scss/styles.scss */
    .blogTeaser h2 a {
      color: #000; }

/* line 10868, ../scss/styles.scss */
.rankingTeaser {
  margin: 0 0 40px 0;
  /*
  	h2 {
  		color: #222;
  		font-weight: normal;
  		font-size: 1.6em;
  		margin-bottom: 10px;
  		border-top: 1px solid $vaultOrange;
  		padding-top: 20px;
  	}
  */
  /*
  	&:first-of-type {
  		h2 {
  		    border-top: 0;
  			padding-top: 0;
  		}
  	}
  */ }
  /* line 10880, ../scss/styles.scss */
  .rankingTeaser h2 {
    font-size: 1.6em;
    margin: 0 0 20px 0;
    color: #3c4042;
    font-weight: normal;
    position: inherit; }
  /* line 10897, ../scss/styles.scss */
  .rankingTeaser p {
    color: #666;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px; }
  /* line 10904, ../scss/styles.scss */
  .rankingTeaser ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px; }
    /* line 10910, ../scss/styles.scss */
    .rankingTeaser ul li {
      padding: 10px;
      line-height: 1em; }

/* line 10917, ../scss/styles.scss */
.fullRankingLink {
  display: block;
  padding: 10px;
  border: 1px solid #afd0ef;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fd;
  text-align: center;
  font-size: 15px; }
  /* line 10926, ../scss/styles.scss */
  .fullRankingLink i {
    margin-right: 5px; }

/* line 10932, ../scss/styles.scss */
.seeRankLink i {
  margin-right: 5px; }

/* line 10937, ../scss/styles.scss */
.topRankingTeaser {
  margin-bottom: 20px; }
  /* line 10940, ../scss/styles.scss */
  .topRankingTeaser h2 {
    color: #222;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px; }
  /* line 10947, ../scss/styles.scss */
  .topRankingTeaser p {
    color: #666;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px; }
  /* line 10954, ../scss/styles.scss */
  .topRankingTeaser ol {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0; }
    /* line 38, ../scss/_base.scss */
    .topRankingTeaser ol::after {
      content: "";
      display: table;
      clear: both;
      width: 100%; }
    /* line 10961, ../scss/styles.scss */
    .topRankingTeaser ol li {
      -moz-box-sizing: border-box;
      -webkit-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 10972, ../scss/styles.scss */
      .topRankingTeaser ol li:first-child {
        margin-left: 0; }
      /* line 10976, ../scss/styles.scss */
      .topRankingTeaser ol li:last-child {
        margin-right: 0; }
      /* line 10980, ../scss/styles.scss */
      .topRankingTeaser ol li a {
        display: table-cell;
        vertical-align: middle; }
        /* line 10984, ../scss/styles.scss */
        .topRankingTeaser ol li a img {
          max-width: 120px;
          max-height: 70px; }
      /* line 10990, ../scss/styles.scss */
      .topRankingTeaser ol li span {
        display: block;
        -moz-box-sizing: border-box;
        -webkit-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 11008, ../scss/styles.scss */
.rankingSubheader {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 20px; }

/* line 11014, ../scss/styles.scss */
.newRankingTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5em; }
  /* line 11022, ../scss/styles.scss */
  .newRankingTable tbody tr td {
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding: 15px; }
    /* line 11027, ../scss/styles.scss */
    .newRankingTable tbody tr td.rankColumn {
      text-align: center;
      color: #999;
      white-space: nowrap;
      font-family: Consolas, Terminal, sans-serif; }
      /* line 11033, ../scss/styles.scss */
      .newRankingTable tbody tr td.rankColumn .grande {
        font-size: 33px; }
    /* line 11040, ../scss/styles.scss */
    .newRankingTable tbody tr td.infoColumn h3 {
      margin-bottom: 10px;
      font-size: 18px; }
    /* line 11045, ../scss/styles.scss */
    .newRankingTable tbody tr td.infoColumn p {
      color: #666;
      line-height: 1.5em;
      font-size: 13px;
      margin-bottom: 10px; }
    /* line 11052, ../scss/styles.scss */
    .newRankingTable tbody tr td.infoColumn ul {
      list-style-type: none;
      margin: 0 0 10px 0;
      padding: 0; }
      /* line 11057, ../scss/styles.scss */
      .newRankingTable tbody tr td.infoColumn ul li {
        display: inline-block;
        margin: 0 10px; }
        /* line 11061, ../scss/styles.scss */
        .newRankingTable tbody tr td.infoColumn ul li:first-child {
          margin-left: 0; }
        /* line 11065, ../scss/styles.scss */
        .newRankingTable tbody tr td.infoColumn ul li:last-child {
          margin-right: 0; }
    /* line 11072, ../scss/styles.scss */
    .newRankingTable tbody tr td.trendingColumn {
      text-align: center;
      white-space: nowrap;
      color: #999;
      font-family: Consolas, Terminal, sans-serif; }
      /* line 11078, ../scss/styles.scss */
      .newRankingTable tbody tr td.trendingColumn img {
        padding: 5px 0; }
    /* line 11083, ../scss/styles.scss */
    .newRankingTable tbody tr td.logoColumn {
      text-align: center;
      vertical-align: middle; }
      /* line 11087, ../scss/styles.scss */
      .newRankingTable tbody tr td.logoColumn img {
        max-width: 120px;
        max-height: 70px; }
  /* line 11094, ../scss/styles.scss */
  .newRankingTable tbody tr:first-child td {
    padding-top: 0; }

/* line 11102, ../scss/styles.scss */
.rankingPageHeader {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat; }
  /* line 11109, ../scss/styles.scss */
  .rankingPageHeader .rankingPageHeaderWrapper {
    background-color: rgba(255, 255, 255, 0.8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%; }
    /* line 11114, ../scss/styles.scss */
    .rankingPageHeader .rankingPageHeaderWrapper .rankingPageHeaderContent {
      width: 960px;
      min-height: 285px;
      margin: 0 auto;
      padding: 15px 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-position: bottom; }
      /* line 11123, ../scss/styles.scss */
      .rankingPageHeader .rankingPageHeaderWrapper .rankingPageHeaderContent .rankingPageHeaderFlex {
        display: flex; }
        /* line 11126, ../scss/styles.scss */
        .rankingPageHeader .rankingPageHeaderWrapper .rankingPageHeaderContent .rankingPageHeaderFlex div {
          float: left;
          padding: 0 10px; }
      /* line 11132, ../scss/styles.scss */
      .rankingPageHeader .rankingPageHeaderWrapper .rankingPageHeaderContent img {
        margin-bottom: 20px; }

/* line 11142, ../scss/styles.scss */
.backLink i {
  margin-right: 5px; }

/* line 11149, ../scss/styles.scss */
.rankingsText h1 {
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 10px; }
/* line 11155, ../scss/styles.scss */
.rankingsText p {
  color: #666;
  font-size: 18px;
  line-height: 1.5em; }
/* line 11161, ../scss/styles.scss */
.rankingsText > ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none; }
  /* line 11166, ../scss/styles.scss */
  .rankingsText > ul > li {
    border-left: 1px solid #999;
    padding: 0 10px;
    display: inline-block; }
    /* line 11171, ../scss/styles.scss */
    .rankingsText > ul > li:first-child {
      border-left: 0;
      padding-left: 0; }
    /* line 11176, ../scss/styles.scss */
    .rankingsText > ul > li span {
      cursor: pointer;
      color: #06c; }
      /* line 11180, ../scss/styles.scss */
      .rankingsText > ul > li span i {
        font-size: .8em; }
    /* line 11185, ../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;
      -moz-box-shadow: 0 9px 12px 6px rgba(50, 50, 50, 0.4);
      -webkit-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 11197, ../scss/styles.scss */
      .rankingsText > ul > li div.wide {
        width: 400px; }
      /* line 11201, ../scss/styles.scss */
      .rankingsText > ul > li div p {
        font-size: 13px;
        display: block; }
      /* line 11206, ../scss/styles.scss */
      .rankingsText > ul > li div .dropdownRankingList {
        margin: 0; }
        /* line 11209, ../scss/styles.scss */
        .rankingsText > ul > li div .dropdownRankingList li {
          display: block;
          padding: 7.5px 0; }
    /* line 11220, ../scss/styles.scss */
    .rankingsText > ul > li.showMenu div {
      display: block; }

/* line 11228, ../scss/styles.scss */
.WatchCareerVideo {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer; }

/* line 11236, ../scss/styles.scss */
.jobFilterMenu {
  color: #999;
  font-size: 11px; }
  /* line 11240, ../scss/styles.scss */
  .jobFilterMenu h4 {
    color: #000;
    font-size: 13px;
    margin: 0 0 20px 0;
    padding: 0; }
  /* line 11247, ../scss/styles.scss */
  .jobFilterMenu h5 {
    color: #000;
    font-size: 13px;
    margin: 0 0 5px 0;
    padding: 0; }
  /* line 11254, ../scss/styles.scss */
  .jobFilterMenu ul {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0; }
    /* line 11259, ../scss/styles.scss */
    .jobFilterMenu ul li {
      line-height: 18px; }
      /* line 11262, ../scss/styles.scss */
      .jobFilterMenu ul li a {
        font-size: 13px; }
        /* line 11265, ../scss/styles.scss */
        .jobFilterMenu ul li a.isActive {
          font-weight: bold;
          color: #000; }
  /* line 11274, ../scss/styles.scss */
  .jobFilterMenu input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-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 11286, ../scss/styles.scss */
  .jobFilterMenu input[type=submit] {
    -moz-box-sizing: border-box;
    -webkit-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 11298, ../scss/styles.scss */
a.clearFields {
  color: #4e6b82; }

/* line 11303, ../scss/styles.scss */
.jobList p {
  font-size: 13px;
  line-height: 1.4em; }

/* line 11309, ../scss/styles.scss */
.jobListGreen {
  color: #2d7e00; }

/* line 11315, ../scss/styles.scss */
.methodology ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  font-size: 13px;
  color: #666; }
  /* line 11322, ../scss/styles.scss */
  .methodology ul li {
    margin-bottom: 10px; }

/* line 11328, ../scss/styles.scss */
.myVaultStandalone {
  font-size: 11px;
  float: right; }

/* line 11333, ../scss/styles.scss */
.AcceptChkBox {
  position: absolute;
  top: -5000px; }

/* line 11338, ../scss/styles.scss */
.ErrSummary {
  border-left: 3px solid #c00;
  border-right: 3px solid #c00;
  padding: 1em;
  background-color: #fee; }
  /* line 11344, ../scss/styles.scss */
  .ErrSummary p {
    font-weight: bold;
    color: #c00; }
  /* line 11349, ../scss/styles.scss */
  .ErrSummary ul {
    margin: 0 0 0 1em;
    font-size: .9em; }
    /* line 11353, ../scss/styles.scss */
    .ErrSummary ul li {
      margin: 0 0 .5em 0; }

/* line 11359, ../scss/styles.scss */
.studentLoginCheck {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636; }
  /* line 11366, ../scss/styles.scss */
  .studentLoginCheck h3 {
    font-size: 24px;
    margin: 0; }
  /* line 11371, ../scss/styles.scss */
  .studentLoginCheck p {
    font-size: 15px; }
  /* line 11375, ../scss/styles.scss */
  .studentLoginCheck .whiteInput {
    height: 37px; }

/* line 11380, ../scss/styles.scss */
.studentLoginNoAccountWrapper, .studentLoginAccountWrapper {
  background-color: rgba(0, 0, 0, 0.6); }
  /* line 11383, ../scss/styles.scss */
  .studentLoginNoAccountWrapper .closePopup, .studentLoginAccountWrapper .closePopup {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer; }

/* line 11393, ../scss/styles.scss */
.studentLoginAccount {
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  /* line 11402, ../scss/styles.scss */
  .studentLoginAccount h3 {
    font-size: 3em;
    padding: 1em 2em;
    background-color: #f29b00;
    color: #fff;
    font-weight: normal;
    margin: 0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    position: relative; }
  /* line 11413, ../scss/styles.scss */
  .studentLoginAccount p {
    margin: 30px 20px;
    font-size: 20px;
    color: #5d5d5d; }
  /* line 11419, ../scss/styles.scss */
  .studentLoginAccount select {
    width: 100%;
    font-size: 16px;
    padding: 20px;
    color: #8c8c8c;
    border: 3px solid #e4e4e4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  /* line 11428, ../scss/styles.scss */
  .studentLoginAccount .studentLoginButton {
    background-color: #f29b00;
    color: #fff;
    font-size: 2em;
    padding: .5em;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    /* line 11435, ../scss/styles.scss */
    .studentLoginAccount .studentLoginButton a {
      display: block;
      color: #fff; }

/* line 11442, ../scss/styles.scss */
.studentLoginNoAccount {
  display: inline-block;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 25px;
  transform: translate(-50%, -50%); }
  /* line 11453, ../scss/styles.scss */
  .studentLoginNoAccount h3 {
    color: #f29b00;
    font-size: 30px;
    margin-bottom: .5em;
    white-space: nowrap;
    position: relative; }
  /* line 11461, ../scss/styles.scss */
  .studentLoginNoAccount p {
    font-size: 24px;
    margin: .5em 0;
    color: #5d5d5d; }
  /* line 11467, ../scss/styles.scss */
  .studentLoginNoAccount a {
    background-color: #f29b00;
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px; }

/* line 11478, ../scss/styles.scss */
.verticalResize {
  resize: vertical; }

/* line 11482, ../scss/styles.scss */
.facebookButton, .googleButton {
  background-color: #4267b2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  /* line 11491, ../scss/styles.scss */
  .facebookButton:hover, .googleButton:hover {
    text-decoration: none; }
  /* line 11495, ../scss/styles.scss */
  .facebookButton i, .googleButton i {
    padding-right: 5px; }

/* line 11500, ../scss/styles.scss */
.googleButton {
  background-color: #4285F4; }

/* line 11504, ../scss/styles.scss */
.facebookParagraph {
  line-height: 1.5em; }
  /* line 11507, ../scss/styles.scss */
  .facebookParagraph input {
    vertical-align: middle; }

/* line 11512, ../scss/styles.scss */
.blogHeader {
  position: static;
  box-sizing: border-box;
  height: 34px;
  border-bottom: 2px solid #feab33;
  margin-bottom: 30px;
  font-weight: normal; }

/* line 11521, ../scss/styles.scss */
.blogMenu {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  float: right; }
  /* line 11527, ../scss/styles.scss */
  .blogMenu > li {
    display: inline-block;
    padding: 6px 10px 10px 10px; }
    /* line 11531, ../scss/styles.scss */
    .blogMenu > li a {
      color: #000; }
    /* line 11537, ../scss/styles.scss */
    .blogMenu > li.more.active {
      background-color: #3c4042;
      color: #fff; }
      /* line 11541, ../scss/styles.scss */
      .blogMenu > li.more.active i {
        color: #feab33; }
      /* line 11545, ../scss/styles.scss */
      .blogMenu > li.more.active ul {
        display: block; }
    /* line 11551, ../scss/styles.scss */
    .blogMenu > li.more span {
      cursor: pointer; }
    /* line 11557, ../scss/styles.scss */
    .blogMenu > li ul {
      display: none;
      position: absolute;
      margin-top: 12px;
      z-index: 100;
      right: 0;
      list-style-type: none;
      box-sizing: border-box;
      background: #fff;
      border: 1px solid #ccc;
      border-top: 0;
      padding: 5px 0;
      font-size: 12px; }
      /* line 11571, ../scss/styles.scss */
      .blogMenu > li ul li {
        padding: 5px 10px;
        white-space: nowrap; }
        /* line 11575, ../scss/styles.scss */
        .blogMenu > li ul li a {
          color: #3c4042; }
        /* line 11580, ../scss/styles.scss */
        .blogMenu > li ul li.selected a {
          color: #fea900;
          font-weight: bold; }

/* line 11590, ../scss/styles.scss */
.loadMorePosts {
  display: inline-block;
  margin: 5px auto 40px auto;
  border: 1px solid #3c4042;
  padding: 15px 50px;
  cursor: pointer;
  color: #000; }

/* line 11600, ../scss/styles.scss */
.articleSlider {
  position: relative;
  margin-left: -10px; }
  /* line 38, ../scss/_base.scss */
  .articleSlider::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  /* line 11606, ../scss/styles.scss */
  .articleSlider .sliderWrap {
    overflow: hidden;
    width: 600px;
    float: left;
    z-index: 1;
    margin: 0 10px; }
    /* line 38, ../scss/_base.scss */
    .articleSlider .sliderWrap::after {
      content: "";
      display: table;
      clear: both;
      width: 100%; }
    /* line 11615, ../scss/styles.scss */
    .articleSlider .sliderWrap .sliderWrap2 {
      position: relative; }
      /* line 38, ../scss/_base.scss */
      .articleSlider .sliderWrap .sliderWrap2::after {
        content: "";
        display: table;
        clear: both;
        width: 100%; }
  /* line 11621, ../scss/styles.scss */
  .articleSlider .sliderBlock {
    float: left;
    width: 200px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5em;
    box-sizing: border-box; }
    /* line 11631, ../scss/styles.scss */
    .articleSlider .sliderBlock .blogTeaser img {
      width: 100%;
      margin: 0 0 10px 0;
      display: block;
      border: 1px solid #ccc;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    /* line 11639, ../scss/styles.scss */
    .articleSlider .sliderBlock .blogTeaser p {
      margin: 0;
      padding: 0;
      line-height: 1.5em; }
      /* line 11645, ../scss/styles.scss */
      .articleSlider .sliderBlock .blogTeaser p a strong {
        color: #06c; }
    /* line 11652, ../scss/styles.scss */
    .articleSlider .sliderBlock .blogTeaser:last-child img {
      margin-bottom: 0; }
  /* line 11659, ../scss/styles.scss */
  .articleSlider .sliderArrows {
    position: absolute;
    right: 30px;
    top: -57px; }
    /* line 11664, ../scss/styles.scss */
    .articleSlider .sliderArrows .directionArrow {
      display: inline-block;
      border: 2px solid #feab33;
      padding: 0;
      margin: 0 2px;
      cursor: pointer;
      height: 1.5em;
      width: 1.5em;
      text-align: center;
      box-sizing: border-box;
      line-height: 1em; }
      /* line 11676, ../scss/styles.scss */
      .articleSlider .sliderArrows .directionArrow.nextButton {
        padding-left: 2px; }
  /* line 11693, ../scss/styles.scss */
  .articleSlider.blogSlider .sliderBlock {
    width: 600px;
    color: #929292; }
    /* line 11697, ../scss/styles.scss */
    .articleSlider.blogSlider .sliderBlock .blogTeaser {
      margin-bottom: 0; }
    /* line 11701, ../scss/styles.scss */
    .articleSlider.blogSlider .sliderBlock img {
      margin: 0 0 45px 0;
      border: 0; }
    /* line 11706, ../scss/styles.scss */
    .articleSlider.blogSlider .sliderBlock h2 {
      font-size: 24px;
      color: #3c4042; }
    /* line 11711, ../scss/styles.scss */
    .articleSlider.blogSlider .sliderBlock p {
      font-size: 16px;
      color: #929292; }
      /* line 11715, ../scss/styles.scss */
      .articleSlider.blogSlider .sliderBlock p a {
        color: #008ae0; }
      /* line 11719, ../scss/styles.scss */
      .articleSlider.blogSlider .sliderBlock p.byline {
        font-size: 14px;
        margin-bottom: 10px; }
  /* line 11736, ../scss/styles.scss */
  .articleSlider.videoSlider .sliderBlock p {
    margin-bottom: 40px;
    height: 3em; }
  /* line 11741, ../scss/styles.scss */
  .articleSlider.videoSlider .sliderBlock a {
    color: #000; }
  /* line 11745, ../scss/styles.scss */
  .articleSlider.videoSlider .sliderBlock span {
    margin: 0;
    height: 100%;
    top: 0;
    font-size: 44px;
    background: rgba(60, 64, 66, 0.7); }
    /* line 11752, ../scss/styles.scss */
    .articleSlider.videoSlider .sliderBlock span img {
      width: 60px;
      height: 60px;
      border: 0;
      top: 50%;
      display: block;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%); }
    /* line 11763, ../scss/styles.scss */
    .articleSlider.videoSlider .sliderBlock span i {
      top: 50%;
      display: block;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%); }
  /* line 11774, ../scss/styles.scss */
  .articleSlider.gallerySlider {
    margin-left: -25px; }
    /* line 11780, ../scss/styles.scss */
    .articleSlider.gallerySlider .sliderBlock {
      padding: 10px 25px;
      height: 180px;
      text-align: center; }
    /* line 11786, ../scss/styles.scss */
    .articleSlider.gallerySlider .gallerySliderWrapper {
      width: 160px;
      height: 160px;
      border: 1px solid #ccc;
      padding: 0;
      overflow: hidden;
      box-sizing: border-box; }
      /* line 11794, ../scss/styles.scss */
      .articleSlider.gallerySlider .gallerySliderWrapper img {
        height: 160px;
        width: auto;
        max-width: inherit;
        max-height: inherit;
        border: 0;
        display: block;
        margin: 0 -25%;
        cursor: pointer; }
  /* line 11807, ../scss/styles.scss */
  .articleSlider.internshipSlider {
    margin-left: -25px; }
    /* line 11813, ../scss/styles.scss */
    .articleSlider.internshipSlider .sliderBlock {
      padding: 10px 25px;
      width: 210px;
      text-align: center; }
    /* line 11818, ../scss/styles.scss */
    .articleSlider.internshipSlider a {
      border: 1px solid #ccc;
      width: 150px;
      height: 150px;
      line-height: 150px;
      display: block;
      box-sizing: border-box; }
      /* line 11826, ../scss/styles.scss */
      .articleSlider.internshipSlider a img {
        width: auto;
        max-width: 120px;
        height: auto;
        max-height: 120px;
        display: inline;
        vertical-align: middle;
        border: 0;
        margin: 0; }
  /* line 11844, ../scss/styles.scss */
  .articleSlider.reviewSlider .sliderBlock {
    width: 300px; }
  /* line 11848, ../scss/styles.scss */
  .articleSlider.reviewSlider .recentReview {
    background-color: #3c4042;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    height: 150px;
    box-sizing: border-box;
    overflow: hidden; }
    /* line 11857, ../scss/styles.scss */
    .articleSlider.reviewSlider .recentReview:last-child {
      margin-bottom: 0; }
    /* line 38, ../scss/_base.scss */
    .articleSlider.reviewSlider .recentReview::after {
      content: "";
      display: table;
      clear: both;
      width: 100%; }
    /* line 11863, ../scss/styles.scss */
    .articleSlider.reviewSlider .recentReview a {
      color: #fff; }
    /* line 11867, ../scss/styles.scss */
    .articleSlider.reviewSlider .recentReview img {
      width: 100px;
      height: auto;
      float: left;
      margin-right: 20px;
      border: 0;
      background-color: #fff; }
    /* line 11876, ../scss/styles.scss */
    .articleSlider.reviewSlider .recentReview h6 {
      font-size: 18px;
      font-weight: normal;
      margin: 0; }
    /* line 11882, ../scss/styles.scss */
    .articleSlider.reviewSlider .recentReview p {
      font-size: 15px;
      margin: 0;
      color: #fff; }
  /* line 11895, ../scss/styles.scss */
  .articleSlider.adviceSlider .sliderBlock {
    width: 300px; }
    /* line 11898, ../scss/styles.scss */
    .articleSlider.adviceSlider .sliderBlock img {
      width: 140px;
      height: 90px;
      float: left;
      margin: 0 15px 0 0;
      border: 0; }
    /* line 11906, ../scss/styles.scss */
    .articleSlider.adviceSlider .sliderBlock strong {
      font-weight: 500; }
    /* line 11910, ../scss/styles.scss */
    .articleSlider.adviceSlider .sliderBlock a {
      color: #929292;
      font-size: 14px; }
      /* line 11914, ../scss/styles.scss */
      .articleSlider.adviceSlider .sliderBlock a strong {
        color: #3c4042;
        font-size: 16px; }
  /* line 11927, ../scss/styles.scss */
  .articleSlider.guideSlider .sliderBlock {
    width: 300px; }
    /* line 11930, ../scss/styles.scss */
    .articleSlider.guideSlider .sliderBlock img {
      width: 125px;
      float: left;
      margin-right: 15px;
      box-sizing: border-box; }
    /* line 11937, ../scss/styles.scss */
    .articleSlider.guideSlider .sliderBlock p {
      padding-left: 140px; }
    /* line 11941, ../scss/styles.scss */
    .articleSlider.guideSlider .sliderBlock strong {
      font-weight: 500; }
    /* line 11946, ../scss/styles.scss */
    .articleSlider.guideSlider .sliderBlock a {
      color: #929292;
      font-size: 14px; }
      /* line 11950, ../scss/styles.scss */
      .articleSlider.guideSlider .sliderBlock a strong {
        color: #3c4042;
        font-size: 16px; }
  /* line 11960, ../scss/styles.scss */
  .articleSlider.rankingSlider a {
    color: #3c4042; }
  /* line 11967, ../scss/styles.scss */
  .articleSlider.rankingSlider .sliderBlock {
    position: relative; }
  /* line 11971, ../scss/styles.scss */
  .articleSlider.rankingSlider img {
    border: 0; }
  /* line 11975, ../scss/styles.scss */
  .articleSlider.rankingSlider .rankingSliderImage {
    height: 70px;
    width: 100%;
    margin-bottom: 5px;
    display: block; }
  /* line 11982, ../scss/styles.scss */
  .articleSlider.rankingSlider .rankingSliderLogo {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: 55px;
    left: 50%;
    margin-left: -25px;
    text-align: center; }
    /* line 11993, ../scss/styles.scss */
    .articleSlider.rankingSlider .rankingSliderLogo img {
      height: 30px;
      border: 0;
      margin-top: 10px;
      width: auto;
      display: inline-block; }
    /* line 12002, ../scss/styles.scss */
    .articleSlider.rankingSlider .rankingSliderLogo span a {
      font-size: 24px;
      line-height: 50px;
      color: #feab33;
      font-weight: bold; }
  /* line 12011, ../scss/styles.scss */
  .articleSlider.rankingSlider .rankingSliderText {
    background-color: #e4e4e4;
    height: 115px;
    box-sizing: border-box;
    text-align: center;
    font-size: 19px;
    line-height: 1.3em;
    color: #3c4042; }
    /* line 12020, ../scss/styles.scss */
    .articleSlider.rankingSlider .rankingSliderText a {
      height: 115px;
      box-sizing: border-box;
      padding: 25px 5px 0 5px;
      display: block; }
  /* line 12029, ../scss/styles.scss */
  .articleSlider.rankingSlider.schoolRankingSlider .rankingSliderText {
    font-size: 15px; }

/* line 12036, ../scss/styles.scss */
.playButtonOverlay {
  position: relative;
  display: block; }
  /* line 12040, ../scss/styles.scss */
  .playButtonOverlay span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5em;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff; }

/* line 12052, ../scss/styles.scss */
.shareBoxBottom {
  margin: 30px 0 35px 0; }

/* line 12056, ../scss/styles.scss */
.blogAuthor {
  margin: 20px 0 25px 0; }

/* line 12060, ../scss/styles.scss */
.blogsLogo {
  margin: 40px 0 -15px 0; }

/* line 12064, ../scss/styles.scss */
.blogColumn {
  width: 612px; }

/* line 12068, ../scss/styles.scss */
.eventPageHeader {
  margin: 0;
  width: 100%;
  min-width: 960px;
  color: #fff;
  background: #eee url("/Images/Wallstreet_Bull_BW.jpg") center 40% no-repeat;
  background-size: 100%;
  height: 286px;
  box-sizing: border-box; }
  /* line 12078, ../scss/styles.scss */
  .eventPageHeader .eventPageHeaderWrapper {
    padding: 90px 0;
    box-sizing: border-box;
    height: 100%;
    background: rgba(35, 64, 143, 0.7); }
    /* line 12084, ../scss/styles.scss */
    .eventPageHeader .eventPageHeaderWrapper .eventPageHeaderContent {
      width: 960px;
      padding: 0 10px;
      box-sizing: border-box;
      margin: 0 auto;
      color: #fff;
      text-align: center; }
      /* line 12092, ../scss/styles.scss */
      .eventPageHeader .eventPageHeaderWrapper .eventPageHeaderContent h1 {
        font-size: 42px;
        font-weight: normal;
        line-height: 1em;
        color: #fff; }
      /* line 12099, ../scss/styles.scss */
      .eventPageHeader .eventPageHeaderWrapper .eventPageHeaderContent p {
        font-size: 18px;
        margin: 1em 0 1.75em 0;
        color: #fff; }

/* line 12108, ../scss/styles.scss */
.eventPageContent {
  width: 600px;
  margin-bottom: 50px; }
  /* line 12112, ../scss/styles.scss */
  .eventPageContent .heroImage {
    margin-bottom: 25px; }
  /* line 12116, ../scss/styles.scss */
  .eventPageContent h1 {
    font-size: 36px;
    font-weight: normal;
    color: #25408f;
    margin: 0 0 25px 0; }
  /* line 12123, ../scss/styles.scss */
  .eventPageContent h2 {
    color: #dc6262;
    font-size: 30px;
    font-weight: normal; }
  /* line 12129, ../scss/styles.scss */
  .eventPageContent h3 {
    color: #25408f;
    font-size: 18px;
    font-weight: normal;
    margin: 1em 0 20px 0; }
  /* line 12136, ../scss/styles.scss */
  .eventPageContent p {
    font-size: 18px;
    line-height: 1.4em; }
    /* line 12140, ../scss/styles.scss */
    .eventPageContent p.eventRed {
      color: #dc6262;
      font-size: 24px;
      line-height: 1.3em; }
      /* line 12145, ../scss/styles.scss */
      .eventPageContent p.eventRed a {
        color: #dc6262; }
  /* line 12151, ../scss/styles.scss */
  .eventPageContent ul {
    margin: 0 0 30px 3em;
    font-size: 18px;
    line-height: 1.4em; }
    /* line 12156, ../scss/styles.scss */
    .eventPageContent ul li {
      list-style-position: outside;
      margin-bottom: .5em; }

/* line 12165, ../scss/styles.scss */
.panelistBio img {
  margin-bottom: 90px; }
/* line 12169, ../scss/styles.scss */
.panelistBio .percentColumn3 {
  width: 27%; }
/* line 12173, ../scss/styles.scss */
.panelistBio .percentColumn9 {
  width: 73%; }
/* line 12177, ../scss/styles.scss */
.panelistBio h3 {
  color: #dc6262;
  font-size: 16px;
  font-weight: bold;
  margin: 0; }
/* line 12184, ../scss/styles.scss */
.panelistBio h4 {
  color: #25408f;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 1em 0; }
/* line 12191, ../scss/styles.scss */
.panelistBio a {
  color: #25408f; }
/* line 12195, ../scss/styles.scss */
.panelistBio p {
  font-size: 14px;
  color: #3c4042; }

/* line 12201, ../scss/styles.scss */
.exploreInternshipsHeader {
  background: #eee url("/Images/Internships_Hero_Image.jpg") center bottom no-repeat;
  background-size: 100%;
  height: 286px;
  width: 100%;
  min-width: 960px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  color: #3c4042; }
  /* line 12212, ../scss/styles.scss */
  .exploreInternshipsHeader.companyHeader {
    background-image: url("/Images/Company_Finder_Hero_Image.jpg");
    background-position: center 40%; }
  /* line 12217, ../scss/styles.scss */
  .exploreInternshipsHeader.lawHeader {
    background-image: url("/Images/Law_Hero_Image.jpg");
    background-position: center 90%; }
  /* line 12222, ../scss/styles.scss */
  .exploreInternshipsHeader.bankHeader {
    background-image: url("/Images/Banking_Hero_Image.jpg"); }
  /* line 12226, ../scss/styles.scss */
  .exploreInternshipsHeader.accountingHeader {
    background-image: url("/Images/Accounting_Hero_Image.jpg"); }
  /* line 12230, ../scss/styles.scss */
  .exploreInternshipsHeader.consultingHeader {
    background-image: url("/Images/Consulting_Hero_image.jpg"); }
  /* line 12234, ../scss/styles.scss */
  .exploreInternshipsHeader.mbaHeader {
    background-image: url("/Images/MBABanner_Web.jpg");
    background-position: center center; }
  /* line 12239, ../scss/styles.scss */
  .exploreInternshipsHeader.undergradHeader {
    background-image: url("/Images/UndergradBanner_Web.jpg");
    background-position: center center; }
  /* line 12245, ../scss/styles.scss */
  .exploreInternshipsHeader .exploreInternshipsHeaderWrapper {
    box-sizing: border-box;
    padding: 40px 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); }
  /* line 12252, ../scss/styles.scss */
  .exploreInternshipsHeader .exploreInternshipsHeaderContent {
    width: 960px;
    margin: 0 auto; }
  /* line 12257, ../scss/styles.scss */
  .exploreInternshipsHeader h1 {
    font-size: 42px;
    font-weight: normal;
    line-height: 1em; }
  /* line 12263, ../scss/styles.scss */
  .exploreInternshipsHeader p {
    font-size: 18px;
    margin: 1em 0 1.75em 0; }
  /* line 12268, ../scss/styles.scss */
  .exploreInternshipsHeader .internshipOr {
    font-size: 24px;
    padding-top: 16px;
    float: left;
    width: 88px; }
  /* line 12275, ../scss/styles.scss */
  .exploreInternshipsHeader .internshipHeaderButton {
    background-color: #8b8d8e;
    background-color: rgba(61, 65, 66, 0.6);
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    height: 60px;
    padding: 10px;
    float: left;
    width: 436px; }
    /* line 12286, ../scss/styles.scss */
    .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox {
      margin: 0;
      height: 40px;
      background: #fff;
      border-radius: 5px; }
      /* line 12292, ../scss/styles.scss */
      .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox button, .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox input[type=submit] {
        float: right;
        border: 0;
        background: #fcb034;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 14px;
        margin: 5px;
        cursor: pointer; }
      /* line 12305, ../scss/styles.scss */
      .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox span {
        display: block;
        overflow: hidden;
        border-radius: 3px; }
        /* line 12310, ../scss/styles.scss */
        .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox span input {
          width: 100%;
          border: 0;
          height: 40px;
          padding: 0 10px;
          box-sizing: border-box;
          font-size: 18px;
          color: #363636; }
          /* line 31, ../scss/_base.scss */
          .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox span input::-webkit-input-placeholder {
            font-style: normal;
            font-weight: normal;
            color: #8e8e8e; }
          /* line 32, ../scss/_base.scss */
          .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox span input:-moz-placeholder {
            font-style: normal;
            font-weight: normal;
            color: #8e8e8e; }
          /* line 33, ../scss/_base.scss */
          .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox span input::-moz-placeholder {
            font-style: normal;
            font-weight: normal;
            color: #8e8e8e; }
          /* line 34, ../scss/_base.scss */
          .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox span input:-ms-input-placeholder {
            font-style: normal;
            font-weight: normal;
            color: #8e8e8e; }
      /* line 12327, ../scss/styles.scss */
      .exploreInternshipsHeader .internshipHeaderButton .internshipSearchBox ul {
        font-size: 14px; }
    /* line 12333, ../scss/styles.scss */
    .exploreInternshipsHeader .internshipHeaderButton a {
      color: #fff;
      line-height: 40px; }

/* line 12340, ../scss/styles.scss */
.relatedPosts {
  margin: 20px 0px; }
  /* line 12343, ../scss/styles.scss */
  .relatedPosts h3 {
    font-size: 1.6em;
    padding-bottom: 10px;
    border-bottom: 2px solid #feab33;
    margin: 10px 0 20px 0;
    color: #000;
    font-weight: normal; }
  /* line 12353, ../scss/styles.scss */
  .relatedPosts .sliderPage h3 {
    margin: 10px 0 20px 15px; }
  /* line 12357, ../scss/styles.scss */
  .relatedPosts .sliderPage .articleSlider {
    margin-left: 0; }
  /* line 12362, ../scss/styles.scss */
  .relatedPosts img {
    width: 100%;
    margin-bottom: .5em; }
  /* line 12367, ../scss/styles.scss */
  .relatedPosts p {
    color: #666;
    font-size: 11px; }
    /* line 12371, ../scss/styles.scss */
    .relatedPosts p a {
      color: #000;
      font-size: 13px;
      font-weight: bold; }
  /* line 12378, ../scss/styles.scss */
  .relatedPosts .articleSlider, .relatedPosts .sliderPage {
    margin-left: -20px; }
    /* line 12381, ../scss/styles.scss */
    .relatedPosts .articleSlider .sliderArrows, .relatedPosts .sliderPage .sliderArrows {
      right: 0; }
    /* line 12385, ../scss/styles.scss */
    .relatedPosts .articleSlider .sliderBlock, .relatedPosts .sliderPage .sliderBlock {
      width: 204px; }

/* line 12392, ../scss/styles.scss */
.sliderPage h3 {
  font-size: 1.6em;
  padding-bottom: 10px;
  border-bottom: 2px solid #feab33;
  margin: 0 30px 20px 10px;
  color: #3c4042;
  font-weight: normal;
  position: inherit; }
  /* line 12401, ../scss/styles.scss */
  .sliderPage h3 a {
    color: inherit; }
/* line 12406, ../scss/styles.scss */
.sliderPage .articleSlider {
  margin-bottom: 40px; }
/* line 12410, ../scss/styles.scss */
.sliderPage .viewMore {
  margin-top: -20px; }
/* line 12414, ../scss/styles.scss */
.sliderPage .finderPageDiv {
  width: 600px;
  margin: 0 10px 50px 10px; }

/* line 12420, ../scss/styles.scss */
.viewMore {
  display: inline-block;
  margin: 5px auto 40px auto;
  cursor: pointer;
  color: #3c4042;
  border: 2px solid #feab33;
  padding: 10px 50px; }

/* line 12429, ../scss/styles.scss */
.eventViewAll {
  float: right;
  margin-top: -52px;
  margin-right: 85px;
  color: #008ae0;
  font-size: 12px; }

/* line 12437, ../scss/styles.scss */
.aboutEventHeader {
  margin: 0 10px;
  width: 600px; }
  /* line 12441, ../scss/styles.scss */
  .aboutEventHeader h1 {
    font-size: 30px;
    font-weight: normal;
    color: #25408f;
    margin: 0 0 .25em 0; }
  /* line 12448, ../scss/styles.scss */
  .aboutEventHeader p {
    font-size: 18px;
    margin-bottom: 50px; }

/* line 12454, ../scss/styles.scss */
.galleryPopup {
  display: none; }
  /* line 12457, ../scss/styles.scss */
  .galleryPopup .closePopup {
    top: -60px;
    left: auto;
    right: -10px;
    margin: 0;
    position: absolute; }
  /* line 12465, ../scss/styles.scss */
  .galleryPopup .galleryOverlay {
    min-height: 100%;
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); }
  /* line 12475, ../scss/styles.scss */
  .galleryPopup .galleryImageWrapper {
    position: fixed;
    z-index: 200;
    width: 950px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    /* line 12483, ../scss/styles.scss */
    .galleryPopup .galleryImageWrapper .galleryImageArrow {
      float: left;
      width: 50px;
      color: #c2c2c2;
      font-size: 32px;
      box-sizing: border-box;
      cursor: pointer;
      height: 565px;
      line-height: 565px; }
      /* line 12496, ../scss/styles.scss */
      .galleryPopup .galleryImageWrapper .galleryImageArrow.galleryImageNext {
        text-align: right; }
      /* line 12500, ../scss/styles.scss */
      .galleryPopup .galleryImageWrapper .galleryImageArrow.disabled {
        cursor: default;
        opacity: .5; }
    /* line 12506, ../scss/styles.scss */
    .galleryPopup .galleryImageWrapper .galleryImageBox {
      width: 850px;
      float: left;
      text-align: center;
      font-size: 14px;
      color: #fff; }
      /* line 12513, ../scss/styles.scss */
      .galleryPopup .galleryImageWrapper .galleryImageBox img {
        max-width: 100%;
        display: block; }
      /* line 12518, ../scss/styles.scss */
      .galleryPopup .galleryImageWrapper .galleryImageBox div {
        margin-top: 15px;
        display: block;
        text-align: right; }

/* line 12528, ../scss/styles.scss */
.widget h3 {
  font-size: 1.6em;
  padding-bottom: 15px;
  border-bottom: 2px solid #feab33;
  margin: 0 0 30px 0;
  color: #3c4042;
  font-weight: normal;
  position: inherit;
  line-height: 1em; }
/* line 12539, ../scss/styles.scss */
.widget .eventViewAll {
  margin-top: -67px;
  margin-right: 55px; }
/* line 12546, ../scss/styles.scss */
.widget .articleSlider .sliderWrap {
  width: 300px; }
/* line 12553, ../scss/styles.scss */
.widget .articleSlider .sliderArrows {
  right: 0;
  top: -70px; }
/* line 12558, ../scss/styles.scss */
.widget .articleSlider .sliderBlock {
  width: 300px;
  padding: 0;
  color: #929292;
  font-size: 14px; }
  /* line 38, ../scss/_base.scss */
  .widget .articleSlider .sliderBlock .widgetEntry::after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  /* line 12567, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry a {
    color: #929292; }
    /* line 12570, ../scss/styles.scss */
    .widget .articleSlider .sliderBlock .widgetEntry a.linkStyle {
      color: #008ae0; }
  /* line 12575, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry img {
    float: left;
    width: 142px;
    border: 0;
    margin: 0 15px 30px 0; }
  /* line 12582, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry .widgetText {
    float: left;
    width: 143px; }
  /* line 12588, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry .WidgetGuide img {
    width: 120px; }
  /* line 12592, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry .WidgetGuide + .widgetText {
    width: 165px; }
  /* line 12597, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry:last-child {
    margin-bottom: 0; }
    /* line 12600, ../scss/styles.scss */
    .widget .articleSlider .sliderBlock .widgetEntry:last-child img {
      margin-bottom: 0; }
  /* line 12605, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry h4 {
    font-size: 16px;
    color: #3c4042;
    font-weight: 500;
    margin: 0; }
    /* line 12611, ../scss/styles.scss */
    .widget .articleSlider .sliderBlock .widgetEntry h4 a {
      color: #3c4042; }
  /* line 12616, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry p {
    margin: 0; }
  /* line 12620, ../scss/styles.scss */
  .widget .articleSlider .sliderBlock .widgetEntry > .playButtonOverlay {
    float: left;
    width: 142px;
    margin: 0 15px 30px 0; }
    /* line 12625, ../scss/styles.scss */
    .widget .articleSlider .sliderBlock .widgetEntry > .playButtonOverlay img {
      float: none;
      margin: 0; }
    /* line 12630, ../scss/styles.scss */
    .widget .articleSlider .sliderBlock .widgetEntry > .playButtonOverlay span {
      margin: 0;
      height: 100%;
      top: 0;
      font-size: 44px;
      background: rgba(60, 64, 66, 0.7); }
      /* line 12637, ../scss/styles.scss */
      .widget .articleSlider .sliderBlock .widgetEntry > .playButtonOverlay span img {
        width: 60px;
        height: 60px;
        border: 0;
        top: 50%;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%); }
      /* line 12648, ../scss/styles.scss */
      .widget .articleSlider .sliderBlock .widgetEntry > .playButtonOverlay span i {
        top: 50%;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%); }
/* line 12661, ../scss/styles.scss */
.widget .articleSlider.followSlider .sliderBlock {
  width: 100px;
  text-align: center;
  font-size: 2em; }
  /* line 12666, ../scss/styles.scss */
  .widget .articleSlider.followSlider .sliderBlock .followEntry {
    margin-bottom: 30px; }
    /* line 12669, ../scss/styles.scss */
    .widget .articleSlider.followSlider .sliderBlock .followEntry:last-child {
      margin-bottom: 0; }
/* line 12677, ../scss/styles.scss */
.widget ul.widgetRank {
  font-size: 16px;
  color: #3c4042;
  margin: -6.25px 0 0 0;
  padding: 0;
  list-style-type: none; }
  /* line 12684, ../scss/styles.scss */
  .widget ul.widgetRank li {
    padding: 6.25px 0 6.25px 40px;
    text-indent: -40px; }
    /* line 12688, ../scss/styles.scss */
    .widget ul.widgetRank li span {
      display: inline-block;
      box-sizing: border-box;
      width: 25px;
      height: 25px;
      color: #fff;
      background-color: #feab33;
      margin-right: 10px;
      text-align: center;
      vertical-align: middle;
      text-indent: 0;
      padding-top: .25em; }
    /* line 12702, ../scss/styles.scss */
    .widget ul.widgetRank li a {
      color: #3c4042; }

/* line 12709, ../scss/styles.scss */
.newsletterPopup {
  display: none; }
  /* line 12712, ../scss/styles.scss */
  .newsletterPopup .newsletterOverlay {
    min-height: 100%;
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); }
  /* line 12722, ../scss/styles.scss */
  .newsletterPopup .newsletterBox {
    position: fixed;
    z-index: 200;
    box-sizing: border-box;
    width: 670px;
    border: 15px solid #fdac42;
    padding: 20px;
    background: #3c4042;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    /* line 12735, ../scss/styles.scss */
    .newsletterPopup .newsletterBox .newsletterLogo {
      width: 105px;
      display: block;
      position: absolute;
      top: 20px;
      left: 20px; }
    /* line 12743, ../scss/styles.scss */
    .newsletterPopup .newsletterBox img.closeNewsletterPopup {
      position: absolute;
      z-index: 300;
      cursor: pointer;
      right: 20px;
      top: 20px; }
    /* line 12751, ../scss/styles.scss */
    .newsletterPopup .newsletterBox h6 {
      color: #fdac42;
      font-size: 8em;
      margin: 0; }
    /* line 12757, ../scss/styles.scss */
    .newsletterPopup .newsletterBox p {
      margin: 20px;
      color: #fff;
      font-size: 28px; }
      /* line 12762, ../scss/styles.scss */
      .newsletterPopup .newsletterBox p.closeNewsletterPopup {
        font-size: 18px; }
        /* line 12766, ../scss/styles.scss */
        .newsletterPopup .newsletterBox p.closeNewsletterPopup span {
          cursor: pointer; }
    /* line 12772, ../scss/styles.scss */
    .newsletterPopup .newsletterBox .signupDiv {
      margin: 25px; }
    /* line 12776, ../scss/styles.scss */
    .newsletterPopup .newsletterBox input[type=text], .newsletterPopup .newsletterBox input[type=email] {
      padding: 0 10px;
      height: 40px;
      width: 370px;
      border: 0;
      font-size: 16px; }
      /* line 31, ../scss/_base.scss */
      .newsletterPopup .newsletterBox input[type=text]::-webkit-input-placeholder, .newsletterPopup .newsletterBox input[type=email]::-webkit-input-placeholder {
        color: #d2d2d2;
        font-style: normal; }
      /* line 32, ../scss/_base.scss */
      .newsletterPopup .newsletterBox input[type=text]:-moz-placeholder, .newsletterPopup .newsletterBox input[type=email]:-moz-placeholder {
        color: #d2d2d2;
        font-style: normal; }
      /* line 33, ../scss/_base.scss */
      .newsletterPopup .newsletterBox input[type=text]::-moz-placeholder, .newsletterPopup .newsletterBox input[type=email]::-moz-placeholder {
        color: #d2d2d2;
        font-style: normal; }
      /* line 34, ../scss/_base.scss */
      .newsletterPopup .newsletterBox input[type=text]:-ms-input-placeholder, .newsletterPopup .newsletterBox input[type=email]:-ms-input-placeholder {
        color: #d2d2d2;
        font-style: normal; }
    /* line 12789, ../scss/styles.scss */
    .newsletterPopup .newsletterBox input[type=submit] {
      background-color: #fdac42;
      color: #fff;
      border: 0;
      font-size: 16px;
      padding: 0 25px;
      height: 40px;
      cursor: pointer; }

/* line 12802, ../scss/styles.scss */
.rankingTabs > ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 2px solid #feab33;
  font-size: 18px; }
  /* line 12809, ../scss/styles.scss */
  .rankingTabs > ul li {
    display: inline-block;
    margin: 0 10px;
    color: #06c;
    cursor: pointer; }
    /* line 12815, ../scss/styles.scss */
    .rankingTabs > ul li a {
      display: block;
      padding: 8px; }
    /* line 12820, ../scss/styles.scss */
    .rankingTabs > ul li.active {
      cursor: inherit; }
      /* line 12823, ../scss/styles.scss */
      .rankingTabs > ul li.active a {
        background-color: #fcaa42;
        color: #fff; }
    /* line 12830, ../scss/styles.scss */
    .rankingTabs > ul li:first-child {
      margin-left: 0; }
    /* line 12834, ../scss/styles.scss */
    .rankingTabs > ul li:last-child {
      margin-right: 0; }
/* line 12840, ../scss/styles.scss */
.rankingTabs > div {
  display: none; }
  /* line 12843, ../scss/styles.scss */
  .rankingTabs > div.active {
    display: block; }

/* line 12851, ../scss/styles.scss */
.results .resultDiv {
  padding: 35px 0;
  border-top: 1px solid #eee; }
  /* line 12855, ../scss/styles.scss */
  .results .resultDiv:first-child {
    border-top: 0; }
  /* line 12859, ../scss/styles.scss */
  .results .resultDiv img {
    float: right;
    margin-left: 30px; }

/* line 12866, ../scss/styles.scss */
.filterDiv {
  border-top: 1px solid #ccc;
  padding: 5px 0; }
  /* line 12870, ../scss/styles.scss */
  .filterDiv select {
    width: 200px; }
  /* line 12874, ../scss/styles.scss */
  .filterDiv button, .filterDiv input[type=submit] {
    border: 0;
    background-color: #008ae0;
    color: #fff;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 5px 10px; }

/* line 12884, ../scss/styles.scss */
.rankingLandingPageBox {
  margin-bottom: 50px; }
  /* line 12887, ../scss/styles.scss */
  .rankingLandingPageBox .rankingLandingPageImage {
    height: 150px;
    width: 100%;
    margin-bottom: 5px; }
  /* line 12893, ../scss/styles.scss */
  .rankingLandingPageBox .rankingLandingPageLogo {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    top: 115px;
    left: 50%;
    margin-left: -40px;
    text-align: center; }
    /* line 12904, ../scss/styles.scss */
    .rankingLandingPageBox .rankingLandingPageLogo img {
      height: 50px;
      border: 0;
      margin-top: 15px;
      width: auto;
      display: inline-block; }
  /* line 12913, ../scss/styles.scss */
  .rankingLandingPageBox .rankingLandingPageText {
    background-color: #e4e4e4;
    height: 140px;
    box-sizing: border-box;
    text-align: center;
    font-size: 26px;
    line-height: 1.3em;
    color: #3c4042; }
    /* line 12922, ../scss/styles.scss */
    .rankingLandingPageBox .rankingLandingPageText a {
      color: #3c4042;
      display: block;
      height: 140px;
      box-sizing: border-box;
      padding: 45px 5px 0 5px; }

/* line 12933, ../scss/styles.scss */
.textSection ul {
  list-style-position: outside;
  margin-left: 1em; }
  /* line 12937, ../scss/styles.scss */
  .textSection ul li {
    margin-bottom: .5em; }

/* line 12943, ../scss/styles.scss */
.finderPageDiv {
  margin-bottom: 50px;
  text-align: center; }
  /* line 12947, ../scss/styles.scss */
  .finderPageDiv div {
    margin: 0 auto; }
  /* line 12951, ../scss/styles.scss */
  .finderPageDiv img {
    max-width: 100%; }

/* line 12956, ../scss/styles.scss */
#FindCompCompletionList div {
  text-indent: -20px !important;
  padding-left: 20px !important; }
