 
/*
 * Override: Following will override the CSS definitions being applied by bootstrap
 */
/* Fix for textAngular resize issue */
/*
 * Override: END
 */
/*
 * Mixins: Mixin and other global level function definitions for eGain
 */
/*
 * Mixins: Mixins for component definitions
 */
/*
 * Global level CSS definitions wrapped inside the selector class "eg-ss-body"
 */
.eg-ss-body {
  /* taken over from style.css from the KiwiC for Digital Day */
  line-height: 1.4;
  background-color: #FDFBF9;
  
  font-size: 13px;
}
.eg-ss-body *:focus {
  background-color: transparent;
  outline: 0px dotted #858688 !important;
  outline-offset: -2px;
  text-decoration: none;
}
.eg-ss-body h1,
.eg-ss-body h2,
.eg-ss-body h3,
.eg-ss-body h4,
.eg-ss-body h5,
.eg-ss-body h6 {
  line-height: 1.5;
}
.eg-ss-body .ta-editor {
  min-height: 300px;
  height: 310px;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.eg-ss-body .ta-resizer-handle-overlay {
  display: none !important;
}
.eg-ss-body .nav > li > a,
.eg-ss-body .dropdown-menu > li > a,
.eg-ss-body a {
  color: inherit;
  text-decoration: none;
}
.eg-ss-body .nav > li > a:hover,
.eg-ss-body .dropdown-menu > li > a:hover,
.eg-ss-body a:hover,
.eg-ss-body .nav > li > a:focus,
.eg-ss-body .dropdown-menu > li > a:focus,
.eg-ss-body a:focus {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
.eg-ss-body .form-control {
  box-shadow: none;
}
.eg-ss-body .form-control:focus {
  box-shadow: none;
}
.eg-ss-body .img-responsive {
  max-height: 100%;
  width: auto;
}
.eg-ss-body .eg-input-group-button {
  border-color: #c7c7c7;
}
.eg-ss-body .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.eg-ss-body .btn:active,
.eg-ss-body .btn:focus {
  outline: none;
}
.eg-ss-body :active,
.eg-ss-body :focus {
  outline: none;
}
.panel {
	background-color: #FDFBF9;
}
.eg-ss-body .panel {
  box-shadow: none;
  margin-bottom: 0;
}
.eg-ss-body .eg-background-image-container {
  position: relative;
}
.eg-ss-body .eg-background-image-container .eg-background-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.eg-ss-body label.eg-error,
.eg-ss-body .eg-error {
  color: #FF6600;
}
.eg-ss-body label.eg-mandatory,
.eg-ss-body .eg-mandatory {
  color: #FF6600;
}
.eg-ss-body .eg-form-control {
  box-shadow: none;
}
.eg-ss-body .eg-form-control:focus {
  box-shadow: none;
}
.eg-ss-body .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
.eg-ss-body .eg-form-control:focus {
  border-color: #999;
}
.eg-ss-body input.eg-form-control::-webkit-input-placeholder,
.eg-ss-body textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
.eg-ss-body input.eg-form-control:-moz-placeholder,
.eg-ss-body textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
.eg-ss-body input.eg-form-control::-moz-placeholder,
.eg-ss-body textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
.eg-ss-body input.eg-form-control:-ms-input-placeholder,
.eg-ss-body textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
.eg-ss-body input.eg-form-control:placeholder-shown,
.eg-ss-body textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
.eg-ss-body .eg-separation-bottom {
  margin-bottom: 5px;
}
.eg-ss-body .eg-separation-left {
  margin-left: 5px;
}
.eg-ss-body .eg-separation-top {
  margin-top: 5px;
}
.eg-ss-body .eg-separation-right {
  margin-right: 5px;
}
.eg-ss-body .eg-position-absolute {
  position: absolute;
}
.eg-ss-body .eg-position-fixed {
  position: fixed;
}
.eg-ss-body .eg-position-relative {
  position: relative;
}
.eg-ss-body .eg-position-static {
  position: static;
}
.eg-ss-body .eg-correction {
  color: inherit;
  font-weight: bold;
}
.eg-ss-body .eg-correction:hover,
.eg-ss-body .eg-correction:focus {
  color: inherit;
}
.eg-ss-body .eg-dropdown-menu-container {
  position: relative;
}
.eg-ss-body .eg-clickable,
.eg-ss-body .eg-input-group-button {
  cursor: pointer;
}
.eg-ss-body .eg-align-v-line-height {
  line-height: inherit;
}
.eg-ss-body .input-group-btn .eg-button,
.eg-ss-body .eg-button {
  font-size: 13px;
  box-shadow: none;
  line-height: 1.25;
}
.eg-ss-body .input-group-btn .eg-button:active,
.eg-ss-body .eg-button:active,
.eg-ss-body .input-group-btn .eg-button.active,
.eg-ss-body .eg-button.active {
  box-shadow: none;
}
.eg-ss-body .eg-button-flat {
  background: none;
}
.eg-ss-body .btn[disabled] {
  cursor: default;
}
.eg-ss-body .eg-form-control {
  font-size: 13px;
}
.eg-ss-body .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
.eg-ss-body .container {
  background-color: #FDFBF9;
  /* @media (min-width: 768px) {
             width: 750px;
         }
         @media (min-width: 992px) {
             width: 970px;
         }
         @media (min-width: 1360px) {
             width: 1170px;
         }  */
}
@media (min-width: 1200px) {
  .eg-ss-body .container {
    width: 1190px;
  }
}
@media (min-width: 1360px) {
  .eg-ss-body .container {
    width: 1190px;
  }
}
@media (min-width: 1440px) {
  .eg-ss-body .container {
    width: 1190px;
  }
}
.eg-ss-body .eg-block-header-login .container,
.eg-ss-body .eg-block-header .container,
.eg-ss-body .eg-block-banner .container,
.eg-ss-body .eg-block-main .container,
.eg-ss-body .eg-block-top .container,
.eg-ss-body .eg-block-bottom .container,
.eg-ss-body .eg-block-footer .container {
  background-color: transparent;
}
.eg-ss-body .banner-inner-container {
  padding-top: 15px;
}
.eg-ss-body .eg-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eg-ss-body .eg-sticky-adjust {
  display: none;
}
.eg-ss-body .eg-block-header.eg-sticky.eg-shadow,
.eg-ss-body .eg-block-header-login.eg-sticky.eg-shadow {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26);
}
@media (min-width: 992px) and (min-height: 500px) {
  .eg-ss-body .eg-block-header.eg-sticky,
  .eg-ss-body .eg-block-header-login.eg-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26);
  }
  .eg-ss-body .eg-block-header.eg-sticky + .eg-sticky-adjust,
  .eg-ss-body .eg-block-header-login.eg-sticky + .eg-sticky-adjust {
    display: block;
    margin-top: calc(85px);
  }
}
.eg-ss-body .eg-block-footer.eg-sticky.eg-shadow {
  box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.06), 0 -4px 5px 0 rgba(0, 0, 0, 0.06), 0 -1px 10px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) and (min-height: 500px) {
  .eg-ss-body .eg-block-footer.eg-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.06), 0 -4px 5px 0 rgba(0, 0, 0, 0.06), 0 -1px 10px 0 rgba(0, 0, 0, 0.08);
  }
  .eg-ss-body .eg-block-footer.eg-sticky + .eg-sticky-adjust {
    display: block;
    margin-top: calc(30px);
  }
}
.eg-ss-body .eg-block-header {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
}
.eg-ss-body .eg-block-header-login {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
}
.eg-ss-body .eg-block-footer {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
}
.eg-ss-body .eg-block-banner {
  position: relative;
}
.eg-ss-body .eg-block-banner .container {
  height: 100%;
}
.eg-ss-body .eg-block-banner .eg-background-image {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .eg-ss-body .eg-block-banner.eg-announcements-not-configured {
    height: 115px;
  }
}
.eg-ss-body .eg-block-banner-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #082221;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#082221, #082221);
  height: 300px;
}
@media (min-width: 992px) {
  .eg-ss-body .eg-block-banner-1 .eg-background-image {
    display: block;
  }
}
.eg-ss-body .eg-block-banner-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #082221;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#082221, #082221);
  height: 115px;
}
@media (min-width: 992px) {
  .eg-ss-body .eg-block-banner-2 {
    height: 145px;
  }
  .eg-ss-body .eg-block-banner-2 .eg-background-image {
    display: block;
  }
}
.eg-ss-body .eg-block-banner-3 {
  /* Fallback for browsers that do not support gradients */
  background-color: #2a2649;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#2a2649, #2a2649);
  height: 115px;
}
@media (min-width: 992px) {
  .eg-ss-body .eg-block-banner-3 {
    height: 145px;
  }
  .eg-ss-body .eg-block-banner-3 .eg-background-image {
    display: block;
  }
}
.eg-ss-body .eg-block-top {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  padding: 15px 0px;
}
.eg-ss-body .eg-block-bottom {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-top: 1px solid #c7c7c7;
}
.eg-ss-body .eg-block-main {
  padding-bottom: 15px;
}
.eg-ss-body .eg-search-term {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: capitalize;
}
.eg-ss-body .eg-block-bottom {
  padding: 15px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .eg-ss-body .eg-block-bottom-separator-vertical {
    border-left: 1px solid #c7c7c7;
    bottom: 15px;
    left: 50%;
    position: absolute;
    top: 15px;
  }
}
@media (max-width: 1199px) {
  .eg-ss-body .eg-block-bottom-separator-horizontal {
    border-top: 1px solid #c7c7c7;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
  }
}
@media screen {
  .eg-ss-body #printSection {
    display: none;
  }
}
@media print {
  .eg-ss-body * {
    visibility: hidden;
  }
  .eg-ss-body #printSection {
    left: 0;
    position: absolute;
    top: 0;
    visibility: visible;
  }
  .eg-ss-body #printSection * {
    visibility: visible;
  }
  .eg-ss-body a:after {
    content: '';
  }
  .eg-ss-body a[href]:after {
    content: none !important;
  }
  .eg-ss-body [class*="col-md"],
  .eg-ss-body [class*="col-sm"],
  .eg-ss-body [class*="col-xs"] {
    float: none;
  }
}
.eg-ss-body .block-ui-message {
  background-color: transparent;
  color: inherit;
  font-size: 15px;
  
  font-weight: 600;
}
.eg-ss-body .eg-sub-article-content {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
}
.eg-ss-body .eg-sub-article-content .eg-sub-article-content-item {
  flex: initial;
}
.eg-ss-body .eg-main-bottom-container {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
}
.eg-ss-body .eg-main-bottom-container .eg-main-bottom-container-item {
  flex: initial;
}
.eg-ss-body .eg-item-container-addon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eg-ss-body .eg-item-container-addon .eg-item {
  flex: auto;
}
.eg-ss-body .eg-item-container-addon .eg-addon-end {
  /*
             * Replacing "initial" shorthand value with "none" for Firefox.
             * Else the image will shrink.
             */
  flex: none;
}
.eg-ss-body .eg-item-container-addon.eg-addon-sticky {
  justify-content: flex-start;
}
.eg-ss-body .eg-item-container-addon.eg-addon-sticky .eg-item {
  /*
             * Replacing "initial" shorthand value with specific values for IE11.
             */
  flex: 0 1 auto;
}
/*
Styling for the Announcements Carousel Component
Changes to this section will apply to the component found in:
components/announcements-carousel/announcements-carousel.html
*/
#eg-ss-announcements-carousel {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 15px;
  font-weight: 300;
  height: 270px;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
#eg-ss-announcements-carousel .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 5px 10px;
}
#eg-ss-announcements-carousel .eg-heading-container .eg-heading {
  
  font-size: 35px;
  font-weight: normal;
}
#eg-ss-announcements-carousel .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-announcements-carousel .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-announcements-carousel .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-announcements-carousel .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-announcements-carousel .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 15px 10px;
  background-color: transparent;
  color: #555;
}
#eg-ss-announcements-carousel .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-announcements-carousel .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-announcements-carousel .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-announcements-carousel .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-announcements-carousel .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-announcements-carousel .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-announcements-carousel .panel-heading {
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-announcements-carousel .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-announcements-carousel .eg-text-container {
  height: 128px;
}
#eg-ss-announcements-carousel .eg-text {
  margin-top: 0px;
  padding: 10px 10px;
}
#eg-ss-announcements-carousel .eg-text .eg-text-content {
  line-height: 22px;
  margin: 0;
  max-height: 90px;
  overflow: hidden;
  font-weight: 400;
}
#eg-ss-announcements-carousel .carousel {
  height: 100%;
  position: static;
}
#eg-ss-announcements-carousel .carousel-indicators {
  bottom: 10px;
  text-align: right;
  left: 20px;
  width: inherit;
  margin: 0;
  right: 30px;
}
#eg-ss-announcements-carousel .carousel-indicators li {
  background-color: #FDFBF9;
  border-color: #DDDDDD;
}
#eg-ss-announcements-carousel .carousel-indicators li.active {
  background-color: #000;
  border-color: #DDDDDD;
}
#eg-ss-announcements-carousel .carousel-indicators li + li {
  margin-left: 6px;
}
#eg-ss-announcements-carousel .carousel-inner {
  height: 100%;
}
#eg-ss-announcements-carousel .carousel-caption {
 color: #454545;
  left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  right: 0;
  text-shadow: none;
  text-align: left;
  top: 0;
  width: 100%;
}
#eg-ss-announcements-carousel .carousel-control {
  display: none;
}
#eg-ss-announcements-carousel .eg-date {
  padding-left: 10px;
}
/*
Styling for the Search Results List Component
Changes to this section will apply to the component found in:
components/announcements-list/announcements-list.html
*/
#eg-ss-announcements-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-announcements-list .list-group {
  margin-bottom: 0;
}
#eg-ss-announcements-list .media-list {
  margin-bottom: 0;
}
#eg-ss-announcements-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-announcements-list .media-heading {
  font-weight: bold;
}
#eg-ss-announcements-list .eg-badge {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-announcements-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 30px;
}
#eg-ss-announcements-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-announcements-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-announcements-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-announcements-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 30px;
}
#eg-ss-announcements-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-announcements-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 30px;
}
#eg-ss-announcements-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-announcements-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-announcements-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-announcements-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-announcements-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-announcements-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 30px;
  margin: 0;
}
#eg-ss-announcements-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 30px;
  background-color: transparent;
 color: #454545;
}
#eg-ss-announcements-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-announcements-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-announcements-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-announcements-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-announcements-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-announcements-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-announcements-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-announcements-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-announcements-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-announcements-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-announcements-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-announcements-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-announcements-list input.eg-form-control:-moz-placeholder,
#eg-ss-announcements-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-announcements-list input.eg-form-control::-moz-placeholder,
#eg-ss-announcements-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-announcements-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-announcements-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-announcements-list input.eg-form-control:placeholder-shown,
#eg-ss-announcements-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-announcements-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-announcements-list .fa:not(.eg-fa-inherit) {
 color: #454545;
}
#eg-ss-announcements-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-announcements-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-announcements-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
@media (min-width: 992px) {
  #eg-ss-announcements-list {
    padding: 15px 0;
  }
}
#eg-ss-announcements-list .eg-item-container .eg-item {
  display: flex;
  align-items: flex-start;
}
#eg-ss-announcements-list .eg-item-container .eg-item .eg-item-text {
  flex: auto;
}
#eg-ss-announcements-list .eg-badge {
  border-radius: 0;
  padding: 2px 7px;
}
/*
Styling for the Article Attachment Component
Changes to this section will apply to the component found in:
components/article-attachments-list/article-attachments-list.html
*/
#eg-ss-article-attachments-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #C3ECEE;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C3ECEE, #C3ECEE);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  padding: 5px 0 10px;
}
#eg-ss-article-attachments-list .list-group {
  margin-bottom: 0;
}
#eg-ss-article-attachments-list .media-list {
  margin-bottom: 0;
}
#eg-ss-article-attachments-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-article-attachments-list .media-heading {
  font-weight: bold;
}
#eg-ss-article-attachments-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-attachments-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  border-left: 5px solid #fff;
}
#eg-ss-article-attachments-list .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-article-attachments-list .eg-heading-container .eg-heading {
  margin: 0 0 0 -5px;
  padding: 10px 15px;
}
#eg-ss-article-attachments-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-attachments-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 5px 10px;
}
#eg-ss-article-attachments-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-attachments-list .eg-separator-container .eg-separator {
  display: block;
  padding: 5px 10px;
}
#eg-ss-article-attachments-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-article-attachments-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-attachments-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-attachments-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-article-attachments-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-attachments-list .eg-item-container .eg-item {
  display: block;
  padding: 5px 10px;
  margin: 0;
}
#eg-ss-article-attachments-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-article-attachments-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-attachments-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-article-attachments-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-attachments-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-attachments-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-article-attachments-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-attachments-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-article-attachments-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-article-attachments-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-article-attachments-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-article-attachments-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-article-attachments-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-article-attachments-list input.eg-form-control:-moz-placeholder,
#eg-ss-article-attachments-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-article-attachments-list input.eg-form-control::-moz-placeholder,
#eg-ss-article-attachments-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-article-attachments-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-article-attachments-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-article-attachments-list input.eg-form-control:placeholder-shown,
#eg-ss-article-attachments-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-article-attachments-list .list-group-item {
  border-top: 0 solid #DDDDDD;
  border-bottom: 0 solid #DDDDDD;
}
#eg-ss-article-attachments-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-article-attachments-list .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-article-attachments-list .media {
  border-top: 0 solid #DDDDDD;
}
#eg-ss-article-attachments-list .media:first-child {
  border-top: none;
}
#eg-ss-article-attachments-list .media-body h4 {
  
  font-weight: bold;
  border-left: 5px solid #DDDDDD;
  padding-left: 9px;
}
#eg-ss-article-attachments-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-attachments-list label:not(.eg-not-label),
#eg-ss-article-attachments-list .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 992px) {
  #eg-ss-article-attachments-list {
    margin: 20px 60px 0;
    padding: 10px 15px 20px;
  }
}
/*
Styling for the Article Breadcrumb Component
Changes to this section will apply to the component found in:
components/article-breadcrumb/article-breadcrumb.html
*/
#eg-ss-article-breadcrumb {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 30px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
}
#eg-ss-article-breadcrumb .eg-breadcrumb-item {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  padding: 0 0;
}
#eg-ss-article-breadcrumb .eg-breadcrumb-item:hover {
  background-color: transparent;
  color: #555;
}
#eg-ss-article-breadcrumb .eg-breadcrumb-separator {
  background-color: transparent;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}
#eg-ss-article-breadcrumb .eg-breadcrumb-separator .fa:not(.eg-fa-inherit) {
  font-weight: inherit;
}
#eg-ss-article-breadcrumb .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-breadcrumb .eg-breadcrumb-current-item {
  cursor: default;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  padding: 0 0;
}
#eg-ss-article-breadcrumb .eg-breadcrumb-current-item:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-breadcrumb .eg-breadcrumb {
  margin: 1px;
}
/*
Styling for the Article Content Component
Changes to this section will apply to the component found in:
components/article-content-component/article-content-component.html
*/
#eg-ss-article-content-component {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* Accordion style start */
  /* Style the buttons that are used to open and close the accordion panel */
  /*
     * Following padding top was added as per design team feedback
     */
  /* Style for Border Accordion */
  /* Style for close all and expand all sections*/
}
#eg-ss-article-content-component .modal-footer {
  border-color: #DDDDDD;
}
#eg-ss-article-content-component .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#eg-ss-article-content-component .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-article-content-component .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-article-content-component .eg-article-meta-info {
  margin-bottom: 10px;
}
#eg-ss-article-content-component .eg-article-id {
  font-weight: normal;
}
#eg-ss-article-content-component .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-article-content-component .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-content-component .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-article-content-component .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-content-component .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-content-component .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-article-content-component .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-content-component .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-component .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-component .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-content-component .nav-tabs {
  border-color: #DDDDDD;
  margin-bottom: 10px;
}
#eg-ss-article-content-component .nav > li.active > a {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-color: #DDDDDD;
  border-bottom-color: transparent;
}
#eg-ss-article-content-component .nav > li.active > a:hover,
#eg-ss-article-content-component .nav > li.active > a:focus {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-article-content-component .nav > li.active > a:hover,
#eg-ss-article-content-component .nav > li.active > afocus {
  border-color: #DDDDDD;
  border-bottom-color: transparent;
}
#eg-ss-article-content-component .nav > li > a {
  background-color: #f7f7f7;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-color: transparent;
  border-bottom-color: #DDDDDD;
}
#eg-ss-article-content-component .nav > li > a:hover,
#eg-ss-article-content-component .nav > li > a:focus {
  background-color: #f7f7f7;
 color: #454545;
}
#eg-ss-article-content-component .nav > li > a:hover,
#eg-ss-article-content-component .nav > li > afocus {
  border-color: transparent;
  border-bottom-color: #DDDDDD;
}
#eg-ss-article-content-component .eg-article-content {
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 22px;
  outline-style: none;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-x: auto;
}
#eg-ss-article-content-component .eg-article-content h1 {
  font-size: 2em;
}
#eg-ss-article-content-component .eg-article-content h2 {
  font-size: 1.5em;
}
#eg-ss-article-content-component .eg-article-content h3 {
  font-size: 1.2em;
}
#eg-ss-article-content-component .eg-article-content address {
  font-style: italic;
}
#eg-ss-article-content-component .eg-article-content a,
#eg-ss-article-content-component .eg-article-content a:link,
#eg-ss-article-content-component .eg-article-content a:visited,
#eg-ss-article-content-component .eg-article-content a:active {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  margin-left: 1px;
}
#eg-ss-article-content-component .eg-article-content a:hover,
#eg-ss-article-content-component .eg-article-content a:link:hover,
#eg-ss-article-content-component .eg-article-content a:visited:hover,
#eg-ss-article-content-component .eg-article-content a:active:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-content-component .eg-article-content a[data-url] {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#eg-ss-article-content-component .eg-article-content a[data-url]:hover {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-article-content-component .eg-article-content img {
  /*max-width: 100%;*/
  height: auto;
}
#eg-ss-article-content-component .eg-article-content p {
  padding: 0;
}
#eg-ss-article-content-component .eg-article-content dl dd {
  margin-left: 1em;
}
#eg-ss-article-content-component .eg-article-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#eg-ss-article-content-component .eg-article-content sup {
  vertical-align: super;
  font-size: smaller;
}
#eg-ss-article-content-component .eg-article-content sub {
  vertical-align: sub;
  font-size: smaller;
}
#eg-ss-article-content-component .eg-article-content ul {
  list-style-type: disc;
  list-style-position: outside;
}
#eg-ss-article-content-component .eg-article-content h1,
#eg-ss-article-content-component .eg-article-content h2,
#eg-ss-article-content-component .eg-article-content h3,
#eg-ss-article-content-component .eg-article-content h4,
#eg-ss-article-content-component .eg-article-content h5,
#eg-ss-article-content-component .eg-article-content h6 {
  font-weight: bold;
}
#eg-ss-article-content-component .eg-article-content i,
#eg-ss-article-content-component .eg-article-content em {
  font-style: italic;
}
#eg-ss-article-content-component .eg-article-content table td {
  padding: 5px;
}
#eg-ss-article-content-component .eg-article-location,
#eg-ss-article-content-component .eg-article-url {
  visibility: hidden;
  display: none;
}
@media print {
  #eg-ss-article-content-component .eg-article-location {
    visibility: visible;
    display: block;
    max-width: 100% !important;
  }
  #eg-ss-article-content-component .eg-article-url {
    visibility: visible;
    display: block;
  }
  #eg-ss-article-content-component blockquote {
    border: none;
    margin-left: 10px;
  }
}
#eg-ss-article-content-component .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-content-component .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
  padding: 2px 7px;
}
#eg-ss-article-content-component .eg-article-content {
  padding: 15px 20px;
}
#eg-ss-article-content-component .eg-item-heading,
#eg-ss-article-content-component .sectionheader {
  background-color: #454545;
  color: #FDFBF9;
  font-size: 20px;
  
  font-weight: 600;
  padding: 7px 15px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 1px;
}
#eg-ss-article-content-component .eg-item-heading:after,
#eg-ss-article-content-component .sectionheader:after {
  content: "\f0d7";
  float: right;
  padding-top: 2px;
  margin-left: 5px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-component .eg-item-heading.active:after,
#eg-ss-article-content-component .sectionheader.active:after {
  content: "\f0d8";
}
#eg-ss-article-content-component .eg-item-body,
#eg-ss-article-content-component .sectionview {
  border-left: 2px solid #454545;
  padding: 0px 18px;
  overflow: hidden;
}
#eg-ss-article-content-component .eg-item-body:before,
#eg-ss-article-content-component .sectionview:before {
  content: " ";
  position: absolute;
  display: block;
  height: 5px;
  border-left: 2px solid #fff;
  margin-left: -20px;
  z-index: 99999;
}
#eg-ss-article-content-component .sectionheader {
  margin-top: 10px;
}
#eg-ss-article-content-component .eg-item-body {
  padding-top: 15px;
}
#eg-ss-article-content-component .eg-item-body:before {
  margin-top: -15px;
}
#eg-ss-article-content-component .eg-item-body-border,
#eg-ss-article-content-component .eg-item-body-border-plus,
#eg-ss-article-content-component .eg-item-body-border-icon-before,
#eg-ss-article-content-component .eg-item-body-border-plus-icon-before,
#eg-ss-article-content-component .eg-item-body-container-plus {
  padding: 0px 18px;
  overflow: hidden;
}
#eg-ss-article-content-component .eg-item-heading-border,
#eg-ss-article-content-component .eg-item-heading-border-plus,
#eg-ss-article-content-component .eg-item-heading-border-icon-before,
#eg-ss-article-content-component .eg-item-heading-border-plus-icon-before,
#eg-ss-article-content-component .eg-item-heading-container-plus {
  background-color: #FDFBF9;
 color: #454545;
  font-size: 16px;
  
  font-weight: 600;
  border: 1px solid #cccccc;
  cursor: pointer;
  padding: 7px 15px;
  width: 100%;
}
#eg-ss-article-content-component .eg-item-heading-border:after {
  content: "\f0d7";
  float: right;
  padding-top: 2px;
  margin-left: 5px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-component .eg-item-heading-border.active:after {
  content: "\f0d8";
}
#eg-ss-article-content-component .eg-item-heading-border-plus:after {
  content: "\f067";
  float: right;
  padding-top: 2px;
  margin-left: 5px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-component .eg-item-heading-border-plus.active:after {
  content: "\f068";
}
#eg-ss-article-content-component .eg-item-heading-border-icon-before:before {
  content: "\f0d7";
  float: left;
  padding-top: 2px;
  margin-right: 20px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-component .eg-item-heading-border-icon-before.active:before {
  content: "\f0d8";
}
#eg-ss-article-content-component .eg-item-heading-border-plus-icon-before:before {
  content: "\f067";
  float: left;
  padding-top: 2px;
  margin-right: 20px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-component .eg-item-heading-border-plus-icon-before.active:before {
  content: "\f068";
}
#eg-ss-article-content-component .eg-item-container {
  border: 1px solid #cccccc;
}
#eg-ss-article-content-component .eg-item-container .eg-item-heading-container-plus {
  border: 0;
}
#eg-ss-article-content-component .eg-accordion .eg-item-container:not(:first-of-type) {
  border-top: 0px;
}
#eg-ss-article-content-component .eg-item-heading-container-plus:after {
  content: "\f067";
  float: right;
  padding-top: 2px;
  margin-left: 5px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-component .eg-item-heading-container-plus.active:after {
  content: "\f068";
}
#eg-ss-article-content-component .eg-hide-collapse-expand .eg-accordion-expand-section {
  display: none;
}
#eg-ss-article-content-component .eg-accordion .eg-item {
  padding-bottom: 10px;
}
#eg-ss-article-content-component .eg-accordion-expand-section {
  margin-bottom: 10px;
}
#eg-ss-article-content-component .eg-accordion-expand {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #005a9c;
  color: #FDFBF9;
  border: 1px solid;
  font-size: 10px;
  cursor: pointer;
}
#eg-ss-article-content-component .eg-accordion-expand:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-article-content-component .eg-accordion-expand:not(.eg-input-group-button) {
  border-radius: 2px;
  padding: 5px 7px;
}
#eg-ss-article-content-component .eg-accordion-collapse {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #005a9c;
  color: #FDFBF9;
  border: 1px solid;
  font-size: 10px;
  cursor: pointer;
  margin-left: 5px;
}
#eg-ss-article-content-component .eg-accordion-collapse:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-article-content-component .eg-accordion-collapse:not(.eg-input-group-button) {
  border-radius: 2px;
  padding: 5px 7px;
}
#eg-ss-article-content-component .eg-article-attachments-list {
  padding: 0px 20px 15px 20px;
}
#eg-ss-article-content-component .eg-article-attachments-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  border-left: 2px solid #000;
}
#eg-ss-article-content-component .eg-article-attachments-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: #f7f7f7;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-component .eg-article-attachments-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: #f7f7f7;
 color: #454545;
}
#eg-ss-article-content-component .eg-article-attachments-list .eg-item-container.eg-item-container-addon {
  background-color: #f7f7f7;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-article-content-component .eg-article-attachments-list .eg-item-container.eg-item-container-addon:hover {
  background-color: #f7f7f7;
 color: #454545;
}
#eg-ss-article-content-component .eg-article-attachments-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-article-content-component .eg-article-attachments-list .eg-item-container:not(:last-child) {
  margin-bottom: 5px;
}
#eg-ss-article-content-component .eg-article-attachments-list .list-group {
  margin-bottom: 0;
}
#eg-ss-article-content-component .nav-tabs {
  border-bottom: 0;
}
#eg-ss-article-content-component .nav-tabs > li.active > a {
  margin-right: 0px;
  border-bottom: 0px;
}
#eg-ss-article-content-component .nav-tabs > li > a {
  margin-right: 0px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-color: #DDDDDD;
}
#eg-ss-article-content-component .nav-tabs > li > a:hover {
  border-color: #DDDDDD;
}
/*
Styling for the Article Content Modal Component
Changes to this section will apply to the component found in:
components/article-content-modal/article-content-modal.html
*/
#eg-ss-article-content-modal {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid #DDDDDD;
  border-radius: 0px;
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-modal .modal-footer {
  border-color: #DDDDDD;
}
#eg-ss-article-content-modal .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#eg-ss-article-content-modal .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-article-content-modal .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-article-content-modal .eg-article-meta-info {
  margin-bottom: 10px;
}
#eg-ss-article-content-modal .eg-article-id {
  font-weight: normal;
}
#eg-ss-article-content-modal .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-article-content-modal .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-content-modal .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-article-content-modal .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-content-modal .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #C7C7C7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
  border-color: #C7C7C7;
 color: #454545;
  margin: 1px;
}
#eg-ss-article-content-modal .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #C7C7C7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
 color: #454545;
}
#eg-ss-article-content-modal .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-content-modal .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-modal .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-modal .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-content-modal .nav-tabs {
  border-color: #DDDDDD;
  margin-bottom: 10px;
}
#eg-ss-article-content-modal .nav > li.active > a {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-color: #DDDDDD;
  border-bottom-color: transparent;
}
#eg-ss-article-content-modal .nav > li.active > a:hover,
#eg-ss-article-content-modal .nav > li.active > a:focus {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-article-content-modal .nav > li.active > a:hover,
#eg-ss-article-content-modal .nav > li.active > afocus {
  border-color: #DDDDDD;
  border-bottom-color: transparent;
}
#eg-ss-article-content-modal .nav > li > a {
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  border-color: transparent;
  border-bottom-color: #DDDDDD;
}
#eg-ss-article-content-modal .nav > li > a:hover,
#eg-ss-article-content-modal .nav > li > a:focus {
  background-color: #f7f7f7;
 color: #454545;
}
#eg-ss-article-content-modal .nav > li > a:hover,
#eg-ss-article-content-modal .nav > li > afocus {
  border-color: transparent;
  border-bottom-color: #DDDDDD;
}
#eg-ss-article-content-modal .eg-article-content {
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 22px;
  outline-style: none;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-x: auto;
}
#eg-ss-article-content-modal .eg-article-content h1 {
  font-size: 2em;
}
#eg-ss-article-content-modal .eg-article-content h2 {
  font-size: 1.5em;
}
#eg-ss-article-content-modal .eg-article-content h3 {
  font-size: 1.2em;
}
#eg-ss-article-content-modal .eg-article-content address {
  font-style: italic;
}
#eg-ss-article-content-modal .eg-article-content a,
#eg-ss-article-content-modal .eg-article-content a:link,
#eg-ss-article-content-modal .eg-article-content a:visited,
#eg-ss-article-content-modal .eg-article-content a:active {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  margin-left: 1px;
}
#eg-ss-article-content-modal .eg-article-content a:hover,
#eg-ss-article-content-modal .eg-article-content a:link:hover,
#eg-ss-article-content-modal .eg-article-content a:visited:hover,
#eg-ss-article-content-modal .eg-article-content a:active:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-content-modal .eg-article-content a[data-url] {
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#eg-ss-article-content-modal .eg-article-content a[data-url]:hover {
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-article-content-modal .eg-article-content img {
  /*max-width: 100%;*/
  height: auto;
}
#eg-ss-article-content-modal .eg-article-content p {
  padding: 0;
}
#eg-ss-article-content-modal .eg-article-content dl dd {
  margin-left: 1em;
}
#eg-ss-article-content-modal .eg-article-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#eg-ss-article-content-modal .eg-article-content sup {
  vertical-align: super;
  font-size: smaller;
}
#eg-ss-article-content-modal .eg-article-content sub {
  vertical-align: sub;
  font-size: smaller;
}
#eg-ss-article-content-modal .eg-article-content ul {
  list-style-type: disc;
  list-style-position: outside;
}
#eg-ss-article-content-modal .eg-article-content h1,
#eg-ss-article-content-modal .eg-article-content h2,
#eg-ss-article-content-modal .eg-article-content h3,
#eg-ss-article-content-modal .eg-article-content h4,
#eg-ss-article-content-modal .eg-article-content h5,
#eg-ss-article-content-modal .eg-article-content h6 {
  font-weight: bold;
}
#eg-ss-article-content-modal .eg-article-content i,
#eg-ss-article-content-modal .eg-article-content em {
  font-style: italic;
}
#eg-ss-article-content-modal .eg-article-content table td {
  padding: 5px;
}
#eg-ss-article-content-modal .eg-article-location,
#eg-ss-article-content-modal .eg-article-url {
  visibility: hidden;
  display: none;
}
@media print {
  #eg-ss-article-content-modal .eg-article-location {
    visibility: visible;
    display: block;
    max-width: 100% !important;
  }
  #eg-ss-article-content-modal .eg-article-url {
    visibility: visible;
    display: block;
  }
  #eg-ss-article-content-modal blockquote {
    border: none;
    margin-left: 10px;
  }
}
#eg-ss-article-content-modal .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-content-modal .eg-badge {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 11px;
  font-weight: normal;
  padding: 2px 7px;
}
#eg-ss-article-content-modal .eg-heading-container {
  border-width: 8px;
  margin-left: -15px;
}
#eg-ss-article-content-modal .eg-heading-container .eg-heading {
  padding-right: 0;
}
#eg-ss-article-content-modal .eg-article-id {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-modal .modal-footer {
  margin-top: 10px;
  padding-left: 0px;
  padding-top: 30px;
}
#eg-ss-article-content-modal .tab-content {
  padding: 10px;
}
/*
Styling for the Article Content Component
Changes to this section will apply to the component found in:
components/article-content-window/article-content-window.html
*/
.eg-ss-body .eg-article-container {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  margin-top: 15px;
  border: 0;
}
.eg-ss-body .eg-article-container .panel-body {
  padding: 0;
}
@media (min-width: 992px) {
  .eg-ss-body .eg-article-container {
    padding-left: 10px;
  }
}
#eg-ss-article-content-window {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 0;
  overflow: visible;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 20px;
  /* Accordion style start */
  /* Style the buttons that are used to open and close the accordion panel */
  /*
     * Following padding top was added as per design team feedback
     */
  /* Style for Border Accordion */
  /* Style for close all and expand all sections*/
}
#eg-ss-article-content-window .modal-footer {
  border-color: #DDDDDD;
}
#eg-ss-article-content-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 0 0;
  margin-bottom: 15px;
}
#eg-ss-article-content-window .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-article-content-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-article-content-window .eg-article-meta-info {
  margin-bottom: 10px;
}
#eg-ss-article-content-window .eg-article-id {
  font-weight: normal;
}
#eg-ss-article-content-window .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-article-content-window .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-content-window .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-article-content-window .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-content-window .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-content-window .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-article-content-window .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-content-window .eg-link {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-window .eg-link-hover {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-content-window .eg-link-hover:hover {
  background-color: transparent;
  color: #005a9c;
}
#eg-ss-article-content-window .nav-tabs {
  border-color: #DDDDDD;
  margin-bottom: 10px;
}
#eg-ss-article-content-window .nav > li.active > a {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-color: #DDDDDD;
  border-bottom-color: transparent;
}
#eg-ss-article-content-window .nav > li.active > a:hover,
#eg-ss-article-content-window .nav > li.active > a:focus {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-article-content-window .nav > li.active > a:hover,
#eg-ss-article-content-window .nav > li.active > afocus {
  border-color: #DDDDDD;
  border-bottom-color: transparent;
}
#eg-ss-article-content-window .nav > li > a {
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  border-color: transparent;
  border-bottom-color: #DDDDDD;
}
#eg-ss-article-content-window .nav > li > a:hover,
#eg-ss-article-content-window .nav > li > a:focus {
  background-color: #f7f7f7;
 color: #454545;
}
#eg-ss-article-content-window .nav > li > a:hover,
#eg-ss-article-content-window .nav > li > afocus {
  border-color: transparent;
  border-bottom-color: #DDDDDD;
}
#eg-ss-article-content-window .eg-article-content {
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 22px;
  outline-style: none;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-x: auto;
}
#eg-ss-article-content-window .eg-article-content h1 {
  font-size: 2em;
}
#eg-ss-article-content-window .eg-article-content h2 {
  font-size: 1.5em;
}
#eg-ss-article-content-window .eg-article-content h3 {
  font-size: 1.2em;
}
#eg-ss-article-content-window .eg-article-content address {
  font-style: italic;
}
#eg-ss-article-content-window .eg-article-content a,
#eg-ss-article-content-window .eg-article-content a:link,
#eg-ss-article-content-window .eg-article-content a:visited,
#eg-ss-article-content-window .eg-article-content a:active {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
  margin-left: 1px;
}
#eg-ss-article-content-window .eg-article-content a:hover,
#eg-ss-article-content-window .eg-article-content a:link:hover,
#eg-ss-article-content-window .eg-article-content a:visited:hover,
#eg-ss-article-content-window .eg-article-content a:active:hover {
  background-color: transparent;
  color: #005a9c;
}
#eg-ss-article-content-window .eg-article-content a[data-url] {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#eg-ss-article-content-window .eg-article-content a[data-url]:hover {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-article-content-window .eg-article-content img {
  /*max-width: 100%;*/
  height: auto;
}
#eg-ss-article-content-window .eg-article-content p {
  padding: 0;
}
#eg-ss-article-content-window .eg-article-content dl dd {
  margin-left: 1em;
}
#eg-ss-article-content-window .eg-article-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#eg-ss-article-content-window .eg-article-content sup {
  vertical-align: super;
  font-size: smaller;
}
#eg-ss-article-content-window .eg-article-content sub {
  vertical-align: sub;
  font-size: smaller;
}
#eg-ss-article-content-window .eg-article-content ul {
  list-style-type: disc;
  list-style-position: outside;
}
#eg-ss-article-content-window .eg-article-content h1,
#eg-ss-article-content-window .eg-article-content h2,
#eg-ss-article-content-window .eg-article-content h3,
#eg-ss-article-content-window .eg-article-content h4,
#eg-ss-article-content-window .eg-article-content h5,
#eg-ss-article-content-window .eg-article-content h6 {
  font-weight: bold;
}
#eg-ss-article-content-window .eg-article-content i,
#eg-ss-article-content-window .eg-article-content em {
  font-style: italic;
}
#eg-ss-article-content-window .eg-article-content table td {
  padding: 5px;
}
#eg-ss-article-content-window .eg-article-location,
#eg-ss-article-content-window .eg-article-url {
  visibility: hidden;
  display: none;
}
@media print {
  #eg-ss-article-content-window .eg-article-location {
    visibility: visible;
    display: block;
    max-width: 100% !important;
  }
  #eg-ss-article-content-window .eg-article-url {
    visibility: visible;
    display: block;
  }
  #eg-ss-article-content-window blockquote {
    border: none;
    margin-left: 10px;
  }
}
#eg-ss-article-content-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-content-window .eg-badge {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 11px;
  font-weight: normal;
  padding: 2px 7px;
}
#eg-ss-article-content-window .eg-article-id {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-article-content-window .eg-heading-container .eg-heading {
  line-height: 1.2em;
}
#eg-ss-article-content-window .eg-article-meta-info {
  margin-bottom: 0px;
  display: none;
}
#eg-ss-article-content-window .eg-article-content h1 {
  font-size: 20px;
  color: #454545;
}
#eg-ss-article-content-window .eg-article-content h2 {
  font-size: 16px;
  color: #454545;
}
#eg-ss-article-content-window .eg-article-content h3 {
  font-size: 14px;
  color: #454545;
}
#eg-ss-article-content-window .eg-item-heading,
#eg-ss-article-content-window .sectionheader {
  background-color: #454545;
  color: #FDFBF9;
  font-size: 20px;
  
  font-weight: 600;
  padding: 7px 15px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 1px;
}
#eg-ss-article-content-window .eg-item-heading:after,
#eg-ss-article-content-window .sectionheader:after {
  content: "\f0d7";
  float: right;
  padding-top: 2px;
  margin-left: 5px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-window .eg-item-heading.active:after,
#eg-ss-article-content-window .sectionheader.active:after {
  content: "\f0d8";
}
#eg-ss-article-content-window .eg-item-body,
#eg-ss-article-content-window .sectionview {
  border-left: 2px solid #454545;
  padding: 10px 18px;
  overflow: hidden;
}
#eg-ss-article-content-window .eg-item-body:before,
#eg-ss-article-content-window .sectionview:before {
  content: " ";
  position: absolute;
  display: block;
  height: 5px;
  border-left: 2px solid #fff;
  margin-left: -20px;
  z-index: 99999;
}
#eg-ss-article-content-window .sectionheader {
  margin-top: 10px;
}
#eg-ss-article-content-window .eg-item-body {
  padding-top: 15px;
}
#eg-ss-article-content-window .eg-item-body:before {
  margin-top: -15px;
}
#eg-ss-article-content-window .eg-accordion {
  margin: 40px 0px;
}
#eg-ss-article-content-window .eg-item-body-border,
#eg-ss-article-content-window .eg-item-body-border-plus,
#eg-ss-article-content-window .eg-item-body-border-icon-before,
#eg-ss-article-content-window .eg-item-body-border-plus-icon-before,
#eg-ss-article-content-window .eg-item-body-container-plus {
  padding: 10px 18px;
  overflow: hidden;
}
#eg-ss-article-content-window .eg-item-body-border-plus {
  border-top: 1px solid #fff;
  margin-top: -1px;
}
#eg-ss-article-content-window .eg-item-heading-border,
#eg-ss-article-content-window .eg-item-heading-border-plus,
#eg-ss-article-content-window .eg-item-heading-border-icon-before,
#eg-ss-article-content-window .eg-item-heading-border-plus-icon-before,
#eg-ss-article-content-window .eg-item-heading-container-plus {
  background-color: #FDFBF9;
 color: #454545;
  font-size: 16px;
  
  font-weight: 600;
  border: 1px solid #cccccc;
  cursor: pointer;
  padding: 7px 15px;
  width: 100%;
}
#eg-ss-article-content-window .eg-item-heading-border-plus {
  border-left: 0;
  border-right: 0;
  padding: 18px 10px;
}
#eg-ss-article-content-window .eg-item-heading-border:after {
  content: "\f0d7";
  float: right;
  padding-top: 2px;
  margin-left: 5px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-window .eg-item-heading-border.active:after {
  content: "\f0d8";
}
#eg-ss-article-content-window .eg-item-heading-border-plus:after {
  content: "\f067";
  float: right;
  padding-top: 2px;
  margin-left: 5px;
  font: normal normal normal 16px/1 FontAwesome;
  -webkit-text-stroke: 1px white !important;
}
#eg-ss-article-content-window .eg-item-heading-border-plus.active:after {
  content: "\f068";
}
#eg-ss-article-content-window .eg-item-heading-border-icon-before:before {
  content: "\f0d7";
  float: left;
  padding-top: 2px;
  margin-right: 20px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-window .eg-item-heading-border-icon-before.active:before {
  content: "\f0d8";
}
#eg-ss-article-content-window .eg-item-heading-border-plus-icon-before:before {
  content: "\f067";
  float: left;
  padding-top: 2px;
  margin-right: 20px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-window .eg-item-heading-border-plus-icon-before.active:before {
  content: "\f068";
}
#eg-ss-article-content-window .eg-item-container {
  border: 1px solid #cccccc;
}
#eg-ss-article-content-window .eg-item-container .eg-item-heading-container-plus {
  border: 0;
}
#eg-ss-article-content-window .eg-accordion .eg-item-container:not(:first-of-type) {
  border-top: 0px;
}
#eg-ss-article-content-window .eg-item-heading-container-plus:after {
  content: "\f067";
  float: right;
  padding-top: 2px;
  margin-left: 5px;
  font: normal normal normal 16px/1 FontAwesome;
}
#eg-ss-article-content-window .eg-item-heading-container-plus.active:after {
  content: "\f068";
}
#eg-ss-article-content-window .eg-hide-collapse-expand .eg-accordion-expand-section {
  display: none;
}
#eg-ss-article-content-window .eg-accordion .eg-item {
  padding-bottom: 0px;
  margin-bottom: -1px;
}
#eg-ss-article-content-window .eg-accordion .eg-item:last-child {
  margin-bottom: 0px;
}
#eg-ss-article-content-window .eg-accordion-expand-section {
  margin-bottom: 10px;
}
#eg-ss-article-content-window .eg-accordion-expand {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #005a9c;
  color: #FDFBF9;
  border: 1px solid;
  font-size: 10px;
  cursor: pointer;
}
#eg-ss-article-content-window .eg-accordion-expand:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-article-content-window .eg-accordion-expand:not(.eg-input-group-button) {
  border-radius: 2px;
  padding: 5px 7px;
}
#eg-ss-article-content-window .eg-accordion-collapse {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #005a9c;
  color: #FDFBF9;
  border: 1px solid;
  font-size: 10px;
  cursor: pointer;
  margin-left: 5px;
}
#eg-ss-article-content-window .eg-accordion-collapse:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-article-content-window .eg-accordion-collapse:not(.eg-input-group-button) {
  border-radius: 2px;
  padding: 5px 7px;
}
/*
Styling for the Article Feedback Buttons Component
Changes to this section will apply to the component found in:
components/article-feedback-buttons/article-feedback-buttons.html
*/
#eg-ss-article-feedback-buttons {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
#eg-ss-article-feedback-buttons .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-article-feedback-buttons .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-article-feedback-buttons .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-article-feedback-buttons .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-feedback-buttons .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-feedback-buttons .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-feedback-buttons .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-article-feedback-buttons .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-feedback-buttons .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-article-feedback-buttons .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-feedback-buttons .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-feedback-buttons .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-article-feedback-buttons .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-feedback-buttons .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-article-feedback-buttons .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-feedback-buttons .eg-feedback-answers.eg-separation-top {
  margin-top: 16px;
}
#eg-ss-article-feedback-buttons .eg-table-display {
  display: table;
}
#eg-ss-article-feedback-buttons .eg-table-cell-display {
  display: table-cell;
  vertical-align: middle;
}
#eg-ss-article-feedback-buttons .eg-button-1,
#eg-ss-article-feedback-buttons .eg-button-2 {
  width: 80px;
  height: 42px;
  margin: 0;
}
#eg-ss-article-feedback-buttons .eg-separation-left {
  margin-left: 8px;
}
/*
Styling for the Article Feedback stars Component
Changes to this section will apply to the component found in:
components/article-feedback-stars/article-feedback-stars.html
*/
#eg-ss-article-feedback-stars {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-feedback-stars .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-article-feedback-stars .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-article-feedback-stars .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-article-feedback-stars .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-feedback-stars .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-feedback-stars .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-feedback-stars .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-article-feedback-stars .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-feedback-stars .eg-feedback-answers.eg-separation-top {
  margin-top: 15px;
}
/*
Styling for the Article Feedback Thumbs Component
Changes to this section will apply to the component found in:
components/article-feedback-thumbs/article-feedback-thumbs.html
*/
#eg-ss-article-feedback-thumbs {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-feedback-thumbs .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-article-feedback-thumbs .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-article-feedback-thumbs .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-article-feedback-thumbs .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-feedback-thumbs .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-feedback-thumbs .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-feedback-thumbs .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-article-feedback-thumbs .fa:not(.eg-fa-inherit) {
  color: #555;
}
/*
Styling for the Article Related Blockquotes Component
Changes to this section will apply to the component found in:
components/article-related-blockquotes/article-related-blockquotes.html
*/
#eg-ss-article-related-blockquotes {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-blockquotes .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-article-related-blockquotes .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-article-related-blockquotes .eg-heading-container .eg-heading {
  border-bottom: 1px solid transparent;
  margin: 0;
  padding: 0;
}
#eg-ss-article-related-blockquotes .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-blockquotes .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-blockquotes .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-article-related-blockquotes .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-related-blockquotes .eg-img-block-container {
  text-align: center;
}
#eg-ss-article-related-blockquotes .eg-img-block-container .eg-img-block {
  width: 100%;
  height: 140px;
  display: flex;
  text-align: justify;
  align-items: center;
  /* Align the flex-items vertically */
  justify-content: center;
  /* Optional, to align inner flex-items horizontally within the column  */
}
#eg-ss-article-related-blockquotes blockquote {
  border-color: #000;
  font-size: 14px;
}
/*
Styling for the Article Related List Component
Changes to this section will apply to the component found in:
components/article-related-list/article-related-list.html
*/
#eg-ss-article-related-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #DDDDDD;
  border-radius: 0px;
  margin-top: 50px;
}
#eg-ss-article-related-list .list-group {
  margin-bottom: 0;
}
#eg-ss-article-related-list .media-list {
  margin-bottom: 0;
}
#eg-ss-article-related-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-article-related-list .media-heading {
  font-weight: bold;
}
#eg-ss-article-related-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 7px 0;
}
#eg-ss-article-related-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-article-related-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-article-related-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #454545;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-article-related-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 0;
}
#eg-ss-article-related-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 0;
}
#eg-ss-article-related-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-list .eg-item-container:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-related-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 0 0;
  margin: 1px;
}
#eg-ss-article-related-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-article-related-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-related-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-article-related-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-related-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-article-related-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-article-related-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-article-related-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-article-related-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-article-related-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-article-related-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-article-related-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-article-related-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-article-related-list input.eg-form-control:-moz-placeholder,
#eg-ss-article-related-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-article-related-list input.eg-form-control::-moz-placeholder,
#eg-ss-article-related-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-article-related-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-article-related-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-article-related-list input.eg-form-control:placeholder-shown,
#eg-ss-article-related-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-article-related-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-article-related-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-article-related-list .eg-list-counter {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: 700;
}
#eg-ss-article-related-list .eg-item-content {
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
#eg-ss-article-related-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-article-related-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
@media (min-width: 992px) {
  #eg-ss-article-related-list {
    padding-left: 10px;
  }
}
#eg-ss-article-related-list .eg-item-container:last-child .eg-item-content {
  border-bottom: none;
}
#eg-ss-article-related-list .eg-heading-container .eg-heading:before {
  display: none;
}
/*
Styling for the Article Tools horizontal Component
Changes to this section will apply to the component found in:
components/article-tools-horizontal/article-tools-horizontal.html
*/
#eg-ss-article-tools-horizontal {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px;
}
#eg-ss-article-tools-horizontal .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-article-tools-horizontal .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-article-tools-horizontal .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-article-tools-horizontal .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-article-tools-horizontal .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-article-tools-horizontal .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-article-tools-horizontal .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-article-tools-horizontal .fa:not(.eg-fa-inherit) {
  color: #555;
}
#eg-ss-article-tools-horizontal .eg-tool {
  flex: initial;
  padding: 5px 7px;
  margin: 1px;
}
/*
Styling for the Bookmarks List Component
Changes to this section will apply to the component found in:
components/bookmarks-list/bookmarks-list.html
*/
#eg-ss-bookmarks-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-bookmarks-list .list-group {
  margin-bottom: 0;
}
#eg-ss-bookmarks-list .media-list {
  margin-bottom: 0;
}
#eg-ss-bookmarks-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-bookmarks-list .media-heading {
  font-weight: bold;
}
#eg-ss-bookmarks-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-bookmarks-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-bookmarks-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-bookmarks-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-bookmarks-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-bookmarks-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-bookmarks-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-bookmarks-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-bookmarks-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-bookmarks-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-bookmarks-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-bookmarks-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: transparent;
  color: #555;
  margin: 1px;
}
#eg-ss-bookmarks-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
}
#eg-ss-bookmarks-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 10px 15px;
}
#eg-ss-bookmarks-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-bookmarks-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-bookmarks-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-bookmarks-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-bookmarks-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-bookmarks-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-bookmarks-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-bookmarks-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-bookmarks-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-bookmarks-list input.eg-form-control:-moz-placeholder,
#eg-ss-bookmarks-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-bookmarks-list input.eg-form-control::-moz-placeholder,
#eg-ss-bookmarks-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-bookmarks-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-bookmarks-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-bookmarks-list input.eg-form-control:placeholder-shown,
#eg-ss-bookmarks-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-bookmarks-list .media {
  border-top: 0 solid #DDDDDD;
  border-bottom: 0 solid #DDDDDD;
}
#eg-ss-bookmarks-list .fa:not(.eg-fa-inherit) {
 color: #454545;
}
#eg-ss-bookmarks-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
@media (min-width: 992px) {
  #eg-ss-bookmarks-list {
    padding: 15px 15px;
  }
  #eg-ss-bookmarks-list .eg-separation-right {
    margin-right: 10px;
  }
}
/*
Styling for the Bookmarks List Component
Changes to this section will apply to the component found in:
components/bookmarks-preview-list/bookmarks-preview-list.html
*/
#eg-ss-bookmarks-preview-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
}
#eg-ss-bookmarks-preview-list .list-group {
  margin-bottom: 0;
}
#eg-ss-bookmarks-preview-list .media-list {
  margin-bottom: 0;
}
#eg-ss-bookmarks-preview-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-bookmarks-preview-list .media-heading {
  font-weight: bold;
}
#eg-ss-bookmarks-preview-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-preview-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-bookmarks-preview-list .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-bookmarks-preview-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-bookmarks-preview-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #000;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-bookmarks-preview-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-preview-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-bookmarks-preview-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-preview-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-bookmarks-preview-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-preview-list .eg-item-container:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-bookmarks-preview-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px 0;
  margin: 1px;
}
#eg-ss-bookmarks-preview-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-bookmarks-preview-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-bookmarks-preview-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-bookmarks-preview-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-bookmarks-preview-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-bookmarks-preview-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-bookmarks-preview-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-bookmarks-preview-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-bookmarks-preview-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-bookmarks-preview-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-bookmarks-preview-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-bookmarks-preview-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-bookmarks-preview-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-bookmarks-preview-list input.eg-form-control:-moz-placeholder,
#eg-ss-bookmarks-preview-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-bookmarks-preview-list input.eg-form-control::-moz-placeholder,
#eg-ss-bookmarks-preview-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-bookmarks-preview-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-bookmarks-preview-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-bookmarks-preview-list input.eg-form-control:placeholder-shown,
#eg-ss-bookmarks-preview-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-bookmarks-preview-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-bookmarks-preview-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-bookmarks-preview-list .eg-list-counter {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: 700;
}
#eg-ss-bookmarks-preview-list .eg-item-content {
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
#eg-ss-bookmarks-preview-list .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-preview-list .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-bookmarks-preview-list .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-bookmarks-preview-list .eg-heading-container .eg-heading {
  text-transform: uppercase;
  margin-left: 1px;
}
#eg-ss-bookmarks-preview-list .eg-item-container:nth-last-child(2) {
  margin-bottom: 0;
}
#eg-ss-bookmarks-preview-list .eg-item-container .eg-item {
  padding: 10px 10px 0 0;
}
#eg-ss-bookmarks-preview-list .eg-no-item-container .eg-no-item {
  padding: 0px 15px 10px 0px;
}
#eg-ss-bookmarks-preview-list .eg-heading-container {
  padding: 14px 15px 10px 0px;
}
#eg-ss-bookmarks-preview-list .eg-button-container {
  padding-left: 0px;
}
/*
Styling for the Article suggestion window Component
Changes to this section will apply to the component found in:
components/comment-on-article-modal/comment-on-article-modal.html
*/
#eg-ss-comment-on-article-modal {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
  /*
    * Following styling is required for the text-angular editor
    */
}
#eg-ss-comment-on-article-modal .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-comment-on-article-modal .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-comment-on-article-modal .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-comment-on-article-modal .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  width: 50px;
}
#eg-ss-comment-on-article-modal .eg-form-group label:not(.eg-not-label),
#eg-ss-comment-on-article-modal .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-comment-on-article-modal .eg-form-group label.eg-error,
#eg-ss-comment-on-article-modal .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-comment-on-article-modal .eg-form-group label.eg-mandatory,
#eg-ss-comment-on-article-modal .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-comment-on-article-modal .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-comment-on-article-modal .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-comment-on-article-modal .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-comment-on-article-modal .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-comment-on-article-modal .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-color: #c7c7c7;
  color: #555;
  margin: 1px;
}
#eg-ss-comment-on-article-modal .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #555;
}
#eg-ss-comment-on-article-modal .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-comment-on-article-modal .eg-form-control {
  box-shadow: none;
}
#eg-ss-comment-on-article-modal .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-comment-on-article-modal .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-comment-on-article-modal .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-comment-on-article-modal input.eg-form-control::-webkit-input-placeholder,
#eg-ss-comment-on-article-modal textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-comment-on-article-modal input.eg-form-control:-moz-placeholder,
#eg-ss-comment-on-article-modal textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-comment-on-article-modal input.eg-form-control::-moz-placeholder,
#eg-ss-comment-on-article-modal textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-comment-on-article-modal input.eg-form-control:-ms-input-placeholder,
#eg-ss-comment-on-article-modal textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-comment-on-article-modal input.eg-form-control:placeholder-shown,
#eg-ss-comment-on-article-modal textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-comment-on-article-modal .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-comment-on-article-modal .modal-header {
  border-bottom: 0 solid #FFF;
}
#eg-ss-comment-on-article-modal .modal-body {
  padding-bottom: 0;
}
#eg-ss-comment-on-article-modal .modal-footer {
  border-color: #FDFBF9;
}
#eg-ss-comment-on-article-modal .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-comment-on-article-modal .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-comment-on-article-modal .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-comment-on-article-modal .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-comment-on-article-modal label.eg-error,
#eg-ss-comment-on-article-modal .eg-error {
  color: #FF6600;
}
#eg-ss-comment-on-article-modal label.eg-mandatory,
#eg-ss-comment-on-article-modal .eg-mandatory {
  color: #FF6600;
}
#eg-ss-comment-on-article-modal .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-comment-on-article-modal .form-group textarea {
  height: 200px;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .btn {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-color: #c7c7c7;
  color: #555;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .btn:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #555;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .btn:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .form-control {
  box-shadow: none;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .form-control:focus {
  box-shadow: none;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper .form-control:focus {
  border-color: #999;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper input.form-control::-webkit-input-placeholder,
#eg-ss-comment-on-article-modal .eg-form-control-wrapper textarea.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper input.form-control:-moz-placeholder,
#eg-ss-comment-on-article-modal .eg-form-control-wrapper textarea.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper input.form-control::-moz-placeholder,
#eg-ss-comment-on-article-modal .eg-form-control-wrapper textarea.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper input.form-control:-ms-input-placeholder,
#eg-ss-comment-on-article-modal .eg-form-control-wrapper textarea.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper input.form-control:placeholder-shown,
#eg-ss-comment-on-article-modal .eg-form-control-wrapper textarea.form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-comment-on-article-modal .eg-form-control-wrapper.focussed > .form-control {
  border-color: #999;
}
#eg-ss-comment-on-article-modal .eg-related-article-container {
  display: flex;
  margin-bottom: 10px;
}
#eg-ss-comment-on-article-modal .eg-related-article-container .eg-related-article-name {
  padding: 0px 10px 0px 20px;
}
#eg-ss-comment-on-article-modal .eg-related-article-container .eg-form-title {
  margin-bottom: 0px;
}
#eg-ss-comment-on-article-modal .eg-suggestion-attachments-container {
  margin-bottom: 20px;
  padding: 0px;
}
#eg-ss-comment-on-article-modal .eg-suggestion-attachments-container .eg-suggestion-attachment {
  margin: 5px;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #000;
  display: flex;
}
#eg-ss-comment-on-article-modal .eg-suggestion-attachments-container .eg-suggestion-attachment .eg-attachment-text {
  width: 90%;
}
@media (max-width: 1366px) {
  #eg-ss-comment-on-article-modal .ta-scroll-window > .ta-bind {
    min-height: 100px;
  }
}
@media (min-width: 1367px) {
  #eg-ss-comment-on-article-modal .ta-scroll-window > .ta-bind {
    min-height: 300px;
  }
}
#eg-ss-comment-on-article-modal .ta-editor {
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
@media (max-width: 1366px) {
  #eg-ss-comment-on-article-modal .ta-editor {
    min-height: 100px;
    height: 110px;
  }
}
@media (min-width: 1367px) {
  #eg-ss-comment-on-article-modal .ta-editor {
    min-height: 300px;
    height: 310px;
  }
}
#eg-ss-comment-on-article-modal .eg-button-3 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
}
#eg-ss-comment-on-article-modal .eg-button-3:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-comment-on-article-modal .eg-button-3:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
/*
Styling for the Contact Options Block Component
Changes to this section will apply to the component found in:
components/contact-options-block/contact-options-block.html
*/
#eg-ss-contact-options-block {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid transparent;
  border-radius: 0px;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  line-height: 57px;
}
#eg-ss-contact-options-block .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #555;
  padding: 0 0;
}
#eg-ss-contact-options-block .eg-heading-container .eg-heading {
  
  font-size: 40px;
  font-weight: normal;
}
#eg-ss-contact-options-block .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-contact-options-block .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-contact-options-block .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-contact-options-block .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-contact-options-block .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: #555;
}
#eg-ss-contact-options-block .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-contact-options-block .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-contact-options-block .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-contact-options-block .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-contact-options-block .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-contact-options-block .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-contact-options-block .panel-heading {
  border-bottom: 0 solid transparent;
}
#eg-ss-contact-options-block .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-contact-options-block .eg-button-1 {
  text-transform: uppercase;
}
/*
Styling for the Contact Us Window Component
Changes to this section will apply to the component found in:
components/contact-us-window/contact-us-window.html
*/
#eg-ss-contact-us-window {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
}
#eg-ss-contact-us-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-contact-us-window .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-contact-us-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-contact-us-window .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-contact-us-window .eg-form-group label:not(.eg-not-label),
#eg-ss-contact-us-window .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-contact-us-window .eg-form-group label.eg-error,
#eg-ss-contact-us-window .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-contact-us-window .eg-form-group label.eg-mandatory,
#eg-ss-contact-us-window .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-contact-us-window .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-contact-us-window .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-contact-us-window .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-contact-us-window .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-contact-us-window .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-contact-us-window .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-contact-us-window .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-contact-us-window .eg-form-control {
  box-shadow: none;
}
#eg-ss-contact-us-window .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-contact-us-window .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-contact-us-window .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-contact-us-window input.eg-form-control::-webkit-input-placeholder,
#eg-ss-contact-us-window textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-contact-us-window input.eg-form-control:-moz-placeholder,
#eg-ss-contact-us-window textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-contact-us-window input.eg-form-control::-moz-placeholder,
#eg-ss-contact-us-window textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-contact-us-window input.eg-form-control:-ms-input-placeholder,
#eg-ss-contact-us-window textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-contact-us-window input.eg-form-control:placeholder-shown,
#eg-ss-contact-us-window textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-contact-us-window .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-contact-us-window .modal-header {
  border-bottom: 1px solid transparent;
}
#eg-ss-contact-us-window .modal-body {
  padding-bottom: 0;
}
#eg-ss-contact-us-window .modal-footer {
  border-color: transparent;
}
#eg-ss-contact-us-window .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-contact-us-window .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-contact-us-window .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-contact-us-window .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-contact-us-window label.eg-error,
#eg-ss-contact-us-window .eg-error {
  color: #FF6600;
}
#eg-ss-contact-us-window label.eg-mandatory,
#eg-ss-contact-us-window .eg-mandatory {
  color: #FF6600;
}
#eg-ss-contact-us-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-contact-us-window .form-group textarea {
  height: 80px;
}
/*
Styling for the Email Article Modal Component
Changes to this section will apply to the component found in:
components/email-article-modal/email-article-modal.html
*/
#eg-ss-email-article-modal {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
}
#eg-ss-email-article-modal .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-email-article-modal .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-email-article-modal .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-email-article-modal .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  width: 50px;
}
#eg-ss-email-article-modal .eg-form-group label:not(.eg-not-label),
#eg-ss-email-article-modal .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-email-article-modal .eg-form-group label.eg-error,
#eg-ss-email-article-modal .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-email-article-modal .eg-form-group label.eg-mandatory,
#eg-ss-email-article-modal .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-email-article-modal .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-email-article-modal .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-email-article-modal .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-email-article-modal .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-email-article-modal .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-email-article-modal .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-email-article-modal .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-email-article-modal .eg-form-control {
  box-shadow: none;
}
#eg-ss-email-article-modal .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-email-article-modal .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-email-article-modal .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-email-article-modal input.eg-form-control::-webkit-input-placeholder,
#eg-ss-email-article-modal textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-email-article-modal input.eg-form-control:-moz-placeholder,
#eg-ss-email-article-modal textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-email-article-modal input.eg-form-control::-moz-placeholder,
#eg-ss-email-article-modal textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-email-article-modal input.eg-form-control:-ms-input-placeholder,
#eg-ss-email-article-modal textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-email-article-modal input.eg-form-control:placeholder-shown,
#eg-ss-email-article-modal textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-email-article-modal .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-email-article-modal .modal-header {
  border-bottom: 0 solid #FFF;
}
#eg-ss-email-article-modal .modal-body {
  padding-bottom: 0;
}
#eg-ss-email-article-modal .modal-footer {
  border-color: #FDFBF9;
}
#eg-ss-email-article-modal .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-email-article-modal .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-email-article-modal .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-email-article-modal .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-email-article-modal label.eg-error,
#eg-ss-email-article-modal .eg-error {
  color: #FF6600;
}
#eg-ss-email-article-modal label.eg-mandatory,
#eg-ss-email-article-modal .eg-mandatory {
  color: #FF6600;
}
#eg-ss-email-article-modal .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-email-article-modal .form-group textarea {
  height: 80px;
}
#eg-ss-email-article-modal .eg-button-container {
  /*Following properties are added to vertical align the notification*/
  line-height: 2.5;
}
/*
Styling for the Guided Help Questions List Component
Changes to this section will apply to the component found in:
components/gh-questions-list/gh-questions-list.html
*/
#egain-selfservice-embedded-gh {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.40 !important;
}
#egain-selfservice-embedded-gh .panel {
  border-radius: 3px;
  margin-left: 15px;
  border: none;
  color: #454545;
  box-shadow: none;
}
#egain-selfservice-embedded-gh .panel-heading {
  padding: 0px;
  background: #FDFBF9;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-color: #E1E1E1;
}
#egain-selfservice-embedded-gh .panel-heading h3 {
  color: #5787F5;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
#egain-selfservice-embedded-gh .panel-heading .panel-title {
  right: 10px;
  top: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #F5F5F5;
}
#egain-selfservice-embedded-gh .panel-heading .panel-title a:focus {
  text-decoration: none;
}
#egain-selfservice-embedded-gh #guided-help-solutions-list {
  padding-bottom: 10px;
}
#egain-selfservice-embedded-gh #guided-help-solutions-list .panel-title {
  left: 15px;
  position: inherit;
  /*background: #F7F8FA;*/
  margin-bottom: 0px;
  padding: 6px;
}
#egain-selfservice-embedded-gh #guided-help-solutions-list .panel-heading {
  padding: 0px;
}
#egain-selfservice-embedded-gh #guided-help-solutions-list .solution-container {
  border: 1px solid #e0e0e0;
  min-height: 42px;
  margin-right: 10px;
}
#egain-selfservice-embedded-gh #guided-help-solutions-list .solution-container .list-group {
  padding-left: 40px;
}
#egain-selfservice-embedded-gh .list-group {
  margin-bottom: 0px;
}
#egain-selfservice-embedded-gh .list-group-item {
  padding-top: 0px;
  background-color: #FDFBF9;
  color: #101010;
  margin: 0px;
  border: 0px;
  padding-left: 0px;
  margin-left: 1px;
  margin-right: 10px;
}
#egain-selfservice-embedded-gh .list-group-item a {
  background-color: #FDFBF9;
  color: #00a5d2;
}
#egain-selfservice-embedded-gh .list-group-item a:focus {
  text-decoration: none;
}
#egain-selfservice-embedded-gh .list-group-item .row .pull-right span {
  padding-right: 10px;
}
#egain-selfservice-embedded-gh .list-group-item select {
  width: 250px;
  max-width: 400px;
  border-color: #E1E1E1;
  border-radius: 3px;
}
#egain-selfservice-embedded-gh .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 7px;
}
#egain-selfservice-embedded-gh .list-group-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#egain-selfservice-embedded-gh .list-group-item.unansweredSection:last-child .media {
  border-bottom-width: 0px;
}
#egain-selfservice-embedded-gh .list-group-item.answeredSection {
  border-bottom: 1px solid #e0e0e0;
}
#egain-selfservice-embedded-gh .list-group-item.answeredSection .answers {
  padding-left: 42px;
}
#egain-selfservice-embedded-gh .list-group-item:not(:first-child) {
  padding-top: 7px;
}
#egain-selfservice-embedded-gh .list-group-item-primary {
  color: #5787F5;
  background: #FDFBF9;
}
#egain-selfservice-embedded-gh .list-group-item-primary h3 {
  color: #454545;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#egain-selfservice-embedded-gh .list-group-item-primary h3 {
  padding: 0;
  margin: 0;
}
#egain-selfservice-embedded-gh .button-container {
  margin-top: 20px;
}
#egain-selfservice-embedded-gh .btn {
  border-radius: 0px;
}
#egain-selfservice-embedded-gh .btn.btn-primary {
  border-color: #00a5d2;
  color: #FDFBF9;
  background-color: #00a5d2;
}
#egain-selfservice-embedded-gh .btn.btn-secondary {
  border-color: #C7C7C7;
  background: #C7C7C7;
  color: #FDFBF9;
}
#egain-selfservice-embedded-gh .additional-info {
  margin-top: 10px;
  margin-right: 20px;
}
#egain-selfservice-embedded-gh .guided-help-diagnostics-container {
  margin-top: 20px;
}
#egain-selfservice-embedded-gh input,
#egain-selfservice-embedded-gh textarea {
  background-color: #FDFBF9;
  color: #555555;
  margin-bottom: 5px;
}
#egain-selfservice-embedded-gh input {
  margin-bottom: 2px;
  vertical-align: middle;
}
#egain-selfservice-embedded-gh .text-danger {
  color: #FF623C;
}
#egain-selfservice-embedded-gh a:hover {
  cursor: pointer !important;
}
#egain-selfservice-embedded-gh .unansweredSection {
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
#egain-selfservice-embedded-gh .unansweredSection .media {
  padding-bottom: 10px;
  margin-top: 0px;
}
#egain-selfservice-embedded-gh .unansweredSection:not(:first-child) {
  border-top: none;
}
#egain-selfservice-embedded-gh .question-selected {
  background-color: #e4e7f2;
}
#egain-selfservice-embedded-gh .question-selected a {
  background-color: #e4e7f2;
}
#egain-selfservice-embedded-gh .linked-list-item:hover {
  color: #00a5d2;
  cursor: unset;
}
#egain-selfservice-embedded-gh .linked-list-item:hover a {
  color: #00a5d2;
}
#egain-selfservice-embedded-gh .block-ui-message {
  background-color: #00a5d2;
  color: #FDFBF9;
  font-size: 17px;
}
#egain-selfservice-embedded-gh .heading,
#egain-selfservice-embedded-gh .sub-heading {
  background: #FDFBF9;
  color: #5787F5;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
#egain-selfservice-embedded-gh .heading {
  font-size: 26px;
  margin-bottom: 20px;
}
#egain-selfservice-embedded-gh .sub-heading {
  font-size: 20px;
  margin-bottom: 5px;
}
#egain-selfservice-embedded-gh .useful-items {
  padding-left: 0px;
}
#egain-selfservice-embedded-gh .useful-items li {
  list-style: none;
  padding: 4px 0;
}
#egain-selfservice-embedded-gh .no-border {
  border: none;
  padding-left: 0px;
  margin-left: 0px;
}
#egain-selfservice-embedded-gh .accordion-toggle {
  background-color: #F5F5F5 !important;
}
#egain-selfservice-embedded-gh .accordion-toggle span {
  font-size: 13px;
  font-weight: normal;
}
#egain-selfservice-embedded-gh .accordion-toggle .add-to-reply span {
  font-size: 13px;
}
#egain-selfservice-embedded-gh .fa {
  font-size: 13px;
}
#egain-selfservice-embedded-gh .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  /*background: #F7F8FA;*/
  padding: 0px 0px 0px 0px !important;
}
#egain-selfservice-embedded-gh .annotation {
  margin-top: 5px;
}
#egain-selfservice-embedded-gh img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#egain-selfservice-embedded-gh .fa-caret-right:before {
  margin-right: 2px;
}
#egain-selfservice-embedded-gh .panel-group {
  margin-bottom: 4px;
  padding-left: 25px;
  margin-top: 16px;
  margin-left: 12px;
  border-left: 1.2px solid #e0e0e0;
}
#egain-selfservice-embedded-gh .answers .panel-group {
  border-left: none;
  margin-top: 2px;
  margin-left: 10px;
}
#egain-selfservice-embedded-gh .eg-additional-questions {
  padding-top: 5px;
}
#egain-selfservice-embedded-gh .eg-colored-background {
  background-color: #F5F5F5;
  padding-left: 10px;
}
#egain-selfservice-embedded-gh .help-block {
  margin-top: 7px;
  padding-left: 35px;
  color: #101010;
}
#egain-selfservice-embedded-gh .help-block .previous-answers {
  padding-right: 10px;
  border-right: 1px solid #737373;
}
#egain-selfservice-embedded-gh .help-block .previous-answers:last-child {
  border: none;
}
#egain-selfservice-embedded-gh .help-block a {
  padding-left: 10px;
}
#egain-selfservice-embedded-gh .media-left img {
  max-width: inherit;
}
#egain-selfservice-embedded-gh .eg-previously-answered {
  margin-bottom: 0px;
  font-weight: normal;
  vertical-align: middle;
}
#egain-selfservice-embedded-gh .eg-heading-question {
  padding-top: 4px;
}
#egain-selfservice-embedded-gh .eg-heading-question b {
  font-size: 13px;
  font-weight: bold;
  color: #454545;
}
#egain-selfservice-embedded-gh .eg-heading-answer {
  padding-top: 4px;
}
#egain-selfservice-embedded-gh .eg-heading-answer b {
  font-size: 15px;
  font-weight: normal;
}
#egain-selfservice-embedded-gh .eg-quickpick-btn {
  margin-right: 25px;
  min-height: 45px;
}
#egain-selfservice-embedded-gh .eg-quickpick-btn button {
  margin-bottom: 10px;
}
#egain-selfservice-embedded-gh .media-body {
  display: inline;
}
#egain-selfservice-embedded-gh .open-icon {
  width: 13px;
  height: 13px;
}
#egain-selfservice-embedded-gh .open-icon:hover {
  cursor: pointer;
}
#egain-selfservice-embedded-gh .checkbox-answered {
  margin-bottom: 0px;
}
#egain-selfservice-embedded-gh .checkboxes span {
  vertical-align: bottom;
}
#egain-selfservice-embedded-gh .radio-button {
  padding-bottom: 2px;
}
#egain-selfservice-embedded-gh .radio-button span {
  vertical-align: middle;
}
#egain-selfservice-embedded-gh .eg-img-container {
  position: absolute;
}
#egain-selfservice-embedded-gh .eg-solution:not(:last-child) {
  padding-bottom: 0px;
}
#egain-selfservice-embedded-gh .eg-question {
  display: table;
}
/*
Styling for the Error Window Component
Changes to this section will apply to the component found in:
components/error-window/error-window.html
*/
#eg-ss-error-window {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #454545;
  border-radius: 0px;
  background-color: #454545;
  color: #FDFBF9;
  
  font-size: 18px;
  font-weight: normal;
}
#eg-ss-error-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-error-window .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-error-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-error-window .eg-link {
  background-color: transparent;
  color: #FDFBF9;
  
  font-size: 18px;
  font-weight: normal;
}
#eg-ss-error-window .eg-link-hover {
  background-color: transparent;
  color: #FDFBF9;
  
  font-size: 18px;
  font-weight: normal;
}
#eg-ss-error-window .eg-link-hover:hover {
  background-color: transparent;
  color: #FDFBF9;
}
#eg-ss-error-window .panel-heading {
  border-bottom: 1px solid #454545;
}
#eg-ss-error-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-error-window .error-logo {
  text-align: center;
  margin: 20px 0;
}
#eg-ss-error-window .panel-body {
  padding: 15px 15px 35px;
}
/*
Styling for the Escalation Search Results List Component
Changes to this section will apply to the component found in:
components/escalation-search-results-list/escalation-search-results-list.html
*/
#eg-ss-escalation-search-results-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  /*
     * EGS-45280: suggested by design team on SfB
     */
}
#eg-ss-escalation-search-results-list .list-group {
  margin-bottom: 0;
}
#eg-ss-escalation-search-results-list .media-list {
  margin-bottom: 0;
}
#eg-ss-escalation-search-results-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-escalation-search-results-list .media-heading {
  font-weight: bold;
}
#eg-ss-escalation-search-results-list .eg-badge {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-escalation-search-results-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 30px;
}
#eg-ss-escalation-search-results-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-escalation-search-results-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-escalation-search-results-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-escalation-search-results-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 30px;
}
#eg-ss-escalation-search-results-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-escalation-search-results-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 30px;
}
#eg-ss-escalation-search-results-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-escalation-search-results-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-escalation-search-results-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-escalation-search-results-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-escalation-search-results-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-escalation-search-results-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 30px;
  margin: 0;
}
#eg-ss-escalation-search-results-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 30px;
  background-color: transparent;
 color: #454545;
}
#eg-ss-escalation-search-results-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-escalation-search-results-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-escalation-search-results-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-escalation-search-results-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-escalation-search-results-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-escalation-search-results-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-escalation-search-results-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-escalation-search-results-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-escalation-search-results-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-escalation-search-results-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-escalation-search-results-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-escalation-search-results-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-escalation-search-results-list input.eg-form-control:-moz-placeholder,
#eg-ss-escalation-search-results-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-escalation-search-results-list input.eg-form-control::-moz-placeholder,
#eg-ss-escalation-search-results-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-escalation-search-results-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-escalation-search-results-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-escalation-search-results-list input.eg-form-control:placeholder-shown,
#eg-ss-escalation-search-results-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-escalation-search-results-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-escalation-search-results-list .fa:not(.eg-fa-inherit) {
 color: #454545;
}
#eg-ss-escalation-search-results-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-escalation-search-results-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-escalation-search-results-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
@media (min-width: 992px) {
  #eg-ss-escalation-search-results-list {
    padding: 5px 0 10px 0px;
  }
}
#eg-ss-escalation-search-results-list .eg-badge {
  border-radius: 0;
  padding: 2px 7px;
}
#eg-ss-escalation-search-results-list .eg-search-term {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 20px;
  font-weight: bold;
}
/*
Styling for the Footer Small Component
Changes to this section will apply to the component found in:
components/footer-small/footer-small.html
*/
#eg-ss-footer-small {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
  color: #FDFBF9;
  
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
#eg-ss-footer-small .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-footer-small .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-footer-small .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-footer-small .eg-link {
  background-color: transparent;
  color: #a1a1a1;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-footer-small .eg-link-hover {
  background-color: transparent;
  color: #a1a1a1;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-footer-small .eg-link-hover:hover {
  background-color: transparent;
  color: #a1a1a1;
}
#eg-ss-footer-small .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-footer-small .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-footer-small .panel-body {
  padding: 5px 0px 9px 0px;
}
/*
Styling for the Forgot Password Window Component
Changes to this section will apply to the component found in:
components/forgot-password-window/forgot-password-window.html
*/
#eg-ss-forgot-password-window {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-forgot-password-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-forgot-password-window .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-forgot-password-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-forgot-password-window .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  width: 50px;
}
#eg-ss-forgot-password-window .eg-form-group label:not(.eg-not-label),
#eg-ss-forgot-password-window .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-forgot-password-window .eg-form-group label.eg-error,
#eg-ss-forgot-password-window .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-forgot-password-window .eg-form-group label.eg-mandatory,
#eg-ss-forgot-password-window .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-forgot-password-window .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-forgot-password-window .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-forgot-password-window .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-forgot-password-window .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-forgot-password-window .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-forgot-password-window .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-forgot-password-window .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-forgot-password-window .eg-form-control {
  box-shadow: none;
}
#eg-ss-forgot-password-window .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-forgot-password-window .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-forgot-password-window .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-forgot-password-window input.eg-form-control::-webkit-input-placeholder,
#eg-ss-forgot-password-window textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-forgot-password-window input.eg-form-control:-moz-placeholder,
#eg-ss-forgot-password-window textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-forgot-password-window input.eg-form-control::-moz-placeholder,
#eg-ss-forgot-password-window textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-forgot-password-window input.eg-form-control:-ms-input-placeholder,
#eg-ss-forgot-password-window textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-forgot-password-window input.eg-form-control:placeholder-shown,
#eg-ss-forgot-password-window textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-forgot-password-window .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-forgot-password-window .modal-header {
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-forgot-password-window .modal-body {
  padding-bottom: 0;
}
#eg-ss-forgot-password-window .modal-footer {
  border-color: #DDDDDD;
}
#eg-ss-forgot-password-window .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-forgot-password-window .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-forgot-password-window .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-forgot-password-window .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-forgot-password-window label.eg-error,
#eg-ss-forgot-password-window .eg-error {
  color: #FF6600;
}
#eg-ss-forgot-password-window label.eg-mandatory,
#eg-ss-forgot-password-window .eg-mandatory {
  color: #FF6600;
}
#eg-ss-forgot-password-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-forgot-password-window .eg-forgot-password-result {
  margin-top: 15px;
}
#eg-ss-gh-casebases-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-gh-casebases-list .list-group {
  margin-bottom: 0;
}
#eg-ss-gh-casebases-list .media-list {
  margin-bottom: 0;
}
#eg-ss-gh-casebases-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-gh-casebases-list .media-heading {
  font-weight: bold;
}
#eg-ss-gh-casebases-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-casebases-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-gh-casebases-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-gh-casebases-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-gh-casebases-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-gh-casebases-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-casebases-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-gh-casebases-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-casebases-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-gh-casebases-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-gh-casebases-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-casebases-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-gh-casebases-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-gh-casebases-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-gh-casebases-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-gh-casebases-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-gh-casebases-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-gh-casebases-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-gh-casebases-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-gh-casebases-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-gh-casebases-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-gh-casebases-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-gh-casebases-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-gh-casebases-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-gh-casebases-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-gh-casebases-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-gh-casebases-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-gh-casebases-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-gh-casebases-list input.eg-form-control:-moz-placeholder,
#eg-ss-gh-casebases-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-gh-casebases-list input.eg-form-control::-moz-placeholder,
#eg-ss-gh-casebases-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-gh-casebases-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-gh-casebases-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-gh-casebases-list input.eg-form-control:placeholder-shown,
#eg-ss-gh-casebases-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-gh-casebases-list .list-group-item {
  border-top: 0 solid #DDDDDD;
  border-bottom: 0 solid #DDDDDD;
}
#eg-ss-gh-casebases-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-gh-casebases-list .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-gh-casebases-list .media {
  border-top: 0 solid #DDDDDD;
}
#eg-ss-gh-casebases-list .media:first-child {
  border-top: none;
}
#eg-ss-gh-casebases-list .media-body h4 {
  
  font-weight: bold;
  border-left: 5px solid #DDDDDD;
  padding-left: 9px;
}
#eg-ss-gh-casebases-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-gh-casebases-list label:not(.eg-not-label),
#eg-ss-gh-casebases-list .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 992px) {
  #eg-ss-gh-casebases-list .eg-separation-right {
    margin-right: 10px;
  }
}
/*
Styling for the Announcements Carousel Component
Changes to this section will apply to the component found in:
components/gh-question-modal/gh-question-modal.html
*/
#eg-ss-gh-question-modal {
  background-color: #FDFBF9;
  height: 100%;
  padding: 10px 20px;
  position: relative;
  width: 100%;
  border-radius: 0px;
}
#eg-ss-gh-question-modal .eg-ss-sub-component {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
}
#eg-ss-gh-question-modal .list-group {
  margin-bottom: 0;
}
#eg-ss-gh-question-modal .media-list {
  margin-bottom: 0;
}
#eg-ss-gh-question-modal .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-gh-question-modal .media-heading {
  font-weight: bold;
}
#eg-ss-gh-question-modal .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-gh-question-modal .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-gh-question-modal .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-gh-question-modal .eg-heading-question {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
}
#eg-ss-gh-question-modal .eg-heading-question .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-gh-question-modal .eg-guidance-heading {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
}
#eg-ss-gh-question-modal .eg-guidance-heading .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-gh-question-modal .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-no-item-container .eg-no-item {
  display: block;
  padding: 15px 15px;
}
#eg-ss-gh-question-modal .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-separator-container .eg-separator {
  display: block;
  padding: 15px 15px;
}
#eg-ss-gh-question-modal .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-gh-question-modal .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
  color: #555;
}
#eg-ss-gh-question-modal .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-gh-question-modal .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
  color: #555;
}
#eg-ss-gh-question-modal .eg-item-container .eg-item {
  display: block;
  padding: 15px 15px;
  margin: 0;
}
#eg-ss-gh-question-modal .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 15px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-gh-question-modal .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-gh-question-modal .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-gh-question-modal .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-gh-question-modal .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #C7C7C7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
  border-color: #C7C7C7;
 color: #454545;
  margin: 1px;
}
#eg-ss-gh-question-modal .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #C7C7C7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
 color: #454545;
}
#eg-ss-gh-question-modal .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-gh-question-modal label.eg-error,
#eg-ss-gh-question-modal .eg-error {
  color: #FF6600;
}
#eg-ss-gh-question-modal .list-group-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#eg-ss-gh-question-modal .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-gh-question-modal .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-gh-question-modal .panel-heading {
  border-bottom: 1px solid transparent;
}
#eg-ss-gh-question-modal .media {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#eg-ss-gh-question-modal .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-gh-question-modal .eg-link {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-link-hover {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-link-hover:hover {
  background-color: transparent;
  color: #005a9c;
}
#eg-ss-gh-question-modal .eg-form-control {
  box-shadow: none;
}
#eg-ss-gh-question-modal .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-gh-question-modal .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-gh-question-modal .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-gh-question-modal input.eg-form-control::-webkit-input-placeholder,
#eg-ss-gh-question-modal textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-gh-question-modal input.eg-form-control:-moz-placeholder,
#eg-ss-gh-question-modal textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-gh-question-modal input.eg-form-control::-moz-placeholder,
#eg-ss-gh-question-modal textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-gh-question-modal input.eg-form-control:-ms-input-placeholder,
#eg-ss-gh-question-modal textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-gh-question-modal input.eg-form-control:placeholder-shown,
#eg-ss-gh-question-modal textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-gh-question-modal .eg-color-border {
  border-color: transparent;
}
#eg-ss-gh-question-modal .eg-color-border table,
#eg-ss-gh-question-modal .eg-color-border .table,
#eg-ss-gh-question-modal .eg-color-border .table-responsive {
  border-color: transparent;
}
#eg-ss-gh-question-modal .eg-color-border table tr,
#eg-ss-gh-question-modal .eg-color-border .table tr,
#eg-ss-gh-question-modal .eg-color-border .table-responsive tr {
  border-color: transparent;
}
#eg-ss-gh-question-modal .eg-color-border table tr th,
#eg-ss-gh-question-modal .eg-color-border .table tr th,
#eg-ss-gh-question-modal .eg-color-border .table-responsive tr th,
#eg-ss-gh-question-modal .eg-color-border table tr td,
#eg-ss-gh-question-modal .eg-color-border .table tr td,
#eg-ss-gh-question-modal .eg-color-border .table-responsive tr td {
  border-color: transparent;
}
#eg-ss-gh-question-modal .eg-badge-1 {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 11px;
  font-weight: bold;
}
#eg-ss-gh-question-modal .eg-badge-2 {
  background-color: #777;
  color: #FDFBF9;
  
  font-size: 12px;
  font-weight: bold;
}
#eg-ss-gh-question-modal .eg-text-container {
  height: 140px;
}
#eg-ss-gh-question-modal .eg-text {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  margin-top: 10px;
  overflow: hidden;
  background-color: #FDFBF9;
  font-weight: 600;
  padding: 10px 10px;
}
#eg-ss-gh-question-modal .eg-text .eg-text-content {
  line-height: 25px;
  margin: 0;
  max-height: 100px;
  overflow: hidden;
}
#eg-ss-gh-question-modal .carousel {
  height: 100%;
  position: static;
}
#eg-ss-gh-question-modal .carousel-indicators {
  display: none;
}
#eg-ss-gh-question-modal .carousel-inner {
  height: 100%;
}
#eg-ss-gh-question-modal .carousel-caption {
 color: #454545;
  left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  right: 0;
  text-shadow: none;
  text-align: left;
  top: 0;
  width: 100%;
}
#eg-ss-gh-question-modal .carousel-control {
  display: none;
}
#eg-ss-gh-question-modal .list-group-item {
  text-align: left;
}
#eg-ss-gh-question-modal .text-center {
  text-align: left;
}
#eg-ss-gh-question-modal .eg-separation-top {
  margin-top: 15px;
}
#eg-ss-gh-question-modal .eg-question-container {
  border-left: 1px solid #DDDDDD;
  border-right: 0px;
  padding-left: 15px;
}
#eg-ss-gh-question-modal .eg-no-border:before {
  border: none !important;
}
#eg-ss-gh-question-modal .media-body .eg-item-container .eg-item {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 5px 5px;
  border-bottom: none;
}
#eg-ss-gh-question-modal .media-body .eg-item-container .eg-item input[type="radio"],
#eg-ss-gh-question-modal .media-body .eg-item-container .eg-item input[type="checkbox"] {
  margin-top: 1px;
}
#eg-ss-gh-question-modal .media-body .eg-item-container .eg-item .eg-item-text {
  flex: auto;
}
#eg-ss-gh-question-modal .guidance img {
  height: auto;
  width: 100%;
  display: block;
}
#eg-ss-gh-question-modal .eg-component-article {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid #DDDDDD;
  border-radius: 0px;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-component-article .modal-footer {
  border-color: #DDDDDD;
}
#eg-ss-gh-question-modal .eg-component-article .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-gh-question-modal .eg-component-article .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-meta-info {
  margin-bottom: 10px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-id {
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-component-article .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-gh-question-modal .eg-component-article .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-gh-question-modal .eg-component-article .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #C7C7C7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
  border-color: #C7C7C7;
 color: #454545;
  margin: 1px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #C7C7C7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
 color: #454545;
}
#eg-ss-gh-question-modal .eg-component-article .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-link {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-component-article .eg-link-hover {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-component-article .eg-link-hover:hover {
  background-color: transparent;
  color: #005a9c;
}
#eg-ss-gh-question-modal .eg-component-article .nav-tabs {
  border-color: #DDDDDD;
  margin-bottom: 10px;
}
#eg-ss-gh-question-modal .eg-component-article .nav > li.active > a {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-color: #DDDDDD;
  border-bottom-color: transparent;
}
#eg-ss-gh-question-modal .eg-component-article .nav > li.active > a:hover,
#eg-ss-gh-question-modal .eg-component-article .nav > li.active > a:focus {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-gh-question-modal .eg-component-article .nav > li.active > a:hover,
#eg-ss-gh-question-modal .eg-component-article .nav > li.active > afocus {
  border-color: #DDDDDD;
  border-bottom-color: transparent;
}
#eg-ss-gh-question-modal .eg-component-article .nav > li > a {
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  border-color: transparent;
  border-bottom-color: #DDDDDD;
}
#eg-ss-gh-question-modal .eg-component-article .nav > li > a:hover,
#eg-ss-gh-question-modal .eg-component-article .nav > li > a:focus {
  background-color: #f7f7f7;
 color: #454545;
}
#eg-ss-gh-question-modal .eg-component-article .nav > li > a:hover,
#eg-ss-gh-question-modal .eg-component-article .nav > li > afocus {
  border-color: transparent;
  border-bottom-color: #DDDDDD;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content {
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 22px;
  outline-style: none;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-x: auto;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h1 {
  font-size: 2em;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h2 {
  font-size: 1.5em;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h3 {
  font-size: 1.2em;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content address {
  font-style: italic;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a:link,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a:visited,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a:active {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
  margin-left: 1px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a:hover,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a:link:hover,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a:visited:hover,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a:active:hover {
  background-color: transparent;
  color: #005a9c;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a[data-url] {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content a[data-url]:hover {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content img {
  /*max-width: 100%;*/
  height: auto;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content p {
  padding: 0;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content dl dd {
  margin-left: 1em;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content sup {
  vertical-align: super;
  font-size: smaller;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content sub {
  vertical-align: sub;
  font-size: smaller;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content ul {
  list-style-type: disc;
  list-style-position: outside;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h1,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h2,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h3,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h4,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h5,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content h6 {
  font-weight: bold;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content i,
#eg-ss-gh-question-modal .eg-component-article .eg-article-content em {
  font-style: italic;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-content table td {
  padding: 5px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-location,
#eg-ss-gh-question-modal .eg-component-article .eg-article-url {
  visibility: hidden;
  display: none;
}
@media print {
  #eg-ss-gh-question-modal .eg-component-article .eg-article-location {
    visibility: visible;
    display: block;
    max-width: 100% !important;
  }
  #eg-ss-gh-question-modal .eg-component-article .eg-article-url {
    visibility: visible;
    display: block;
  }
  #eg-ss-gh-question-modal .eg-component-article blockquote {
    border: none;
    margin-left: 10px;
  }
}
#eg-ss-gh-question-modal .eg-component-article .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-gh-question-modal .eg-component-article .eg-badge {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 11px;
  font-weight: normal;
  padding: 2px 7px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-heading-container {
  border-width: 8px;
  margin-left: -15px;
}
#eg-ss-gh-question-modal .eg-component-article .eg-heading-container .eg-heading {
  padding-right: 0;
}
#eg-ss-gh-question-modal .eg-component-article .eg-article-id {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-question-modal .eg-component-article .modal-footer {
  margin-top: 10px;
  padding-left: 0px;
  padding-top: 30px;
}
#eg-ss-gh-questions-list {
  background-color: transparent;
  margin-top: 30px;
}
#eg-ss-gh-questions-list .eg-ss-sub-component {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
}
#eg-ss-gh-questions-list .list-group {
  margin-bottom: 0;
}
#eg-ss-gh-questions-list .media-list {
  margin-bottom: 0;
}
#eg-ss-gh-questions-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-gh-questions-list .media-heading {
  font-weight: bold;
}
#eg-ss-gh-questions-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-gh-questions-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-gh-questions-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-gh-questions-list .eg-heading-question {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
}
#eg-ss-gh-questions-list .eg-heading-question .eg-heading {
  
  font-size: 20px;
  font-weight: 600;
}
#eg-ss-gh-questions-list .eg-guidance-heading {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FFF548;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FFF548, #FFF548);
 color: #454545;
}
#eg-ss-gh-questions-list .eg-guidance-heading .eg-heading {
  
  font-size: 12px;
  font-weight: 700;
}
#eg-ss-gh-questions-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #454545;
  
  font-size: 16px;
  font-weight: normal;
}
#eg-ss-gh-questions-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 15px 15px;
}
#eg-ss-gh-questions-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 16px;
  font-weight: normal;
}
#eg-ss-gh-questions-list .eg-separator-container .eg-separator {
  display: block;
  padding: 15px 15px;
}
#eg-ss-gh-questions-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-gh-questions-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #454545;
  
  font-size: 16px;
  font-weight: normal;
}
#eg-ss-gh-questions-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-gh-questions-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #454545;
  
  font-size: 16px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-gh-questions-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-gh-questions-list .eg-item-container .eg-item {
  display: block;
  padding: 15px 15px;
  margin: 0;
}
#eg-ss-gh-questions-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 15px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-gh-questions-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-color: #454545;
 color: #454545;
  margin: 1px;
}
#eg-ss-gh-questions-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-gh-questions-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-gh-questions-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #C7C7C7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
  border-color: #C7C7C7;
 color: #454545;
  margin: 1px;
}
#eg-ss-gh-questions-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #C7C7C7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
 color: #454545;
}
#eg-ss-gh-questions-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-gh-questions-list label.eg-error,
#eg-ss-gh-questions-list .eg-error {
  color: #FF6600;
}
#eg-ss-gh-questions-list .list-group-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#eg-ss-gh-questions-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-gh-questions-list .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-gh-questions-list .panel-heading {
  border-bottom: 1px solid transparent;
}
#eg-ss-gh-questions-list .media {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#eg-ss-gh-questions-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-gh-questions-list .eg-link {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-questions-list .eg-link-hover {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-gh-questions-list .eg-link-hover:hover {
  background-color: transparent;
  color: #005a9c;
}
#eg-ss-gh-questions-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-gh-questions-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-gh-questions-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-gh-questions-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-gh-questions-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-gh-questions-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-gh-questions-list input.eg-form-control:-moz-placeholder,
#eg-ss-gh-questions-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-gh-questions-list input.eg-form-control::-moz-placeholder,
#eg-ss-gh-questions-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-gh-questions-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-gh-questions-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-gh-questions-list input.eg-form-control:placeholder-shown,
#eg-ss-gh-questions-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-gh-questions-list .eg-color-border {
  border-color: transparent;
}
#eg-ss-gh-questions-list .eg-color-border table,
#eg-ss-gh-questions-list .eg-color-border .table,
#eg-ss-gh-questions-list .eg-color-border .table-responsive {
  border-color: transparent;
}
#eg-ss-gh-questions-list .eg-color-border table tr,
#eg-ss-gh-questions-list .eg-color-border .table tr,
#eg-ss-gh-questions-list .eg-color-border .table-responsive tr {
  border-color: transparent;
}
#eg-ss-gh-questions-list .eg-color-border table tr th,
#eg-ss-gh-questions-list .eg-color-border .table tr th,
#eg-ss-gh-questions-list .eg-color-border .table-responsive tr th,
#eg-ss-gh-questions-list .eg-color-border table tr td,
#eg-ss-gh-questions-list .eg-color-border .table tr td,
#eg-ss-gh-questions-list .eg-color-border .table-responsive tr td {
  border-color: transparent;
}
#eg-ss-gh-questions-list .eg-badge-1 {
  background-color: #FDFBF9;
 color: #454545;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
}
#eg-ss-gh-questions-list .eg-badge-2 {
  background-color: #777;
  color: #FDFBF9;
  
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 991px) {
  #eg-ss-gh-questions-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  #eg-ss-gh-questions-list {
    margin-top: 2px;
  }
}
#eg-ss-gh-questions-list .eg-separation-top {
  margin-top: 30px;
}
#eg-ss-gh-questions-list .media .media-body {
  padding: 0 0 10px 0;
}
#eg-ss-gh-questions-list .eg-question-selected,
#eg-ss-gh-questions-list .eg-question-selected:hover {
  background-color: #eee;
  color: #555;
}
#eg-ss-gh-questions-list .eg-ss-sub-component {
  margin-top: 0px;
}
#eg-ss-gh-questions-list .panel {
  margin-bottom: 30px;
  border: 0;
  border-radius: 0px;
}
#eg-ss-gh-questions-list .panel .panel-body {
  padding: 0 0 20px 0;
}
#eg-ss-gh-questions-list .eg-no-border:before {
  border: none !important;
}
@media (min-width: 992px) {
  #eg-ss-gh-questions-list .eg-question-block {
    border-left: 0;
  }
}
#eg-ss-gh-questions-list .eg-question-container {
  margin-left: 0;
}
#eg-ss-gh-questions-list .eg-question-container .eg-item {
  padding-top: 0px;
  padding-left: 0px;
}
#eg-ss-gh-questions-list .eg-ss-sub-component .eg-item {
  border-bottom: 1px solid transparent;
  padding-left: 0px;
  margin-left: 15px;
  padding-right: 0;
  margin-right: 15px;
}
#eg-ss-gh-questions-list .media-body .eg-item-container {
  display: table;
  justify-content: center;
  font-size: 16px;
  padding: 10px;
  height: 112px;
}
@media (max-width: 992px) {
  #eg-ss-gh-questions-list .media-body .eg-item-container {
    font-size: 14px;
  }
}
#eg-ss-gh-questions-list .media-body .eg-item-container:hover {
  z-index: 1;
}
#eg-ss-gh-questions-list .media-body .eg-item-container .eg-item {
  height: inherit;
  margin: 0;
  display: table-cell;
  padding: 10px 10px;
  background-color: #f7f7f7;
  border: 0px solid #005a9c;
  border-radius: 0px;
  width: 100%;
  transition: background 0.2s ease-in;
  text-align: center;
  vertical-align: middle;
}
#eg-ss-gh-questions-list .media-body .eg-item-container .eg-item input[type="radio"],
#eg-ss-gh-questions-list .media-body .eg-item-container .eg-item input[type="checkbox"] {
  margin-top: 1px;
  height: 0;
  width: 0;
  display: none;
}
#eg-ss-gh-questions-list .media-body .eg-item-container .eg-item .eg-item-text {
  flex: auto;
}
#eg-ss-gh-questions-list .media-body .eg-item-container .eg-item .fa {
  font-weight: bold;
}
#eg-ss-gh-questions-list .media-body .eg-item-container .eg-item:hover {
  background-color: #EFEFEF;
}
#eg-ss-gh-questions-list .media-body .eg-item-container label {
  font-weight: bold;
}
#eg-ss-gh-questions-list .media-body .eg-item-container .eg-text-wrapper {
  max-height: 87px;
  display: inline-block;
  overflow: hidden;
}
#eg-ss-gh-questions-list .eg-guidance img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}
#eg-ss-gh-questions-list .panel-group .panel {
  border: none;
}
#eg-ss-gh-questions-list .panel-group .panel-body {
  border: none;
}
#eg-ss-gh-questions-list .guided-help-solutions-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #e1f7f8;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#e1f7f8, #e1f7f8);
  margin-top: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
}
#eg-ss-gh-questions-list .eg-guidance-block {
  padding-left: 0px;
}
#eg-ss-gh-questions-list .eg-guidance-block .eg-guidance-heading {
  width: 115px;
  margin-left: -15px;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#eg-ss-gh-questions-list .guided-help-solutions-list {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#eg-ss-gh-questions-list .eg-casebase-title {
  font-weight: 700;
  padding-left: 12px;
  font-size: 20px;
  margin-top: 10px;
  color: #454545;
}
#eg-ss-gh-questions-list .panel-group .panel-body {
  padding: 0px;
}
#eg-ss-gh-questions-list .eg-heading-question {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 12px;
}
#eg-ss-gh-questions-list .eg-heading-question .eg-heading {
  margin-bottom: 0;
}
#eg-ss-gh-questions-list .eg-button-1 {
  border-width: 2px;
}
#eg-ss-gh-questions-list .eg-gh-back-button {
  display: none;
}
/*
Styling for the Header Small Component
Changes to this section will apply to the component found in:
components/header-small/header-small.html
*/
#eg-ss-header-login {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0px;
}
#eg-ss-header-login .list-group {
  margin-bottom: 0;
}
#eg-ss-header-login .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-header-login .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-header-login .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-header-login .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-login .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-login .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-login .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-header-login .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-header-login .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-header-login .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-header-login .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-header-login .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-header-login .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-header-login .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-header-login .eg-form-control {
  box-shadow: none;
}
#eg-ss-header-login .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-header-login .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-header-login .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-header-login input.eg-form-control::-webkit-input-placeholder,
#eg-ss-header-login textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-header-login input.eg-form-control:-moz-placeholder,
#eg-ss-header-login textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-header-login input.eg-form-control::-moz-placeholder,
#eg-ss-header-login textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-header-login input.eg-form-control:-ms-input-placeholder,
#eg-ss-header-login textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-header-login input.eg-form-control:placeholder-shown,
#eg-ss-header-login textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-header-login .eg-dropdown-menu-container {
  position: relative;
}
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu {
  border: 1px solid #c7c7c7;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container,
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu li {
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 0 solid #c7c7c7;
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container:first-child,
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container:last-child,
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-login .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu {
  border: 1px solid #c7c7c7;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container,
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu li {
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 0 solid #c7c7c7;
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container:first-child,
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container:last-child,
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-login .eg-dropdown-menu-precursor + .dropdown-menu .active .eg-dropdown-menu-item {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-login .eg-navbar {
  box-shadow: none;
}
#eg-ss-header-login .eg-navbar .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-header-login .eg-navbar .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-login .eg-navbar .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-login .eg-navbar .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-header-login .eg-navbar .eg-item-container.eg-item-container-addon:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-login .eg-navbar .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-header-login .dropdown-menu .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-header-login .dropdown-menu .eg-no-item-container .eg-dropdown-menu-item-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-login .list-group-item {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
#eg-ss-header-login .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-login .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-login .eg-desktop-nav {
  margin-top: 20px;
}
#eg-ss-header-login .eg-dropdown-link .btn {
  border: none;
}
#eg-ss-header-login .navbar-collapse .navbar-nav {
  margin-top: 15px;
  border-top: 1px solid #c7c7c7;
}
#eg-ss-header-login .eg-logo-image {
  display: inline-block;
}
#eg-ss-header-login .eg-logo-image-container {
  display: inline-block;
  height: 65px;
  line-height: 65px;
}
@media (min-width: 992px) {
  #eg-ss-header-login .eg-logo-image-container {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #eg-ss-header-login .eg-logo-image-container {
    padding: 0;
  }
}
/*
Styling for the Header Small Component
Changes to this section will apply to the component found in:
components/header-with-search-and-menu/header-with-search-and-menu.html
*/
#eg-ss-header-with-search-and-menu {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 0;
  overflow: visible;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0px;
}
#eg-ss-header-with-search-and-menu .list-group {
  margin-bottom: 0;
}
#eg-ss-header-with-search-and-menu .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-header-with-search-and-menu .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-header-with-search-and-menu .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-header-with-search-and-menu .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-with-search-and-menu .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-with-search-and-menu .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-with-search-and-menu .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-header-with-search-and-menu .fa:not(.eg-fa-inherit) {
  color: #666;
}
#eg-ss-header-with-search-and-menu .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: transparent;
 color: #454545;
  margin: 1px;
}
#eg-ss-header-with-search-and-menu .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
}
#eg-ss-header-with-search-and-menu .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-header-with-search-and-menu .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-color: #dcdcdc;
  color: #666;
  margin: 1px;
}
#eg-ss-header-with-search-and-menu .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #666;
}
#eg-ss-header-with-search-and-menu .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 0 0;
}
#eg-ss-header-with-search-and-menu .eg-form-control {
  box-shadow: none;
}
#eg-ss-header-with-search-and-menu .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-header-with-search-and-menu .eg-form-control {
  background-color: #FDFBF9;
  border-color: #ccc;
  border-radius: 0;
 color: #454545;
}
#eg-ss-header-with-search-and-menu .eg-form-control:focus {
  border-color: #ccc;
}
#eg-ss-header-with-search-and-menu input.eg-form-control::-webkit-input-placeholder,
#eg-ss-header-with-search-and-menu textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
#eg-ss-header-with-search-and-menu input.eg-form-control:-moz-placeholder,
#eg-ss-header-with-search-and-menu textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}
#eg-ss-header-with-search-and-menu input.eg-form-control::-moz-placeholder,
#eg-ss-header-with-search-and-menu textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}
#eg-ss-header-with-search-and-menu input.eg-form-control:-ms-input-placeholder,
#eg-ss-header-with-search-and-menu textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
#eg-ss-header-with-search-and-menu input.eg-form-control:placeholder-shown,
#eg-ss-header-with-search-and-menu textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #555;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container {
  position: relative;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu {
  border: 1px solid #dcdcdc;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container,
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu li {
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 0 solid #dcdcdc;
  border-bottom: 0 solid #dcdcdc;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container:first-child,
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container:last-child,
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item:hover {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu {
  border: 1px solid #dcdcdc;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container,
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu li {
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 0 solid #dcdcdc;
  border-bottom: 0 solid #dcdcdc;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container:first-child,
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container:last-child,
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item:hover {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-menu-precursor + .dropdown-menu .active .eg-dropdown-menu-item {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-header-with-search-and-menu .eg-navbar {
  box-shadow: none;
}
#eg-ss-header-with-search-and-menu .eg-navbar .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-header-with-search-and-menu .eg-navbar .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-with-search-and-menu .eg-navbar .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-with-search-and-menu .eg-navbar .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-header-with-search-and-menu .eg-navbar .eg-item-container.eg-item-container-addon:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-with-search-and-menu .eg-navbar .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-header-with-search-and-menu .dropdown-menu .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-header-with-search-and-menu .dropdown-menu .eg-no-item-container .eg-dropdown-menu-item-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-with-search-and-menu .list-group-item {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#eg-ss-header-with-search-and-menu .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-with-search-and-menu .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-with-search-and-menu .eg-desktop-nav {
  margin-top: 20px;
}
#eg-ss-header-with-search-and-menu .eg-dropdown-link .btn {
  border: none;
}
#eg-ss-header-with-search-and-menu .navbar-collapse .navbar-nav {
  margin-top: 15px;
  border-top: 1px solid #c7c7c7;
}
#eg-ss-header-with-search-and-menu .eg-logo-image {
  display: inline-block;
}
#eg-ss-header-with-search-and-menu .eg-logo-image-container {
  display: inline-block;
  height: 65px;
  line-height: 65px;
}
@media (min-width: 992px) {
  #eg-ss-header-with-search-and-menu .eg-logo-image-container {
    padding: 0 15px;
  }
}
#eg-ss-header-with-search-and-menu .eg-topic-dropdown .dropdown-menu {
  max-height: 340px;
  min-width: 300px;
  overflow: auto;
}
@media (max-width: 350px) {
  #eg-ss-header-with-search-and-menu .eg-topic-dropdown .dropdown-menu {
    min-width: 270px;
  }
}
#eg-ss-header-with-search-and-menu .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#eg-ss-header-with-search-and-menu .eg-form-control {
  border: none;
  margin-left: 2px;
  width: 99%;
}
#eg-ss-header-with-search-and-menu .eg-button {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
#eg-ss-header-with-search-and-menu .eg-topic-dropdown-button {
  border: none;
  padding: 0 5px 0 0;
}
#eg-ss-header-with-search-and-menu .eg-topic-dropdown-button .eg-button-border-2 {
  border-right: 1px solid #ccc;
  padding: 5px 16px;
}
#eg-ss-header-with-search-and-menu .eg-topic-dropdown-button .fa {
 color: #454545;
}
#eg-ss-header-with-search-and-menu .eg-button-search {
  padding: 8px 12px;
}
#eg-ss-header-with-search-and-menu .eg-search-container {
  line-height: normal;
  margin-top: 8px;
  border: 1px solid #ccc;
}
#eg-ss-header-with-search-and-menu .eg-button-menu {
  margin-top: 15px;
}
#eg-ss-header-with-search-and-menu .eg-main-menu .dropdown-menu {
  display: block;
}
@media (min-width: 351px) {
  #eg-ss-header-with-search-and-menu .eg-main-menu .dropdown-menu .eg-sm {
    display: none;
  }
}
@media (max-width: 350px) {
  #eg-ss-header-with-search-and-menu .eg-main-menu .dropdown-menu .eg-lg {
    display: none;
  }
}
#eg-ss-header-with-search-and-menu .eg-main-menu .dropdown-menu .dropdown-menu {
  right: 100%;
  top: -1px;
}
@media (max-width: 350px) {
  #eg-ss-header-with-search-and-menu .eg-main-menu .dropdown-menu .dropdown-menu {
    border-left: none;
    border-right: none;
    float: none;
    margin-bottom: 1px;
    position: static;
  }
}
#eg-ss-header-with-search-and-menu .fa {
  font-size: 1.25em;
}
#eg-ss-header-with-search-and-menu .list-group-item {
  margin-bottom: 1px;
}
/*
Styling for the Intranet Search Results List Component
Changes to this section will apply to the component found in:
components/intranet-search-results-list/intranet-search-results-list.html
*/
#eg-ss-intranet-search-results-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-intranet-search-results-list .list-group {
  margin-bottom: 0;
}
#eg-ss-intranet-search-results-list .media-list {
  margin-bottom: 0;
}
#eg-ss-intranet-search-results-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-intranet-search-results-list .media-heading {
  font-weight: bold;
}
#eg-ss-intranet-search-results-list .eg-badge {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-intranet-search-results-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 30px;
}
#eg-ss-intranet-search-results-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-intranet-search-results-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-intranet-search-results-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-intranet-search-results-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 15px 10px;
}
#eg-ss-intranet-search-results-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-intranet-search-results-list .eg-separator-container .eg-separator {
  display: block;
  padding: 15px 10px;
}
#eg-ss-intranet-search-results-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-intranet-search-results-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-intranet-search-results-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-intranet-search-results-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-intranet-search-results-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-intranet-search-results-list .eg-item-container .eg-item {
  display: block;
  padding: 15px 10px;
  margin: 0;
}
#eg-ss-intranet-search-results-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-intranet-search-results-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-intranet-search-results-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-intranet-search-results-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-intranet-search-results-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-intranet-search-results-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-intranet-search-results-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-intranet-search-results-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-intranet-search-results-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-intranet-search-results-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-intranet-search-results-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-intranet-search-results-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-intranet-search-results-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-intranet-search-results-list input.eg-form-control:-moz-placeholder,
#eg-ss-intranet-search-results-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-intranet-search-results-list input.eg-form-control::-moz-placeholder,
#eg-ss-intranet-search-results-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-intranet-search-results-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-intranet-search-results-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-intranet-search-results-list input.eg-form-control:placeholder-shown,
#eg-ss-intranet-search-results-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-intranet-search-results-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-intranet-search-results-list .fa:not(.eg-fa-inherit) {
 color: #454545;
}
#eg-ss-intranet-search-results-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-intranet-search-results-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-intranet-search-results-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
@media (min-width: 992px) {
  #eg-ss-intranet-search-results-list {
    padding: 15px 0;
  }
}
#eg-ss-intranet-search-results-list .eg-badge {
  border-radius: 0;
  padding: 2px 7px;
}
#eg-ss-intranet-search-results-list .eg-search-term {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 20px;
  font-weight: bold;
}
/*
Styling for the Login Window Component
Changes to this section will apply to the component found in:
components/login-window/login-window.html
*/
#eg-ss-login-window {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  padding: 30px 30px;
  padding-top: 10px;
}
#eg-ss-login-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 20px 0px;
}
#eg-ss-login-window .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-login-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-login-window .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid #000;
  width: 50px;
}
#eg-ss-login-window .eg-form-group label:not(.eg-not-label),
#eg-ss-login-window .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-login-window .eg-form-group label.eg-error,
#eg-ss-login-window .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-login-window .eg-form-group label.eg-mandatory,
#eg-ss-login-window .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-login-window .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-login-window .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-login-window .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-login-window .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-login-window .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-login-window .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-login-window .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-login-window .eg-form-control {
  box-shadow: none;
}
#eg-ss-login-window .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-login-window .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-login-window .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-login-window input.eg-form-control::-webkit-input-placeholder,
#eg-ss-login-window textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-login-window input.eg-form-control:-moz-placeholder,
#eg-ss-login-window textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-login-window input.eg-form-control::-moz-placeholder,
#eg-ss-login-window textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-login-window input.eg-form-control:-ms-input-placeholder,
#eg-ss-login-window textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-login-window input.eg-form-control:placeholder-shown,
#eg-ss-login-window textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-login-window .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-login-window .modal-header {
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-login-window .modal-body {
  padding-bottom: 0;
}
#eg-ss-login-window .modal-footer {
  border-color: #DDDDDD;
}
#eg-ss-login-window .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-login-window .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-login-window .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-login-window .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-login-window label.eg-error,
#eg-ss-login-window .eg-error {
  color: #FF6600;
}
#eg-ss-login-window label.eg-mandatory,
#eg-ss-login-window .eg-mandatory {
  color: #FF6600;
}
#eg-ss-login-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-login-window .eg-button-container {
  /*Following properties are added to vertical align the badge*/
  line-height: 2.5;
}
#eg-ss-login-window .eg-error-container {
  height: 1.25em;
}
#eg-ss-login-window .panel-body {
  padding: 0px;
}
#eg-ss-login-window .eg-heading {
  text-transform: uppercase;
}
/*
Styling for the Logout Window Component
Changes to this section will apply to the component found in:
components/logout-window/logout-window.html
*/
#eg-ss-logout-window {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #f9f9f9;
  border-radius: 0px;
  background-color: #f7f7f7;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-logout-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-logout-window .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-logout-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-logout-window .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-logout-window .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-logout-window .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-logout-window .panel-heading {
  border-bottom: 1px solid #f9f9f9;
}
#eg-ss-logout-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
/*
Styling for the Make a suggestion window Component
Changes to this section will apply to the component found in:
components/make-suggestion-window/make-suggestion-window.html
*/
#eg-ss-make-suggestion-window {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
  /*
     * Following styling is required for the text-angular editor
     */
}
#eg-ss-make-suggestion-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-make-suggestion-window .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-make-suggestion-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-make-suggestion-window .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-make-suggestion-window .eg-form-group label:not(.eg-not-label),
#eg-ss-make-suggestion-window .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-make-suggestion-window .eg-form-group label.eg-error,
#eg-ss-make-suggestion-window .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-make-suggestion-window .eg-form-group label.eg-mandatory,
#eg-ss-make-suggestion-window .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-make-suggestion-window .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-make-suggestion-window .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-make-suggestion-window .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-make-suggestion-window .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-make-suggestion-window .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-color: #c7c7c7;
  color: #555;
  margin: 1px;
}
#eg-ss-make-suggestion-window .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #555;
}
#eg-ss-make-suggestion-window .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-make-suggestion-window .eg-form-control {
  box-shadow: none;
}
#eg-ss-make-suggestion-window .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-make-suggestion-window .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-make-suggestion-window .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-make-suggestion-window input.eg-form-control::-webkit-input-placeholder,
#eg-ss-make-suggestion-window textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-make-suggestion-window input.eg-form-control:-moz-placeholder,
#eg-ss-make-suggestion-window textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-make-suggestion-window input.eg-form-control::-moz-placeholder,
#eg-ss-make-suggestion-window textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-make-suggestion-window input.eg-form-control:-ms-input-placeholder,
#eg-ss-make-suggestion-window textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-make-suggestion-window input.eg-form-control:placeholder-shown,
#eg-ss-make-suggestion-window textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-make-suggestion-window .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-make-suggestion-window .modal-header {
  border-bottom: 1px solid transparent;
}
#eg-ss-make-suggestion-window .modal-body {
  padding-bottom: 0;
}
#eg-ss-make-suggestion-window .modal-footer {
  border-color: transparent;
}
#eg-ss-make-suggestion-window .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-make-suggestion-window .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-make-suggestion-window .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-make-suggestion-window .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-make-suggestion-window label.eg-error,
#eg-ss-make-suggestion-window .eg-error {
  color: #FF6600;
}
#eg-ss-make-suggestion-window label.eg-mandatory,
#eg-ss-make-suggestion-window .eg-mandatory {
  color: #FF6600;
}
#eg-ss-make-suggestion-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-make-suggestion-window .form-group textarea {
  height: 200px;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .btn {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-color: #c7c7c7;
  color: #555;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .btn:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #555;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .btn:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .form-control {
  box-shadow: none;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .form-control:focus {
  box-shadow: none;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper .form-control:focus {
  border-color: #999;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper input.form-control::-webkit-input-placeholder,
#eg-ss-make-suggestion-window .eg-form-control-wrapper textarea.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper input.form-control:-moz-placeholder,
#eg-ss-make-suggestion-window .eg-form-control-wrapper textarea.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper input.form-control::-moz-placeholder,
#eg-ss-make-suggestion-window .eg-form-control-wrapper textarea.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper input.form-control:-ms-input-placeholder,
#eg-ss-make-suggestion-window .eg-form-control-wrapper textarea.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper input.form-control:placeholder-shown,
#eg-ss-make-suggestion-window .eg-form-control-wrapper textarea.form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-make-suggestion-window .eg-form-control-wrapper.focussed > .form-control {
  border-color: #999;
}
#eg-ss-make-suggestion-window .eg-suggestion-attachments-container {
  margin-bottom: 20px;
  padding: 0px;
}
#eg-ss-make-suggestion-window .eg-suggestion-attachments-container .eg-suggestion-attachment {
  margin: 5px;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #000;
  display: flex;
}
#eg-ss-make-suggestion-window .eg-suggestion-attachments-container .eg-suggestion-attachment .eg-attachment-text {
  width: 90%;
}
/*
Styling for the Topic Blocks with Articles list Component
Changes to this section will apply to the component found in:
components/topic-blocks-with-articles/topic-blocks-with-articles.html
*/
#eg-ss-more-topic-blocks-with-articles {
  background-color: transparent;
}
#eg-ss-more-topic-blocks-with-articles .eg-ss-sub-component {
  /* Fallback for browsers that do not support gradients */
  background-color: #f7f7f7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #f9f9f9;
  border-radius: 0px;
  height: 260px !important;
  margin: 15px 0px;
  padding: 15px 10px;
  position: relative;
}
#eg-ss-more-topic-blocks-with-articles .list-group {
  margin-bottom: 0;
}
#eg-ss-more-topic-blocks-with-articles .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 5px 10px;
}
#eg-ss-more-topic-blocks-with-articles .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: 600;
}
#eg-ss-more-topic-blocks-with-articles .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-more-topic-blocks-with-articles .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-more-topic-blocks-with-articles .eg-no-item-container .eg-no-item {
  display: block;
  padding: 5px 10px;
}
#eg-ss-more-topic-blocks-with-articles .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-more-topic-blocks-with-articles .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-more-topic-blocks-with-articles .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-more-topic-blocks-with-articles .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-more-topic-blocks-with-articles .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-more-topic-blocks-with-articles .eg-item-container .eg-item {
  display: block;
  padding: 5px 10px;
  margin: 0;
}
#eg-ss-more-topic-blocks-with-articles .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: transparent;
 color: #454545;
}
#eg-ss-more-topic-blocks-with-articles .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: #555;
  color: #555;
  margin: 1px;
}
#eg-ss-more-topic-blocks-with-articles .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #555;
}
#eg-ss-more-topic-blocks-with-articles .eg-button-1:not(.eg-input-group-button) {
  border-radius: 3px;
  padding: 5px 10px;
}
#eg-ss-more-topic-blocks-with-articles .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-more-topic-blocks-with-articles .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-more-topic-blocks-with-articles .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-more-topic-blocks-with-articles .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-more-topic-blocks-with-articles .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-more-topic-blocks-with-articles .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-more-topic-blocks-with-articles .list-group-item {
  border-top: 0 solid #f9f9f9;
  border-bottom: 0 solid #f9f9f9;
}
#eg-ss-more-topic-blocks-with-articles .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-more-topic-blocks-with-articles .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-more-topic-blocks-with-articles .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-more-topic-blocks-with-articles .row {
  padding: 0px 0px;
}
#eg-ss-more-topic-blocks-with-articles .eg-underline {
  width: 30%;
  height: 1px;
  border-bottom: 2px solid #333;
}
#eg-ss-more-topic-blocks-with-articles .eg-go-to-topic {
  bottom: 15px;
  left: 10px;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
}
#eg-ss-more-topic-blocks-with-articles .eg-topic-list {
  height: 185px;
  overflow: hidden;
}
#eg-ss-more-topic-blocks-with-articles .eg-text {
  background-color: transparent;
  color: #555;
  
  font-size: 11px;
  font-weight: normal;
}
#eg-ss-more-topic-blocks-with-articles.eg-ellipsis-fade-out .eg-ellipsis {
  position: relative;
  text-overflow: clip;
}
#eg-ss-more-topic-blocks-with-articles.eg-ellipsis-fade-out .eg-ellipsis:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 40px;
  background-image: linear-gradient(to right, transparent 0%, transparent, transparent);
  pointer-events: none;
}
#eg-ss-more-topic-blocks-with-articles .eg-topic-count + .eg-article-count {
  margin-left: 10px;
}
#eg-ss-more-topic-blocks-with-articles .eg-topic-image {
  float: left;
}
#eg-ss-more-topic-blocks-with-articles .eg-topic-image img {
  max-height: 24px;
  max-width: 24px;
}
#eg-ss-more-topic-blocks-with-articles .eg-item-container .eg-item {
  padding-left: 12px;
}
/*
Styling for the My Profilw Window Component
Changes to this section will apply to the component found in:
components/my-profile-window/my-profile-window.html
*/
#eg-ss-my-profile-window {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
}
#eg-ss-my-profile-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-my-profile-window .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-my-profile-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-my-profile-window .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-my-profile-window .eg-form-group label:not(.eg-not-label),
#eg-ss-my-profile-window .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-profile-window .eg-form-group label.eg-error,
#eg-ss-my-profile-window .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-my-profile-window .eg-form-group label.eg-mandatory,
#eg-ss-my-profile-window .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-my-profile-window .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: transparent;
  color: inherit;
}
#eg-ss-my-profile-window .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-my-profile-window .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-my-profile-window .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-my-profile-window .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-my-profile-window .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-my-profile-window .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-my-profile-window .eg-form-control {
  box-shadow: none;
}
#eg-ss-my-profile-window .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-my-profile-window .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-my-profile-window .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-my-profile-window input.eg-form-control::-webkit-input-placeholder,
#eg-ss-my-profile-window textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-my-profile-window input.eg-form-control:-moz-placeholder,
#eg-ss-my-profile-window textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-my-profile-window input.eg-form-control::-moz-placeholder,
#eg-ss-my-profile-window textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-my-profile-window input.eg-form-control:-ms-input-placeholder,
#eg-ss-my-profile-window textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-my-profile-window input.eg-form-control:placeholder-shown,
#eg-ss-my-profile-window textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-my-profile-window .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-my-profile-window .modal-header {
  border-bottom: 1px solid transparent;
}
#eg-ss-my-profile-window .modal-body {
  padding-bottom: 0;
}
#eg-ss-my-profile-window .modal-footer {
  border-color: transparent;
}
#eg-ss-my-profile-window .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-my-profile-window .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-profile-window .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-profile-window .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-my-profile-window label.eg-error,
#eg-ss-my-profile-window .eg-error {
  color: #FF6600;
}
#eg-ss-my-profile-window label.eg-mandatory,
#eg-ss-my-profile-window .eg-mandatory {
  color: #FF6600;
}
#eg-ss-my-profile-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-my-profile-window .eg-my-profile-result {
  margin-top: 15px;
}
/*
Styling for the My Suggestions List Component
Changes to this section will apply to the component found in:
components/my-suggestions-list/my-suggestions-list.html
*/
#eg-ss-my-suggestions-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-my-suggestions-list .list-group {
  margin-bottom: 0;
}
#eg-ss-my-suggestions-list .media-list {
  margin-bottom: 0;
}
#eg-ss-my-suggestions-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-my-suggestions-list .media-heading {
  font-weight: bold;
}
#eg-ss-my-suggestions-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-suggestions-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-my-suggestions-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-my-suggestions-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-my-suggestions-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-suggestions-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-my-suggestions-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-suggestions-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-my-suggestions-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-my-suggestions-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-suggestions-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-my-suggestions-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-my-suggestions-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-my-suggestions-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-my-suggestions-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-my-suggestions-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-my-suggestions-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-my-suggestions-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-my-suggestions-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: transparent;
  color: #555;
  margin: 1px;
}
#eg-ss-my-suggestions-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
}
#eg-ss-my-suggestions-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-my-suggestions-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-my-suggestions-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-my-suggestions-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-my-suggestions-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-my-suggestions-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-my-suggestions-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-my-suggestions-list input.eg-form-control:-moz-placeholder,
#eg-ss-my-suggestions-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-my-suggestions-list input.eg-form-control::-moz-placeholder,
#eg-ss-my-suggestions-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-my-suggestions-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-my-suggestions-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-my-suggestions-list input.eg-form-control:placeholder-shown,
#eg-ss-my-suggestions-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-my-suggestions-list .media {
  border-top: 0 solid #DDDDDD;
  border-bottom: 0 solid #DDDDDD;
}
#eg-ss-my-suggestions-list .fa:not(.eg-fa-inherit) {
 color: #454545;
}
#eg-ss-my-suggestions-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-suggestions-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-my-suggestions-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
@media (min-width: 992px) {
  #eg-ss-my-suggestions-list {
    padding: 15px 15px;
  }
}
/*
Styling for the Bookmarks List Component
Changes to this section will apply to the component found in:
components/newly-created-items-list/newly-created-items-list.html
*/
#eg-ss-newly-created-items-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
}
#eg-ss-newly-created-items-list .list-group {
  margin-bottom: 0;
}
#eg-ss-newly-created-items-list .media-list {
  margin-bottom: 0;
}
#eg-ss-newly-created-items-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-newly-created-items-list .media-heading {
  font-weight: bold;
}
#eg-ss-newly-created-items-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-newly-created-items-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-newly-created-items-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-newly-created-items-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-newly-created-items-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #333;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-newly-created-items-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-newly-created-items-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-newly-created-items-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-newly-created-items-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-newly-created-items-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-newly-created-items-list .eg-item-container:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-newly-created-items-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px 0;
  margin: 1px;
}
#eg-ss-newly-created-items-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-newly-created-items-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-newly-created-items-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-newly-created-items-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-newly-created-items-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-newly-created-items-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-newly-created-items-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-newly-created-items-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-newly-created-items-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-newly-created-items-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-newly-created-items-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-newly-created-items-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-newly-created-items-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-newly-created-items-list input.eg-form-control:-moz-placeholder,
#eg-ss-newly-created-items-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-newly-created-items-list input.eg-form-control::-moz-placeholder,
#eg-ss-newly-created-items-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-newly-created-items-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-newly-created-items-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-newly-created-items-list input.eg-form-control:placeholder-shown,
#eg-ss-newly-created-items-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-newly-created-items-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-newly-created-items-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-newly-created-items-list .eg-list-counter {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: 700;
}
#eg-ss-newly-created-items-list .eg-item-content {
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
#eg-ss-newly-created-items-list .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-newly-created-items-list .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-newly-created-items-list .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-newly-created-items-list .eg-item-container:nth-last-child(2) {
  margin-bottom: 0;
}
#eg-ss-newly-created-items-list .eg-item-container .eg-item .eg-item-info {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
/*
Styling for the Page Tools Horizontal Component
Changes to this section will apply to the component found in:
components/page-tools-horizontal/page-tools-horizontal.html
*/
#eg-ss-page-tools-horizontal {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid transparent;
  border-radius: 0px;
}
#eg-ss-page-tools-horizontal .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #555;
  padding: 0 0;
}
#eg-ss-page-tools-horizontal .eg-heading-container .eg-heading {
  
  font-size: 40px;
  font-weight: normal;
}
#eg-ss-page-tools-horizontal .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-page-tools-horizontal .eg-breadcrumb-item {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  padding: 0 0;
}
#eg-ss-page-tools-horizontal .eg-breadcrumb-item:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-page-tools-horizontal .eg-breadcrumb-separator {
  background-color: transparent;
 color: #454545;
  font-size: 14px;
  font-weight: normal;
  padding: 0 5px;
}
#eg-ss-page-tools-horizontal .eg-heading-container {
  line-height: 57px;
}
#eg-ss-page-tools-horizontal .eg-page-tools {
  padding-bottom: 15px;
}
#eg-ss-page-tools-horizontal .eg-page-tool {
  padding-bottom: 5px;
}
/*
Styling for the Popular Articles List Component
Changes to this section will apply to the component found in:
components/popular-articles-list/popular-articles-list.html
*/
#eg-ss-popular-articles-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
}
#eg-ss-popular-articles-list .list-group {
  margin-bottom: 0;
}
#eg-ss-popular-articles-list .media-list {
  margin-bottom: 0;
}
#eg-ss-popular-articles-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-popular-articles-list .media-heading {
  font-weight: bold;
}
#eg-ss-popular-articles-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-popular-articles-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-popular-articles-list .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-popular-articles-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-popular-articles-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #000;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-popular-articles-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-popular-articles-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-popular-articles-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-popular-articles-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-popular-articles-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-popular-articles-list .eg-item-container:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-popular-articles-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px 0;
  margin: 1px;
}
#eg-ss-popular-articles-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-popular-articles-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-popular-articles-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-popular-articles-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-popular-articles-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-popular-articles-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-popular-articles-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-popular-articles-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-popular-articles-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-popular-articles-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-popular-articles-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-popular-articles-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-popular-articles-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-popular-articles-list input.eg-form-control:-moz-placeholder,
#eg-ss-popular-articles-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-popular-articles-list input.eg-form-control::-moz-placeholder,
#eg-ss-popular-articles-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-popular-articles-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-popular-articles-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-popular-articles-list input.eg-form-control:placeholder-shown,
#eg-ss-popular-articles-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-popular-articles-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-popular-articles-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-popular-articles-list .eg-list-counter {
  background-color: transparent;
 color: #454545;
  
  font-size: 17px;
  font-weight: 700;
}
#eg-ss-popular-articles-list .eg-item-content {
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
#eg-ss-popular-articles-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-popular-articles-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-popular-articles-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-popular-articles-list .eg-list-counter {
  margin-right: 10px;
  margin-top: -3px;
}
#eg-ss-popular-articles-list .eg-heading-container {
  padding: 10px 10px 10px 0px;
}
#eg-ss-popular-articles-list .eg-item-container .eg-item {
  padding: 10px 10px 0px 0px;
}
/*
Styling for the Quick Links List Component
Changes to this section will apply to the component found in:
components/quick-links-list/quick-links-list.html
*/
#eg-ss-quick-links-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
#eg-ss-quick-links-list .list-group {
  margin-bottom: 0;
}
#eg-ss-quick-links-list .media-list {
  margin-bottom: 0;
}
#eg-ss-quick-links-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-quick-links-list .media-heading {
  font-weight: bold;
}
#eg-ss-quick-links-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-quick-links-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-quick-links-list .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-quick-links-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-quick-links-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-quick-links-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-quick-links-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-quick-links-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-quick-links-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-quick-links-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-quick-links-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-quick-links-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-quick-links-list .eg-item-container.eg-item-container-addon:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-quick-links-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-quick-links-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-quick-links-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-quick-links-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-quick-links-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-quick-links-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-quick-links-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-quick-links-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-quick-links-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-quick-links-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-quick-links-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-quick-links-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-quick-links-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-quick-links-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-quick-links-list input.eg-form-control:-moz-placeholder,
#eg-ss-quick-links-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-quick-links-list input.eg-form-control::-moz-placeholder,
#eg-ss-quick-links-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-quick-links-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-quick-links-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-quick-links-list input.eg-form-control:placeholder-shown,
#eg-ss-quick-links-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-quick-links-list .media {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
#eg-ss-quick-links-list .fa:not(.eg-fa-inherit) {
 color: #454545;
}
#eg-ss-quick-links-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-quick-links-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-quick-links-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
/*
Styling for the Bookmarks List Component
Changes to this section will apply to the component found in:
components/recently-updated-items-list/recently-updated-items-list.html
*/
#eg-ss-recently-updated-items-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
}
#eg-ss-recently-updated-items-list .list-group {
  margin-bottom: 0;
}
#eg-ss-recently-updated-items-list .media-list {
  margin-bottom: 0;
}
#eg-ss-recently-updated-items-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-recently-updated-items-list .media-heading {
  font-weight: bold;
}
#eg-ss-recently-updated-items-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-recently-updated-items-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-recently-updated-items-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-recently-updated-items-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-recently-updated-items-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #333;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-recently-updated-items-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-recently-updated-items-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-recently-updated-items-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-recently-updated-items-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-recently-updated-items-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-recently-updated-items-list .eg-item-container:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-recently-updated-items-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px 0;
  margin: 1px;
}
#eg-ss-recently-updated-items-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-recently-updated-items-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-recently-updated-items-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-recently-updated-items-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-recently-updated-items-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-recently-updated-items-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-recently-updated-items-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-recently-updated-items-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-recently-updated-items-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-recently-updated-items-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-recently-updated-items-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-recently-updated-items-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-recently-updated-items-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-recently-updated-items-list input.eg-form-control:-moz-placeholder,
#eg-ss-recently-updated-items-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-recently-updated-items-list input.eg-form-control::-moz-placeholder,
#eg-ss-recently-updated-items-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-recently-updated-items-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-recently-updated-items-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-recently-updated-items-list input.eg-form-control:placeholder-shown,
#eg-ss-recently-updated-items-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-recently-updated-items-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-recently-updated-items-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-recently-updated-items-list .eg-list-counter {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: 700;
}
#eg-ss-recently-updated-items-list .eg-item-content {
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
#eg-ss-recently-updated-items-list .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-recently-updated-items-list .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-recently-updated-items-list .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-recently-updated-items-list .eg-item-container:nth-last-child(2) {
  margin-bottom: 0;
}
#eg-ss-recently-updated-items-list .eg-item-container .eg-item .eg-item-info {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
/*
Styling for the Search filter custom attributes Component
Changes to this section will apply to the component found in:
components/search-filter-custom-attributes/search-filter-custom-attributes.html
*/
#eg-ss-search-filter-custom-attributes {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  /*
     * EGS-45280: suggested by design team on SfB
     */
}
#eg-ss-search-filter-custom-attributes .list-group {
  margin-bottom: 0;
}
#eg-ss-search-filter-custom-attributes .media-list {
  margin-bottom: 0;
}
#eg-ss-search-filter-custom-attributes .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-search-filter-custom-attributes .media-heading {
  font-weight: bold;
}
#eg-ss-search-filter-custom-attributes .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-custom-attributes .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 10px 15px;
  text-transform: uppercase;
}
#eg-ss-search-filter-custom-attributes .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-search-filter-custom-attributes .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-search-filter-custom-attributes .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
  width: 50px;
}
#eg-ss-search-filter-custom-attributes .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-custom-attributes .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-filter-custom-attributes .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-custom-attributes .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-filter-custom-attributes .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-search-filter-custom-attributes .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-custom-attributes .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-search-filter-custom-attributes .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-search-filter-custom-attributes .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-search-filter-custom-attributes .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-search-filter-custom-attributes .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: transparent;
 color: #454545;
}
#eg-ss-search-filter-custom-attributes .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-filter-custom-attributes .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-search-filter-custom-attributes .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-filter-custom-attributes .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-filter-custom-attributes .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-search-filter-custom-attributes .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-filter-custom-attributes .eg-form-control {
  box-shadow: none;
}
#eg-ss-search-filter-custom-attributes .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-search-filter-custom-attributes .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-search-filter-custom-attributes .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-search-filter-custom-attributes input.eg-form-control::-webkit-input-placeholder,
#eg-ss-search-filter-custom-attributes textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-search-filter-custom-attributes input.eg-form-control:-moz-placeholder,
#eg-ss-search-filter-custom-attributes textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-filter-custom-attributes input.eg-form-control::-moz-placeholder,
#eg-ss-search-filter-custom-attributes textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-filter-custom-attributes input.eg-form-control:-ms-input-placeholder,
#eg-ss-search-filter-custom-attributes textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-search-filter-custom-attributes input.eg-form-control:placeholder-shown,
#eg-ss-search-filter-custom-attributes textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-search-filter-custom-attributes .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-search-filter-custom-attributes .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-search-filter-custom-attributes label:not(.eg-not-label),
#eg-ss-search-filter-custom-attributes .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-custom-attributes .eg-item-content {
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-search-filter-custom-attributes .eg-custom-checkbox-group {
  line-height: 1.5;
}
#eg-ss-search-filter-custom-attributes .eg-custom-checkbox-group .eg-custom-checkbox {
  vertical-align: middle;
  margin-top: 0;
}
#eg-ss-search-filter-custom-attributes .eg-button-container {
  padding-bottom: 15px;
}
#eg-ss-search-filter-custom-attributes .eg-item-container .eg-not-label {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: normal;
}
#eg-ss-search-filter-custom-attributes .eg-item-container .eg-not-label input[type="radio"],
#eg-ss-search-filter-custom-attributes .eg-item-container .eg-not-label input[type="checkbox"] {
  margin-top: 1px;
}
#eg-ss-search-filter-custom-attributes .eg-item-container .eg-not-label .eg-item-text {
  flex: auto;
}
#eg-ss-search-filter-custom-attributes .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-custom-attributes .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-search-filter-custom-attributes .eg-heading-container {
  padding-top: 20px;
}
/*
Styling for the Search filter tags checkboxes Component
Changes to this section will apply to the component found in:
components/search-filter-tags-checkboxes/search-filter-tags-checkboxes.html
*/
#eg-ss-search-filter-tags-checkboxes {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  /*
     * EGS-45280: suggested by design team on SfB
     */
}
#eg-ss-search-filter-tags-checkboxes .list-group {
  margin-bottom: 0;
}
#eg-ss-search-filter-tags-checkboxes .media-list {
  margin-bottom: 0;
}
#eg-ss-search-filter-tags-checkboxes .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-search-filter-tags-checkboxes .media-heading {
  font-weight: bold;
}
#eg-ss-search-filter-tags-checkboxes .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-tags-checkboxes .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 10px 15px;
  text-transform: uppercase;
}
#eg-ss-search-filter-tags-checkboxes .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-search-filter-tags-checkboxes .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-search-filter-tags-checkboxes .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
  width: 50px;
}
#eg-ss-search-filter-tags-checkboxes .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-filter-tags-checkboxes .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-filter-tags-checkboxes .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-filter-tags-checkboxes .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-search-filter-tags-checkboxes .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-filter-tags-checkboxes .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-filter-tags-checkboxes .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-search-filter-tags-checkboxes .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-filter-tags-checkboxes .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-filter-tags-checkboxes .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-search-filter-tags-checkboxes .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-filter-tags-checkboxes .eg-form-control {
  box-shadow: none;
}
#eg-ss-search-filter-tags-checkboxes .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-search-filter-tags-checkboxes .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-search-filter-tags-checkboxes .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-search-filter-tags-checkboxes input.eg-form-control::-webkit-input-placeholder,
#eg-ss-search-filter-tags-checkboxes textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-search-filter-tags-checkboxes input.eg-form-control:-moz-placeholder,
#eg-ss-search-filter-tags-checkboxes textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-filter-tags-checkboxes input.eg-form-control::-moz-placeholder,
#eg-ss-search-filter-tags-checkboxes textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-filter-tags-checkboxes input.eg-form-control:-ms-input-placeholder,
#eg-ss-search-filter-tags-checkboxes textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-search-filter-tags-checkboxes input.eg-form-control:placeholder-shown,
#eg-ss-search-filter-tags-checkboxes textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-search-filter-tags-checkboxes .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-search-filter-tags-checkboxes .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-search-filter-tags-checkboxes label:not(.eg-not-label),
#eg-ss-search-filter-tags-checkboxes .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-content {
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-search-filter-tags-checkboxes .eg-button-container {
  padding-bottom: 15px;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container .eg-not-label {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: normal;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container .eg-not-label input[type="radio"],
#eg-ss-search-filter-tags-checkboxes .eg-item-container .eg-not-label input[type="checkbox"] {
  margin-top: 1px;
}
#eg-ss-search-filter-tags-checkboxes .eg-item-container .eg-not-label .eg-item-text {
  flex: auto;
}
#eg-ss-search-filter-tags-checkboxes .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-tags-checkboxes .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-search-filter-tags-checkboxes .eg-child-ul {
  padding-left: 25px;
}
#eg-ss-search-filter-tags-checkboxes .eg-heading-container {
  padding-top: 20px;
}
/*
Styling for the Search filter Topic checkboxes Component
Changes to this section will apply to the component found in:
components/search-filter-topic-checkboxes/search-filter-topic-checkboxes.html
*/
#eg-ss-search-filter-topic-checkboxes {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  /*
     * EGS-45280: suggested by design team on SfB
     */
}
#eg-ss-search-filter-topic-checkboxes .list-group {
  margin-bottom: 0;
}
#eg-ss-search-filter-topic-checkboxes .media-list {
  margin-bottom: 0;
}
#eg-ss-search-filter-topic-checkboxes .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-search-filter-topic-checkboxes .media-heading {
  font-weight: bold;
}
#eg-ss-search-filter-topic-checkboxes .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-topic-checkboxes .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 10px 15px;
  text-transform: uppercase;
}
#eg-ss-search-filter-topic-checkboxes .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-search-filter-topic-checkboxes .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-search-filter-topic-checkboxes .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
  width: 50px;
}
#eg-ss-search-filter-topic-checkboxes .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-filter-topic-checkboxes .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-filter-topic-checkboxes .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-filter-topic-checkboxes .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-search-filter-topic-checkboxes .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-filter-topic-checkboxes .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-filter-topic-checkboxes .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-search-filter-topic-checkboxes .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-filter-topic-checkboxes .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-filter-topic-checkboxes .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-search-filter-topic-checkboxes .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-filter-topic-checkboxes .eg-form-control {
  box-shadow: none;
}
#eg-ss-search-filter-topic-checkboxes .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-search-filter-topic-checkboxes .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-search-filter-topic-checkboxes .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-search-filter-topic-checkboxes input.eg-form-control::-webkit-input-placeholder,
#eg-ss-search-filter-topic-checkboxes textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-search-filter-topic-checkboxes input.eg-form-control:-moz-placeholder,
#eg-ss-search-filter-topic-checkboxes textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-filter-topic-checkboxes input.eg-form-control::-moz-placeholder,
#eg-ss-search-filter-topic-checkboxes textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-filter-topic-checkboxes input.eg-form-control:-ms-input-placeholder,
#eg-ss-search-filter-topic-checkboxes textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-search-filter-topic-checkboxes input.eg-form-control:placeholder-shown,
#eg-ss-search-filter-topic-checkboxes textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-search-filter-topic-checkboxes .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-search-filter-topic-checkboxes .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-search-filter-topic-checkboxes label:not(.eg-not-label),
#eg-ss-search-filter-topic-checkboxes .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-content {
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-search-filter-topic-checkboxes .eg-button-container {
  padding-bottom: 15px;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container .eg-item {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: normal;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container .eg-item input[type="radio"],
#eg-ss-search-filter-topic-checkboxes .eg-item-container .eg-item input[type="checkbox"] {
  margin-top: 1px;
}
#eg-ss-search-filter-topic-checkboxes .eg-item-container .eg-item .eg-item-text {
  flex: auto;
}
#eg-ss-search-filter-topic-checkboxes .eg-heading-container {
  padding-top: 20px;
}
/*
Styling for the Search Profiles List Component
Changes to this section will apply to the component found in:
components/search-profiles-list/search-profiles-list.html
*/
#eg-ss-search-profiles-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-search-profiles-list .list-group {
  margin-bottom: 0;
}
#eg-ss-search-profiles-list .media-list {
  margin-bottom: 0;
}
#eg-ss-search-profiles-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-search-profiles-list .media-heading {
  font-weight: bold;
}
#eg-ss-search-profiles-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-profiles-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
  text-transform: uppercase;
}
#eg-ss-search-profiles-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-search-profiles-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-search-profiles-list .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
  width: 50px;
}
#eg-ss-search-profiles-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-profiles-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-profiles-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-profiles-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-profiles-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-search-profiles-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-profiles-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-profiles-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-search-profiles-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-profiles-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-search-profiles-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: transparent;
  color: #454545;
}
#eg-ss-search-profiles-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-profiles-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-search-profiles-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-profiles-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-profiles-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-search-profiles-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-profiles-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-search-profiles-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-search-profiles-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-search-profiles-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-search-profiles-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-search-profiles-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-search-profiles-list input.eg-form-control:-moz-placeholder,
#eg-ss-search-profiles-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-profiles-list input.eg-form-control::-moz-placeholder,
#eg-ss-search-profiles-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-profiles-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-search-profiles-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-search-profiles-list input.eg-form-control:placeholder-shown,
#eg-ss-search-profiles-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-search-profiles-list .media {
  border-top: 0 solid #DDDDDD;
  border-bottom: 0 solid #DDDDDD;
}
#eg-ss-search-profiles-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-search-profiles-list label:not(.eg-not-label),
#eg-ss-search-profiles-list .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-profiles-list .eg-item-content {
  border-bottom: 0 solid #DDDDDD;
}
#eg-ss-search-profiles-list .eg-item-container .eg-item {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: normal;
}
#eg-ss-search-profiles-list .eg-item-container .eg-item input[type="radio"],
#eg-ss-search-profiles-list .eg-item-container .eg-item input[type="checkbox"] {
  margin-top: 1px;
}
#eg-ss-search-profiles-list .eg-item-container .eg-item .eg-item-text {
  flex: auto;
}
/*
Styling for the Search Results List Component
Changes to this section will apply to the component found in:
components/search-results-list/search-results-list.html
*/
#eg-ss-search-results-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  border: 0;
  margin-top: 15px;
  /*
     * EGS-45280: suggested by design team on SfB
     */
}
#eg-ss-search-results-list .list-group {
  margin-bottom: 0;
}
#eg-ss-search-results-list .media-list {
  margin-bottom: 0;
}
#eg-ss-search-results-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-search-results-list .media-heading {
  font-weight: bold;
}
#eg-ss-search-results-list .eg-badge {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-search-results-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-search-results-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-search-results-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-search-results-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-results-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 15px 0px;
}
#eg-ss-search-results-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-results-list .eg-separator-container .eg-separator {
  display: block;
  padding: 15px 0px;
}
#eg-ss-search-results-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-search-results-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-results-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-search-results-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-search-results-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-search-results-list .eg-item-container .eg-item {
  display: block;
  padding: 15px 0px;
  margin: 0;
}
#eg-ss-search-results-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 30px;
  background-color: transparent;
 color: #454545;
}
#eg-ss-search-results-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-results-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-search-results-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-results-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-search-results-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-search-results-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-results-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-search-results-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-search-results-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-search-results-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-search-results-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-search-results-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-search-results-list input.eg-form-control:-moz-placeholder,
#eg-ss-search-results-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-results-list input.eg-form-control::-moz-placeholder,
#eg-ss-search-results-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-search-results-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-search-results-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-search-results-list input.eg-form-control:placeholder-shown,
#eg-ss-search-results-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-search-results-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-search-results-list .fa:not(.eg-fa-inherit) {
  color: #FDFBF9;
}
#eg-ss-search-results-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-results-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-results-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
@media (min-width: 768px) {
  #eg-ss-search-results-list {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  #eg-ss-search-results-list {
    padding: 5px 0 10px 0px;
  }
}
@media (max-width: 991px) {
  #eg-ss-search-results-list .eg-heading-container {
    padding-left: 0;
    padding-right: 0;
  }
}
#eg-ss-search-results-list .eg-item-container {
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  #eg-ss-search-results-list .eg-item-container {
    margin-left: 15px;
  }
}
#eg-ss-search-results-list .eg-item-container .eg-item {
  display: flex;
  align-items: flex-start;
}
#eg-ss-search-results-list .eg-item-container .eg-item .eg-item-text {
  flex: auto;
}
#eg-ss-search-results-list .eg-badge {
  border-radius: 0;
  padding: 4px 6px;
}
#eg-ss-search-results-list .eg-search-term {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-search-results-list .eg-button-container {
  color: #FDFBF9;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #eg-ss-search-results-list .eg-no-item-container {
    margin-left: 15px;
  }
}
#eg-ss-search-results-list .eg-separator-container {
  padding-left: 15px;
}
@media (min-width: 992px) {
  #eg-ss-search-results-list .eg-separator-container {
    margin-left: 15px;
  }
}
/*
Styling for the Signup Window Component
Changes to this section will apply to the component found in:
components/signup-window/signup-window.html
*/
#eg-ss-signup-window {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-signup-window .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-signup-window .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-signup-window .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-signup-window .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  width: 50px;
}
#eg-ss-signup-window .eg-form-group label:not(.eg-not-label),
#eg-ss-signup-window .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-signup-window .eg-form-group label.eg-error,
#eg-ss-signup-window .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-signup-window .eg-form-group label.eg-mandatory,
#eg-ss-signup-window .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-signup-window .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-signup-window .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-signup-window .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-signup-window .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-signup-window .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-signup-window .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-signup-window .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-signup-window .eg-form-control {
  box-shadow: none;
}
#eg-ss-signup-window .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-signup-window .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-signup-window .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-signup-window input.eg-form-control::-webkit-input-placeholder,
#eg-ss-signup-window textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-signup-window input.eg-form-control:-moz-placeholder,
#eg-ss-signup-window textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-signup-window input.eg-form-control::-moz-placeholder,
#eg-ss-signup-window textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-signup-window input.eg-form-control:-ms-input-placeholder,
#eg-ss-signup-window textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-signup-window input.eg-form-control:placeholder-shown,
#eg-ss-signup-window textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-signup-window .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-signup-window .modal-header {
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-signup-window .modal-body {
  padding-bottom: 0;
}
#eg-ss-signup-window .modal-footer {
  border-color: #DDDDDD;
}
#eg-ss-signup-window .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-signup-window .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-signup-window .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-signup-window .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-signup-window label.eg-error,
#eg-ss-signup-window .eg-error {
  color: #FF6600;
}
#eg-ss-signup-window label.eg-mandatory,
#eg-ss-signup-window .eg-mandatory {
  color: #FF6600;
}
#eg-ss-signup-window .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-signup-window .eg-signup-error {
  margin-top: 15px;
}
/*
Styling for the Topic Blocks with Articles list Component
Changes to this section will apply to the component found in:
components/topic-blocks-with-articles/topic-blocks-with-articles.html
*/
#eg-ss-sub-topic-blocks-with-articles {
  background-color: transparent;
  margin-top: 15px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-ss-sub-component {
  /* Fallback for browsers that do not support gradients */
  background-color: #f7f7f7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #f9f9f9;
  border-radius: 0px;
  height: 260px !important;
  margin: 15px 0px;
  padding: 15px 10px;
  position: relative;
}
#eg-ss-sub-topic-blocks-with-articles .list-group {
  margin-bottom: 0;
}
#eg-ss-sub-topic-blocks-with-articles .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 5px 10px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-heading-container .eg-heading {
  
  font-size: 16px;
  font-weight: 600;
}
#eg-ss-sub-topic-blocks-with-articles .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-sub-topic-blocks-with-articles .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-sub-topic-blocks-with-articles .eg-no-item-container .eg-no-item {
  display: block;
  padding: 5px 10px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-sub-topic-blocks-with-articles .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-sub-topic-blocks-with-articles .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-sub-topic-blocks-with-articles .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-sub-topic-blocks-with-articles .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-sub-topic-blocks-with-articles .eg-item-container .eg-item {
  display: block;
  padding: 5px 10px;
  margin: 0;
}
#eg-ss-sub-topic-blocks-with-articles .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: transparent;
 color: #454545;
}
#eg-ss-sub-topic-blocks-with-articles .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: #555;
  color: #555;
  margin: 1px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #555;
}
#eg-ss-sub-topic-blocks-with-articles .eg-button-1:not(.eg-input-group-button) {
  border-radius: 3px;
  padding: 5px 10px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-sub-topic-blocks-with-articles .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-sub-topic-blocks-with-articles .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-sub-topic-blocks-with-articles .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-sub-topic-blocks-with-articles .list-group-item {
  border-top: 0 solid #f9f9f9;
  border-bottom: 0 solid #f9f9f9;
}
#eg-ss-sub-topic-blocks-with-articles .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-sub-topic-blocks-with-articles .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-sub-topic-blocks-with-articles .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-sub-topic-blocks-with-articles .row {
  padding: 0px 0px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-underline {
  width: 30%;
  height: 1px;
  border-bottom: 2px solid #333;
}
#eg-ss-sub-topic-blocks-with-articles .eg-go-to-topic {
  bottom: 15px;
  left: 10px;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-topic-list {
  height: 185px;
  overflow: hidden;
}
#eg-ss-sub-topic-blocks-with-articles .eg-text {
  background-color: transparent;
  color: #555;
  
  font-size: 11px;
  font-weight: normal;
}
#eg-ss-sub-topic-blocks-with-articles.eg-ellipsis-fade-out .eg-ellipsis {
  position: relative;
  text-overflow: clip;
}
#eg-ss-sub-topic-blocks-with-articles.eg-ellipsis-fade-out .eg-ellipsis:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 40px;
  background-image: linear-gradient(to right, transparent 0%, transparent, transparent);
  pointer-events: none;
}
#eg-ss-sub-topic-blocks-with-articles .eg-topic-count + .eg-article-count {
  margin-left: 10px;
}
@media (min-width: 992px) {
  #eg-ss-sub-topic-blocks-with-articles {
    padding-left: 10px;
  }
}
#eg-ss-sub-topic-blocks-with-articles .eg-topic-image {
  float: left;
}
#eg-ss-sub-topic-blocks-with-articles .eg-topic-image img {
  max-height: 24px;
  max-width: 24px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-ss-sub-component {
  margin: 12px 0px;
  transition: background 0.2s ease-in;
}
#eg-ss-sub-topic-blocks-with-articles .eg-ss-sub-component:hover {
  background-color: #EFEFEF;
  background-image: linear-gradient(#EFEFEF, #EFEFEF);
}
#eg-ss-sub-topic-blocks-with-articles .eg-ss-sub-component.eg-block-resize {
  height: 112px !important;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#eg-ss-sub-topic-blocks-with-articles .eg-item-container .eg-item {
  padding-left: 12px;
  margin-left: 2px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-custom-col-padding {
  padding-right: 12px;
  padding-left: 12px;
}
#eg-ss-sub-topic-blocks-with-articles .eg-heading-container {
  overflow: hidden;
}
#eg-ss-sub-topic-blocks-with-articles .eg-heading-container .eg-heading {
  text-align: center;
}
#eg-ss-sub-topic-blocks-with-articles .eg-heading-container .eg-heading .eg-image-background {
  height: 40px;
  width: 40px;
  background-position: center;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
#eg-ss-sub-topic-blocks-with-articles .eg-button-container {
  padding: 0 15px;
  text-align: right;
}
/*
Styling for the SubTopic Navigation List Component
Changes to this section will apply to the component found in:
components/subtopic-nav-list/subtopic-nav-list.html
*/
#eg-ss-subtopic-nav-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  padding-bottom: 20px;
}
#eg-ss-subtopic-nav-list .list-group {
  margin-bottom: 0;
}
#eg-ss-subtopic-nav-list .media-list {
  margin-bottom: 0;
}
#eg-ss-subtopic-nav-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-subtopic-nav-list .media-heading {
  font-weight: bold;
}
#eg-ss-subtopic-nav-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-subtopic-nav-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #555;
  padding: 7px 20px;
}
#eg-ss-subtopic-nav-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-subtopic-nav-list .eg-heading-container .eg-heading {
  border-bottom: 1px solid #AAAAAA;
  margin: 0;
  padding: 0;
}
#eg-ss-subtopic-nav-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-subtopic-nav-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 20px;
}
#eg-ss-subtopic-nav-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-subtopic-nav-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 20px;
}
#eg-ss-subtopic-nav-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-subtopic-nav-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-subtopic-nav-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-subtopic-nav-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-subtopic-nav-list .eg-item-container.eg-item-container-addon:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-subtopic-nav-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 20px;
  margin: 0;
}
#eg-ss-subtopic-nav-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-subtopic-nav-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-subtopic-nav-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-subtopic-nav-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-subtopic-nav-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-subtopic-nav-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-subtopic-nav-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-subtopic-nav-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-subtopic-nav-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-subtopic-nav-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-subtopic-nav-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-subtopic-nav-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-subtopic-nav-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-subtopic-nav-list input.eg-form-control:-moz-placeholder,
#eg-ss-subtopic-nav-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-subtopic-nav-list input.eg-form-control::-moz-placeholder,
#eg-ss-subtopic-nav-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-subtopic-nav-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-subtopic-nav-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-subtopic-nav-list input.eg-form-control:placeholder-shown,
#eg-ss-subtopic-nav-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-subtopic-nav-list .list-group-item {
  border-top: 0 solid #c7c7c7;
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-subtopic-nav-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-subtopic-nav-list .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-subtopic-nav-list .media {
  border-top: 0 solid #c7c7c7;
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-subtopic-nav-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-subtopic-nav-list label:not(.eg-not-label),
#eg-ss-subtopic-nav-list .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
/*
Styling for the Topic Blocks Component
Changes to this section will apply to the component found in:
components/table-of-contents/table-of-contents.html
*/
#eg-ss-table-of-contents {
  /* Fallback for browsers that do not support gradients */
  background-color: #F3F1EB;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#F3F1EB, #F3F1EB);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
  padding: 15px;
  position: fixed;
  width: 15%;
}
#eg-ss-table-of-contents .list-group {
  margin-bottom: 0;
}
#eg-ss-table-of-contents .media-list {
  margin-bottom: 0;
}
#eg-ss-table-of-contents .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-table-of-contents .media-heading {
  font-weight: bold;
}
#eg-ss-table-of-contents .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-table-of-contents .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 10px 0;
}
#eg-ss-table-of-contents .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-table-of-contents .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-table-of-contents .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #000;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-table-of-contents .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-table-of-contents .eg-no-item-container .eg-no-item {
  display: block;
  padding: 0 0;
}
#eg-ss-table-of-contents .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-table-of-contents .eg-separator-container .eg-separator {
  display: block;
  padding: 0 0;
}
#eg-ss-table-of-contents .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-table-of-contents .eg-item-container:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-table-of-contents .eg-item-container .eg-item {
  display: block;
  padding: 0 0 0;
  margin: 1px;
}
#eg-ss-table-of-contents .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-table-of-contents .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-table-of-contents .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-table-of-contents .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-table-of-contents .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-table-of-contents .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-table-of-contents .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-table-of-contents .eg-form-control {
  box-shadow: none;
}
#eg-ss-table-of-contents .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-table-of-contents .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-table-of-contents .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-table-of-contents input.eg-form-control::-webkit-input-placeholder,
#eg-ss-table-of-contents textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-table-of-contents input.eg-form-control:-moz-placeholder,
#eg-ss-table-of-contents textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-table-of-contents input.eg-form-control::-moz-placeholder,
#eg-ss-table-of-contents textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-table-of-contents input.eg-form-control:-ms-input-placeholder,
#eg-ss-table-of-contents textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-table-of-contents input.eg-form-control:placeholder-shown,
#eg-ss-table-of-contents textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-table-of-contents .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-table-of-contents .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-table-of-contents .eg-list-counter {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: 700;
}
#eg-ss-table-of-contents .eg-item-content {
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0;
}
#eg-ss-table-of-contents .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-table-of-contents .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-table-of-contents .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-table-of-contents .eg-heading-container {
  padding-top: 0;
}
#eg-ss-table-of-contents .eg-heading-container .eg-heading:before {
  display: none;
}
#eg-ss-table-of-contents .eg-headline-elements {
  max-height: 63vh;
  overflow-y: auto;
}
#eg-ss-table-of-contents .eg-toc-active-element {
  background-color: inherit;
  color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-table-of-contents .eg-toc-active-element:hover,
#eg-ss-table-of-contents .eg-toc-active-element:focus {
  background-color: inherit;
  color: #454545;
}
#eg-ss-table-of-contents .eg-top-level {
  padding-bottom: 10px;
}
#eg-ss-table-of-contents .eg-sub-level {
  padding-left: 10px;
  padding-bottom: 5px;
}
#eg-ss-table-of-contents .eg-bottom-level {
  padding-left: 20px;
  padding-bottom: 5px;
}
#eg-ss-table-of-contents .eg-headline-elements::-webkit-scrollbar {
  width: 5px;
}
#eg-ss-table-of-contents .eg-headline-elements::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
}
#eg-ss-table-of-contents .eg-headline-elements::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/*
Styling for the Topic Blocks with Articles list Component
Changes to this section will apply to the component found in:
components/topic-blocks-with-articles/topic-blocks-with-articles.html
*/
#eg-ss-topic-blocks-with-articles {
  background-color: transparent;
  margin-top: 45px;
}
#eg-ss-topic-blocks-with-articles .eg-ss-sub-component {
  /* Fallback for browsers that do not support gradients */
  background-color: #f7f7f7;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #f9f9f9;
  border-radius: 0px;
  height: 260px !important;
  margin: 15px 0px;
  padding: 15px 10px;
  position: relative;
}
#eg-ss-topic-blocks-with-articles .list-group {
  margin-bottom: 0;
}
#eg-ss-topic-blocks-with-articles .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 5px 10px;
}
#eg-ss-topic-blocks-with-articles .eg-heading-container .eg-heading {
  
  font-size: 16px;
  font-weight: 600;
}
#eg-ss-topic-blocks-with-articles .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-topic-blocks-with-articles .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-topic-blocks-with-articles .eg-no-item-container .eg-no-item {
  display: block;
  padding: 5px 10px;
}
#eg-ss-topic-blocks-with-articles .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-topic-blocks-with-articles .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-topic-blocks-with-articles .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-blocks-with-articles .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-topic-blocks-with-articles .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-blocks-with-articles .eg-item-container .eg-item {
  display: block;
  padding: 5px 10px;
  margin: 0;
}
#eg-ss-topic-blocks-with-articles .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-blocks-with-articles .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: #555;
  color: #555;
  margin: 1px;
}
#eg-ss-topic-blocks-with-articles .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #555;
}
#eg-ss-topic-blocks-with-articles .eg-button-1:not(.eg-input-group-button) {
  border-radius: 3px;
  padding: 5px 10px;
}
#eg-ss-topic-blocks-with-articles .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-blocks-with-articles .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-blocks-with-articles .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-blocks-with-articles .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-topic-blocks-with-articles .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-topic-blocks-with-articles .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-blocks-with-articles .list-group-item {
  border-top: 0 solid #f9f9f9;
  border-bottom: 0 solid #f9f9f9;
}
#eg-ss-topic-blocks-with-articles .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-topic-blocks-with-articles .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-topic-blocks-with-articles .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-topic-blocks-with-articles .row {
  padding: 0px 0px;
}
#eg-ss-topic-blocks-with-articles .eg-underline {
  width: 30%;
  height: 1px;
  border-bottom: 2px solid #333;
}
#eg-ss-topic-blocks-with-articles .eg-go-to-topic {
  bottom: 15px;
  left: 10px;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
}
#eg-ss-topic-blocks-with-articles .eg-topic-list {
  height: 185px;
  overflow: hidden;
}
#eg-ss-topic-blocks-with-articles .eg-text {
  background-color: transparent;
  color: #555;
  
  font-size: 11px;
  font-weight: normal;
}
#eg-ss-topic-blocks-with-articles.eg-ellipsis-fade-out .eg-ellipsis {
  position: relative;
  text-overflow: clip;
}
#eg-ss-topic-blocks-with-articles.eg-ellipsis-fade-out .eg-ellipsis:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 40px;
  background-image: linear-gradient(to right, transparent 0%, transparent, transparent);
  pointer-events: none;
}
#eg-ss-topic-blocks-with-articles .eg-topic-count + .eg-article-count {
  margin-left: 10px;
}
@media (min-width: 768px) {
  #eg-ss-topic-blocks-with-articles {
    padding: 0 40px;
    margin-top: 18px;
  }
}
#eg-ss-topic-blocks-with-articles .eg-topic-image {
  float: left;
  margin-left: -3px;
}
#eg-ss-topic-blocks-with-articles .eg-topic-image img {
  max-height: 24px;
  max-width: 24px;
}
#eg-ss-topic-blocks-with-articles .eg-ss-sub-component {
  margin: 5px 0px;
  transition: background 0.2s ease-in;
}
@media (min-width: 768px) {
  #eg-ss-topic-blocks-with-articles .eg-ss-sub-component {
    margin: 12px 0px;
  }
}
#eg-ss-topic-blocks-with-articles .eg-ss-sub-component:hover {
  background-color: #EFEFEF;
  background-image: linear-gradient(#EFEFEF, #EFEFEF);
}
#eg-ss-topic-blocks-with-articles .eg-ss-sub-component.eg-block-resize {
  height: 112px !important;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#eg-ss-topic-blocks-with-articles .eg-item-container .eg-item {
  padding-left: 12px;
  margin-left: 2px;
}
#eg-ss-topic-blocks-with-articles .eg-custom-col-padding {
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  #eg-ss-topic-blocks-with-articles .eg-custom-col-padding:nth-child(even) {
    padding-left: 5px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #eg-ss-topic-blocks-with-articles .eg-custom-col-padding:nth-child(odd) {
    padding-left: 10px;
    padding-right: 5px;
  }
}
#eg-ss-topic-blocks-with-articles .eg-heading-container {
  overflow: hidden;
}
#eg-ss-topic-blocks-with-articles .eg-heading-container .eg-heading {
  text-align: center;
}
#eg-ss-topic-blocks-with-articles .eg-heading-container .eg-heading .eg-image-background {
  height: 40px;
  width: 40px;
  background-position: center;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
#eg-ss-topic-blocks-with-articles .eg-heading-container .eg-separation-top {
  margin-top: 10px;
}
#eg-ss-topic-blocks-with-articles .eg-button-container {
  padding: 0 15px;
  text-align: right;
}
/*
Styling for the Topic Breadcrumb Component
Changes to this section will apply to the component found in:
components/topic-breadcrumb/topic-breadcrumb.html
*/
#eg-ss-topic-breadcrumb {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 30px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  padding-left: 10px;
}
#eg-ss-topic-breadcrumb .eg-breadcrumb-item {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  padding: 0 0;
}
#eg-ss-topic-breadcrumb .eg-breadcrumb-item:hover {
  background-color: transparent;
  color: #555;
}
#eg-ss-topic-breadcrumb .eg-breadcrumb-separator {
  background-color: transparent;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}
#eg-ss-topic-breadcrumb .eg-breadcrumb-separator .fa:not(.eg-fa-inherit) {
  font-weight: inherit;
}
#eg-ss-topic-breadcrumb .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-topic-breadcrumb .eg-breadcrumb-current-item {
  cursor: default;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  padding: 0 0;
}
#eg-ss-topic-breadcrumb .eg-breadcrumb-current-item:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-breadcrumb .eg-breadcrumb {
  margin: 1px;
}
/*
Styling for the Topic Columns List Component
Changes to this section will apply to the component found in:
components/topic-columns-list/topic-columns-list.html
*/
#eg-ss-topic-columns-list {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-columns-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-topic-columns-list .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-topic-columns-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-topic-columns-list .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-columns-list .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-columns-list .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-columns-list .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-topic-columns-list .fa:not(.eg-fa-inherit) {
 color: #454545;
}
/*
Styling for the Topic Featured Articles List Component
Changes to this section will apply to the component found in:
components/topic-featured-articles-list/topic-featured-articles-list.html
*/
#eg-ss-topic-featured-articles-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
#eg-ss-topic-featured-articles-list .list-group {
  margin-bottom: 0;
}
#eg-ss-topic-featured-articles-list .media-list {
  margin-bottom: 0;
}
#eg-ss-topic-featured-articles-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-topic-featured-articles-list .media-heading {
  font-weight: bold;
}
#eg-ss-topic-featured-articles-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-featured-articles-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  border-left: 5px solid #000;
}
#eg-ss-topic-featured-articles-list .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-topic-featured-articles-list .eg-heading-container .eg-heading {
  margin: 0 0 0 -5px;
  padding: 10px 15px;
}
#eg-ss-topic-featured-articles-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-featured-articles-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-topic-featured-articles-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-featured-articles-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-topic-featured-articles-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-topic-featured-articles-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-featured-articles-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-featured-articles-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-topic-featured-articles-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-featured-articles-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-topic-featured-articles-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-topic-featured-articles-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-featured-articles-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-featured-articles-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-featured-articles-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-featured-articles-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-featured-articles-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-featured-articles-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-topic-featured-articles-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-topic-featured-articles-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-topic-featured-articles-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-topic-featured-articles-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-topic-featured-articles-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-topic-featured-articles-list input.eg-form-control:-moz-placeholder,
#eg-ss-topic-featured-articles-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-featured-articles-list input.eg-form-control::-moz-placeholder,
#eg-ss-topic-featured-articles-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-featured-articles-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-topic-featured-articles-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-topic-featured-articles-list input.eg-form-control:placeholder-shown,
#eg-ss-topic-featured-articles-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-topic-featured-articles-list .list-group-item {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
#eg-ss-topic-featured-articles-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-topic-featured-articles-list .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-topic-featured-articles-list .media {
  border-top: 1px solid #c7c7c7;
}
#eg-ss-topic-featured-articles-list .media:first-child {
  border-top: none;
}
#eg-ss-topic-featured-articles-list .media-body h4 {
  
  font-weight: bold;
  border-left: 5px solid #c7c7c7;
  padding-left: 9px;
}
#eg-ss-topic-featured-articles-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-topic-featured-articles-list label:not(.eg-not-label),
#eg-ss-topic-featured-articles-list .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-featured-articles-list .media:nth-child(2) {
  border-top: none;
}
/*
Styling for the Topic Home Content Component
Changes to this section will apply to the component found in:
components/topic-home-content/topic-home-content.html
*/
#eg-ss-topic-heading {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  margin-top: 11px;
}
#eg-ss-topic-heading .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 0px;
}
#eg-ss-topic-heading .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-topic-heading .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-topic-heading .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-heading .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-heading .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-topic-heading .panel-heading {
  border-bottom: 1px solid transparent;
}
#eg-ss-topic-heading .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-topic-heading .eg-badge {
  background-color: #f4bd49;
  color: #FDFBF9;
  
  font-size: 11px;
  font-weight: normal;
}
@media (min-width: 992px) {
  #eg-ss-topic-heading {
    padding-left: 10px;
  }
}
#eg-ss-topic-heading .eg-badge {
  border-radius: 0;
  display: none;
}
#eg-ss-topic-heading .eg-heading-container {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}
/*
Styling for the Topic Home Content Component
Changes to this section will apply to the component found in:
components/topic-home-content/topic-home-content.html
*/
#eg-ss-topic-home-content {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-home-content .modal-footer {
  border-color: transparent;
}
#eg-ss-topic-home-content .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#eg-ss-topic-home-content .eg-heading-container .eg-heading {
  
  font-size: 28px;
  font-weight: bold;
}
#eg-ss-topic-home-content .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-topic-home-content .eg-article-meta-info {
  margin-bottom: 10px;
}
#eg-ss-topic-home-content .eg-article-id {
  font-weight: normal;
}
#eg-ss-topic-home-content .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-topic-home-content .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-home-content .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-home-content .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-home-content .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-home-content .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-home-content .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-home-content .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-topic-home-content .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-topic-home-content .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-topic-home-content .nav-tabs {
  border-color: transparent;
  margin-bottom: 10px;
}
#eg-ss-topic-home-content .nav > li.active > a {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-color: transparent;
  border-bottom-color: transparent;
}
#eg-ss-topic-home-content .nav > li.active > a:hover,
#eg-ss-topic-home-content .nav > li.active > a:focus {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-topic-home-content .nav > li.active > a:hover,
#eg-ss-topic-home-content .nav > li.active > afocus {
  border-color: transparent;
  border-bottom-color: transparent;
}
#eg-ss-topic-home-content .nav > li > a {
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  border-color: transparent;
  border-bottom-color: transparent;
}
#eg-ss-topic-home-content .nav > li > a:hover,
#eg-ss-topic-home-content .nav > li > a:focus {
  background-color: #f7f7f7;
 color: #454545;
}
#eg-ss-topic-home-content .nav > li > a:hover,
#eg-ss-topic-home-content .nav > li > afocus {
  border-color: transparent;
  border-bottom-color: transparent;
}
#eg-ss-topic-home-content .eg-article-content {
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 22px;
  outline-style: none;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-x: auto;
}
#eg-ss-topic-home-content .eg-article-content h1 {
  font-size: 2em;
}
#eg-ss-topic-home-content .eg-article-content h2 {
  font-size: 1.5em;
}
#eg-ss-topic-home-content .eg-article-content h3 {
  font-size: 1.2em;
}
#eg-ss-topic-home-content .eg-article-content address {
  font-style: italic;
}
#eg-ss-topic-home-content .eg-article-content a,
#eg-ss-topic-home-content .eg-article-content a:link,
#eg-ss-topic-home-content .eg-article-content a:visited,
#eg-ss-topic-home-content .eg-article-content a:active {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
  margin-left: 1px;
}
#eg-ss-topic-home-content .eg-article-content a:hover,
#eg-ss-topic-home-content .eg-article-content a:link:hover,
#eg-ss-topic-home-content .eg-article-content a:visited:hover,
#eg-ss-topic-home-content .eg-article-content a:active:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-topic-home-content .eg-article-content a[data-url] {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#eg-ss-topic-home-content .eg-article-content a[data-url]:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-home-content .eg-article-content img {
  /*max-width: 100%;*/
  height: auto;
}
#eg-ss-topic-home-content .eg-article-content p {
  padding: 0;
}
#eg-ss-topic-home-content .eg-article-content dl dd {
  margin-left: 1em;
}
#eg-ss-topic-home-content .eg-article-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#eg-ss-topic-home-content .eg-article-content sup {
  vertical-align: super;
  font-size: smaller;
}
#eg-ss-topic-home-content .eg-article-content sub {
  vertical-align: sub;
  font-size: smaller;
}
#eg-ss-topic-home-content .eg-article-content ul {
  list-style-type: disc;
  list-style-position: outside;
}
#eg-ss-topic-home-content .eg-article-content h1,
#eg-ss-topic-home-content .eg-article-content h2,
#eg-ss-topic-home-content .eg-article-content h3,
#eg-ss-topic-home-content .eg-article-content h4,
#eg-ss-topic-home-content .eg-article-content h5,
#eg-ss-topic-home-content .eg-article-content h6 {
  font-weight: bold;
}
#eg-ss-topic-home-content .eg-article-content i,
#eg-ss-topic-home-content .eg-article-content em {
  font-style: italic;
}
#eg-ss-topic-home-content .eg-article-content table td {
  padding: 5px;
}
#eg-ss-topic-home-content .eg-article-location,
#eg-ss-topic-home-content .eg-article-url {
  visibility: hidden;
  display: none;
}
@media print {
  #eg-ss-topic-home-content .eg-article-location {
    visibility: visible;
    display: block;
    max-width: 100% !important;
  }
  #eg-ss-topic-home-content .eg-article-url {
    visibility: visible;
    display: block;
  }
  #eg-ss-topic-home-content blockquote {
    border: none;
    margin-left: 10px;
  }
}
#eg-ss-topic-home-content .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-topic-home-content .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
  padding: 2px 7px;
}
@media (min-width: 992px) {
  #eg-ss-topic-home-content {
    padding-left: 15px;
  }
}
#eg-ss-topic-home-content h1 {
  font-size: 20px;
  color: #454545;
}
#eg-ss-topic-home-content h2 {
  font-size: 16px;
  color: #454545;
}
#eg-ss-topic-home-content h3 {
  font-size: 14px;
  color: #454545;
}
#eg-ss-topic-home-content .eg-heading-container {
  border-width: 8px;
  margin-left: -15px;
}
#eg-ss-topic-home-content .eg-heading-container .eg-heading {
  padding-right: 0;
}
@media (min-width: 992px) {
  #eg-ss-topic-home-content .eg-heading-container {
    margin-left: -30px;
  }
}
/*
Styling for the Topic More articles list Component
Changes to this section will apply to the component found in:
components/topic-more-articles-list/topic-more-articles-list.html
*/
#eg-ss-topic-more-articles-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 4px;
}
#eg-ss-topic-more-articles-list .list-group {
  margin-bottom: 0;
}
#eg-ss-topic-more-articles-list .media-list {
  margin-bottom: 0;
}
#eg-ss-topic-more-articles-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-topic-more-articles-list .media-heading {
  font-weight: bold;
}
#eg-ss-topic-more-articles-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 12px;
  font-weight: normal;
}
#eg-ss-topic-more-articles-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-topic-more-articles-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-topic-more-articles-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-topic-more-articles-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #454545;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-topic-more-articles-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-more-articles-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-topic-more-articles-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-more-articles-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-topic-more-articles-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-topic-more-articles-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-more-articles-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-more-articles-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-topic-more-articles-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-more-articles-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-topic-more-articles-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: transparent;
 color: #454545;
}
#eg-ss-topic-more-articles-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-more-articles-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-more-articles-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-more-articles-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-more-articles-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-more-articles-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-more-articles-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-topic-more-articles-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-topic-more-articles-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-topic-more-articles-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-topic-more-articles-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-topic-more-articles-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-topic-more-articles-list input.eg-form-control:-moz-placeholder,
#eg-ss-topic-more-articles-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-more-articles-list input.eg-form-control::-moz-placeholder,
#eg-ss-topic-more-articles-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-more-articles-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-topic-more-articles-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-topic-more-articles-list input.eg-form-control:placeholder-shown,
#eg-ss-topic-more-articles-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-topic-more-articles-list .list-group-item {
  border-top: 0 solid #c7c7c7;
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-topic-more-articles-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-topic-more-articles-list .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-topic-more-articles-list .media {
  border-top: 0 solid #c7c7c7;
}
#eg-ss-topic-more-articles-list .media:first-child {
  border-top: none;
}
#eg-ss-topic-more-articles-list .media-body h4 {
  
  font-weight: bold;
  border-left: 5px solid #c7c7c7;
  padding-left: 9px;
}
#eg-ss-topic-more-articles-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-topic-more-articles-list label:not(.eg-not-label),
#eg-ss-topic-more-articles-list .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-more-articles-list .eg-separation-left {
  margin-left: 30px;
}
#eg-ss-topic-more-articles-list .eg-button-container {
  padding-left: 0px;
}
#eg-ss-topic-more-articles-list .fa {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
#eg-ss-topic-more-articles-list .row {
  margin: 0px;
}
#eg-ss-topic-more-articles-list .eg-heading-container {
  padding-left: 0px;
}
#eg-ss-topic-more-articles-list .eg-item-container .eg-item {
  padding-left: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
/*
Styling for the Topic Search Bar Component
Changes to this section will apply to the component found in:
components/topic-search-bar/topic-search-bar.html
*/
#eg-ss-topic-search-bar {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
#eg-ss-topic-search-bar .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-topic-search-bar .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-topic-search-bar .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-topic-search-bar .eg-form-group label:not(.eg-not-label),
#eg-ss-topic-search-bar .eg-form-group .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-search-bar .eg-form-group label.eg-error,
#eg-ss-topic-search-bar .eg-form-group .eg-error {
  color: #FF6600;
}
#eg-ss-topic-search-bar .eg-form-group label.eg-mandatory,
#eg-ss-topic-search-bar .eg-form-group .eg-mandatory {
  color: #FF6600;
}
#eg-ss-topic-search-bar .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-topic-search-bar .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-search-bar .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-search-bar .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-search-bar .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-search-bar .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-search-bar .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-search-bar .eg-form-control {
  box-shadow: none;
}
#eg-ss-topic-search-bar .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-topic-search-bar .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-topic-search-bar .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-topic-search-bar input.eg-form-control::-webkit-input-placeholder,
#eg-ss-topic-search-bar textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-topic-search-bar input.eg-form-control:-moz-placeholder,
#eg-ss-topic-search-bar textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-search-bar input.eg-form-control::-moz-placeholder,
#eg-ss-topic-search-bar textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-search-bar input.eg-form-control:-ms-input-placeholder,
#eg-ss-topic-search-bar textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-topic-search-bar input.eg-form-control:placeholder-shown,
#eg-ss-topic-search-bar textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-topic-search-bar .eg-input-group-button {
  border-color: #c7c7c7;
}
#eg-ss-topic-search-bar .modal-header {
  border-bottom: 1px solid #c7c7c7;
}
#eg-ss-topic-search-bar .modal-body {
  padding-bottom: 0;
}
#eg-ss-topic-search-bar .modal-footer {
  border-color: #c7c7c7;
}
#eg-ss-topic-search-bar .eg-form-title {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
#eg-ss-topic-search-bar .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-search-bar .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-search-bar .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-topic-search-bar label.eg-error,
#eg-ss-topic-search-bar .eg-error {
  color: #FF6600;
}
#eg-ss-topic-search-bar label.eg-mandatory,
#eg-ss-topic-search-bar .eg-mandatory {
  color: #FF6600;
}
#eg-ss-topic-search-bar .fa:not(.eg-fa-inherit) {
  color: inherit;
}
/*
Styling for the Header Small Component
Changes to this section will apply to the component found in:
components/topic-tree/topic-tree.html
*/
#eg-ss-topic-tree {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
  padding: 0;
}
#eg-ss-topic-tree .list-group {
  margin-bottom: 0;
}
#eg-ss-topic-tree .media-list {
  margin-bottom: 0;
}
#eg-ss-topic-tree .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-topic-tree .media-heading {
  font-weight: bold;
}
#eg-ss-topic-tree .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-tree .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 15px 10px;
  text-transform: uppercase;
}
#eg-ss-topic-tree .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-topic-tree .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-topic-tree .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
  width: 50px;
}
#eg-ss-topic-tree .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-tree .eg-no-item-container .eg-no-item {
  display: block;
  padding: 15px 10px;
}
#eg-ss-topic-tree .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-tree .eg-separator-container .eg-separator {
  display: block;
  padding: 15px 10px;
}
#eg-ss-topic-tree .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-topic-tree .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-tree .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-topic-tree .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-topic-tree .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-topic-tree .eg-item-container .eg-item {
  display: block;
  padding: 15px 10px;
  margin: 0;
}
#eg-ss-topic-tree .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-topic-tree .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-tree .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-tree .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-tree .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-tree .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-tree .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-tree .eg-form-control {
  box-shadow: none;
}
#eg-ss-topic-tree .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-topic-tree .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-topic-tree .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-topic-tree input.eg-form-control::-webkit-input-placeholder,
#eg-ss-topic-tree textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-topic-tree input.eg-form-control:-moz-placeholder,
#eg-ss-topic-tree textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-tree input.eg-form-control::-moz-placeholder,
#eg-ss-topic-tree textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-tree input.eg-form-control:-ms-input-placeholder,
#eg-ss-topic-tree textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-topic-tree input.eg-form-control:placeholder-shown,
#eg-ss-topic-tree textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-topic-tree .media {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#eg-ss-topic-tree .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-topic-tree label:not(.eg-not-label),
#eg-ss-topic-tree .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-tree .eg-item-content {
  border-bottom: 1px solid #cccccc;
}
#eg-ss-topic-tree .eg-heading-container {
  padding-bottom: 10px;
  display: none;
}
#eg-ss-topic-tree .eg-selected-topic {
  background-color: transparent;
  color: #454545;
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-topic-tree .eg-item-container {
  line-height: 20px;
}
#eg-ss-topic-tree .eg-item-container .eg-item {
  padding-bottom: 0;
  padding-top: 20px;
}
#eg-ss-topic-tree .eg-item-container .eg-item-content {
  padding-bottom: 20px;
}
#eg-ss-topic-tree .eg-item-container.eg-item-container-root {
  font-weight: 600;
}
#eg-ss-topic-tree .eg-item-container:last-child > .eg-position-relative > .eg-item > .eg-item-content {
  border: none;
  padding-bottom: 20px;
}
#eg-ss-topic-tree input[type="checkbox"] {
  display: none;
}
#eg-ss-topic-tree input[type="checkbox"]:checked + .eg-children {
  display: block;
}
#eg-ss-topic-tree .eg-drop-icon {
  cursor: pointer;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#eg-ss-topic-tree .eg-drop-icon:hover,
#eg-ss-topic-tree .eg-item-text:hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-topic-tree .eg-children {
  display: none;
  border: none;
  float: none;
  position: static;
  width: 100%;
}
#eg-ss-topic-tree .eg-children .eg-drop-icon {
  padding: 20px 0px;
}
#eg-ss-topic-tree .eg-children .eg-item-container .eg-item {
  padding: 20px 10px 0 10px;
  font-size: 13px;
}
#eg-ss-topic-tree .eg-children .eg-item-container .eg-item-content {
  padding-bottom: 20px;
}
#eg-ss-topic-tree .eg-children .eg-selected-topic {
  font-size: 13px;
}
#eg-ss-topic-tree .eg-item-container {
  border-bottom: 1px solid #d9d9d9;
}
#eg-ss-topic-tree .eg-item-container:last-child {
  border-bottom: 1px solid #d9d9d9;
}
#eg-ss-topic-tree .eg-item-container .eg-item-content {
  border-bottom: 0;
}
#eg-ss-topic-tree .eg-children .eg-item-container:last-child {
  border: none;
}
#eg-ss-topic-tree .eg-children .eg-item-container:last-child > .eg-position-relative > .eg-item > .eg-item-content {
  border: none;
  padding-bottom: 0px;
}
#eg-ss-topic-tree .eg-drop-icon {
  right: 0;
  left: auto;
  text-align: right;
  width: 30px;
  padding-top: 20px;
}
#eg-ss-topic-tree .fa-plus,
#eg-ss-topic-tree .fa-minus {
  -webkit-text-stroke: 1px white !important;
}
/*
Styling for the Header Small Component
Changes to this section will apply to the component found in:
components/topic-tree/topic-tree-header.html
*/
#eg-ss-topic-tree-header {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-top: 0;
  padding: 0 10px 20px 10px;
}
#eg-ss-topic-tree-header .list-group {
  margin-bottom: 0;
}
#eg-ss-topic-tree-header .media-list {
  margin-bottom: 0;
}
#eg-ss-topic-tree-header .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-topic-tree-header .media-heading {
  font-weight: bold;
}
#eg-ss-topic-tree-header .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-tree-header .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
  padding: 15px 10px;
  text-transform: uppercase;
}
#eg-ss-topic-tree-header .eg-heading-container .eg-heading {
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-topic-tree-header .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-topic-tree-header .eg-heading-container .eg-heading:after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
  width: 50px;
}
#eg-ss-topic-tree-header .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-topic-tree-header .eg-no-item-container .eg-no-item {
  display: block;
  padding: 15px 10px;
}
#eg-ss-topic-tree-header .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-topic-tree-header .eg-separator-container .eg-separator {
  display: block;
  padding: 15px 10px;
}
#eg-ss-topic-tree-header .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-topic-tree-header .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-topic-tree-header .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-topic-tree-header .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #454545;
  
  font-size: 15px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-topic-tree-header .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-topic-tree-header .eg-item-container .eg-item {
  display: block;
  padding: 15px 10px;
  margin: 0;
}
#eg-ss-topic-tree-header .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-topic-tree-header .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-tree-header .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-tree-header .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-tree-header .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-topic-tree-header .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-topic-tree-header .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-topic-tree-header .eg-form-control {
  box-shadow: none;
}
#eg-ss-topic-tree-header .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-topic-tree-header .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-topic-tree-header .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-topic-tree-header input.eg-form-control::-webkit-input-placeholder,
#eg-ss-topic-tree-header textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-topic-tree-header input.eg-form-control:-moz-placeholder,
#eg-ss-topic-tree-header textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-tree-header input.eg-form-control::-moz-placeholder,
#eg-ss-topic-tree-header textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-topic-tree-header input.eg-form-control:-ms-input-placeholder,
#eg-ss-topic-tree-header textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-topic-tree-header input.eg-form-control:placeholder-shown,
#eg-ss-topic-tree-header textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-topic-tree-header .media {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#eg-ss-topic-tree-header .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-topic-tree-header label:not(.eg-not-label),
#eg-ss-topic-tree-header .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-topic-tree-header .eg-item-content {
  border-bottom: 1px solid #cccccc;
}
#eg-ss-topic-tree-header .eg-heading-container {
  padding-bottom: 10px;
  display: none;
}
#eg-ss-topic-tree-header .eg-selected-topic {
  background-color: transparent;
  color: #454545;
  
  font-size: 14px;
  font-weight: bold;
}
#eg-ss-topic-tree-header .eg-item-container .eg-item {
  padding-bottom: 0;
  padding-left: calc(25px);
}
#eg-ss-topic-tree-header .eg-item-container .eg-item-content {
  padding-bottom: 15px;
}
#eg-ss-topic-tree-header .eg-item-container.eg-item-container-root {
  font-weight: 600;
}
#eg-ss-topic-tree-header .eg-item-container:last-child > .eg-position-relative > .eg-item > .eg-item-content {
  border: none;
  padding-bottom: 0;
}
#eg-ss-topic-tree-header input[type="checkbox"] {
  display: none;
}
#eg-ss-topic-tree-header input[type="checkbox"]:checked + .eg-children {
  display: block;
}
#eg-ss-topic-tree-header .eg-drop-icon {
  cursor: pointer;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#eg-ss-topic-tree-header .eg-drop-icon:hover,
#eg-ss-topic-tree-header .eg-item-text:hover {
  background-color: transparent;
  color: #454545;
}
#eg-ss-topic-tree-header .eg-children {
  display: none;
  border: none;
  float: none;
  position: static;
  width: 100%;
}
#eg-ss-topic-tree-header .eg-children .eg-drop-icon {
  padding: 10px 0px;
}
#eg-ss-topic-tree-header .eg-children .eg-item-container .eg-item {
  padding: 10px 0 0 calc(15px);
}
#eg-ss-topic-tree-header .eg-children .eg-item-container .eg-item-content {
  padding-bottom: 10px;
}
#eg-ss-topic-tree-header .eg-item-container {
  border-bottom: 1px solid #dcdcdc;
}
#eg-ss-topic-tree-header .eg-item-container:last-child {
  border-bottom: 0;
}
#eg-ss-topic-tree-header .eg-item-container .eg-item-content {
  border-bottom: 0;
}
/*
Styling for the Bookmarks List Component
Changes to this section will apply to the component found in:
components/useful-items-from-folder-list/useful-items-from-folder-list.html
*/
#eg-ss-useful-items-from-folder-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #F3F1EB;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#F3F1EB, #F3F1EB);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
}
#eg-ss-useful-items-from-folder-list .list-group {
  margin-bottom: 0;
}
#eg-ss-useful-items-from-folder-list .media-list {
  margin-bottom: 0;
}
#eg-ss-useful-items-from-folder-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-useful-items-from-folder-list .media-heading {
  font-weight: bold;
}
#eg-ss-useful-items-from-folder-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #333;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-useful-items-from-folder-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #FDFBF9;
  color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-useful-items-from-folder-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-useful-items-from-folder-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #FDFBF9;
  color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-item-container:hover {
  background-color: #FDFBF9;
  color: #454545;
}
#eg-ss-useful-items-from-folder-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px 0;
  margin: 1px;
}
#eg-ss-useful-items-from-folder-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-useful-items-from-folder-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-useful-items-from-folder-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-useful-items-from-folder-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-useful-items-from-folder-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-useful-items-from-folder-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-useful-items-from-folder-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-useful-items-from-folder-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-useful-items-from-folder-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-useful-items-from-folder-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-useful-items-from-folder-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control:-moz-placeholder,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control::-moz-placeholder,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control:placeholder-shown,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-useful-items-from-folder-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-useful-items-from-folder-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-useful-items-from-folder-list .eg-list-counter {
  background-color: #FDFBF9;
  color: #454545;
  
  font-size: 14px;
  font-weight: 700;
}
#eg-ss-useful-items-from-folder-list .eg-item-content {
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
#eg-ss-useful-items-from-folder-list .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-useful-items-from-folder-list .eg-item-container:nth-last-child(2) {
  margin-bottom: 0;
}
#eg-ss-useful-items-from-folder-list .eg-item-container .eg-item .eg-item-info {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
}
/*
Styling for the Useful Items List Component
Changes to this section will apply to the component found in:
components/useful-items-list/useful-items-list.html
*/
#eg-ss-useful-items-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-useful-items-list .list-group {
  margin-bottom: 0;
}
#eg-ss-useful-items-list .media-list {
  margin-bottom: 0;
}
#eg-ss-useful-items-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-useful-items-list .media-heading {
  font-weight: bold;
}
#eg-ss-useful-items-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-useful-items-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-useful-items-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-useful-items-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-useful-items-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-useful-items-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-useful-items-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-useful-items-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-useful-items-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-useful-items-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-useful-items-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-useful-items-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-useful-items-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-useful-items-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-useful-items-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-useful-items-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-useful-items-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-useful-items-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-useful-items-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-useful-items-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-useful-items-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-useful-items-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-useful-items-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-useful-items-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-useful-items-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-useful-items-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-useful-items-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-useful-items-list input.eg-form-control:-moz-placeholder,
#eg-ss-useful-items-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-useful-items-list input.eg-form-control::-moz-placeholder,
#eg-ss-useful-items-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-useful-items-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-useful-items-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-useful-items-list input.eg-form-control:placeholder-shown,
#eg-ss-useful-items-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-useful-items-list .list-group-item {
  border-top: 0 solid #DDDDDD;
  border-bottom: 0 solid #DDDDDD;
}
#eg-ss-useful-items-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-useful-items-list .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-useful-items-list .media {
  border-top: 0 solid #DDDDDD;
}
#eg-ss-useful-items-list .media:first-child {
  border-top: none;
}
#eg-ss-useful-items-list .media-body h4 {
  
  font-weight: bold;
  border-left: 5px solid #DDDDDD;
  padding-left: 9px;
}
#eg-ss-useful-items-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-useful-items-list label:not(.eg-not-label),
#eg-ss-useful-items-list .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
/*
Styling for the View Suggestion Modal Component
Changes to this section will apply to the component found in:
components/view-suggestion-modal/view-suggestion-modal.html
*/
#eg-ss-view-suggestion-modal {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 0;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /*
     * Following styling is required for the text-angular editor
     */
}
#eg-ss-view-suggestion-modal .modal-footer {
  border-color: #FDFBF9;
}
#eg-ss-view-suggestion-modal .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#eg-ss-view-suggestion-modal .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-view-suggestion-modal .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-view-suggestion-modal .eg-article-meta-info {
  margin-bottom: 10px;
}
#eg-ss-view-suggestion-modal .eg-article-id {
  font-weight: normal;
}
#eg-ss-view-suggestion-modal .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 0 0;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-view-suggestion-modal .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  border-color: #454545;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-view-suggestion-modal .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #454545;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#454545, #454545);
  color: #FDFBF9;
}
#eg-ss-view-suggestion-modal .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-view-suggestion-modal .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  border-color: #DDDDDD;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-view-suggestion-modal .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #005a9c;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#005a9c, #005a9c);
  color: #FDFBF9;
}
#eg-ss-view-suggestion-modal .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-view-suggestion-modal .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-view-suggestion-modal .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-view-suggestion-modal .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-view-suggestion-modal .nav-tabs {
  border-color: #FDFBF9;
  margin-bottom: 10px;
}
#eg-ss-view-suggestion-modal .nav > li.active > a {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-color: #FDFBF9;
  border-bottom-color: transparent;
}
#eg-ss-view-suggestion-modal .nav > li.active > a:hover,
#eg-ss-view-suggestion-modal .nav > li.active > a:focus {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-view-suggestion-modal .nav > li.active > a:hover,
#eg-ss-view-suggestion-modal .nav > li.active > afocus {
  border-color: #FDFBF9;
  border-bottom-color: transparent;
}
#eg-ss-view-suggestion-modal .nav > li > a {
  background-color: #FDFBF9;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  border-color: transparent;
  border-bottom-color: #FDFBF9;
}
#eg-ss-view-suggestion-modal .nav > li > a:hover,
#eg-ss-view-suggestion-modal .nav > li > a:focus {
  background-color: #f7f7f7;
 color: #454545;
}
#eg-ss-view-suggestion-modal .nav > li > a:hover,
#eg-ss-view-suggestion-modal .nav > li > afocus {
  border-color: transparent;
  border-bottom-color: #FDFBF9;
}
#eg-ss-view-suggestion-modal .eg-article-content {
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  display: block;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 22px;
  outline-style: none;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-x: auto;
}
#eg-ss-view-suggestion-modal .eg-article-content h1 {
  font-size: 2em;
}
#eg-ss-view-suggestion-modal .eg-article-content h2 {
  font-size: 1.5em;
}
#eg-ss-view-suggestion-modal .eg-article-content h3 {
  font-size: 1.2em;
}
#eg-ss-view-suggestion-modal .eg-article-content address {
  font-style: italic;
}
#eg-ss-view-suggestion-modal .eg-article-content a,
#eg-ss-view-suggestion-modal .eg-article-content a:link,
#eg-ss-view-suggestion-modal .eg-article-content a:visited,
#eg-ss-view-suggestion-modal .eg-article-content a:active {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
  margin-left: 1px;
}
#eg-ss-view-suggestion-modal .eg-article-content a:hover,
#eg-ss-view-suggestion-modal .eg-article-content a:link:hover,
#eg-ss-view-suggestion-modal .eg-article-content a:visited:hover,
#eg-ss-view-suggestion-modal .eg-article-content a:active:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-view-suggestion-modal .eg-article-content a[data-url] {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#eg-ss-view-suggestion-modal .eg-article-content a[data-url]:hover {
  background-color: #FDFBF9;
 color: #454545;
}
#eg-ss-view-suggestion-modal .eg-article-content img {
  /*max-width: 100%;*/
  height: auto;
}
#eg-ss-view-suggestion-modal .eg-article-content p {
  padding: 0;
}
#eg-ss-view-suggestion-modal .eg-article-content dl dd {
  margin-left: 1em;
}
#eg-ss-view-suggestion-modal .eg-article-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#eg-ss-view-suggestion-modal .eg-article-content sup {
  vertical-align: super;
  font-size: smaller;
}
#eg-ss-view-suggestion-modal .eg-article-content sub {
  vertical-align: sub;
  font-size: smaller;
}
#eg-ss-view-suggestion-modal .eg-article-content ul {
  list-style-type: disc;
  list-style-position: outside;
}
#eg-ss-view-suggestion-modal .eg-article-content h1,
#eg-ss-view-suggestion-modal .eg-article-content h2,
#eg-ss-view-suggestion-modal .eg-article-content h3,
#eg-ss-view-suggestion-modal .eg-article-content h4,
#eg-ss-view-suggestion-modal .eg-article-content h5,
#eg-ss-view-suggestion-modal .eg-article-content h6 {
  font-weight: bold;
}
#eg-ss-view-suggestion-modal .eg-article-content i,
#eg-ss-view-suggestion-modal .eg-article-content em {
  font-style: italic;
}
#eg-ss-view-suggestion-modal .eg-article-content table td {
  padding: 5px;
}
#eg-ss-view-suggestion-modal .eg-article-location,
#eg-ss-view-suggestion-modal .eg-article-url {
  visibility: hidden;
  display: none;
}
@media print {
  #eg-ss-view-suggestion-modal .eg-article-location {
    visibility: visible;
    display: block;
    max-width: 100% !important;
  }
  #eg-ss-view-suggestion-modal .eg-article-url {
    visibility: visible;
    display: block;
  }
  #eg-ss-view-suggestion-modal blockquote {
    border: none;
    margin-left: 10px;
  }
}
#eg-ss-view-suggestion-modal .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-view-suggestion-modal .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
  padding: 2px 7px;
}
#eg-ss-view-suggestion-modal .modal-body .eg-suggestion-desc {
  width: 100%;
  margin-bottom: 15px;
}
#eg-ss-view-suggestion-modal .modal-body .eg-suggestion-edit {
  width: 100%;
  margin-bottom: 15px;
}
#eg-ss-view-suggestion-modal .modal-body .eg-suggestion-edit b {
  padding-right: 10px;
}
#eg-ss-view-suggestion-modal .modal-body .eg-suggestion-edit p {
  padding-top: 15px;
}
#eg-ss-view-suggestion-modal .modal-body .eg-suggestion-comments {
  padding: 15px 0;
  border-top: 1px solid #FFF;
  width: 100%;
}
#eg-ss-view-suggestion-modal .modal-body .eg-suggestion-comments b {
  padding-top: 10px;
}
#eg-ss-view-suggestion-modal .modal-body .eg-suggestion-actions {
  margin: 0;
  padding: 0;
  width: 100%;
}
#eg-ss-view-suggestion-modal .form-group textarea {
  height: 200px;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .btn {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-color: #c7c7c7;
  color: #555;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .btn:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #555;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .btn:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .form-control {
  box-shadow: none;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .form-control:focus {
  box-shadow: none;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper .form-control:focus {
  border-color: #999;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper input.form-control::-webkit-input-placeholder,
#eg-ss-view-suggestion-modal .eg-form-control-wrapper textarea.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper input.form-control:-moz-placeholder,
#eg-ss-view-suggestion-modal .eg-form-control-wrapper textarea.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper input.form-control::-moz-placeholder,
#eg-ss-view-suggestion-modal .eg-form-control-wrapper textarea.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper input.form-control:-ms-input-placeholder,
#eg-ss-view-suggestion-modal .eg-form-control-wrapper textarea.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper input.form-control:placeholder-shown,
#eg-ss-view-suggestion-modal .eg-form-control-wrapper textarea.form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-view-suggestion-modal .eg-form-control-wrapper.focussed > .form-control {
  border-color: #999;
}
#eg-ss-view-suggestion-modal .eg-suggestion-attachments-container {
  margin-bottom: 20px;
  padding: 0px;
}
#eg-ss-view-suggestion-modal .eg-suggestion-attachments-container .eg-suggestion-attachment {
  margin: 5px;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #000;
  display: flex;
}
#eg-ss-view-suggestion-modal .eg-suggestion-attachments-container .eg-suggestion-attachment .eg-attachment-text {
  width: 90%;
}
#eg-ss-view-suggestion-modal .eg-attachment-button {
  margin-top: 15px;
}
/*
Styling for the Web Search Results List Component
Changes to this section will apply to the component found in:
components/web-search-results-list/web-search-results-list.html
*/
#eg-ss-web-search-results-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
}
#eg-ss-web-search-results-list .list-group {
  margin-bottom: 0;
}
#eg-ss-web-search-results-list .media-list {
  margin-bottom: 0;
}
#eg-ss-web-search-results-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-web-search-results-list .media-heading {
  font-weight: bold;
}
#eg-ss-web-search-results-list .eg-badge {
  background-color: #8ec35b;
  color: #FDFBF9;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-web-search-results-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 30px;
}
#eg-ss-web-search-results-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-web-search-results-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-web-search-results-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-web-search-results-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 30px;
}
#eg-ss-web-search-results-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-web-search-results-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 30px;
}
#eg-ss-web-search-results-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-web-search-results-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-web-search-results-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-web-search-results-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-web-search-results-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-web-search-results-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 30px;
  margin: 0;
}
#eg-ss-web-search-results-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-web-search-results-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-web-search-results-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-web-search-results-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-web-search-results-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-web-search-results-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-web-search-results-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-web-search-results-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-web-search-results-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-web-search-results-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-web-search-results-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-web-search-results-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-web-search-results-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-web-search-results-list input.eg-form-control:-moz-placeholder,
#eg-ss-web-search-results-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-web-search-results-list input.eg-form-control::-moz-placeholder,
#eg-ss-web-search-results-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-web-search-results-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-web-search-results-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-web-search-results-list input.eg-form-control:placeholder-shown,
#eg-ss-web-search-results-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-web-search-results-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-web-search-results-list .fa:not(.eg-fa-inherit) {
 color: #454545;
}
#eg-ss-web-search-results-list .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-web-search-results-list .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-web-search-results-list .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
@media (min-width: 992px) {
  #eg-ss-web-search-results-list {
    padding: 15px 0;
  }
}
#eg-ss-web-search-results-list .eg-badge {
  border-radius: 0;
  padding: 2px 7px;
}
#eg-ss-web-search-results-list .eg-search-term {
  background-color: transparent;
  color: #005a9c;
  
  font-size: 20px;
  font-weight: bold;
}
.responsive {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  /* Force table to not be like tables anymore */
  /* table.responsive,*/
  .responsive > thead,
  .responsive > tbody,
  .responsive > tbody > tr,
  .responsive > thead > th {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive > thead > tr,
  .responsive > thead > tr > th,
  .responsive > tbody > tr > th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive > tbody > tr {
    border: 1px solid #ccc;
  }
  .responsive > tbody > tr > td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 1em;
  }
  .responsive > tbody > tr > td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: left;
    font-weight: bold;
    /*
        Label the data
        */
    content: attr(data-title);
  }
  .responsive td.responsive-omit-title:nth-child(odd),
  .responsive td.responsive-omit-title:nth-child(even) {
    padding-left: 6px;
  }
  .responsive td.responsive-omit-title::before {
    display: none;
  }
  .responsive td.responsive-omit-if-empty:empty {
    display: none;
  }
}
@media (min-width: 992px) {
  .eg-no-left-padding {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .eg-no-right-padding {
    padding-right: 0px;
  }
}
#eg-ss-topic-articles-list {
  margin-top: 28px;
  border-radius: 0px;
  background-color: #FDFBF9;
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
}
@media (min-width: 992px) {
  #eg-ss-topic-articles-list {
    padding-left: 10px;
  }
}
#eg-ss-topic-articles-list .eg-heading-container {
  margin-bottom: 0px;
  color: #454545;
  padding: 10px 0px;
  display: none;
}
#eg-ss-topic-articles-list .eg-heading-container .eg-heading {
  font-size: 20px;
  
}
#eg-ss-topic-articles-list .eg-heading-container .eg-heading:before {
  display: none;
}
#eg-ss-topic-articles-list .eg-articles-list {
  margin: 0;
}
#eg-ss-topic-articles-list .eg-item-container {
  margin-bottom: -1px;
}
#eg-ss-topic-articles-list .eg-item-container:not(.eg-item-container-addon) {
  font-size: 14px;
  font-weight: normal;
 color: #454545;
  padding: 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}
#eg-ss-topic-articles-list .eg-item-container:not(.eg-item-container-addon):hover {
 color: #454545;
}
#eg-ss-topic-articles-list .eg-item-container:not(.eg-item-container-addon):last-child {
  margin-bottom: 0px;
}
#eg-ss-topic-articles-list .eg-item-container .eg-item {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#eg-ss-topic-articles-list .fa {
  vertical-align: middle;
}
#eg-ss-topic-articles-list .eg-item-icon {
  width: 10%;
  margin-left: 15px;
  text-align: right;
  font-size: large;
}
#eg-ss-topic-articles-list .eg-item-content {
  width: calc(90% - 15px);
}
@media (max-width: 991px) {
  .eg-no-small-screen-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .eg-negative-margin {
    margin: 0 -40px 0 -30px;
  }
}
/*
Styling for the Header Small Component
Changes to this section will apply to the component found in:
components/header-with-search-and-menu/header-with-search-and-menu.html
*/
#eg-ss-header-with-search-icon {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 0;
  overflow: visible;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0px;
  padding: 10px 0px 0;
}
#eg-ss-header-with-search-icon .list-group {
  margin-bottom: 0;
}
#eg-ss-header-with-search-icon .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-header-with-search-icon .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-header-with-search-icon .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-header-with-search-icon .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-with-search-icon .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-with-search-icon .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-with-search-icon .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-header-with-search-icon .fa:not(.eg-fa-inherit) {
  color: #666;
}
#eg-ss-header-with-search-icon .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: transparent;
 color: #454545;
  margin: 1px;
}
#eg-ss-header-with-search-icon .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
}
#eg-ss-header-with-search-icon .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-header-with-search-icon .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  border-color: #dcdcdc;
  color: #666;
  margin: 1px;
}
#eg-ss-header-with-search-icon .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #666;
}
#eg-ss-header-with-search-icon .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 0 0;
}
#eg-ss-header-with-search-icon .eg-form-control {
  box-shadow: none;
}
#eg-ss-header-with-search-icon .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-header-with-search-icon .eg-form-control {
  background-color: #FDFBF9;
  border-color: #ccc;
  border-radius: 0;
 color: #454545;
}
#eg-ss-header-with-search-icon .eg-form-control:focus {
  border-color: #ccc;
}
#eg-ss-header-with-search-icon input.eg-form-control::-webkit-input-placeholder,
#eg-ss-header-with-search-icon textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
#eg-ss-header-with-search-icon input.eg-form-control:-moz-placeholder,
#eg-ss-header-with-search-icon textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}
#eg-ss-header-with-search-icon input.eg-form-control::-moz-placeholder,
#eg-ss-header-with-search-icon textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}
#eg-ss-header-with-search-icon input.eg-form-control:-ms-input-placeholder,
#eg-ss-header-with-search-icon textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
#eg-ss-header-with-search-icon input.eg-form-control:placeholder-shown,
#eg-ss-header-with-search-icon textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #555;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-container {
  position: relative;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu {
  border: 1px solid #dcdcdc;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container,
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu li {
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 0 solid #dcdcdc;
  border-bottom: 0 solid #dcdcdc;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container:first-child,
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container:last-child,
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item:hover {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu {
  border: 1px solid #dcdcdc;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container,
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu li {
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 0 solid #dcdcdc;
  border-bottom: 0 solid #dcdcdc;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container:first-child,
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container:last-child,
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item:hover {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-header-with-search-icon .eg-dropdown-menu-precursor + .dropdown-menu .active .eg-dropdown-menu-item {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-header-with-search-icon .eg-navbar {
  box-shadow: none;
}
#eg-ss-header-with-search-icon .eg-navbar .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-header-with-search-icon .eg-navbar .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-header-with-search-icon .eg-navbar .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-with-search-icon .eg-navbar .eg-item-container.eg-item-container-addon {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-header-with-search-icon .eg-navbar .eg-item-container.eg-item-container-addon:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-header-with-search-icon .eg-navbar .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#eg-ss-header-with-search-icon .dropdown-menu .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 13px;
  font-weight: normal;
}
#eg-ss-header-with-search-icon .dropdown-menu .eg-no-item-container .eg-dropdown-menu-item-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-header-with-search-icon .list-group-item {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#eg-ss-header-with-search-icon .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-header-with-search-icon .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-header-with-search-icon .eg-desktop-nav {
  margin-top: 20px;
}
#eg-ss-header-with-search-icon .eg-dropdown-link .btn {
  border: none;
}
#eg-ss-header-with-search-icon .navbar-collapse .navbar-nav {
  margin-top: 15px;
  border-top: 1px solid #c7c7c7;
}
#eg-ss-header-with-search-icon .eg-logo-image {
  display: inline-block;
}
#eg-ss-header-with-search-icon .eg-logo-image-container {
  display: inline-block;
  height: 65px;
  line-height: 65px;
}
@media (min-width: 992px) {
  #eg-ss-header-with-search-icon .eg-logo-image-container {
    padding: 0 15px;
  }
}
#eg-ss-header-with-search-icon .eg-heading-container {
  padding: 10px 0px;
}
#eg-ss-header-with-search-icon .eg-heading-container .eg-heading {
  color: #454545;
  font-size: 30px;
}
#eg-ss-header-with-search-icon .eg-search-bar {
  padding-left: 15px;
  padding-top: 8px;
}
@media (min-width: 768px) {
  #eg-ss-header-with-search-icon .eg-search-bar {
    padding-left: 30px;
  }
}
#eg-ss-header-with-search-icon .eg-topic-dropdown .dropdown-menu {
  max-height: 340px;
  min-width: 300px;
  max-width: 300px;
  overflow: auto;
}
@media (max-width: 350px) {
  #eg-ss-header-with-search-icon .eg-topic-dropdown .dropdown-menu {
    min-width: 270px;
  }
}
#eg-ss-header-with-search-icon .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#eg-ss-header-with-search-icon .eg-form-control {
  border: none;
  margin-left: 2px;
  width: 99%;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  font-size: 13px;
}
#eg-ss-header-with-search-icon .eg-form-control::-ms-clear {
  display: none;
}
@media screen and (device-aspect-ratio: 2/3) {
  #eg-ss-header-with-search-icon .eg-form-control {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  #eg-ss-header-with-search-icon .eg-form-control {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
  #eg-ss-header-with-search-icon .eg-form-control {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  #eg-ss-header-with-search-icon .eg-form-control {
    font-size: 16px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  #eg-ss-header-with-search-icon .eg-form-control {
    font-size: 16px;
  }
}
#eg-ss-header-with-search-icon .eg-button {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
#eg-ss-header-with-search-icon .eg-topic-dropdown-button {
  border: none;
  padding: 0 5px 0 0;
}
#eg-ss-header-with-search-icon .eg-topic-dropdown-button .eg-button-border-2 {
  border-right: 1px solid #ccc;
  padding: 5px 16px;
}
#eg-ss-header-with-search-icon .eg-topic-dropdown-button .fa {
 color: #454545;
}
#eg-ss-header-with-search-icon .eg-button-search {
  padding: 8px 12px;
  border-left: 1px solid #ccc;
}
#eg-ss-header-with-search-icon .eg-search-container {
  line-height: normal;
  margin-top: 8px;
  border: 1px solid #ccc;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  width: 100%;
  float: right;
}
#eg-ss-header-with-search-icon .eg-button-menu {
  margin-top: 15px;
}
#eg-ss-header-with-search-icon .eg-main-menu .dropdown-menu {
  display: block;
}
@media (min-width: 351px) {
  #eg-ss-header-with-search-icon .eg-main-menu .dropdown-menu .eg-sm {
    display: none;
  }
}
@media (max-width: 350px) {
  #eg-ss-header-with-search-icon .eg-main-menu .dropdown-menu .eg-lg {
    display: none;
  }
}
#eg-ss-header-with-search-icon .eg-main-menu .dropdown-menu .dropdown-menu {
  right: 100%;
  top: -1px;
}
@media (max-width: 350px) {
  #eg-ss-header-with-search-icon .eg-main-menu .dropdown-menu .dropdown-menu {
    border-left: none;
    border-right: none;
    float: none;
    margin-bottom: 1px;
    position: static;
  }
}
#eg-ss-header-with-search-icon .fa {
  font-size: 1.25em;
  font-weight: 600;
}
#eg-ss-header-with-search-icon .list-group-item {
  margin-bottom: 1px;
}
#eg-ss-header-with-search-icon .icon-display {
  border-color: transparent;
  float: right;
  width: 30px !important;
}
#eg-ss-header-with-search-icon .icon-display input[type=text] {
  width: 0px !important;
}
#eg-ss-header-with-search-icon .line {
  width: 25px;
  height: 3px;
  background-color: #454545;
  margin: 4px 0;
}
#eg-ss-header-with-search-icon .hamburger {
  padding: 16px 0;
  cursor: pointer;
}
#eg-ss-header-with-search-icon .eg-topic-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background: #FDFBF9;
}
#eg-ss-header-with-search-icon .eg-topic-overlay-content {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  padding-top: 20px;
}
#eg-ss-header-with-search-icon .eg-topic-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 60px;
  padding: 0 10px;
  z-index: 100;
}
@media screen and (max-height: 450px) {
  #eg-ss-header-with-search-icon .eg-topic-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
#eg-ss-header-with-search-icon .eg-rotate-top {
  transform: rotate(45deg) translate(-6px, 9px);
}
#eg-ss-header-with-search-icon .eg-rotate-bottom {
  transform: rotate(-45deg) translate(-4px, -11px);
}
#eg-ss-header-with-search-icon .eg-flex-display {
  display: flex;
}
#eg-ss-header-with-search-icon .list-group-item {
  border-bottom: 0px;
  border-top: 0px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 Jul, 2019, 10:49:48 PM
    Author     : anilk
*/
#eg-ss-more-contact-options {
  margin-top: 60px;
}
@media (min-width: 768px) {
  #eg-ss-more-contact-options {
    padding: 0 40px;
  }
}
#eg-ss-more-contact-options .eg-heading-container {
  font-size: 20px;
  font-weight: 700;
  color: #454545;
  padding: 0 0 24px;
}
#eg-ss-more-contact-options .eg-contact-option-row {
  display: flex;
  overflow-x: auto;
}
#eg-ss-more-contact-options .eg-contact-option-row::-webkit-scrollbar {
  width: 0 !important;
}
#eg-ss-more-contact-options .eg-contact-option-row {
  overflow: -moz-scrollbars-none;
}
#eg-ss-more-contact-options .eg-contact-option-row {
  -ms-overflow-style: none;
}
#eg-ss-more-contact-options .eg-contact-option-box {
  height: 112px;
  width: 252px;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  min-width: 112px;
}
@media (min-width: 768px) {
  #eg-ss-more-contact-options .eg-contact-option-box {
    margin-right: 24px;
  }
}
#eg-ss-more-contact-options .eg-contact-option-box:hover {
  background: #EFEFEF;
  cursor: pointer;
}
#eg-ss-more-contact-options .eg-contact-option-box:last-child {
  margin-right: 0px;
}
#eg-ss-more-contact-options .eg-contact-option-text {
  color: #454545;
  font-size: 14pt;
  font-weight: bold;
  
}
#eg-ss-more-contact-options .eg-contact-option-image {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
#eg-ss-more-contact-options .eg-contact-option-description-row {
  position: relative;
  margin-top: 29px;
  min-height: 130px;
}
#eg-ss-more-contact-options .eg-contact-option-description-row a {
  color: #454545;
  text-decoration: underline;
}
#eg-ss-more-contact-options .eg-contact-option-description-box-chat {
  width: 528px;
  padding: 24px;
  font-size: 14px;
  
  background: #F3F1EB;
  border-top: 2px solid #454545;
  margin-left: 0px;
}
#eg-ss-more-contact-options .eg-contact-option-description-box-chat.ng-hide {
  opacity: 0;
}
#eg-ss-more-contact-options .eg-contact-option-description-box-call {
  width: 528px;
  padding: 24px;
  font-size: 14px;
  
  background: #F3F1EB;
  border-top: 2px solid #454545;
  margin-left: 276px;
}
#eg-ss-more-contact-options .eg-contact-option-description-box-call.ng-hide {
  opacity: 0;
}
#eg-ss-more-contact-options .eg-contact-option-description-box-email {
  width: 528px;
  padding: 24px;
  font-size: 14px;
  
  background: #F3F1EB;
  border-top: 2px solid #454545;
  margin-left: 552px;
}
#eg-ss-more-contact-options .eg-contact-option-description-box-twitter {
  width: 528px;
  padding: 24px;
  font-size: 14px;
  
  background: #F3F1EB;
  border-top: 2px solid #454545;
  margin-left: 552px;
}
#eg-ss-more-contact-options .eg-contact-option-description-box-twitter.ng-hide {
  opacity: 0;
}
#eg-ss-more-contact-options .eg-arrow-div {
  content: " ";
  position: absolute;
  left: 0;
  top: -10px;
  border-top: 2px solid #454545;
  border-left: 2px solid #454545;
  width: 20px;
  height: 20px;
  background: #F3F1EB;
  transform: rotate(45deg);
  z-index: 1;
}
#eg-ss-more-contact-options .eg-arrow-div.ng-hide {
  opacity: 0;
}
/*
Styling for the Search Field Component
Changes to this section will apply to the component found in:
components/search-field/search-field.html
*/
#eg-ss-search-field {
  /* Fallback for browsers that do not support gradients */
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  margin-top: 15px;
  overflow: visible;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: 400;
  margin-top: 48px;
}
#eg-ss-search-field .list-group {
  margin-bottom: 0;
}
#eg-ss-search-field .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
 color: #454545;
  padding: 10px 15px;
}
#eg-ss-search-field .eg-heading-container .eg-heading {
  
  font-size: 22px;
  font-weight: bold;
}
#eg-ss-search-field .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-search-field .eg-link {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-search-field .eg-link-hover {
  background-color: transparent;
  color: #555;
  
  font-size: inherit;
  font-weight: normal;
}
#eg-ss-search-field .eg-link-hover:hover {
  background-color: #eee;
 color: #454545;
}
#eg-ss-search-field .panel-heading {
  border-bottom: 0 solid #c7c7c7;
}
#eg-ss-search-field .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-search-field .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: transparent;
  color: #555;
  margin: 1px;
}
#eg-ss-search-field .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
}
#eg-ss-search-field .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-search-field .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  border-color: transparent;
  color: #555;
  margin: 1px;
}
#eg-ss-search-field .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
 color: #454545;
}
#eg-ss-search-field .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 0 0;
}
#eg-ss-search-field .eg-form-control {
  box-shadow: none;
}
#eg-ss-search-field .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-search-field .eg-form-control {
  background-color: #FDFBF9;
  border-color: #ccc;
  border-radius: 0;
 color: #454545;
}
#eg-ss-search-field .eg-form-control:focus {
  border-color: #ccc;
}
#eg-ss-search-field input.eg-form-control::-webkit-input-placeholder,
#eg-ss-search-field textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
#eg-ss-search-field input.eg-form-control:-moz-placeholder,
#eg-ss-search-field textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}
#eg-ss-search-field input.eg-form-control::-moz-placeholder,
#eg-ss-search-field textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}
#eg-ss-search-field input.eg-form-control:-ms-input-placeholder,
#eg-ss-search-field textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
#eg-ss-search-field input.eg-form-control:placeholder-shown,
#eg-ss-search-field textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #555;
}
#eg-ss-search-field .eg-dropdown-menu-container {
  position: relative;
}
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu {
  border: 1px solid #dcdcdc;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container,
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu li {
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 0 solid #dcdcdc;
  border-bottom: 0 solid #dcdcdc;
}
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container:first-child,
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item-container:last-child,
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-field .eg-dropdown-menu-container .dropdown-menu .eg-dropdown-menu-item:hover {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu {
  border: 1px solid #dcdcdc;
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container,
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu li {
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 0 solid #dcdcdc;
  border-bottom: 0 solid #dcdcdc;
}
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container:first-child,
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item-container:last-child,
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item {
  background-color: #FDFBF9;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu .eg-dropdown-menu-item:hover {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-search-field .eg-dropdown-menu-precursor + .dropdown-menu .active .eg-dropdown-menu-item {
  background-color: #efefef;
 color: #454545;
}
#eg-ss-search-field .dropdown-menu .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-search-field .dropdown-menu .eg-no-item-container .eg-dropdown-menu-item-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-search-field .list-group-item {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#eg-ss-search-field .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-search-field .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  #eg-ss-search-field {
    padding: 0 40px;
  }
}
#eg-ss-search-field .eg-topic-dropdown .dropdown-menu {
  max-height: 340px;
  min-width: 300px;
  max-width: 300px;
  overflow: auto;
  margin: 1px;
}
@media (max-width: 350px) {
  #eg-ss-search-field .eg-topic-dropdown .dropdown-menu {
    min-width: 270px;
  }
}
#eg-ss-search-field .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#eg-ss-search-field .eg-form-control {
  border: none;
  height: 42px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 400;
}
#eg-ss-search-field .eg-form-control::-ms-clear {
  display: none;
}
@media screen and (device-aspect-ratio: 2/3) {
  #eg-ss-search-field .eg-form-control {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  #eg-ss-search-field .eg-form-control {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
  #eg-ss-search-field .eg-form-control {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  #eg-ss-search-field .eg-form-control {
    font-size: 16px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  #eg-ss-search-field .eg-form-control {
    font-size: 16px;
  }
}
#eg-ss-search-field .eg-button {
  border-radius: 0;
  box-shadow: none;
  font-weight: 300;
  font-size: 13px;
}
#eg-ss-search-field .eg-topic-dropdown-button {
  border: none;
  padding: 0 5px 0 0;
}
#eg-ss-search-field .eg-topic-dropdown-button .eg-button-border-2 {
  border-right: 1px solid #ccc;
  padding: 5px 16px;
}
#eg-ss-search-field .eg-topic-dropdown-button .fa {
  color: #555;
}
#eg-ss-search-field .eg-button-search {
  padding: 8px 14px;
  border-left: 1px solid #ccc;
  height: 42px;
 color: #454545;
}
#eg-ss-search-field .eg-button-search .fa {
  font-size: 16px;
}
#eg-ss-search-field .eg-search-container {
  line-height: normal;
  background-color: #FDFBF9;
  border: 1px solid #ccc;
  height: 42px;
}
#eg-ss-search-field .eg-heading-container {
  font-size: 20px;
  font-weight: 700;
  color: #454545;
  padding: 0 0 24px;
}
.eg-dropdown-on-top .dropdown-menu {
  bottom: 100%;
  margin-bottom: 1px !important;
  top: auto !important;
}
/*
Styling for the Topic Breadcrumb Component
Changes to this section will apply to the component found in:
components/topic-breadcrumb/topic-breadcrumb.html
*/
#eg-ss-static-breadcrumb {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 30px;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  border-radius: 0;
  padding-left: 10px;
}
#eg-ss-static-breadcrumb .eg-breadcrumb-item {
  background-color: transparent;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
  padding: 0 0;
}
#eg-ss-static-breadcrumb .eg-breadcrumb-item:hover {
  background-color: transparent;
  color: #555;
}
#eg-ss-static-breadcrumb .eg-breadcrumb-separator {
  background-color: transparent;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}
#eg-ss-static-breadcrumb .eg-breadcrumb-separator .fa:not(.eg-fa-inherit) {
  font-weight: inherit;
}
#eg-ss-static-breadcrumb .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-static-breadcrumb .eg-breadcrumb-current-item {
  cursor: default;
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
  padding: 0 0;
}
#eg-ss-static-breadcrumb .eg-breadcrumb-current-item:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-static-breadcrumb .eg-breadcrumb {
  margin: 1px;
}
#eg-ss-static-breadcrumb .breadcrumb-ellipsis:hover {
  cursor: pointer;
}
#eg-ss-topic-dropdown {
  margin-top: 20px;
  margin-bottom: 20px;
}
#eg-ss-topic-dropdown .eg-topic-dropdown-button {
  width: 100%;
  background: #FDFBF9;
  border: 1px solid #d9d9d9;
  padding: 13px 20px;
}
#eg-ss-topic-dropdown .eg-topic-dropdown-button .fa {
  font-size: x-large;
  margin-top: -5px;
}
#eg-ss-topic-dropdown .eg-button-border-2 {
  display: flex;
  justify-content: space-between;
}
#eg-ss-topic-dropdown .eg-search-container {
  background: #FDFBF9;
}
#eg-ss-topic-dropdown .dropdown-menu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  margin-top: -1px;
  box-shadow: none;
  border: 0;
  left: -1px;
}
#eg-ss-topic-dropdown .eg-dropdown-menu-item {
  padding: 13px 20px;
}
#eg-ss-topic-dropdown .list-group-item {
  border: 1px solid #d9d9d9;
  padding: 0;
}
#eg-ss-topic-dropdown .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#eg-ss-topic-dropdown .list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/*
Styling for the Bookmarks List Component
Changes to this section will apply to the component found in:
components/useful-items-from-folder-list/useful-items-from-folder-list.html
*/
#eg-ss-useful-items-from-folder-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #F3F1EB;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#F3F1EB, #F3F1EB);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #FFF;
  border-radius: 0px;
  margin-top: 60px;
}
#eg-ss-useful-items-from-folder-list .list-group {
  margin-bottom: 0;
}
#eg-ss-useful-items-from-folder-list .media-list {
  margin-bottom: 0;
}
#eg-ss-useful-items-from-folder-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-useful-items-from-folder-list .media-heading {
  font-weight: bold;
}
#eg-ss-useful-items-from-folder-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: transparent;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(transparent, transparent);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid #333;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-useful-items-from-folder-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #FDFBF9;
  color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 10px 15px;
}
#eg-ss-useful-items-from-folder-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-separator-container .eg-separator {
  display: block;
  padding: 10px 15px;
}
#eg-ss-useful-items-from-folder-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #FDFBF9;
  color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-item-container:hover {
  background-color: #FDFBF9;
  color: #454545;
}
#eg-ss-useful-items-from-folder-list .eg-item-container .eg-item {
  display: block;
  padding: 10px 15px 0;
  margin: 1px;
}
#eg-ss-useful-items-from-folder-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-useful-items-from-folder-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-useful-items-from-folder-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-useful-items-from-folder-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-useful-items-from-folder-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-useful-items-from-folder-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-useful-items-from-folder-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-useful-items-from-folder-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-useful-items-from-folder-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-useful-items-from-folder-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-useful-items-from-folder-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control:-moz-placeholder,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control::-moz-placeholder,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-useful-items-from-folder-list input.eg-form-control:placeholder-shown,
#eg-ss-useful-items-from-folder-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-useful-items-from-folder-list .media {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#eg-ss-useful-items-from-folder-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-useful-items-from-folder-list .eg-list-counter {
  background-color: #FDFBF9;
  color: #454545;
  
  font-size: 14px;
  font-weight: 700;
}
#eg-ss-useful-items-from-folder-list .eg-item-content {
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
#eg-ss-useful-items-from-folder-list .eg-link {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-link-hover {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-from-folder-list .eg-link-hover:hover {
  background-color: transparent;
 color: #454545;
}
@media (min-width: 768px) {
  #eg-ss-useful-items-from-folder-list {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  #eg-ss-useful-items-from-folder-list {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 10px;
  }
}
#eg-ss-useful-items-from-folder-list .eg-item-container {
  border-left: 2px solid #454545;
  font-weight: 700;
  height: 180px;
  overflow: hidden;
}
#eg-ss-useful-items-from-folder-list .eg-item-container .eg-item {
  padding: 24px 16px 0px;
  line-height: 20px;
}
#eg-ss-useful-items-from-folder-list .eg-item-container .eg-item .eg-item-content {
  border-bottom: 0;
}
#eg-ss-useful-items-from-folder-list .eg-item-container .eg-item .eg-item-info {
  background-color: transparent;
 color: #454545;
  
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#eg-ss-useful-items-from-folder-list .eg-item-container:after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background: linear-gradient(rgba(253, 251, 249, 0.6), #FDFBF9);
  position: absolute;
  bottom: 0;
  left: 0px;
  border-left: 2px solid #454545;
}
#eg-ss-useful-items-from-folder-list .eg-show-all-container .eg-item {
  text-align: center;
  padding: 0;
  line-height: 180px;
}
#eg-ss-useful-items-from-folder-list .eg-show-all-container .eg-item-content {
  text-decoration: underline;
  text-underline-position: under;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container {
  padding: 32px 0px 12px;
}
#eg-ss-useful-items-from-folder-list .eg-heading-container .eg-heading:before {
  display: none;
}
#eg-ss-useful-items-from-folder-list .eg-link {
  border-bottom: 1px solid #000;
}
#eg-ss-useful-items-from-folder-list .eg-left-list {
  padding-left: 0px;
}
#eg-ss-useful-items-from-folder-list .eg-right-list {
  padding-right: 0px;
}
#eg-ss-useful-items-from-folder-list .eg-button-container {
  background: transparent;
  padding: 5px 30px 20px;
}
#eg-ss-useful-items-from-folder-list button.owl-prev {
  position: absolute;
  top: 78px;
  left: -29px;
  width: 24px;
  height: 24PX;
  background: #000;
  color: #FDFBF9;
  margin-right: 30px;
  border-radius: 50%;
  font-weight: bold;
}
#eg-ss-useful-items-from-folder-list button.owl-prev i {
  padding-right: 2px;
}
#eg-ss-useful-items-from-folder-list button.owl-next {
  position: absolute;
  top: 78px;
  right: -33px;
  width: 24px;
  height: 24PX;
  background: #000;
  color: #FDFBF9;
  border-radius: 50%;
  font-weight: bold;
}
#eg-ss-useful-items-from-folder-list button.owl-next i {
  padding-left: 2px;
}
#eg-ss-useful-items-from-folder-list .owl-prev.disabled,
#eg-ss-useful-items-from-folder-list .owl-next.disabled {
  display: none;
}
#eg-ss-useful-items-from-folder-list .owl-dots {
  display: none;
}
#eg-ss-useful-items-from-folder-list .owl-carousel {
  padding-bottom: 12px;
}
#eg-ss-useful-items-from-folder-list .owl-stage {
  padding: 12px 0px;
}
@media (max-width: 767px) {
  #eg-ss-useful-items-from-folder-list .owl-stage {
    left: -40px;
  }
}
#eg-ss-useful-items-from-folder-list .owl-item {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(69, 69, 69, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(69, 69, 69, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(69, 69, 69, 0.3);
}
/*
Styling for the Useful Items List Component
Changes to this section will apply to the component found in:
components/useful-items-list/useful-items-list.html
*/
#eg-ss-useful-items-list {
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  margin-top: 15px;
  overflow: hidden;
  border: 0 solid #DDDDDD;
  border-radius: 0px;
  margin-top: 12px;
}
#eg-ss-useful-items-list .list-group {
  margin-bottom: 0;
}
#eg-ss-useful-items-list .media-list {
  margin-bottom: 0;
}
#eg-ss-useful-items-list .media {
  margin-top: -1px;
  margin-bottom: -1px;
}
#eg-ss-useful-items-list .media-heading {
  font-weight: bold;
}
#eg-ss-useful-items-list .eg-badge {
  background-color: transparent;
  color: inherit;
  
  font-size: 14px;
  font-weight: normal;
}
#eg-ss-useful-items-list .eg-heading-container {
  border: none;
  border-radius: 0;
  padding: 0;
  /* Fallback for browsers that do not support gradients */
  background-color: #FDFBF9;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#FDFBF9, #FDFBF9);
  color: #454545;
  padding: 10px 15px;
}
#eg-ss-useful-items-list .eg-heading-container .eg-heading {
  
  font-size: 20px;
  font-weight: bold;
}
#eg-ss-useful-items-list .eg-heading-container .eg-heading {
  margin: 0;
  padding: 0;
}
#eg-ss-useful-items-list .eg-heading-container .eg-heading:before {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  width: 50px;
  padding-top: 5px;
}
#eg-ss-useful-items-list .eg-no-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-useful-items-list .eg-no-item-container .eg-no-item {
  display: block;
  padding: 20px 0px;
}
#eg-ss-useful-items-list .eg-separator-container {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #555;
  
  font-size: 15px;
  font-weight: normal;
}
#eg-ss-useful-items-list .eg-separator-container .eg-separator {
  display: block;
  padding: 20px 0px;
}
#eg-ss-useful-items-list .eg-item-container {
  border: none;
  border-radius: 0;
  padding: 0;
}
#eg-ss-useful-items-list .eg-item-container:not(.eg-item-container-addon) {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: 700;
}
#eg-ss-useful-items-list .eg-item-container:not(.eg-item-container-addon):hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-useful-items-list .eg-item-container.eg-item-container-addon {
  background-color: transparent;
 color: #454545;
  
  font-size: 15px;
  font-weight: 700;
  /* .eg-item {
             .eg-mx-text-with-hover(
             @color_background: @color_background;
             @color_foreground: @color_foreground;
             @font_family: @font_family;
             @font_size: @font_size;
             @font_weight: @font_weight;
             @hover_color_background: @hover_color_background;
             @hover_color_foreground: @hover_color_foreground
                 );
         }*/
}
#eg-ss-useful-items-list .eg-item-container.eg-item-container-addon:hover {
  background-color: transparent;
 color: #454545;
}
#eg-ss-useful-items-list .eg-item-container .eg-item {
  display: block;
  padding: 20px 0px;
  margin: 0;
}
#eg-ss-useful-items-list .eg-button-container {
  border: none;
  border-radius: 0;
  padding: 0;
  padding: 10px 15px;
  background-color: #FDFBF9;
  color: #555;
}
#eg-ss-useful-items-list .eg-button-1 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-useful-items-list .eg-button-1:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-useful-items-list .eg-button-1:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-useful-items-list .eg-button-2 {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  border-color: #000;
  color: #FDFBF9;
  margin: 1px;
}
#eg-ss-useful-items-list .eg-button-2:hover {
  /* Fallback for browsers that do not support gradients */
  background-color: #000;
  /* Standard syntax: Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(#000, #000);
  color: #FDFBF9;
}
#eg-ss-useful-items-list .eg-button-2:not(.eg-input-group-button) {
  border-radius: 0px;
  padding: 5px 10px;
}
#eg-ss-useful-items-list .eg-form-control {
  box-shadow: none;
}
#eg-ss-useful-items-list .eg-form-control:focus {
  box-shadow: none;
}
#eg-ss-useful-items-list .eg-form-control {
  background-color: #FDFBF9;
  border-color: #c7c7c7;
  border-radius: 0;
  color: #555;
}
#eg-ss-useful-items-list .eg-form-control:focus {
  border-color: #999;
}
#eg-ss-useful-items-list input.eg-form-control::-webkit-input-placeholder,
#eg-ss-useful-items-list textarea.eg-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}
#eg-ss-useful-items-list input.eg-form-control:-moz-placeholder,
#eg-ss-useful-items-list textarea.eg-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}
#eg-ss-useful-items-list input.eg-form-control::-moz-placeholder,
#eg-ss-useful-items-list textarea.eg-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
#eg-ss-useful-items-list input.eg-form-control:-ms-input-placeholder,
#eg-ss-useful-items-list textarea.eg-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#eg-ss-useful-items-list input.eg-form-control:placeholder-shown,
#eg-ss-useful-items-list textarea.eg-form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}
#eg-ss-useful-items-list .list-group-item {
  border-top: 0 solid #DDDDDD;
  border-bottom: 0 solid #DDDDDD;
}
#eg-ss-useful-items-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#eg-ss-useful-items-list .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#eg-ss-useful-items-list .media {
  border-top: 0 solid #DDDDDD;
}
#eg-ss-useful-items-list .media:first-child {
  border-top: none;
}
#eg-ss-useful-items-list .media-body h4 {
  
  font-weight: bold;
  border-left: 5px solid #DDDDDD;
  padding-left: 9px;
}
#eg-ss-useful-items-list .fa:not(.eg-fa-inherit) {
  color: inherit;
}
#eg-ss-useful-items-list label:not(.eg-not-label),
#eg-ss-useful-items-list .eg-label {
  background-color: transparent;
 color: #454545;
  
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 992px) {
  #eg-ss-useful-items-list {
    padding-left: 10px;
  }
}
#eg-ss-useful-items-list .eg-heading-container {
  padding: 10px 0px 4px;
}
#eg-ss-useful-items-list .eg-heading-container .eg-heading:before {
  display: none;
}
#eg-ss-useful-items-list .eg-item-container {
  overflow: hidden;
  border-left: 0;
  border-bottom: 1px solid #dcdcdc;
}
#eg-ss-useful-items-list .eg-item-container .eg-item {
  font-size: 16px;
  color: #454545;
  display: flex;
}
#eg-ss-useful-items-list .eg-item-container .eg-item .eg-item-content {
  width: calc(100% - 24px);
}
#eg-ss-useful-items-list .eg-item-container .eg-item .fa {
  font-size: 16px;
}
#eg-ss-useful-items-list .eg-item-container .eg-item-info {
  padding: 0px 10px 20px;
  font-weight: normal;
  font-size: 14px;
}
#eg-ss-useful-items-list .fa-plus,
#eg-ss-useful-items-list .fa-minus {
  -webkit-text-stroke: 1px white !important;
}
.ship-table tbody tr td {
  border: 1px solid #333 !important;
  
}