/*Color palettes*/
/*#dc202b; */
/*Support to gray gradient color -> look at REH-webmanual 1.0*/
/* the colors sharepoint use for built-in interfaces */
/*#ebebeb;*/
/*lighten(#000, 13.5%); */
/*lighten(#000, 20%); */
/*lighten(#000, 33.5%);*/
/*lighten(#000, 60%); */
/*lighten(#000, 93.5%);*/
/*#f9f9f9;*/
/*#f5f5f5;*/
/*#f0f0f0;*/
/*#d5d5d5;*/
/*8192a9;*/
/*#8192a9;*/
/*#66afe9;*/
/*#e5e5e5;*/
/*#e5e5e5;*/
/*#777;*/
/*#f8f8f8;*/
/*#777;*/
/*#333;*/
/*#555;*/
/*#444;*/
/*#828282;*/
/*#4d4d4d;*/
/*#e5e5e5*/
/*#555;*/
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* line 11, ../sass/professionalSite.scss */
ul.topmenu a.link-dark:hover,
ul.menu-other a.link-dark:hover {
  color: #8192a9;
}

/* line 17, ../sass/professionalSite.scss */
ul.menu-other .topmenuitem-copy a.link-dark,
ul.menu-other .topmenuitem-copy a.link-dark:hover,
ul.menu-other .topmenuitem-copy a.link-dark:focus,
ul.menu-other .topmenuitem-copy a.link-dark:active,
ul.menu-other .topmenuitem-copy a.link-dark.selected,
ul.menu-other a.link-dark.dropdown-toggle,
ul.menu-other a.link-dark:hover.dropdown-toggle,
ul.menu-other a.link-dark:focus.dropdown-toggle,
ul.menu-other a.link-dark:active.dropdown-toggle,
ul.menu-other a.link-dark.selected.dropdown-toggle,
ul.topmenu a.link-dark,
ul.topmenu a.link-dark:focus,
ul.topmenu a.link-dark:active,
ul.topmenu a.link-dark.selected {
  color: #FFFFFF;
}

/* line 37, ../sass/professionalSite.scss */
.topmenu-area .dropdown-menu li.topmenuitem {
  background-color: #002555 !important;
}
/* line 43, ../sass/professionalSite.scss */
.topmenu-area li.topmenuitem a.selected {
  border-bottom: 3px solid #ffffff;
}

/* line 49, ../sass/professionalSite.scss */
.icon-rh-search {
  background-image: url('/_layouts/15/RH/UI/images/icons.png?v=11639468551337');
  background-position: -17px -171px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 49, ../sass/professionalSite.scss */
  .icon-rh-search {
    background-image: url('/_layouts/15/RH/UI/images/icons-2x.png?v=11639468551337');
    background-size: 33.5px 561.5px;
    background-position: -17px -186px;
    height: 16px;
    width: 16px;
  }
}
