﻿.ContentPage_Menu div:not(:first-of-type){
    margin-top: 20px;
}

.ContentPage_Sections > div{
    display:none;
    opacity:0;
    -webkit-transition:opacity 0.5s linear;
         -o-transition:opacity 0.5s linear;
            transition:opacity 0.5s linear;
    
    
    
}

.ContentPage_Sections > div.Active {
    display:block;
    opacity:1;
}

.PressList .Banner {
    position: relative;
}

.PressList .Banner img {
    height: 200px;
    position: relative;
    width: 100%;
}

.PressList [class*="PressType"] {
    bottom: 0;
    color: #fff;
    font-size: 0.85em;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    
    
}

/* Events */
.PressList .PressType-3 {
    background-color: #406ab0;
}

/* News */
.PressList .PressType-4 {
    background-color: #C9282D;
}

/*Communicated */
.PressList .PressType-5 {
    background-color: #6D953C;
}

/* Magazine */
.PressList .PressType-6 {
    background-color: #002664;
}

.PressList .PressPublish {
    display: block;
    font-size: .8em;
    margin-top: 20px;
}

.PressList .PressTitle {
    color: #002663;
    font-size: 1.1em;
    font-weight: 700;
}

/* Responsive */
.tablet .ContentPage_Sections,
.phone .ContentPage_Sections{
    display: block;
    margin-top: 20px;   
}

.tablet .ContentPage_Sections > div,
.phone .ContentPage_Sections > div{
    display:block;
    opacity:1;
}