a.link-color {
  color: #424242;
}
a.link-color:hover {
  color: #424242;
}
.link-color svg {
  fill: #424242;
}
.link-color:hover svg {
  fill: #424242;
}
.show-more {
  background-color: #424242;
}
.search-bg-color {
  background-color: #ffffff;
}
.header-text-color * {
  color: #ffffff;
}
.header-bg-color {
  background-color: #ffffff;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #333333;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
.support-title {
    padding-bottom: 40px;
    padding-top: 40px;
text-align:center;
color:#222;
background:white 
}
.support-title .content-container {
    max-width: 1600px;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
}
.support-title h1 {
    font-family: poppins,proxima-nova,sans-serif;
    font-weight: 400;
    font-size: 420%;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: none;
}
.support-title h1 .logo {
    text-indent: -99999px;
    font-size: 0;
    display: block;
    text-align: center;
    width: 30%;
    margin: 0 auto 15px;
    height: 70px;
    background: url("https://media-cdn.shorthand.com/public/media/logos/logo-black.svg") center top no-repeat;
    background-size: auto 70px;
}

.searchRoot .searchInputContainer {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-container {
    padding-top: 0;
}

a.link-color {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-line: underline;
  text-decoration-color: #12bf9c;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.1em;
}

a.link-color:hover {
  text-decoration: underline;
   text-decoration-thickness: 2px;
  text-underline-offset: 0.1em;
  text-decoration-color: #12bf9c !important;
}

.show-more {
 background-color: #12bf9c;
}

.articleBody [data-elevio-article],
.articleBody a,
.articleBody span[role=link] {
 color: #4d4d61;
 background-image: none; 
 text-decoration: underline;
 text-decoration-thickness: 2px;
 text-underline-offset: 0.1em;
 text-decoration-color: #12bf9c;
 text-decoration-style: dotted;
 text-decoration-line: underline;
}

.articleBody [data-elevio-article]:hover,
.articleBody a:hover,
.articleBody span[role=link]:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.1em;
  text-decoration-color: #12bf9c;
}
