/*Fallen Hero Styles - Kentico Xperience Version*/
/*List View*/
.fallen-hero-list{
    width: calc(100% + 30px);
    position:relative;
    font-size:0px;
    margin-bottom:-30px;
    margin-top:30px;
}
@media screen and (max-width:1280px){
    .fallen-hero-list{
        width: calc(100% + 15px);
        margin-bottom:-15px;
    }
}
.fallen-hero-list__item, .fallen-hero-list__item:active, .fallen-hero-list__item:visited{
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    color: white !important;
    text-decoration: none !important;
    background-color: #233d7e;
    line-height: 1.1em;
    box-shadow: 0px 0px 0px 2px #fcd605, 5px 5px 18px 0px rgba(0, 0, 0, 0.25);
    transition: color 0.2s;
}
.fallen-hero-list__item:hover{
    color:#fcd605 !important;
    text-decoration:none !important;
}
@media screen and (max-width:1280px){
    .fallen-hero-list__item, .fallen-hero-list__item:active, .fallen-hero-list__item:visited{
        width: calc(33.333% - 15px);
        margin-right: 15px;
        margin-bottom:15px;
    }
}
@media screen and (max-width:850px){
    .fallen-hero-list__item, .fallen-hero-list__item:active, .fallen-hero-list__item:visited{
        width: calc(50% - 15px);
    }
}
@media screen and (max-width:580px){
    .fallen-hero-list__item, .fallen-hero-list__item:active, .fallen-hero-list__item:visited{
        width: calc(100% - 15px);
    }
}
@media screen and (max-width:280px){
    .fallen-hero-list__item, .fallen-hero-list__item:active, .fallen-hero-list__item:visited{
        font-size:15px;
    }
}
@media screen and (max-width:260px){
    .fallen-hero-list__item, .fallen-hero-list__item:active, .fallen-hero-list__item:visited{
        font-size:5.769vw;
    }
}
.fallen-hero-list__image{
    position: absolute !important;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 80px;
    object-fit: cover;
    object-position: center;
    border-right: 3px solid #fcd605;
}
@media screen and (max-width:280px){
    .fallen-hero-list__image{
        width:28.5vw;
    }
}
.fallen-hero-list__text{
    display: table;
    margin-left: 80px;
    width: calc(100% - 80px);
    min-height: 100px;
    text-align: center;
    padding: 15px;
    /*background: linear-gradient(90deg, rgba(46, 67, 119, 1) 0%, rgb(4 32 109) 100%);*/
    background-image: url(/content/images/layout/11-fallen-hero-bg.png);
    background-size: auto 100%;
    background-position: left;
    background-color: #11215d;
}
@media screen and (max-width:280px){
    .fallen-hero-list__text{
        margin-left: 28.5vw;
        width: calc(100% - 28.5vw);
        padding:5.3vw;
    }
}
.fallen-hero-list__text-cell{
    display:table-cell;
    vertical-align:middle;
}
/*Detail View*/
.fallenHeroInlineWrapper{
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.FallenHeroLeftSide{
    float: left;
    width: 230px;
    padding-right: 30px;
    border-right: 1px solid rgb(128 128 128 / 61%);
    position: relative;
    animation-name: FallenHeroLeftSide;
    animation-duration: 2s;
}
@media screen and (max-width:640px){
    .FallenHeroLeftSide{
        float:none;
        width:100%;
        padding:0px;
        margin-bottom:0px;
        border-right:0px;
    }
}
@keyframes FallenHeroLeftSide{
    from{ opacity:0; }
    to{ opacity:1; }
}
.FallenHeroLeftSide img{
    max-width: 200px !important;
    border: 5px solid white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33);
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    width: 100% !important;
}
.FallenHeroLeftSide img.JSOMourningShield{
    border:none;
    box-shadow:none;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px !important;
    display: block;
}
@media screen and (max-width:640px){
    .FallenHeroLeftSide img.JSOMourningShield{
        display:none;
    }
}
.FallenHeroRightSide{
    margin-left: 256px;
    animation-name: FallenHeroRightSide;
    animation-duration: 2.4s;
    font-size:16px;
    line-height:1.4em;
}
@media screen and (max-width:1280px){
    .FallenHeroRightSide{
        font-size:15px;
        line-height:1.4em;
    }
}
@media screen and (max-width:640px){
    .FallenHeroRightSide{
        margin-left:0px;
    }
}
@keyframes FallenHeroRightSide{
    0%{ opacity:0; }
    25%{ opacity:0; }
    100%{ opacity:1; }
}
.page__content h2.fallenHeroName{
    color: black;
    margin-top:0px;
    margin-bottom: 5px;
    font-size: 36px;
}
@media screen and (max-width:800px){
    .page__content h2.fallenHeroName{
        font-size:4.5vw;
    }
}
@media screen and (max-width: 540px) {
    .page__content h2.fallenHeroName{
        font-size: 24px;
    }
}
.page__content h3.FallenHeroDepartmentOrOffice{
    margin-top: 0px;
    line-height: 1.2em;
    color: #283d8c;
    font-size: 24px;
}
@media screen and (max-width:800px){
    .page__content h3.FallenHeroDepartmentOrOffice{
        font-size:3vw;
    }
}
@media screen and (max-width: 540px) {
    .page__content h3.FallenHeroDepartmentOrOffice{
        font-size: 16px;
    }
}
.IncidentDetails {
    font-weight: bold;
}
.fallen-hero-detail-data{
    margin-bottom:15px;
}