.cookie-iframe-holder{
    background: #e0e0e0;
    border: 1px solid #ccc;
    display:flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-height:600px;
    min-height:300px;
}
.vid-container.cookie-iframe-holder-parent {
    padding-bottom:0;
    height:auto;
}
.cookie-noconsent{
    padding:2em;
    text-align: center;
}
.cookie-noconsent .link{
    display:block;
}

#pageContent .cookie-button {
    display:inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #172962;
    text-decoration: none;
    padding: 0 1em;
    line-height: 30px;
    border-radius: 1em;
    margin-top: 6px;
}
#pageContent .cookie-button:hover {
    background-color: #3e7bae;
}

.vid-container{
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 1em;
    height: 0;
    overflow: hidden;
}
.vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.itemDiv {
border-bottom: 1px solid #B4B4B4;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}

.itemDiv h5 {
margin-bottom: 0.75em;
}

.noticeBox{
    margin-bottom: 1.5em;
    padding: 3.4482759%;
    background-color: #f1f6fa;
    
}


.noticeBoxAGM{
    margin-bottom: 1.5em;
    padding: 3.4482759%;
    background-color: #f1f6fa;
}


