﻿/* styles for Online Nursing Programs ad page x457310 */


/* hide top site navigation */

.section-callout-menu,
.top-bar-right .menu,
.ks-nav.menu {
    display: none;
}

.award-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.white-button {
    color: #041e42;
    background-color: #fff
}

.white-button:hover, .white-button:focus {
    color: #fff;
    background-color: #1f5383
}

.benefit-grid {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 3rem;
    align-items: center;
}

.benefit-grid p {
    margin-top: 2em;
}

.nvo-degree-program-panels .component-description {
    max-width: 600px;
    margin-top: 3rem;
}

.nvo-degree-program-panels .cb-content.NT {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nvo-degree-program-panels .cb-content.NT p:last-child {
  margin-top: auto;
}

.nvo-nursing-ad-student-bg {
    background: url('https://nevadaonline.unr.edu/nevada-online/images/component/nursing-programs-ad/nvo-nursing-ad-students-darkened.jpg') center 25%/cover no-repeat;
}

.nvo-nursing-ad-student-bg p {
    color: #fff;
}