/*--Legend--*/
/*
1. MISC
2. Staff Pics
3. Media Queries
*/
/*----------*/

/*------------MISC------------------*/

.prospecting-wrapper {
    display: flex;
}

.prospecting-wrapper .header {
    padding: 20px;
    margin: 0px;
}

.prospecting-wrapper .hidden {
    display: none;
}

.prospecting-wrapper #postSubmenu > li {
    padding: 0px 0px 8px 10px;
}

.prospecting-wrapper #postSubmenu li:first-child {
    padding-top: 5px;
}

.prospecting-wrapper .dw-body__sidebar .sidebar-nav .wrapper #sidebar .list-unstyled.components .sidebar-header {
    color: #0480be;
}

.video-block {
    min-height: 150px;
    color: white;
}

/*------------Staff Pics------------------*/

.prospecting-wrapper .staff-pics {
    display: flex;
    justify-content: space-around;
}

.prospecting-wrapper .staff-pics article {
    margin: 0px 10px 0px 10px;
    max-width: 250px;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0px 12px 51px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 12px 51px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 12px 51px -9px rgba(0, 0, 0, 0.5);
    flex-basis: 100%;
}

.prospecting-wrapper .staff-pics article:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.prospecting-wrapper .staff-pics article .img-wrapper {
    height: 170px;
}

.prospecting-wrapper .staff-pics article p {
    margin: 0;
    text-align: center;
    padding: 5px;
    font-weight: 500;
}

#DALI {
    background: url("/images/dail_cover_img.jpg");
}

#overview {
    background: url("/images/overview_cover_img.jpg");
}

#DALI,
#overview {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

#DALI {
    background-position: 50% 30%;
}

#overview {
    background-position-y: 29%;
}

/*------------Media Queries------------------*/

@media only screen and (max-width: 1500px) {
    .prospecting-wrapper .staff-pics article .img-wrapper {
        height: 150px;
    }
}

@media only screen and (max-width: 500px) {
    .prospecting-wrapper .header {
        width: 100%;
    }
}

@media print {
    .prospecting-wrapper .dw-body__content {
        width: 100% !important;
    }
}
