
header.vpaa {
    background: rgb(0 0 0 / 0%) url(/UserFiles/Servers/Server_420372/Image/Theme/vpaa2.svg) no-repeat scroll right center / cover;
}

header.drm {
    background: rgba(0, 0, 0, 0) url("/UserFiles/Servers/Server_420372/image/DRM/cyberbackground.jpg") no-repeat scroll right center / cover;
}

header.erm {
    background: rgba(0, 0, 0, 0) url("/UserFiles/Servers/Server_420372/Image/ERM/ERMheader.jpg") no-repeat scroll right center / cover;
}

#pagePropertiesModal,
#pageOrderModal,
#requestPageMoveModal,
#externalLinkPages,
#createAlertModal {
    position: absolute;
}

.ptl_col_3_4 {
    width: 75%;
}

.il-main il-section-nav ul {
    margin-top: 0;
}

/*Theme edits*/
.breadcrumb {
    font-size: .95rem;
}

il-unit-wordmark a {
    background-color: unset;
}

/*
 a { 
text-decoration: none !important;
}*/
div.ptl_page {
    padding: 0 !important;
}

div.section {
    min-height: 60vh;
    padding-block: 75px;
    display: flex;
    align-items: center;
}

div#in-the-know {
    background-color: #143B5E;
    min-height: 600px;
}

@media screen and (max-width: 1200px) {
    .article-entries .entry {
        width: 100%;
        min-height: 600px;
    }

    iframe {
        height: 1300px;
    }
}

/***** INITIATIVES SECTION STYLING*****/
div#initiatives {
    background-color: #E8E9EA;
}

/* Initiatives cards */
.init-card:hover {
    box-shadow: 1px 1px 5px 0px #000;
}
.init-card {
    display: flex;
    background-color: #5E6669;
    justify-content: space-between;
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
    max-width: 450px;
    flex-wrap: nowrap;
    align-items: center;
}

.init-card a {
    color: #fff;
}

.init-image img {
    width: 100%;
    max-height: 210px;
    max-width: 260px;
}
.init-image {
    max-width: 260px;
}

.init-label {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    padding: 10px;
    width: 180px;
}

.init-label h3 {
    font-size: 26px;
}

/* initiatives carousel */
div.carousel-inner img {
    max-height: 370px;
    width: auto;
    box-shadow: 2px 2px 15px 1px #00000090;
}

div#car-preview img {
    height: 80%;
    object-fit: cover;
    filter: blur(2px);
    opacity: .1;
    /* box-shadow: none; */
}

div#carousel-title {
    background-color: #13294b;
    padding-block: 10px;
}

/*carousel button override*/
.carousel-control-next,
.carousel-control-prev {
    width: 25% !important;
}

/***** REPORTING UNITS STYLING*****/
div#reporting-units .card {
    height: 300px;
    font-size: 1.4rem;
    background-color: transparent;
}

div#reporting-units .card:hover {
    scale: 1.05;
    /*z-index: 1;*/
    position: relative;
    /*box-shadow: 0px 0px 4px #00000030;*/
}

div#reporting-units .card img {
    max-width: 150px;
}

div#vpaa {
    background-color: #0c1d36;
    color: #fff;
}

a.btn {
    text-decoration: none !important;
}

/* in the know styling*/
div#in-the-know iframe {
    min-height: 500px;
}