﻿.module-headline-paragraph.content-item
{
    margin: 0 0 1.44em;
}
@media(min-width: 90em)
{
    .module-headline-paragraph.content-item
    {
        margin: 0 0 1.5625em;
    }
}
.module-headline-paragraph.content-item:last-child
{
    margin-bottom: 0;
}
.module-headline-paragraph .headline-paragraph__headline.-reverse
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.module-headline-paragraph a
{
    -webkit-transition: padding .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1);
    transition: padding .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1);
    transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),padding .3s cubic-bezier(.215,.61,.355,1);
    transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),padding .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1);
}
.module-headline-paragraph a:active, .module-headline-paragraph a:focus, .module-headline-paragraph a:hover
{
    color: var(--color-alpha);
}
.no-touchevents .module-headline-paragraph:not(.-subnav) a
{
    padding-bottom: 5px;
    -webkit-box-shadow: 0 2px 0 0 var(--color-alpha-0);
    box-shadow: 0 2px 0 0 var(--color-alpha-0);
}
.no-touchevents .module-headline-paragraph:not(.-subnav) a:active, .no-touchevents .module-headline-paragraph:not(.-subnav) a:focus, .no-touchevents .module-headline-paragraph:not(.-subnav) a:hover
{
    padding-bottom: 0;
    -webkit-box-shadow: 0 2px 0 0 var(--color-alpha);
    box-shadow: 0 2px 0 0 var(--color-alpha);
}