﻿@charset "UTF-8";
/* chracters for SageUIIcons */
/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
*/
.ptn, .pvn, .pan {
  padding-top: 0px !important;
}

.ptxs, .pvxs, .paxs {
  padding-top: 8px !important;
}

.pts, .pvs, .pas {
  padding-top: 12px !important;
}

.ptm, .pvm, .pam {
  padding-top: 24px !important;
}

.ptl, .pvl, .pal {
  padding-top: 40px !important;
}

.ptxl, .pvxl, .paxl {
  padding-top: 80px !important;
}

.prn, .phn, .pan {
  padding-right: 0px !important;
}

.prxs, .prxs, .prxs {
  padding-top: 8px !important;
}

.prs, .phs, .pas {
  padding-right: 12px !important;
}

.prm, .phm, .pam {
  padding-right: 24px !important;
}

.prl, .phl, .pal {
  padding-right: 40px !important;
}

.prxl, .phxl, .paxl {
  padding-right: 80px !important;
}

.pbn, .pvn, .pan {
  padding-bottom: 0px !important;
}

.pbxs, .pvxs, .paxs {
  padding-bottom: 8px !important;
}

.pbs, .pvs, .pas {
  padding-bottom: 12px !important;
}

.pbm, .pvm, .pam {
  padding-bottom: 24px !important;
}

.pbl, .pvl, .pal {
  padding-bottom: 40px !important;
}

.pbxl, .pvxl, .paxl {
  padding-bottom: 80px !important;
}

.pln, .phn, .pan {
  padding-left: 0px !important;
}

.plxs, .phxs, .paxs {
  padding-left: 8px !important;
}

.pls, .phs, .pas {
  padding-left: 12px !important;
}

.plm, .phm, .pam {
  padding-left: 24px !important;
}

.pll, .phl, .pal {
  padding-left: 40px !important;
}

.plxl, .phxl, .paxl {
  padding-left: 80px !important;
}

.mtn, .mvn, .man {
  margin-top: 0px !important;
}

.mtxs, .mvxs, .maxs {
  margin-top: 8px !important;
}

.mts, .mvs, .mas {
  margin-top: 12px !important;
}

.mtm, .mvm, .mam {
  margin-top: 24px !important;
}

.mtl, .mvl, .mal {
  margin-top: 40px !important;
}

.mtxl, .mvxl, .maxl {
  margin-top: 80px !important;
}

.mrn, .mhn, .man {
  margin-right: 0px !important;
}

.mrxs, .mhxs, .maxs {
  margin-right: 8px !important;
}

.mrs, .mhs, .mas {
  margin-right: 12px !important;
}

.mrm, .mhm, .mam {
  margin-right: 24px !important;
}

.mrl, .mhl, .mal {
  margin-right: 40px !important;
}

.mrxl, .mhxl, .maxl {
  margin-right: 80px !important;
}

.mbn, .mvn, .man {
  margin-bottom: 0px !important;
}

.mbxs, .mvxs, .maxs {
  margin-bottom: 8px !important;
}

.mbs, .mvs, .mas {
  margin-bottom: 12px !important;
}

.mbm, .mvm, .mam {
  margin-bottom: 24px !important;
}

.mbl, .mvl, .mal {
  margin-bottom: 40px !important;
}

.mbxl, .mvxl, .maxl {
  margin-bottom: 80px !important;
}

.mln, .mhn, .man {
  margin-left: 0px !important;
}

.mlxs, .mhxs, .maxs {
  margin-left: 6px !important;
}

.mls, .mhs, .mas {
  margin-left: 6px !important;
}

.mlm, .mhm, .mam {
  margin-left: 24px !important;
}

.mll, .mhl, .mal {
  margin-left: 40px !important;
}

.mlxl, .x, .maxl {
  margin-left: 80px !important;
}

.-mtxs, .-mvxs, .-maxs {
  margin-top: -8px !important;
}

.-mts, .-mvs, .-mas {
  margin-top: -12px !important;
}

.-mtm, .-mvm, .-mam {
  margin-top: -24px !important;
}

.-mtl, .-mvl, .-mal {
  margin-top: -40px !important;
}

.-mtxl, .-mvxl, .-maxl {
  margin-top: -80px !important;
}

.-mxs, .-mhxs, .-maxs {
  margin-right: -8px !important;
}

.-mrs, .-mhs, .-mas {
  margin-right: -12px !important;
}

.-mrm, .-mhm, .-mam {
  margin-right: -24px !important;
}

.-mrl, .-mhl, .-mal {
  margin-right: -40px !important;
}

.-mrxl, .-mhxl, .-maxl {
  margin-right: -80px !important;
}

.-mbxs, .-mvxs, .-maxs {
  margin-bottom: -8px !important;
}

.-mbs, .-mvs, .-mas {
  margin-bottom: -12px !important;
}

.-mbm, .-mvm, .-mam {
  margin-bottom: -24px !important;
}

.-mbl, .-mvl, .-mal {
  margin-bottom: -40px !important;
}

.-mbxl, .-mvxl, .-maxl {
  margin-bottom: -80px !important;
}

.-mlxs, .-mhxs, .-maxs {
  margin-left: -8px !important;
}

.-mls, .-mhs, .-mas {
  margin-left: -12px !important;
}

.-mlm, .-mhm, .-mam {
  margin-left: -24px !important;
}

.-mll, .-mhl, .-mal {
  margin-left: -40px !important;
}

.-mlxl, .-mhxl, .-maxl {
  margin-left: -80px !important;
}

body {
  background-color: #fff;
  font-family: "sage text", sans-serif;
  color: #000000;
  padding-top: 0;
}

.header {
  margin-bottom: 0;
  background-color: #000;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.24);
  color: #000000;
  font-family: "Sage Headline", sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 1;
  height: 64px;
}
.header__main-wrap {
  height: 64px;
  padding: 0;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .container {
  width: auto;
}
@media (min-width: 1200px) {
  .header .container {
    margin: 0 112px;
  }
}
@media (min-width: 1500px) {
  .header .container {
    margin: 0 160px;
  }
}
.header .logo_title {
  display: none;
  color: #fff;
  font-family: "sage text", sans-serif;
  font-size: 20px;
  padding: 0 0 0 12px;
  margin: 0 0 0 12px;
  border-left: 1px solid #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  .header .logo_title {
    display: inline-block;
  }
}
.header__logo-link {
  color: inherit;
}
.header__logo-link:hover {
  opacity: .8;
}
.header__logo-link:focus {
  background-color: transparent;
}
.header__logo-link img {
  width: 60px;
  height: 50px;
  display: inline-block;
  margin-bottom: 0px;
  background: transparent url("https://ux-repo.sage.com/icons/2022/detailed-dark-logo-sage.svg") no-repeat 0 0;
  padding-left: 60px;
  /* css trick to remove image and replace with background */
}
.header #header-language-icon {
  cursor: default;
}
.header .region-label {
  margin-left: 8px;
  display: none;
  font-family: 'Sage Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.header-menu.btn-group {
  background-color: transparent;
  color: #fff;
}
@media (min-width: 992px) {
  .header .region-label {
    display: inline;
  }
}
.header__login-wrap {
  margin-right: -8px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .main-search-header .main-search__form {
  margin-top: 0;
  background-color: #fff;
  border-radius: 4px;
}
.header .main-search-header .main-search__input-header:not(button) {
  height: 48px;
  padding: 7px 48px 7px 16px;
  border: 1px solid transparent;
  width: 20vw;
  min-width: 240px;
  margin-left: 4px;
  color: #000;
}
.header .main-search-header .main-search__input-header:not(button):hover, .header .main-search-header .main-search__input-header:not(button):focus {
  background-color: #ffffff;
  border: 0px;
  outline-width: 0;
}
.header .main-search-header button {
  position: relative;
  left: -40px;
  background: transparent;
  border: 0;
}
.header .main-search-header .main-search__button-label {
  display: none;
}
.header .main-search-header .glyphicon-search::before {
  content: "";
  font-family: SageUIIcons;
  font-size: 16px;
}
.header .profile-button {
  padding: 6px;
  margin-left: 16px;
  border-radius: 0;
}
.header .profile-button__text {
  color: inherit;
  padding: 0 8px;
}
.header .profile-button__text .ln1 {
  color: inherit;
  max-width: unset;
}
.header .profile-button .user-image__avatar {
  max-width: 32px;
  border-radius: 240px;
}
.header .profile-button .ln1 .caret {
  border-top: 5px solid;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.header .profile-button:hover {
  background-color: rgba(0, 0, 0, 0.04);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-btn {
  font-size: 14px;
  border: 0;
  color: #fff;
  font-weight: 400;
  margin-left: 8px;
  padding: 11px 8px;
  text-decoration: none;
  font-family: 'Sage Text';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .login-btn {
    padding: 11px 16px;
  }
}
.login-btn.-alt {
  background-color: transparent;
  border: 0;
  border-radius: 16px;
  border: 1px solid #fff;
}
.login-btn.-alt:hover, .login-btn.-alt:focus {
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    background-color: #fff;
}

#header-language-icon {
  margin: 0 8px;
  color: inherit;
  font-size: inherit;
}

#header-help-icon {
  display: none;
}

.main-search {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}
.main-search__head {
  color: #000000;
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .main-search__head {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .main-search__head {
    font-size: 50px;
  }
}

.hero {
  background-size: cover;
  background-position: center bottom;
}
.hero .main-search {
  font-family: "sage text", sans-serif;
  padding: 0;
  margin: 0;
}
.hero .main-search__form {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.hero .main-search__input {
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #99adb6;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 64px;
  padding: 12px 72px 12px 16px;
  color: #000000;
}
@media (min-width: 992px) {
  .hero .main-search__input {
    font-size: 18px;
  }
}
.hero .main-search__input::-webkit-input-placeholder {
  color: #000000;
}
.hero .main-search__input::-moz-placeholder {
  color: #000000;
}
.hero .main-search__input:-ms-input-placeholder {
  color: #000000;
}
.hero .main-search__input::-ms-input-placeholder {
  color: #000000;
}
.hero .main-search__input::placeholder {
  color: #000000;
}
@media (max-width: 767.98px) {
  .hero .main-search__input {
    width: 100%;
  }
}
.hero .main-search__button {
  border: 0;
  padding: 16px;
  height: 64px;
  border-radius: 0;
  margin-left: -64px;
}
.hero .main-search__button .glyphicon {
  font-family: SageUIIcons;
  color: #000000;
  font-size: 32px;
}
.hero .main-search__button .glyphicon::before {
  content: "";
}
.hero .main-search__button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero .main-search__button-label {
  display: none;
}
.hero:not(.hero--home) .main-search__input {
  width: 640px;
  max-width: 100%;
}
.hero .product__head {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1023px) and (min-width: 600px) {
  .hero .hero_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hero--home {
  min-height: 384px;
}

.hero_content h2 {
  color: #fff;
  font-style: normal;
  font-weight: 900;
  font-size: 68px;
  line-height: 120%;
}

.hero_content h1 {
  color: #fff;
  font-style: normal;
  font-weight: 900;
  font-size: 68px;
  line-height: 150%;
}

.search-form-label {
  color: #FFF;
  text-decoration: none;
  padding-left: 2px;
  font-family: 'Sage Text';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.search-tips > a {
  color: #FFF;
  font-family: 'Sage Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-decoration-line: underline;
}

.announce {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #008146;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .announce {
    margin-bottom: 56px;
  }
}
@media (min-width: 1500px) {
  .announce {
    margin-bottom: 80px;
  }
}
.announce.-new {
  border-color: #008146;
}
.announce.-new .announce__head {
  border: 0;
}
.announce.-new .announce__toggle-link {
  color: #000000;
}
.announce.-new .announce__toggle-link:hover .announce__title {
  color: inherit;
  background-color: transparent;
}
.announce.-new .announce__title {
  color: inherit;
  background-color: transparent;
}
.announce .glyphicon-bell {
  font-family: SageUIIcons;
  font-size: 24px;
  color: #008146;
}
.announce .glyphicon-bell:before {
  content: "";
}
.announce__toggle-link {
  text-decoration: none;
  color: #000000;
}
.announce__toggle-link:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.announce__head {
  border-bottom: 0;
}
.announce__title {
  background-color: transparent;
  margin: 0;
  padding: 16px 40px 16px 64px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Sage Headline", sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .announce__title {
    font-size: 18px;
  }
}
.announce__icon {
  padding: 0;
  width: auto;
  font-size: inherit;
  top: 16px;
  left: 24px;
}
.announce__badge {
  background-color: #004B87;
  top: -4px;
  left: 14px;
  font-size: 9px;
  font-family: "Sage Headline", sans-serif;
  line-height: 10px;
}
.announce__arrow {
  top: 20px;
  right: 16px;
}
.announce__list {
  margin: 16px 24px 24px;
}
@media (min-width: 992px) {
  .announce__list {
    margin: 16px 24px 24px 64px;
  }
}
.announce__item {
  padding-left: 16px;
  border-left-width: 4px;
  margin-bottom: 16px;
}
.announce__item.-new {
  border-left-color: #008146;
}

.shortcut-panel__title {
  font-size: 28px;
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 992px) {
  .shortcut-panel__title {
    font-size: 40px;
  }
}
.shortcut-panel__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 768px) {
  .shortcut-panel__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.layout_1-col {
  padding: 0px 140px;
}

#shortcut-products {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  #shortcut-products {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  #shortcut-products {
    margin-bottom: 48px;
  }
}
@media (min-width: 1500px) {
  #shortcut-products {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  #shortcut-products {
    margin-left: 16px;
    margin-right: 16px;
  }
}
#shortcut-products .shortcut-panel__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
#shortcut-products .shortcut-panel__list > div[class*="col-"] {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -1px;
  width: 100%;
}
@media (min-width: 1200px) {
  #shortcut-products .shortcut-panel__list > div[class*="col-"] {
    margin-bottom: 32px;
  }
}
@media (min-width: 1500px) {
  #shortcut-products .shortcut-panel__list > div[class*="col-"] {
    margin-bottom: 40px;
  }
}
#shortcut-products .shortcut-panel__list hr {
  margin-top: 0;
  margin-bottom: 24px;
  border-top: 1px dotted #ccc;
  width: 100%;
}
@media (min-width: 768px) {
  #shortcut-products .shortcut-panel__list > div[class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
  }
}
@media (min-width: 992px) {
  #shortcut-products .shortcut-panel__list > div[class*="col-"] {
    -webkit-box-flex: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #shortcut-products .shortcut-panel__list > div[class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.shortcut-panel__column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.shortcut-panel__header {
  font-size: 14px;
  margin-bottom: 6px;
}

.shortcut-panel__line {
  border: 1px solid #000000;
  width: 64px;
  margin-top: 12px;
  border-radius: 5px;
}

#shortcut-products .shortcut-panel__item {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 10px 10px 50px rgba(0, 41, 64, 0.12);
  border-radius: 24px;
  height: 196px;
  padding: 16px 24px
}
#shortcut-products .shortcut-panel__item.smaller {
  height: 82px;
}
#shortcut-products .shortcut-panel__title {
  font-size: 16px;
  font-family: "sage text", sans-serif;
  font-weight: 700;
  margin: 0 24px 0 0;
  color: #000000;
  line-height: 26px;
}
@media (min-width: 1500px) {
  #shortcut-products .shortcut-panel__title {
    font-size: 18px;
	line-height: 26px;
  }
}
#shortcut-products .shortcut-panel__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid transparent;
}
#shortcut-products .shortcut-panel__link:hover .shortcut-panel__title {
  color: #00D639;
}
#shortcut-products .shortcut-panel__link:active {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 8px solid rgba(0, 0, 0, 0.1);
}
#shortcut-products .shortcut-panel__icon {
  height: auto;
  margin-right: 16px;
}
#shortcut-products .shortcut-panel__icon img {
  max-width: 40px;
  max-height: 40px;
}
#shortcut-products > .shortcut-panel__title {
  font-size: 28px;
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  #shortcut-products > .shortcut-panel__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  #shortcut-products > .shortcut-panel__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1500px) {
  #shortcut-products > .shortcut-panel__title {
    margin-bottom: 40px;
  }
}

#shortcut-home .shortcut-panel__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#shortcut-home .shortcut-panel__list > div[class*="col-"] {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  #shortcut-home .shortcut-panel__list > div[class*="col-"] {
    margin: 0 0 24px;
    margin-right: -1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  #shortcut-home .shortcut-panel__list > div[class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #shortcut-home .shortcut-panel__list > div[class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
#shortcut-home .shortcut-panel__item {
  background-color: #fff;
  width: auto;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  margin: 0;
  padding: 0;
  height: 100%;
}
.shortcut-panel__image-wrap {
	background: #D8D8D8;
	border-radius: 24px 24px 40px 0px;
}
@media (min-width: 1500px) {
  #shortcut-home .shortcut-panel__item {
    /*padding: 40px;*/
  }
}

#shortcut-home .shortcut-panel__item:hover .shortcut-panel__link {
  text-decoration: none;
}
#shortcut-home .shortcut-panel__link:not(div) {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#shortcut-home .shortcut-panel__link:not(div):hover, #shortcut-home .shortcut-panel__link:not(div):focus {
  text-decoration: none;
  background-color: transparent;
}
#shortcut-home .shortcut-panel__link:not(div):hover > div, #shortcut-home .shortcut-panel__link:not(div):focus > div {
  opacity: .8;
}
#shortcut-home .shortcut-panel__icon {
  display: block;
  height: auto;
  margin-bottom: 24px;
}
#shortcut-home .shortcut-panel__icon img {
  max-width: 100%;
  max-height: unset;
}
#shortcut-home .shortcut-panel__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  #shortcut-home .shortcut-panel__title {
    font-size: 24px;
  }
}
#shortcut-home div.shortcut-panel__link {
  color: #000;
  margin-top: auto;
  height: auto;
  padding: 6px 24px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 24px;
  width: fit-content;
  margin-left: 24px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
}
#shortcut-home a.shortcut-panel__link {
  color: #000;
  margin-top: auto;
  height: auto;
  padding: 6px 24px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 24px;
  width: fit-content;
  margin-left: 24px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
}
#shortcut-home .shortcut-panel__description {
	padding: 0px 24px;
	margin-bottom: 120px;
}

#btnShowMoreProducts {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

/* product page */
.listing-group .section {
  margin: 5px 20px 20px 20px;
  min-height: 100%;
  display: grid;
}

.listing-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.listing-group li {
  word-break: break-word;
}
@media (min-width: 992px) {
  .listing-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .listing-group > div {
    -webkit-box-flex: 0;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
	margin-bottom: 30px;
  }
}
.listing-group > section {
  margin: 0 0 24px;
}
.listing-group .aside {
    margin: 0;
    background: #FFFFFF;
    box-shadow: 10px 10px 50px rgb(0 41 64 / 12%);
    border-radius: 24px;
    padding: 16px 24px;
	border: 0px;
	
}
.listing-group ul {
  margin-bottom: 0;
}
.listing-group ul:not(.tab-bar) > li {
  padding-left: 24px;
  margin: 0;
  position: relative;
}
.listing-group ul:not(.tab-bar) > li:not(:last-child) {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.listing-group ul:not(.tab-bar) > li::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 19px;
  left: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000000;
}
.listing-group ul:not(.tab-bar) > li a {
  text-decoration: none;
  color: #000000;
}
.listing-group ul:not(.tab-bar) > li a:hover {
  color: #00D639;
  text-decoration: underline;
}
.listing-group .head-sep {
  display: none;
}
.listing-group .section__title {
  text-align: left;
  font-family: 'Sage Text';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items:center;
}
@media (min-width: 992px) {
  .listing-group .section__title {
    font-size: 18px;
  }
}
.listing-group .section__title img {
  vertical-align: top;
  margin-right: 16px;
}

.listing-group--quick {
  display: block;
}
.listing-group--quick .aside {
  background-color: #fff;
  padding: 24px;
}
@media (min-width: 1500px) {
  .listing-group--quick .aside {
    padding: 40px;
  }
}

.aside .bullet-list li, #otherLinksList li {
  padding-top: 4px;
  padding-bottom: 4px;	
}

#shortcut-download .shortcut-panel__list {
  display: block;
}
#shortcut-download .shortcut-panel__item {
  background-color: #00D639;
  padding: 24px 24px 24px 104px;
  border-radius: 0;
  width: auto;
  margin-right: 0;
  position: relative;
}
#shortcut-download .shortcut-panel__item::before {
  font-family: SageUIIcons;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 80px;
  bottom: 0;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  padding: 16px 0 0;
}
#shortcut-download .shortcut-panel__link {
  color: #ffffff;
  text-decoration: none;
}
#shortcut-download .shortcut-panel__title {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 992px) {
  #shortcut-download .shortcut-panel__title {
    font-size: 18px;
  }
}

/* result page */
.search-title {
  font-weight: 300;
}
.search-title .search-term {
  font-weight: bold;
}
.search-title .search-term::before {
  content: "“";
}
.search-title .search-term::after {
  content: "”";
}

.search-results .tab-bar {
  border-bottom: 0;
}

.filter-col {
  border-right: 0;
  border-radius: 0;
}

.result-col {
  border-left: 0;
}

#resetSearchFilter {
  display: inline-block;
  font-size: 16px;
  font-family: "sage text", sans-serif;
  padding: 13px 16px;
  line-height: 1.2;
  border-radius: 0;
  text-decoration: none;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.04);
  border-color: transparent;
  margin: 24px 0 24px 16px;
}
@media (min-width: 768px) {
  #resetSearchFilter {
    margin-bottom: 48px;
  }
}
#resetSearchFilter:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
#resetSearchFilter:focus {
  outline: none;
  outline-offset: 0;
  border-color: transparent;
}
#resetSearchFilter::before {
  content: "";
  font-family: SageUIIcons;
  color: #CD384B;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
}

.filter {
  font-size: inherit;
  padding: 0;
  margin: 0 0 40px 0;
}
@media (min-width: 992px) {
  .filter {
    margin: 0 24px 40px 0;
  }
}
.filter__title {
  color: #000;
  font-weight: normal;
  font-family: "Sage Headline", sans-serif;
  font-size: 14px;
  margin: 0 0 16px 16px;
  text-transform: uppercase;
}
.filter__link {
  text-decoration: none;
  color: #000000;
  padding: 5px 16px;
  display: block;
}
.filter__link:hover, .filter__link:focus {
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: #000000;
}
.filter__item {
  padding: 0px;	
}
.filter__item.-active {
  font-weight: normal;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 5px 16px;
}
.filter__item .ra-check {
  padding: 0px 16px;
  display: block;
  position: relative;
  line-height: 1.6;
}
.filter__item .ra-check__box {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 14px;
  height: 14px;
}
.filter__item .ra-check__label {
  padding: 0 0 0 24px;
  display: block;
  color: #000000;
}
.filter__item .ra-check__label, .filter__item .ra-check__label:hover, .filter__item .ra-check__label:focus {
  text-decoration: none;
}
.filter__item .ra-check.checked {
  background-color: rgba(0, 0, 0, 0.04);
}
.filter__item .ra-check.checked > .ra-check__box {
  background: none;
  border-color: #00D639;
}
.filter__item .ra-check.checked > .ra-check__box::before {
  content: "";
  font-family: SageUIIcons;
  font-size: 10px;
  color: #00D639;
  position: absolute;
  top: 0;
  left: 1px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .filter-col .filter-toggle {
    font-size: 16px;
    color: #000000;
    right: -40px;
    border-radius: 0;
    padding: 12px;
  }
  .filter-col .filter-toggle .glyphicon-filter::before {
    font-family: SageUIIcons;
    content: "";
    top: 2px;
  }
}
.result-col__head {
  border-bottom: 2px solid #ccc;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.result-col__head::before, .result-col__head::after {
  content: none;
}
@media (max-width: 767.98px) {
  .result-col__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 4px 16px 4px 40px;
  }
}

.result-sort__label {
  font-size: inherit;
  padding-right: 8px;
}
.result-sort__control.form-control {
  height: 33px;
  padding: 0 40px 0 16px;
  font-size: 16px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.04);
  max-width: 200px;
  display: inline-block;
}

.solution-list .view-link {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.solution-list .view-link__content {
  margin-left: 0;
  padding-left: 40px;
  position: relative;
}
.solution-list .view-link__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #00D639;
}
.solution-list .view-link__title {
  font-size: 16px;
  text-decoration: none;
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 992px) {
  .solution-list .view-link__title {
    font-size: 18px;
  }
}
.solution-list .glyphicon-book::before {
  font-family: SageUIIcons;
  content: "";
}
.solution-list .glyphicon-file::before {
  font-family: SageUIIcons;
  content: "";
}
.solution-list .glyphicon-film::before {
  font-family: SageUIIcons;
  content: "";
}
.solution-list .glyphicon-ok-circle::before {
  font-family: SageUIIcons;
  content: "";
}
.solution-list .glyphicon-list-alt::before {
  font-family: SageUIIcons;
  content: "";
}

/* profile */
.profile .page-title {
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 34px;
}
@media (min-width: 992px) {
  .profile .page-title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .profile .page-title {
    font-size: 50px;
  }
}
.profile .account {
  margin: 0 0 24px;
  box-shadow: 10px 10px 50px rgba(0, 41, 64, 0.12);
  border-radius: 24px;
  display: flex;
  flex-flow: column;
  padding: 34px 17px;
}
.profile .account__image {
  width: 100px;
  margin: auto;
}
.profile .account__content {
  margin: auto;
  text-align: center;
}
.profile .account__title {
  margin: auto 0 12px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .profile .account__title {
    font-size: 18px;
  }
}
.profile .account__subtitle {
  font-size: inherit;
  color: inherit;
  margin: 0 0 12px;
  word-break: break-all;
}
.profile .account__subtitle a {
  color: #000;
}
.profile .account__subtitle .dot::after {
  padding: 0 12px 0 8px;
  top: 1px;
}
.profile .account .bullet-list {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .profile .account .bullet-list {
    margin-bottom: 32px;
  }
}
@media (min-width: 1500px) {
  .profile .account .bullet-list {
    margin-bottom: 40px;
  }
}
.profile .account__section {
  width: 100%;
}
.profile .account__section .bullet-list {
  margin-top: 0px;
  margin-bottom: 10px;
}
.profile .account__section .bullet-list > li::before {
  top: 19px;
  left: 5px;
}
.profile .account__section-title {
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 8px;
}
@media (min-width: 992px) {
  .profile .account__section-title {
    font-size: 18px;
  }
}
.profile .account__section-title {
  margin: 0 0 12px;
}
.profile .user-image {
  width: 100px;
}
.profile .user-image__avatar {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 8px;
  border: 1px solid #ccd6db;
}
.profile .user-image .user-image__avatar {
  max-width: 100%;
  width: 100px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 240px;
  border: 1px solid #000;
}
.profile .user-image a {
  color: #000;
  text-decoration: underline;
}
.profile a {
  text-decoration: none;
  color: #000000;
}
.profile a:hover, .profile a:focus {
  color: #00D639;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .profile {
    margin-left: 16px;
    margin-right: 16px;
  }
}

#recentActivity .glyphicon-search, #recentActivity .glyphicon-book {
  display: none;
}

.listing-fv,
.listing-ra {
  padding: 24px;
  background-color: #fff;
  border: 0px;
  margin: 8px 0;
  display: block;
}
@media (min-width: 1500px) {
  .listing-fv,
  .listing-ra {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .listing-fv,
  .listing-ra {
    margin: 24px 0;
  }
}
@media (min-width: 768px) {
  .listing-fv,
  .listing-ra {
    margin: 85px 0 24px;
  }
}
@media (max-width: 767.98px) {
  .listing-fv,
  .listing-ra {
    margin: 8px 0;
  }
}
@media (min-width: 992px) {
  .listing-fv,
  .listing-ra {
    margin: 85px 0 24px;
  }
}
@media (min-width: 1200px) {
  .listing-fv,
  .listing-ra {
    margin: 92px 0 24px;
  }
}
@media (min-width: 1500px) {
  .listing-fv,
  .listing-ra {
    margin: 110px 0 24px;
  }
}
.listing-fv .aside__title,
.listing-ra .aside__title {
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 24px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .listing-fv .aside__title,
  .listing-ra .aside__title {
    font-size: 18px;
  }
}

@media (min-width: 480px) and (max-width: 991.98px) {
  .listing-ra {
    margin: 24px 0;
  }
}
.listing-ra .aside__subtitle {
  font-size: inherit;
  margin-bottom: 6px;
  color: inherit;
}
.listing-ra .glyphicon {
  font-family: SageUIIcons;
  font-size: 16px;
  color: inherit;
  margin-right: 6px;
}
.listing-ra .glyphicon-search::before {
  content: "";
}
.listing-ra .glyphicon-book::before {
  content: "";
}
.listing-ra .bullet-list {
  padding: 0;
  margin: 0;
}
.listing-ra .bullet-list:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .listing-ra .bullet-list:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 1500px) {
  .listing-ra .bullet-list:not(:last-child) {
    margin-bottom: 40px;
  }
}

.listing-fv {
  padding-bottom: 80px;
  position: relative;
  background: transparent;
}
.listing-fv .tab-bar {
  margin: 0 -24px;
  width: calc(100% + 48px);
  border-bottom: 2px solid #D8D8D8;
  font-size: 14px;
}
.listing-fv .tab-bar .tab-bar__link {
  padding: 8px 0;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: inherit;
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .listing-fv .tab-bar {
    margin: 0 -32px;
    width: calc(100% + 64px);
  }
}
@media (min-width: 1500px) {
  .listing-fv .tab-bar {
    margin: 0 -40px;
    width: calc(100% + 80px);
    font-size: inherit;
  }
}
.listing-fv .tab-bar__item:first-child .tab-bar__link {
  margin: 0 24px;
}
@media (min-width: 1200px) {
  .listing-fv .tab-bar__item:first-child .tab-bar__link {
    margin: 0 32px;
  }
}
@media (min-width: 1500px) {
  .listing-fv .tab-bar__item:first-child .tab-bar__link {
    margin: 0 40px;
  }
}
.listing-fv .tab-bar__item.active > .tab-bar__link {
  border-bottom: 0;
  position: relative;
}
.listing-fv .tab-bar__item.active > .tab-bar__link::after {
  position: absolute;
  content: "";
  bottom: -2px;
  width: 100%;
  left: 0;
  border-bottom: 2px solid #00D639;
}
.listing-fv .aside__ctrls {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.listing-fv .aside__ctrls a {
  text-decoration: none;
  color: inherit;
  background-color: #fff;
}
.listing-fv .aside__ctrls a:hover, .listing-fv .aside__ctrls a:focus {
  color: #00D639;
}
.listing-fv .aside__ctrls .glyphicon-pencil::before {
  font-family: SageUIIcons;
  content: "";
  font-size: 16px;
}
.listing-fv .link-list {
  margin: 24px 0;
}
.listing-fv .link-list li {
  border-bottom: 0;
}
.listing-fv .link-list li a {
  padding: 0;
}
.listing-fv .link-list li:hover {
  background: transparent;
}

.basic-pager .btn {
  padding: 4px 8px;
  background-color: transparent;
  border: 1px solid #ccd6db;
}
.basic-pager .btn:hover, .basic-pager .btn:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.basic-pager__label {
  font-size: 14px;
  padding: 0 12px;
}

.pagination {
  margin: 24px 0 48px;
  font-size: 16px;
}
.pagination > li {
  margin: 0 2px;
  display: inline-block;
}
.pagination > li > span, .pagination > li > a {
  border-radius: 4px !important;
  border: 0 !important;
  background: transparent;
  padding: 12px 6px;
  min-width: 32px;
  line-height: 16px;
}
.pagination > li > span .fa, .pagination > li > a .fa {
  height: 16px;
  display: block;
}
.pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus, .pagination > .active > span:active,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > a:active {
  background-color: #000;
  border-color: transparent;
}

.fa-chevron-left::before {
  font-family: SageUIIcons;
  font-size: 16px;
  content: "";
}
.fa-chevron-right::before {
  font-family: SageUIIcons;
  font-size: 16px;
  content: "";
}

/* solution page */
.page-solution {
  font-size: 16px;
}
.page-solution #view-btr-link {
  margin: 8px 0 24px;
}
.page-solution #view-btr-link a {
  text-decoration: none;
  color: #000;
    margin-top: auto;
    height: auto;
    padding: 6px 24px;
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 24px;
    width: fit-content;
}
.page-solution #view-btr-link a:hover, .page-solution #view-btr-link a:focus {
  text-decoration: none;
}
.page-solution #view-btr-link button {
  text-decoration: none;
  color: #000;
    margin-top: auto;
    height: auto;
    padding: 6px 24px;
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 24px;
    width: fit-content;
  background-color: transparent;
}
.page-solution .solution-head {
  background-color: #ffffff;
  padding: 20px 20px 20px 0px;
  margin-bottom: 40px;
}
.page-solution .solution-head__title {
  font-family: "Sage Headline", sans-serif;
  margin: 0 0 24px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .page-solution .solution-head__title {
    font-size: 40px;
  }
}
.page-solution .solution-head__info {
  font-size: 14px;
  color: #000000;
}
@media (min-width: 768px) {
  .page-solution .solution-head {
    padding: 20px 20px 20px 0px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767.98px) {
  .page-solution .solution-head {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
.page-solution .actions-list {
  padding: 0;
  margin: 8px 0 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-solution .actions-list__item.open {
  width: auto;
}
.page-solution .actions-list__item.pull-right {
  display: none;
}
.page-solution .actions-list .dropdown-menu {
  padding: 16px;
}
.page-solution .actions-list .dropdown-menu li {
  display: inline-block;
}
.page-solution .actions-list .dropdown-menu .actions-list__link {
  width: 32px;
  height: 32px;
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: transparent;
  border-radius: 0;
}
.page-solution .actions-list .dropdown-menu .actions-list__link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.page-solution .actions-list .dropdown-menu .actions-list__link .fa::before {
  color: #000000;
}
.page-solution .actions-list .dropdown-menu .actions-list__link .fa-facebook::before {
  color: #4267b2;
}
.page-solution .actions-list .dropdown-menu .actions-list__link .fa-twitter::before {
  color: #00acee;
}
.page-solution .actions-list .dropdown-menu .actions-list__link .fa-linkedin::before {
  color: #2867B2;
}
.page-solution .actions-list__feedback {
  border-radius: 0;
}
.page-solution .actions-list__link {
  text-decoration: none;
  padding: 12px;
  width: 40px;
  height: 40px;
  line-height: 16px;
  color: #000;
  background-color: transparent;
  border: none;
}
.page-solution .actions-list__link .fa,
.page-solution .actions-list__link .glyphicon {
  display: block;
}
.page-solution .actions-list__link > .actions-list__icon {
  top: auto;
}
.page-solution .actions-list__link:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.page-solution .actions-list__link.-pdf > .actions-list__icon {
  color: #000;
}
.page-solution .actions-list__link.-print > .actions-list__icon {
  color: #000;
}
.page-solution .actions-list__link.-share > .actions-list__icon {
  color: #000;
}
.page-solution .actions-list__link#email-link > .actions-list__icon {
  color: #000;
}
.page-solution .actions-list__link.-comment > .actions-list__icon {
  color: #000;
}
.page-solution .actions-list__link.-author > .actions-list__icon {
  color: #000;
}
.page-solution .actions-list__link.-copy > .actions-list__icon {
  color: #000;
}
.page-solution .actions-list .glyphicon, .page-solution .actions-list .fa {
  font-family: SageUIIcons;
  font-size: 16px;
}
.page-solution .actions-list .glyphicon-star-empty::before {
  content: "";
  color: #000;
}
.page-solution .actions-list .glyphicon-star::before {
  content: "";
  color: #DF4545;
}
.page-solution .actions-list .glyphicon-save-file::before {
  content: "";
}
.page-solution .actions-list .glyphicon-print::before {
  content: "";
}
.page-solution .actions-list .ra-fa-share-alt::before {
  content: "";
}
.page-solution .actions-list .glyphicon-envelope::before {
  content: "";
}
.page-solution .actions-list .glyphicon-comment::before {
  content: "";
}
.page-solution .actions-list .glyphicon-edit::before {
  content: "";
}
.page-solution .actions-list .glyphicon-copy::before {
  content: "";
}
.page-solution .actions-list .fa-facebook::before {
  content: "";
}
.page-solution .actions-list .fa-twitter::before {
  content: "";
}
.page-solution .actions-list .fa-linkedin::before {
  content: "";
}
@media (min-width: 1200px) {
  .page-solution .actions-list {
    top: 160px;
    left: calc(50vw - 388px - 112px - 40px);
    z-index: 1;
  }
  .page-solution .actions-list__link {
    width: 48px;
    height: 48px;
    padding: 16px;
    border-radius: 50%;
    margin: 0 8px 8px 0;
  }
  .page-solution .actions-list__link .fa::before {
    color: #ffffff;
  }
}
.page-solution .solution-content h3 {
  font-size: 26px;
  margin: 40px 0 16px;
}
.page-solution .solution-content h4 {
  font-size: 22px;
  margin: 32px 0 16px;
}
.page-solution .solution-content h5 {
  font-size: 18px;
  margin: 24px 0 16px;
}
.page-solution .solution-content ol, .page-solution .solution-content ul {
  margin: 16px 0;
}
.page-solution .solution-content .fieldHeader, .page-solution .solution-content__field-head {
  font-weight: 900;
  font-family: "Sage Headline", sans-serif;
  padding-bottom: 8px;
  border-bottom: 0px;
  font-size: 40px;
  margin: 40px 0 16px;
  line-height: 25px;
  display: flex;
  flex-direction: row;
  
}
.solution-content__field-head:after, .fieldHeader:after {
  content: "";
  flex: 1 1;
  border: 1px solid #D8D8D8;
  margin: auto;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .page-solution .solution-content .fieldHeader, .page-solution .solution-content__field-head {
    margin: 64px 0 16px;
  }
}
.page-solution .solution-content .fieldHeader:first-child, .page-solution .solution-content__field-head:first-child {
  margin: 5px 0 16px;
}
.page-solution .solution-content a {
  color: #00D639;
}
.page-solution #solution-metadata {
  border-top: 2px solid #ccc;
  margin: 40px 0;
  padding: 24px 0 0;
  -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
@media (min-width: 992px) {
  .page-solution #solution-metadata {
    margin: 64px 0;
  }
}
.page-solution #solution-metadata .solution-content__footer {
  margin: 0 0 12px;
}
.page-solution #solution-metadata span:first-child {
  color: #000000;
}
.page-solution .solution-content + .aside-detail {
  padding: 0;
  margin: 0 0 40px;
}
.page-solution .solution-content + .aside-detail .aside-detail__title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  margin: 0 0 24px;
  border-bottom: 0;
  padding: 0 0 0 64px;
  position: relative;
  min-height: 48px;
}
@media (min-width: 992px) {
  .page-solution .solution-content + .aside-detail .aside-detail__title {
    font-size: 24px;
  }
}
.page-solution .solution-content + .aside-detail .aside-detail__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #009900 url("https://ux-repo.sage.com/white/connected.svg") no-repeat 12px 12px;
  background-size: 24px 24px;
  content: "";
}
@media (min-width: 992px) {
  .page-solution .solution-content + .aside-detail {
    margin: 0 0 64px;
  }
}
.page-solution .solution-content + .aside-detail .bullet-list li {
  margin: 0 0 12px 8px;
  padding: 0 0 0 16px;
}
.page-solution .solution-content + .aside-detail .bullet-list li a {
  color: #000000;
  text-decoration: none;
}
.page-solution .solution-content + .aside-detail .bullet-list li a:hover {
  color: #00D639;
  text-decoration: underline;
}
.page-solution .solution-content + .aside-detail .bullet-list li::before {
  border-left: 5px solid #000000;
}
.page-solution #solutionFeedback {
  border: 0;
  background-color: #ffffff;
  padding: 24px;
    width: fit-content;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
    border-radius: 24px;
}
@media (min-width: 1500px) {
  .page-solution #solutionFeedback {
    padding: 40px 40px 40px 40px;
  }
}
.page-solution #solutionFeedback .aside__title {
  font-size: 20px;
  margin: 0 0 24px;
  padding: 0;
  font-family: "Sage Headline", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .page-solution #solutionFeedback .aside__title {
    font-size: 24px;
  }
}
.page-solution #solutionFeedback .feedback__vote {
  text-align: left;
  margin: 0px;
}
.page-solution #solutionFeedback .feedback__link {
  text-decoration: none !important;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 24px;
}
.page-solution #solutionFeedback .feedback__link:first-of-type {
  margin-right: 16px;
  margin-bottom: 8px;
}
.page-solution #solutionFeedback .feedback__link.-up {
  text-decoration: none;
  color: #000;
  margin-top: auto;
  height: auto;
  padding: 6px 24px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 24px;
  width: fit-content;
  background-color: #fff;

}
.page-solution #solutionFeedback .feedback__link.-up:hover {
  background-color: #000;
  color: #fff;
}
.page-solution #solutionFeedback .feedback__link.-up:active {
  background-color: #000;
  color: #fff;
}
.page-solution #solutionFeedback .feedback__link.-down {
  text-decoration: none;
  color: #000;
  margin-top: auto;
  height: auto;
  padding: 6px 24px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 24px;
  width: fit-content;
  background-color: #fff;
}
.page-solution #solutionFeedback .feedback__link.-down:hover {
  background-color: #000;
  color: #fff;
}
.page-solution #solutionFeedback .feedback__link.-down:active {
  background-color: #000;
  color: #fff;
}
.page-solution #solutionFeedback .aside__footer {
  text-align: left;
  background-color: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
  margin: 0 0 20px;
}
.page-solution #solutionFeedback .aside__footer .feedback__start {
  margin: 0 24px 0 0;
}

@media (max-width: 767.98px) {
  .page-solution .header,
  .page-account .header {
    height: 128px;
  }
  .page-solution .header-menu,
  .page-account .header-menu {
    position: static;
  }
  .page-solution .main-search-header,
  .page-account .main-search-header {
    position: absolute;
    top: 64px;
    left: 8px;
    right: 8px;
  }
  .page-solution .main-search-header .main-search__input-header:not(button),
  .page-account .main-search-header .main-search__input-header:not(button) {
    width: 100%;
  }
  .page-solution .header .main-search-header button,
  .page-account .header .main-search-header button {
    position: absolute;
    right: 12px;
    top: 12px;
    left: auto;
  }
  .page-solution .main-search__form,
  .page-account .main-search__form {
    position: relative;
  }
}

.comments {
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .comments {
    margin: 0 0 64px;
  }
}
.comments .comment-form__input {
  font-size: 16px;
  border-radius: 0;
}
.comments .comment-form__input-footer {
  background-color: transparent;
  border: 0;
  padding: 8px 0 0;
}
.comments .comment-form__input-footer .checkbox {
  margin: 0;
  font-weight: normal;
}
.comments__no-login-msg {
  border-color: #ccc;
  background-color: #e6ebed;
  border-radius: 0;
  margin: 40px 0;
}
.comments__no-login-msg a {
  color: #00D639;
}
.comments__no-login-msg a:hover {
  color: #00a32b;
}
.comments .comments__no-login-msg {
  margin: 0;
}
.comments .user-image.-md {
  width: 48px;
}
.comments .user-image.-md .user-image__avatar {
  max-width: 100%;
}
.comments .user-image.-sm {
  width: 28px;
}
.comments .user-image.-sm .user-image__avatar {
  max-width: 100%;
}
.comments .user-image__avatar {
  margin: 0;
}
.comments .comment__actions {
  padding-bottom: 24px;
}
.comments .comment__action-link {
  text-decoration: none;
  color: #000000;
  background: rgba(0, 0, 0, 0.04);
  padding: 5px 16px;
  font-size: 16px;
}
.comments .comment {
  padding: 24px 0;
}
.comments .comment__wrap {
  margin-left: 40px;
}
.comments .comment .comment {
  margin-left: 40px;
  padding: 24px 0 0;
}
.comments__head {
  padding: 0;
  border-bottom: 0;
  margin-top: 32px;
}
.comments__title {
  font-size: 20px;
  font-family: "Sage Headline", sans-serif;
  line-height: 1.2;
  padding: 0 0 0 64px;
  position: relative;
  min-height: 48px;
}
@media (min-width: 992px) {
  .comments__title {
    font-size: 24px;
  }
}
.comments__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #87C9B3 url("https://ux-repo.sage.com/white/chat-bubble.svg") no-repeat 12px 12px;
  background-size: 24px 24px;
  content: "";
}
.comments__title .glyphicon {
  display: none;
}

.user-image__avatar {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu a {
  color: #000000;
  text-decoration: none;
}
.dropdown-menu a:hover {
  color: #00D639;
}

.profile-menu__title {
  font-size: 14px;
  margin: 0 0 4px;
}
.profile-menu__subtext {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
}
.profile-menu .menu-emailaddress {
  font-size: 14px;
  line-height: 1.6;
}
.profile-menu::before {
  left: auto;
}
.profile-menu .link-list a:focus {
  background-color: rgba(0, 0, 0, 0.04);
  outline: none;
}

.main-profile div[class*=col-] {
  margin-right: -1px;
}

.main-profile #favorites .glyphicon-pencil {
  display: none;
}

.main-profile #favorites .icon-link__text {
  padding: 0px 15px;
}


.scroll-top {
  bottom: 24px;
  padding: 8px 16px;
  height: auto;
  font-size: 16px;
  border-radius: 0;
}
.scroll-top:hover {
  background-color: #009900;
}
@media (max-width: 1199.98px) {
  .scroll-top {
    display: none;
  }
}

.aside-seemore {
  margin: 24px 0 0;
}
.aside-seemore a {
  text-decoration: none;
  color: #000;
  margin-top: auto;
  height: auto;
  padding: 6px 24px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 24px;
  width: fit-content;
  margin-left: 24px;
  margin-bottom: 10px;
}

.no-content {
  color: #000000;
  padding: 0;
}

.star-rating {
  background: transparent url("https://ux-repo.sage.com/sprites/star-rating.svg") no-repeat left top;
  width: 88px;
  height: 16px;
  margin-top: 16px;
}
.star-rating.-star1 {
  background-position: -72px 0;
}
.star-rating.-star2 {
  background-position: -54px 0;
}
.star-rating.-star3 {
  background-position: -36px 0;
}
.star-rating.-star4 {
  background-position: -18px 0;
}
.star-rating.-star5 {
  background-position: 0 0;
}

.columncontent_14 {
  display: none;
}

#survey_1 {
  font-family: "Sage Headline", sans-serif;
  line-height: 1.5;
}
#survey_1 .filler_table_white_90 .columncontent_14 {
  display: block;
}
#survey_1 label {
  margin: 0;
}
#survey_1 label legend {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: normal;
}
#survey_1 img {
  display: none;
}
#survey_1 .columncontent {
  padding-bottom: 10px;
}
#survey_1 .columncontent label, #survey_1 .columncontent b {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}
#survey_1 .columncontent input[type=radio] {
  margin-right: 8px;
}
#survey_1 .columncontent textarea {
  height: 96px;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid #99adb6;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 16px;
  width: 90%;
}

.filler_table_white_90 a.btn {
  font-family: "Sage Headline", sans-serif;
}
.filler_table_white_90 a.btn.btn-primary {
  float: right;
}

.footer_logo img {
  height: 55px;
}

.solution-list a {
  color: #000;
}

#group-flag {
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .footer--standard {
    background: #000;
  }
  
  .footer--standard .layout_1-col .footer_logos {
    background: #000;
  }
  
  .layout_1-col {
    padding: 0px 70px;
  }
}