.accent-color
{
color:var(--hex-corp-accent-color);
}
.accent-color2
{
color:var(--hex-corp-accent-color2);
}
.accent-color
{
color:var(--hex-corp-accent-color);
}
.corp-dark-grey-accent
{
color:var(--hex-corp-dark-grey); !important;
font-size:2em !important;
}
.image-text
{
line-height: 1.7rem !important;
padding-bottom:10px;
padding-top:5px;
overflow:visible;
}
.image-text,
.image-text-vertical,
.image-text-vertical-right
{
font-size:2.1rem; 
line-height: 3.2rem !important;
margin-top:15px !important;
font-weight:300 !important; color:transparent;
background: linear-gradient(45deg, rgba(var(--rgb-corp-transition6), 1) 0%, rgba(var(--rgb-corp-transition5), 1) 50%, rgba(var(--rgb-corp-transition4), 1) 100%);
background-clip: text;
-webkit-background-clip: text; 
-webkit-transition: color 2s ease, border-top-color 2s !important;
-moz-transition: color  2s ease, border-top-color 2s !important;
-o-transition: color  2s ease, border-top-color 2s !important;
transition: color  2s ease, border-top-color 2s !important;
line-height: 1.1;
}
.image-text
{
line-height: 1.7rem !important;
}
.image-text strong,
.image-text-vertical strong
{
font-weight:400 !important;
}
.image-text-vertical strong
{
display:none;
}
.image-text-vertical
{ writing-mode: vertical-rl; -ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
text-align: right !important;
font-size:3.0rem;
line-height:6.3rem;
margin-top:auto;
margin-bottom:auto;
}
.image-text-vertical-right
{ writing-mode: vertical-rl; -ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
text-align: left !important;
font-size:3.5rem;
line-height:7.3rem;
margin-top:auto;
margin-bottom:auto;
}
@media only screen and (max-width: 980px) {
.image-text-vertical,
.image-text-vertical-right
{
font-size:2.1rem !important;
}
.image-text
{
font-size: 1.34rem !important;
}
.image-text,
.image-text-vertical,
.image-text-vertical-right
{
margin-top:0px !important;
}
}