#pr {
    width: 100%;
    height: 45vw;
    /*background: linear-gradient(rgb(101, 142, 182), rgb(18, 90, 162));*/
    background-image: url("../img/pr.png");
    background-repeat: no-repeat;
    background-size: 110%, 110%;
    background-position: -5vw 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
}

.pressReleases {
    margin-top: 0;
    margin-bottom: 5vw;
    padding-top: 5vw;
    padding-bottom: 6vw;
    width: 100%;
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    display: flex;
    flex-flow: column;
    align-items: center;
}

.pressCards {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 75%;
}
.pressHead {
    font-size: 2.6vw;
}

.pressReleasesWrapper {
    width: 100%;
    margin-top: 4vw;
}

.pressReleaseCard {
    width: 99%;
    display: flex;
    flex-flow: row nowrap;
}

.prYearDiv {

}

.prYear {
    font-family: "Proxima Nova";
    font-weight: 900;
    font-size: 2.5vw;
    color: black;
}

.prLinkWrapper {
    display: flex;
    flex-flow: column;
    margin-left: 6vw;
}

.prDate {
    font-weight: 100;
    font-family: "Proxima Nova";
    font-size: 2vw;
    margin-top: 2.8vw;
}

.prLink {
    margin-top: 0;
    color: #05366F;
    font-family: "Proxima Nova";
    font-size: 2vw;
    cursor: pointer;
}

#prMediaInquiriesDiv {
    margin-left: 9vw;
    margin-bottom: 6vw;
}

#prMediaInquiriesHead {
    font-size: 2.2vw;
    font-family: "Helvetica Neue";
    font-weight: 900;
    color: #5e5e5e;
    margin-bottom: 0;
}

#prMediaInquiriesBody {
    font-family: "Helvetica Neue";
    color: #707070;
    font-weight: 100;
}

.prDropdownText {
    color: #858585;
    font-family: "Proxima Nova";
    /*cursor: pointer;*/
}

.dropdownLink {
    color: darkblue;
    cursor: pointer;
}