#prMobile {
    width: 100%;
    height: 60vw;
    background-image: url(../img/pr.png);
    background-repeat: no-repeat;
    background-size: 140%, 140%;
    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);
    margin-top: 3vw;
}

.pressReleasesMobile {
    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;
}

.pressCardsMobile {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 80%;
}
.pressHeadMobile {
    font-size: 4vw;
}

.pressHrMobile {
    width: 100%;
    border: none;
    border-bottom: .4vw solid rgb(118, 160, 195);
    margin-bottom: 4vw;
}

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

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

.prYearDivMobile {

}

.prYearMobile {
    font-family: "proxima_nova_altbold";
    font-size: 3.5vw;
}

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

.prDateMobile {
    font-family: "Proxima Nova";
    font-size: 3vw;
    margin-top: 3.8vw;
}

.prLinkMobile {
    margin-top: 0;
    color: #05366F;
    font-family: "proxima_nova_altbold";
    font-size: 3vw;
    cursor: pointer;
}

.prDropdownTextMobile {
    color: #858585;
    font-family: "Proxima Nova";
    word-break: break-word;
}

#prMediaInquiriesDivMobile {
    margin-left: 9vw;
    margin-bottom: 12vw;
    margin-top: 7vw;
}

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

#prMediaInquiriesBodyMobile {
    font-family: "Helvetica Neue";
    color: #707070;
    font-weight: 100;
    margin-top: 2vw;
}

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