﻿.custom-bg {
    background-color: #27528E;
}

.text-bold {
    font-weight: bold;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9*/
    position: relative;
}

.iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
}

.top-border-radius {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bottom-border-radius {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}