main article.node li {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}

.featured {
    border-radius: 0;
    background-color: #efefef;
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 1rem;
}

.featured a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.featured a:hover {
    text-decoration: underline;
}

.featured.external-link a::after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 1rem;
    content: "\f35d";
}

.field.field--type-file {
    border-radius: 0;
    background-color: #efefef;
    margin-bottom: 2rem;
    padding: 1rem;
}

.field.field--type-file a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.field.field--type-file a:hover {
    text-decoration: underline;
}

.rc-font {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
}

.td-none {
    text-decoration: none !important;
}

.classic-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #a94442;
    margin-bottom: 2rem;
    padding: 1rem;
}

.classic-danger p {
    color: #a94442 !important;
    margin-bottom: 0 !important;
}

.classic-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #31708f;
    margin-bottom: 2rem;
    padding: 1rem;
}

.classic-info p {
    color: #31708f !important;
    margin-bottom: 0 !important;
}

.classic-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #3c763d;
    margin-bottom: 2rem;
    padding: 1rem;
}

.classic-success p {
    color: #3c763d !important;
    margin-bottom: 0 !important;
}

.classic-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #8a6d3b;
    margin-bottom: 2rem;
    padding: 1rem;
}

.classic-warning p {
    color: #8a6d3b !important;
    margin-bottom: 0 !important;
}

.content-area article.contextual-region.profile {
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
    border-bottom: 0px solid transparent !important;
}

#search-block-form [type="search"] {
    height: 21px;
}

#forms-page article {
    margin-bottom: 0 !important;
}

#forms-page .card .card-body h2 {
    font-size: 1.25rem !important;
    margin-bottom: 1.25rem;
}


/* Overriding the style of the scroll button */
.scroll-btn {
    position: fixed !important;
    bottom: 1.5rem !important;
    right: 1.5rem !important;
    z-index: 99 !important;
    outline: none !important;
    color: #ffffff !important;
    background-color: rgba(133, 116, 55, .65) !important;
    border: 0px solid transparent !important;
    cursor: pointer !important;
    padding: 0rem !important;
    border-radius: .2rem !important;
}
.scroll-btn:focus,
.scroll-btn:hover {
    background: rgba(133, 116, 55, 1) !important;
}

.content-inner .card {
    cursor: pointer;
}
.content-inner .card:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.content-inner .card.never-shadow {
    cursor: default !important;
}
.content-inner .card.never-shadow:hover {
    box-shadow: none !important;
    transform: none !important;
}

/* Override p style inside table */
.content-area .table td p {
    font-size: .875rem !important;
    line-height: 1.5 !important;
    margin-bottom: .875rem !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}


/* Banners */

.banner-wrapper {
    font-size: 16px;
}
.banner-image img {
    border: 0;
    display: block;
    height: auto;
    height: 400px;
    width: 850px;
    margin: 0 auto 0 0;
    margin: 0 auto 0 0;
    max-width: 100%;
}
.banner-text-wrapper:after, 
.banner-image:before, 
.banner-image:after {
    width: 2.5rem;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    content: ' ';
    position: absolute;
    z-index: 10;
    display: block;
    top: 0;
}
.banner-image:before {
    left: 0;
}
.banner-text-wrapper:after {
    left: 100%;
}

.banner-wrapper.white {
    background: #ffffff;
    background-image: url('https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/stripes-gold.svg');
    background-repeat: repeat;
    background-size: 8px 14px;
}
.banner-text-wrapper.white {
    background: #ffffff;
}
.banner-text-wrapper.white h2 {
    color: #b3a369 !important;
}
.banner-text-wrapper.white p, 
.banner-text-wrapper.white ul, 
.banner-text-wrapper.white li {
    color: #262626 !important;
}
.banner-wrapper.white .banner-text-wrapper:after, 
.banner-wrapper.white .banner-image:before, 
.banner-wrapper.white .banner-image:after {
    background: rgba(255, 255, 255, .5);
}

.banner-wrapper.gold {
    background: #A4925A;
    background-image: url('https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/stripes-white.svg');
    background-repeat: repeat;
    background-size: 8px 14px;
}
.banner-text-wrapper.gold {
    background: #A4925A;
}
.banner-text-wrapper.gold h2 {
    color: #262626 !important;
}
.banner-text-wrapper.gold p, 
.banner-text-wrapper.gold ul, 
.banner-text-wrapper.gold li {
    color: #262626 !important;
}
.banner-wrapper.gold .banner-text-wrapper:after, 
.banner-wrapper.gold .banner-image:before, 
.banner-wrapper.gold .banner-image:after {
    background: rgba(164, 146, 90, .5);
}

/* #D6DBD4 is the GT gray */
.banner-wrapper.gray {
    background: #efefef;
    background-image: url('https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/stripes-black.svg');
    background-repeat: repeat;
    background-size: 8px 14px;
}
.banner-text-wrapper.gray {
    background: #efefef;
}
.banner-text-wrapper.gray h2 {
    color: #262626 !important;
}
.banner-text-wrapper.gray p, 
.banner-text-wrapper.gray ul, 
.banner-text-wrapper.gray li {
    color: #262626 !important;
}
.banner-wrapper.gray .banner-text-wrapper:after, 
.banner-wrapper.gray .banner-image:before, 
.banner-wrapper.gray .banner-image:after {
    background: rgba(239, 239, 239, .5);
}

.banner-wrapper.blue {
    background: #003057;
    background-image: url('https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/stripes-white.svg');
    background-repeat: repeat;
    background-size: 8px 14px;
}
.banner-text-wrapper.blue {
    background: #003057;
}
.banner-text-wrapper.blue h2 {
    color: #b3a369 !important;
}
.banner-text-wrapper.blue p, 
.banner-text-wrapper.blue ul, 
.banner-text-wrapper.blue li {
    color: #ffffff !important;
}
.banner-wrapper.blue .banner-text-wrapper:after, 
.banner-wrapper.blue .banner-image:before, 
.banner-wrapper.blue .banner-image:after {
    background: rgba(0, 48, 87, .5);
}

.banner-wrapper.black {
    background: #262626;
    background-image: url('https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/stripes-gold.svg');
    background-repeat: repeat;
    background-size: 8px 14px;
}
.banner-text-wrapper.black  {
    background: #262626;
}
.banner-text-wrapper.black  h2 {
    color: #b3a369 !important;
}
.banner-text-wrapper.black  p, 
.banner-text-wrapper.black  ul, 
.banner-text-wrapper.black  li {
    color: #ffffff !important;
}
.banner-wrapper.black .banner-text-wrapper:after, 
.banner-wrapper.black .banner-image:before, 
.banner-wrapper.black .banner-image:after {
    background: rgba(38, 38, 38, .3);
}

/* Hide wrapper/text before/after on large devices and up) */
@media (max-width: 992px) { 
    .banner-wrapper.white .banner-text-wrapper:after, 
    .banner-wrapper.white .banner-image:before, 
    .banner-wrapper.white .banner-image:after,
    .banner-wrapper.gold .banner-text-wrapper:after, 
    .banner-wrapper.gold .banner-image:before, 
    .banner-wrapper.gold .banner-image:after,
    .banner-wrapper.gray .banner-text-wrapper:after, 
    .banner-wrapper.gray .banner-image:before, 
    .banner-wrapper.gray .banner-image:after,
    .banner-wrapper.blue .banner-text-wrapper:after, 
    .banner-wrapper.blue .banner-image:before, 
    .banner-wrapper.blue .banner-image:after,
    .banner-wrapper.black .banner-text-wrapper:after, 
    .banner-wrapper.black .banner-image:before, 
    .banner-wrapper.black .banner-image:after {
        display: none !important;
    }
    .banner-text-wrapper:after {
        display: none !important;
    }
    .banner-text-wrapper:after, 
    .banner-image:before, 
    .banner-image:after {
        display: none !important;
    }
}

button.accordion-toggler {
    font-size: 1.25rem;
    font-weight: 700;
}

button.accordion-toggler::before {
    display: inline-block;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.75rem;
    content: "\f056";
}

button.accordion-toggler.collapsed::before {
    display: inline-block;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.75rem;
    content: "\f055";
}

.display-4 {
    font-size: 3rem;
    line-height: 1.2;
}
.display-5 {
    font-size: 2.25rem;
    line-height: 1.2;
}
.display-6 {
    font-size: 1.75rem;
    line-height: 1.2;
}

/* Btn tweak for cards */

.card-body .btn-secondary:active,
.card-body .btn-secondary:hover {
    background-color: #776831 !important;
    border-color: #776831 !important;
}

/* Rules by ID */

#forms-page.content-inner .node p a
#forms-page.content-inner .node p a:visited {
    text-decoration: none;
}

#forms-page.content-inner .node p a:hover
#forms-page.content-inner .node p a:focus {
    text-decoration: underline;
}

#forms-page.content-inner .card .card-body p a,
#forms-page.content-inner .card .card-body p a:visited {
    text-decoration: none;
} 

#forms-page.content-inner .card .card-body p a:hover,
#forms-page.content-inner .card .card-body p a:focus {
    text-decoration: underline;
} 

/* Card Pic Sizes */

/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap */
div.card-img-top {
    width: 100%;
    height: 220px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    div.card-img-top {
        width: 238px;
        height: 159px;
    } 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    div.card-img-top {
        width: 328px;
        height: 219px;
    } 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    div.card-img-top {
        width: 208px;
        height: 139px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    div.card-img-top {
        width: 253px;
        height: 169px;
    }
}

/* Banner Pic Sizes */

/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap */
   div.banner-inner-img {
    width: 100%;
    height: 220px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    div.banner-inner-img {
        width: 100%;
        height: 300px;
    } 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    div.banner-inner-img {
        width: 100%;
        height: 450px;
    } 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    div.banner-inner-img {
        width: 850px;
        height: 400px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    div.banner-inner-img {
        width: 850px;
        height: 400px;
    }
}

/* CDN Pics */

.cdn-pic[pic] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cdn-pic.lazy[pic] {
    background-image: none;
    background-color: #efefef;
}

/* placeholder */
.cdn-pic.lazy[pic="placeholder"],
.cdn-pic.lazy[pic="placeholder-sm"] {
    background-image: none;
}
.cdn-pic[pic="placeholder"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/placeholder_1800x1200.jpg);
}
.cdn-pic[pic="placeholder-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/placeholder_600x400.jpg);
}

/* 62-or-older */
.cdn-pic.lazy[pic="62-or-older"],
.cdn-pic.lazy[pic="62-or-older-sm"] {
    background-image: none;
}
.cdn-pic[pic="62-or-older"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/62-or-older_1800x1200.jpg);
}
.cdn-pic[pic="62-or-older-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/62-or-older_600x400.jpg);
}

/* academic-resources */
.cdn-pic.lazy[pic="academic-resources"],
.cdn-pic.lazy[pic="academic-resources-sm"] {
    background-image: none;
}
.cdn-pic[pic="academic-resources"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/academic-resources_1800x1200.jpg);
}
.cdn-pic[pic="academic-resources-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/academic-resources_600x400.jpg);
}

/* academic-scheduling */
.cdn-pic.lazy[pic="academic-scheduling"],
.cdn-pic.lazy[pic="academic-scheduling-sm"] {
    background-image: none;
}
.cdn-pic[pic="academic-scheduling"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/academic-scheduling_1800x1200.jpg);
}
.cdn-pic[pic="academic-scheduling-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/academic-scheduling_600x400.jpg);
}

/* admission */
.cdn-pic.lazy[pic="admission"],
.cdn-pic.lazy[pic="admission-sm"] {
    background-image: none;
}
.cdn-pic[pic="admission"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/admission_1800x1200.jpg);
}
.cdn-pic[pic="admission-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/admission_600x400.jpg);
}

/* alumni-and-former-students */
.cdn-pic.lazy[pic="alumni-and-former-students"],
.cdn-pic.lazy[pic="alumni-and-former-students-sm"] {
    background-image: none;
}
.cdn-pic[pic="alumni-and-former-students"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/alumni-and-former-students_1800x1200.jpg);
}
.cdn-pic[pic="alumni-and-former-students-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/alumni-and-former-students_600x400.jpg);
}

/* banner-and-gt-reports */
.cdn-pic.lazy[pic="banner-and-gt-reports"],
.cdn-pic.lazy[pic="banner-and-gt-reports-sm"] {
    background-image: none;
}
.cdn-pic[pic="banner-and-gt-reports"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/banner-and-gt-reports_1800x1200.jpg);
}
.cdn-pic[pic="banner-and-gt-reports-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/banner-and-gt-reports_600x400.jpg);
}

/* buildings-and-class-locations */
.cdn-pic.lazy[pic="buildings-and-class-locations"],
.cdn-pic.lazy[pic="buildings-and-class-locations-sm"] {
    background-image: none;
}
.cdn-pic[pic="buildings-and-class-locations"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/buildings-and-class-locations_1800x1200.jpg);
}
.cdn-pic[pic="buildings-and-class-locations-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/buildings-and-class-locations_600x400.jpg);
}

/* bursar-fees */
.cdn-pic.lazy[pic="bursar-fees"],
.cdn-pic.lazy[pic="bursar-fees-sm"] {
    background-image: none;
}
.cdn-pic[pic="bursar-fees"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/bursar-fees_1800x1200.jpg);
}
.cdn-pic[pic="bursar-fees-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/bursar-fees_600x400.jpg);
}

/* calendars */
.cdn-pic.lazy[pic="calendars"],
.cdn-pic.lazy[pic="calendars-sm"] {
    background-image: none;
}
.cdn-pic[pic="calendars"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/calendars_1800x1200.jpg);
}
.cdn-pic[pic="calendars-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/calendars_600x400.jpg);
}

/* catalog */
.cdn-pic.lazy[pic="catalog"],
.cdn-pic.lazy[pic="catalog-sm"] {
    background-image: none;
}
.cdn-pic[pic="catalog"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/catalog_1800x1200.jpg);
}
.cdn-pic[pic="catalog-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/catalog_600x400.jpg);
}

/* certifications-and-verifications */
.cdn-pic.lazy[pic="certifications-and-verifications"],
.cdn-pic.lazy[pic="certifications-and-verifications-sm"] {
    background-image: none;
}
.cdn-pic[pic="certifications-and-verifications"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/certifications-and-verifications_1800x1200.jpg);
}
.cdn-pic[pic="certifications-and-verifications-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/certifications-and-verifications_600x400.jpg);
}

/* commencement */
.cdn-pic.lazy[pic="commencement"],
.cdn-pic.lazy[pic="commencement-sm"] {
    background-image: none;
}
.cdn-pic[pic="commencement"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement_1800x1200.jpg);
}
.cdn-pic[pic="commencement-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement_600x400.jpg);
}

/* commencement-handoff */
.cdn-pic.lazy[pic="commencement-handoff"],
.cdn-pic.lazy[pic="commencement-handoff-sm"] {
    background-image: none;
}
.cdn-pic[pic="commencement-handoff"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement-handoff_1800x1200.jpg);
}
.cdn-pic[pic="commencement-handoff-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement-handoff_600x400.jpg);
}

/* commencement-graduates */
.cdn-pic.lazy[pic="commencement-graduates"],
.cdn-pic.lazy[pic="commencement-graduates-sm"] {
    background-image: none;
}
.cdn-pic[pic="commencement-graduates"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement-graduates_1800x1200.png);
}
.cdn-pic[pic="commencement-graduates-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement-graduates_600x400.png);
}

/* core-curriculum */
.cdn-pic.lazy[pic="core-curriculum"],
.cdn-pic.lazy[pic="core-curriculum-sm"] {
    background-image: none;
}
.cdn-pic[pic="core-curriculum"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/core-curriculum_1800x1200.jpg);
}
.cdn-pic[pic="core-curriculum-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/core-curriculum_600x400.jpg);
}

/* course-descriptions */
.cdn-pic.lazy[pic="course-descriptions"],
.cdn-pic.lazy[pic="course-descriptions-sm"] {
    background-image: none;
}
.cdn-pic[pic="course-descriptions"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/course-descriptions_1800x1200.jpg);
}
.cdn-pic[pic="course-descriptions-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/course-descriptions_600x400.jpg);
}

/* credit-by-examination */
.cdn-pic.lazy[pic="credit-by-examination"],
.cdn-pic.lazy[pic="credit-by-examination-sm"] {
    background-image: none;
}
.cdn-pic[pic="credit-by-examination"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/credit-by-examination_1800x1200.jpg);
}
.cdn-pic[pic="credit-by-examination-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/credit-by-examination_600x400.jpg);
}

/* cross-registration */
.cdn-pic.lazy[pic="cross-registration"],
.cdn-pic.lazy[pic="cross-registration-sm"] {
    background-image: none;
}
.cdn-pic[pic="cross-registration"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/cross-registration_1800x1200.jpg);
}
.cdn-pic[pic="cross-registration-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/cross-registration_600x400.jpg);
}

/* current-students */
.cdn-pic.lazy[pic="current-students"],
.cdn-pic.lazy[pic="current-students-sm"] {
    background-image: none;
}
.cdn-pic[pic="current-students"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/current-students_1800x1200.jpg);
}
.cdn-pic[pic="current-students-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/current-students_600x400.jpg);
}

/* curriculum */
.cdn-pic.lazy[pic="curriculum"],
.cdn-pic.lazy[pic="curriculum-sm"] {
    background-image: none;
}
.cdn-pic[pic="curriculum"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/curriculum_1800x1200.jpg);
}
.cdn-pic[pic="curriculum-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/curriculum_600x400.jpg);
}

/* curriculum-governance */
.cdn-pic.lazy[pic="curriculum-governance"],
.cdn-pic.lazy[pic="curriculum-governance-sm"] {
    background-image: none;
}
.cdn-pic[pic="curriculum-governance"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/curriculum-governance_1800x1200.jpg);
}
.cdn-pic[pic="curriculum-governance-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/curriculum-governance_600x400.jpg);
}

/* degree-candidates */
.cdn-pic.lazy[pic="degree-candidates"],
.cdn-pic.lazy[pic="degree-candidates-sm"] {
    background-image: none;
}
.cdn-pic[pic="degree-candidates"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/degree-candidates_1800x1200.jpg);
}
.cdn-pic[pic="degree-candidates-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/degree-candidates_600x400.jpg);
}

/* degree-information */
.cdn-pic.lazy[pic="degree-information"],
.cdn-pic.lazy[pic="degree-information-sm"] {
    background-image: none;
}
.cdn-pic[pic="degree-information"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/degree-information_1800x1200.jpg);
}
.cdn-pic[pic="degree-information-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/degree-information_600x400.jpg);
}

/* diplomas */
.cdn-pic.lazy[pic="diplomas"],
.cdn-pic.lazy[pic="diplomas-sm"] {
    background-image: none;
}
.cdn-pic[pic="diplomas"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/diplomas_1800x1200.jpg);
}
.cdn-pic[pic="diplomas-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/diplomas_600x400.jpg);
}

/* emergency-contacts */
.cdn-pic.lazy[pic="emergency-contacts"],
.cdn-pic.lazy[pic="emergency-contacts-sm"] {
    background-image: none;
}
.cdn-pic[pic="emergency-contacts"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/emergency-contacts_1800x1200.jpg);
}
.cdn-pic[pic="emergency-contacts-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/emergency-contacts_600x400.jpg);
}

/* enrollment-status */
.cdn-pic.lazy[pic="enrollment-status"],
.cdn-pic.lazy[pic="enrollment-status-sm"] {
    background-image: none;
}
.cdn-pic[pic="enrollment-status"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/enrollment-status_1800x1200.jpg);
}
.cdn-pic[pic="enrollment-status-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/enrollment-status_600x400.jpg);
}

/* error-messages */
.cdn-pic.lazy[pic="error-messages"],
.cdn-pic.lazy[pic="error-messages-sm"] {
    background-image: none;
}
.cdn-pic[pic="error-messages"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/error-messages_1800x1200.jpg);
}
.cdn-pic[pic="error-messages-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/error-messages_600x400.jpg);
}

/* europe */
.cdn-pic.lazy[pic="europe"],
.cdn-pic.lazy[pic="europe-sm"] {
    background-image: none;
}
.cdn-pic[pic="europe"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/europe_1800x1200.jpg);
}
.cdn-pic[pic="europe-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/europe_600x400.jpg);
}

/* eu-gdpr */
.cdn-pic.lazy[pic="eu-gdpr"],
.cdn-pic.lazy[pic="eu-gdpr-sm"] {
    background-image: none;
}
.cdn-pic[pic="eu-gdpr"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/eu-gdpr_1800x1200.jpg);
}
.cdn-pic[pic="eu-gdpr-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/eu-gdpr_600x400.jpg);
}

/* faculty-and-staff */
.cdn-pic.lazy[pic="faculty-and-staff"],
.cdn-pic.lazy[pic="faculty-and-staff-sm"] {
    background-image: none;
}
.cdn-pic[pic="faculty-and-staff"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-and-staff_1800x1200.jpg);
}
.cdn-pic[pic="faculty-and-staff-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-and-staff_600x400.jpg);
}

/* faculty-governance */
.cdn-pic.lazy[pic="faculty-governance"],
.cdn-pic.lazy[pic="faculty-governance-sm"] {
    background-image: none;
}
.cdn-pic[pic="faculty-governance"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-governance_1800x1200.jpg);
}
.cdn-pic[pic="faculty-governance-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-governance_600x400.jpg);
}

/* faculty-resources */
.cdn-pic.lazy[pic="faculty-resources"],
.cdn-pic.lazy[pic="faculty-resources-sm"] {
    background-image: none;
}
.cdn-pic[pic="faculty-resources"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-resources_1800x1200.jpg);
}
.cdn-pic[pic="faculty-resources-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-resources_600x400.jpg);
}

/* ferpa */
.cdn-pic.lazy[pic="ferpa"],
.cdn-pic.lazy[pic="ferpa-sm"] {
    background-image: none;
}
.cdn-pic[pic="ferpa"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/ferpa_1800x1200.jpg);
}
.cdn-pic[pic="ferpa-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/ferpa_600x400.jpg);
}

/* ferpa-tutorials */
.cdn-pic.lazy[pic="ferpa-tutorials"],
.cdn-pic.lazy[pic="ferpa-tutorials-sm"] {
    background-image: none;
}
.cdn-pic[pic="ferpa-tutorials"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/ferpa-tutorials_1800x1200.jpg);
}
.cdn-pic[pic="ferpa-tutorials-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/ferpa-tutorials_600x400.jpg);
}

/* final-exams */
.cdn-pic.lazy[pic="final-exams"],
.cdn-pic.lazy[pic="final-exams-sm"] {
    background-image: none;
}
.cdn-pic[pic="final-exams"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/final-exams_1800x1200.jpg);
}
.cdn-pic[pic="final-exams-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/final-exams_600x400.jpg);
}

/* forms */
.cdn-pic.lazy[pic="forms"],
.cdn-pic.lazy[pic="forms-sm"] {
    background-image: none;
}
.cdn-pic[pic="forms"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/forms_1800x1200.jpg);
}
.cdn-pic[pic="forms-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/forms_600x400.jpg);
}

/* grade-modes-and-variable-hours */
.cdn-pic.lazy[pic="grade-modes-and-variable-hours"],
.cdn-pic.lazy[pic="grade-modes-and-variable-hours-sm"] {
    background-image: none;
}
.cdn-pic[pic="grade-modes-and-variable-hours"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grade-modes-and-variable-hours_1800x1200.jpg);
}
.cdn-pic[pic="grade-modes-and-variable-hours-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grade-modes-and-variable-hours_600x400.jpg);
}

/* grades */
.cdn-pic.lazy[pic="grades"],
.cdn-pic.lazy[pic="grades-sm"] {
    background-image: none;
}
.cdn-pic[pic="grades"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grades_1800x1200.jpg);
}
.cdn-pic[pic="grades-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grades_600x400.jpg);
}

/* grading-and-grade-entry */
.cdn-pic.lazy[pic="grading-and-grade-entry"],
.cdn-pic.lazy[pic="grading-and-grade-entry-sm"] {
    background-image: none;
}
.cdn-pic[pic="grading-and-grade-entry"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grading-and-grade-entry_1800x1200.jpg);
}
.cdn-pic[pic="grading-and-grade-entry-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grading-and-grade-entry_600x400.jpg);
}

/* hero */
.cdn-pic.lazy[pic="hero"],
.cdn-pic.lazy[pic="hero-sm"] {
    background-image: none;
}
.cdn-pic[pic="hero"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/hero_1800x1200.jpg);
}
.cdn-pic[pic="hero-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/hero_600x400.jpg);
}

/* holds */
.cdn-pic.lazy[pic="holds"],
.cdn-pic.lazy[pic="holds-sm"] {
    background-image: none;
}
.cdn-pic[pic="holds"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/holds_1800x1200.jpg);
}
.cdn-pic[pic="holds-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/holds_600x400.jpg);
}

/* honoring-achievements */
.cdn-pic.lazy[pic="honoring-achievements"],
.cdn-pic.lazy[pic="honoring-achievements-sm"] {
    background-image: none;
}
.cdn-pic[pic="honoring-achievements"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/honoring-achievements_1800x1200.jpg);
}
.cdn-pic[pic="honoring-achievements-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/honoring-achievements_600x400.jpg);
}

/* information-systems */
.cdn-pic.lazy[pic="information-systems"],
.cdn-pic.lazy[pic="information-systems-sm"] {
    background-image: none;
}
.cdn-pic[pic="information-systems"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/information-systems_1800x1200.jpg);
}
.cdn-pic[pic="information-systems-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/information-systems_600x400.jpg);
}

/* institute-approved-absence */
.cdn-pic.lazy[pic="institute-approved-absence"],
.cdn-pic.lazy[pic="institute-approved-absence-sm"] {
    background-image: none;
}
.cdn-pic[pic="institute-approved-absence"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/institute-approved-absence_1800x1200.jpg);
}
.cdn-pic[pic="institute-approved-absence-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/institute-approved-absence_600x400.jpg);
}

/* leaves-of-absence */
.cdn-pic.lazy[pic="leaves-of-absence"],
.cdn-pic.lazy[pic="leaves-of-absence-sm"] {
    background-image: none;
}
.cdn-pic[pic="leaves-of-absence"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/leaves-of-absence_1800x1200.jpg);
}
.cdn-pic[pic="leaves-of-absence-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/leaves-of-absence_600x400.jpg);
}

/* level-restriction */
.cdn-pic.lazy[pic="level-restriction"],
.cdn-pic.lazy[pic="level-restriction-sm"] {
    background-image: none;
}
.cdn-pic[pic="level-restriction"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/level-restriction_1800x1200.jpg);
}
.cdn-pic[pic="level-restriction-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/level-restriction_600x400.jpg);
}

/* maximum-hours */
.cdn-pic.lazy[pic="maximum-hours"],
.cdn-pic.lazy[pic="maximum-hours-sm"] {
    background-image: none;
}
.cdn-pic[pic="maximum-hours"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/maximum-hours_1800x1200.jpg);
}
.cdn-pic[pic="maximum-hours-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/maximum-hours_600x400.jpg);
}

/* parents-and-family */
.cdn-pic.lazy[pic="parents-and-family"],
.cdn-pic.lazy[pic="parents-and-family-sm"] {
    background-image: none;
}
.cdn-pic[pic="parents-and-family"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/parents-and-family_1800x1200.jpg);
}
.cdn-pic[pic="parents-and-family-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/parents-and-family_600x400.jpg);
}

/* parents-program */
.cdn-pic.lazy[pic="parents-program"],
.cdn-pic.lazy[pic="parents-program-sm"] {
    background-image: none;
}
.cdn-pic[pic="parents-program"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/parents-program_1800x1200.jpg);
}
.cdn-pic[pic="parents-program-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/parents-program_600x400.jpg);
}

/* permits-and-overloads */
.cdn-pic.lazy[pic="permits-and-overloads"],
.cdn-pic.lazy[pic="permits-and-overloads-sm"] {
    background-image: none;
}
.cdn-pic[pic="permits-and-overloads"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/permits-and-overloads_1800x1200.jpg);
}
.cdn-pic[pic="permits-and-overloads-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/permits-and-overloads_600x400.jpg);
}

/* personal-information */
.cdn-pic.lazy[pic="personal-information"],
.cdn-pic.lazy[pic="personal-information-sm"] {
    background-image: none;
}
.cdn-pic[pic="personal-information"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/personal-information_1800x1200.jpg);
}
.cdn-pic[pic="personal-information-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/personal-information_600x400.jpg);
}

/* preferred-name */
.cdn-pic.lazy[pic="preferred-name"],
.cdn-pic.lazy[pic="preferred-name-sm"] {
    background-image: none;
}
.cdn-pic[pic="preferred-name"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/preferred-name_1800x1200.jpg);
}
.cdn-pic[pic="preferred-name-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/preferred-name_600x400.jpg);
}

/* prerequisite-checks */
.cdn-pic.lazy[pic="prerequisite-checks"],
.cdn-pic.lazy[pic="prerequisite-checks-sm"] {
    background-image: none;
}
.cdn-pic[pic="prerequisite-checks"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/prerequisite-checks_1800x1200.jpg);
}
.cdn-pic[pic="prerequisite-checks-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/prerequisite-checks_600x400.jpg);
}

/* privacy-and-student-rights */
.cdn-pic.lazy[pic="privacy-and-student-rights"],
.cdn-pic.lazy[pic="privacy-and-student-rights-sm"] {
    background-image: none;
}
.cdn-pic[pic="privacy-and-student-rights"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/privacy-and-student-rights_1800x1200.jpg);
}
.cdn-pic[pic="privacy-and-student-rights-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/privacy-and-student-rights_600x400.jpg);
}

/* privacy-checklist-for-online-courses */
.cdn-pic.lazy[pic="privacy-checklist-for-online-courses"],
.cdn-pic.lazy[pic="privacy-checklist-for-online-courses-sm"] {
    background-image: none;
}
.cdn-pic[pic="privacy-checklist-for-online-courses"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/privacy-checklist-for-online-courses_1800x1200.jpg);
}
.cdn-pic[pic="privacy-checklist-for-online-courses-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/privacy-checklist-for-online-courses_600x400.jpg);
}

/* prospective-students */
.cdn-pic.lazy[pic="prospective-students"],
.cdn-pic.lazy[pic="prospective-students-sm"] {
    background-image: none;
}
.cdn-pic[pic="prospective-students"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/prospective-students_1800x1200.jpg);
}
.cdn-pic[pic="prospective-students-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/prospective-students_600x400.jpg);
}

/* provost-advisory-committee */
.cdn-pic.lazy[pic="provost-advisory-committee"],
.cdn-pic.lazy[pic="provost-advisory-committee-sm"] {
    background-image: none;
}
.cdn-pic[pic="provost-advisory-committee"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/provost-advisory-committee_1800x1200.jpg);
}
.cdn-pic[pic="provost-advisory-committee-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/provost-advisory-committee_600x400.jpg);
}

/* readmission */
.cdn-pic.lazy[pic="readmission"],
.cdn-pic.lazy[pic="readmission-sm"] {
    background-image: none;
}
.cdn-pic[pic="readmission"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/readmission_1800x1200.jpg);
}
.cdn-pic[pic="readmission-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/readmission_600x400.jpg);
}

/* records */
.cdn-pic.lazy[pic="records"],
.cdn-pic.lazy[pic="records-sm"] {
    background-image: none;
}
.cdn-pic[pic="records"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/records_1800x1200.jpg);
}
.cdn-pic[pic="records-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/records_600x400.jpg);
}

/* registration */
.cdn-pic.lazy[pic="registration"],
.cdn-pic.lazy[pic="registration-sm"] {
    background-image: none;
}
.cdn-pic[pic="registration"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration_1800x1200.jpg);
}
.cdn-pic[pic="registration-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration_600x400.jpg);
}

/* registration-assistance */
.cdn-pic.lazy[pic="registration-assistance"],
.cdn-pic.lazy[pic="registration-assistance-sm"] {
    background-image: none;
}
.cdn-pic[pic="registration-assistance"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-assistance_1800x1200.jpg);
}
.cdn-pic[pic="registration-assistance-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-assistance_600x400.jpg);
}

/* registration-faq */
.cdn-pic.lazy[pic="registration-faq"],
.cdn-pic.lazy[pic="registration-faq-sm"] {
    background-image: none;
}
.cdn-pic[pic="registration-faq"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-faq_1800x1200.jpg);
}
.cdn-pic[pic="registration-faq-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-faq_600x400.jpg);
}

/* registration-information */
.cdn-pic.lazy[pic="registration-information"],
.cdn-pic.lazy[pic="registration-information-sm"] {
    background-image: none;
}
.cdn-pic[pic="registration-information"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-information_1800x1200.jpg);
}
.cdn-pic[pic="registration-information-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-information_600x400.jpg);
}

/* rules-and-regulations */
.cdn-pic.lazy[pic="rules-and-regulations"],
.cdn-pic.lazy[pic="rules-and-regulations-sm"] {
    background-image: none;
}
.cdn-pic[pic="rules-and-regulations"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/rules-and-regulations_1800x1200.jpg);
}
.cdn-pic[pic="rules-and-regulations-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/rules-and-regulations_600x400.jpg);
}

/* schedule-of-classes */
.cdn-pic.lazy[pic="schedule-of-classes"],
.cdn-pic.lazy[pic="schedule-of-classes-sm"] {
    background-image: none;
}
.cdn-pic[pic="schedule-of-classes"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/schedule-of-classes_1800x1200.jpg);
}
.cdn-pic[pic="schedule-of-classes-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/schedule-of-classes_600x400.jpg);
}

/* schedulers-training-manual */
.cdn-pic.lazy[pic="schedulers-training-manual"],
.cdn-pic.lazy[pic="schedulers-training-manual-sm"] {
    background-image: none;
}
.cdn-pic[pic="schedulers-training-manual"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/schedulers-training-manual_1800x1200.jpg);
}
.cdn-pic[pic="schedulers-training-manual-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/schedulers-training-manual_600x400.jpg);
}

/* scheduling-grids */
.cdn-pic.lazy[pic="scheduling-grids"],
.cdn-pic.lazy[pic="scheduling-grids-sm"] {
    background-image: none;
}
.cdn-pic[pic="scheduling-grids"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/scheduling-grids_1800x1200.jpg);
}
.cdn-pic[pic="scheduling-grids-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/scheduling-grids_600x400.jpg);
}

/* study-abroad-course-scheduling */
.cdn-pic.lazy[pic="study-abroad-course-scheduling"],
.cdn-pic.lazy[pic="study-abroad-course-scheduling-sm"] {
    background-image: none;
}
.cdn-pic[pic="study-abroad-course-scheduling"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/study-abroad-course-scheduling_1800x1200.jpg);
}
.cdn-pic[pic="study-abroad-course-scheduling-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/study-abroad-course-scheduling_600x400.jpg);
}

/* time-tickets */
.cdn-pic.lazy[pic="time-tickets"],
.cdn-pic.lazy[pic="time-tickets-sm"] {
    background-image: none;
}
.cdn-pic[pic="time-tickets"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/time-tickets_1800x1200.jpg);
}
.cdn-pic[pic="time-tickets-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/time-tickets_600x400.jpg);
}

/* transcript */
.cdn-pic.lazy[pic="transcript"],
.cdn-pic.lazy[pic="transcript-sm"] {
    background-image: none;
}
.cdn-pic[pic="transcript"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transcript_1800x1200.jpg);
}
.cdn-pic[pic="transcript-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transcript_600x400.jpg);
}

/* transfer-credit */
.cdn-pic.lazy[pic="transfer-credit"],
.cdn-pic.lazy[pic="transfer-credit-sm"] {
    background-image: none;
}
.cdn-pic[pic="transfer-credit"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transfer-credit_1800x1200.jpg);
}
.cdn-pic[pic="transfer-credit-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transfer-credit_600x400.jpg);
}

/* transfer-credit-equivalencies-and-evaluations */
.cdn-pic.lazy[pic="transfer-credit-equivalencies-and-evaluations"],
.cdn-pic.lazy[pic="transfer-credit-equivalencies-and-evaluations-sm"] {
    background-image: none;
}
.cdn-pic[pic="transfer-credit-equivalencies-and-evaluations"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transfer-credit-equivalencies-and-evaluations_1800x1200.jpg);
}
.cdn-pic[pic="transfer-credit-equivalencies-and-evaluations-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transfer-credit-equivalencies-and-evaluations_600x400.jpg);
}

/* transient-students-and-special-students */
.cdn-pic.lazy[pic="transient-students-and-special-students"],
.cdn-pic.lazy[pic="transient-students-and-special-students-sm"] {
    background-image: none;
}
.cdn-pic[pic="transient-students-and-special-students"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transient-students-and-special-students_1800x1200.jpg);
}
.cdn-pic[pic="transient-students-and-special-students-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transient-students-and-special-students_600x400.jpg);
}

/* tuition-classification */
.cdn-pic.lazy[pic="tuition-classification"],
.cdn-pic.lazy[pic="tuition-classification-sm"] {
    background-image: none;
}
.cdn-pic[pic="tuition-classification"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/tuition-classification_1800x1200.jpg);
}
.cdn-pic[pic="tuition-classification-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/tuition-classification_600x400.jpg);
}

/* verification-of-participation */
.cdn-pic.lazy[pic="verification-of-participation"],
.cdn-pic.lazy[pic="verification-of-participation-sm"] {
    background-image: none;
}
.cdn-pic[pic="verification-of-participation"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/verification-of-participation_1800x1200.jpg);
}
.cdn-pic[pic="verification-of-participation-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/verification-of-participation_600x400.jpg);
}

/* veterans-benefits */
.cdn-pic.lazy[pic="veterans-benefits"],
.cdn-pic.lazy[pic="veterans-benefits-sm"] {
    background-image: none;
}
.cdn-pic[pic="veterans-benefits"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-benefits_1800x1200.jpg);
}
.cdn-pic[pic="veterans-benefits-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-benefits_600x400.jpg);
}

/* veterans-certification-process */
.cdn-pic.lazy[pic="veterans-certification-process"],
.cdn-pic.lazy[pic="veterans-certification-process-sm"] {
    background-image: none;
}
.cdn-pic[pic="veterans-certification-process"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-certification-process_1800x1200.jpg);
}
.cdn-pic[pic="veterans-certification-process-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-certification-process_600x400.jpg);
}

/* veterans-contacts */
.cdn-pic.lazy[pic="veterans-contacts"],
.cdn-pic.lazy[pic="veterans-contacts-sm"] {
    background-image: none;
}
.cdn-pic[pic="veterans-contacts"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-contacts_1800x1200.jpg);
}
.cdn-pic[pic="veterans-contacts-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-contacts_600x400.jpg);
}

/* veterans-faq */
.cdn-pic.lazy[pic="veterans-faq"],
.cdn-pic.lazy[pic="veterans-faq-sm"] {
    background-image: none;
}
.cdn-pic[pic="veterans-faq"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-faq_1800x1200.jpg);
}
.cdn-pic[pic="veterans-faq-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-faq_600x400.jpg);
}

/* veterans-forms */
.cdn-pic.lazy[pic="veterans-forms"],
.cdn-pic.lazy[pic="veterans-forms-sm"] {
    background-image: none;
}
.cdn-pic[pic="veterans-forms"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-forms_1800x1200.jpg);
}
.cdn-pic[pic="veterans-forms-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-forms_600x400.jpg);
}

/* veterans-news */
.cdn-pic.lazy[pic="veterans-news"],
.cdn-pic.lazy[pic="veterans-news-sm"] {
    background-image: none;
}
.cdn-pic[pic="veterans-news"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-news_1800x1200.jpg);
}
.cdn-pic[pic="veterans-news-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-news_600x400.jpg);
}

/* veterans-resource-center */
.cdn-pic.lazy[pic="veterans-resource-center"],
.cdn-pic.lazy[pic="veterans-resource-center-sm"] {
    background-image: none;
}
.cdn-pic[pic="veterans-resource-center"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-resource-center_1800x1200.jpg);
}
.cdn-pic[pic="veterans-resource-center-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-resource-center_600x400.jpg);
}

/* veterans-services */
.cdn-pic.lazy[pic="veterans-services"],
.cdn-pic.lazy[pic="veterans-services-sm"] {
    background-image: none;
}
.cdn-pic[pic="veterans-services"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-services_1800x1200.jpg);
}
.cdn-pic[pic="veterans-services-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-services_600x400.jpg);
}

/* waitlists */
.cdn-pic.lazy[pic="waitlists"],
.cdn-pic.lazy[pic="waitlists-sm"] {
    background-image: none;
}
.cdn-pic[pic="waitlists"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/waitlists_1800x1200.jpg);
}
.cdn-pic[pic="waitlists-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/waitlists_600x400.jpg);
}

/* withdrawal-and-dropping-courses */
.cdn-pic.lazy[pic="withdrawal-and-dropping-courses"],
.cdn-pic.lazy[pic="withdrawal-and-dropping-courses-sm"] {
    background-image: none;
}
.cdn-pic[pic="withdrawal-and-dropping-courses"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/withdrawal-and-dropping-courses_1800x1200.jpg);
}
.cdn-pic[pic="withdrawal-and-dropping-courses-sm"] {
    background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/withdrawal-and-dropping-courses_600x400.jpg);
}

@media (max-width: 991.99px) {

    /* placeholder */
    .cdn-pic.lazy[pic="placeholder"],
    .cdn-pic.lazy[pic="placeholder-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="placeholder"],
    .cdn-pic[pic="placeholder-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/placeholder_600x400.jpg);
    }

    /* 62-or-older */
    .cdn-pic.lazy[pic="62-or-older"],
    .cdn-pic.lazy[pic="62-or-older-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="62-or-older"],
    .cdn-pic[pic="62-or-older-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/62-or-older_600x400.jpg);
    }

    /* academic-resources */
    .cdn-pic.lazy[pic="academic-resources"],
    .cdn-pic.lazy[pic="academic-resources-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="academic-resources"],
    .cdn-pic[pic="academic-resources-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/academic-resources_600x400.jpg);
    }

    /* academic-scheduling */
    .cdn-pic.lazy[pic="academic-scheduling"],
    .cdn-pic.lazy[pic="academic-scheduling-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="academic-scheduling"],
    .cdn-pic[pic="academic-scheduling-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/academic-scheduling_600x400.jpg);
    }

    /* admission */
    .cdn-pic.lazy[pic="admission"],
    .cdn-pic.lazy[pic="admission-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="admission"],
    .cdn-pic[pic="admission-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/admission_600x400.jpg);
    }

    /* alumni-and-former-students */
    .cdn-pic.lazy[pic="alumni-and-former-students"],
    .cdn-pic.lazy[pic="alumni-and-former-students-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="alumni-and-former-students"],
    .cdn-pic[pic="alumni-and-former-students-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/alumni-and-former-students_600x400.jpg);
    }

    /* banner-and-gt-reports */
    .cdn-pic.lazy[pic="banner-and-gt-reports"],
    .cdn-pic.lazy[pic="banner-and-gt-reports-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="banner-and-gt-reports"],
    .cdn-pic[pic="banner-and-gt-reports-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/banner-and-gt-reports_600x400.jpg);
    }

    /* buildings-and-class-locations */
    .cdn-pic.lazy[pic="buildings-and-class-locations"],
    .cdn-pic.lazy[pic="buildings-and-class-locations-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="buildings-and-class-locations"],
    .cdn-pic[pic="buildings-and-class-locations-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/buildings-and-class-locations_600x400.jpg);
    }

    /* bursar-fees */
    .cdn-pic.lazy[pic="bursar-fees"],
    .cdn-pic.lazy[pic="bursar-fees-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="bursar-fees"],
    .cdn-pic[pic="bursar-fees-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/bursar-fees_600x400.jpg);
    }

    /* calendars */
    .cdn-pic.lazy[pic="calendars"],
    .cdn-pic.lazy[pic="calendars-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="calendars"],
    .cdn-pic[pic="calendars-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/calendars_600x400.jpg);
    }

    /* catalog */
    .cdn-pic.lazy[pic="catalog"],
    .cdn-pic.lazy[pic="catalog-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="catalog"],
    .cdn-pic[pic="catalog-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/catalog_600x400.jpg);
    }

    /* certifications-and-verifications */
    .cdn-pic.lazy[pic="certifications-and-verifications"],
    .cdn-pic.lazy[pic="certifications-and-verifications-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="certifications-and-verifications"],
    .cdn-pic[pic="certifications-and-verifications-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/certifications-and-verifications_600x400.jpg);
    }

    /* commencement */
    .cdn-pic.lazy[pic="commencement"],
    .cdn-pic.lazy[pic="commencement-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="commencement"],
    .cdn-pic[pic="commencement-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement_600x400.jpg);
    }

    /* commencement-handoff */
    .cdn-pic.lazy[pic="commencement-handoff"],
    .cdn-pic.lazy[pic="commencement-handoff-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="commencement-handoff"],
    .cdn-pic[pic="commencement-handoff-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement-handoff_600x400.jpg);
    }

    /* commencement-graduate */
    .cdn-pic.lazy[pic="commencement-graduates"],
    .cdn-pic.lazy[pic="commencement-graduates-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="commencement-graduates"],
    .cdn-pic[pic="commencement-graduates-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/commencement-graduates_600x400.png);
    }

    /* core-curriculum */
    .cdn-pic.lazy[pic="core-curriculum"],
    .cdn-pic.lazy[pic="core-curriculum-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="core-curriculum"],
    .cdn-pic[pic="core-curriculum-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/core-curriculum_600x400.jpg);
    }

    /* course-descriptions */
    .cdn-pic.lazy[pic="course-descriptions"],
    .cdn-pic.lazy[pic="course-descriptions-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="course-descriptions"],
    .cdn-pic[pic="course-descriptions-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/course-descriptions_600x400.jpg);
    }

    /* credit-by-examination */
    .cdn-pic.lazy[pic="credit-by-examination"],
    .cdn-pic.lazy[pic="credit-by-examination-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="credit-by-examination"],
    .cdn-pic[pic="credit-by-examination-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/credit-by-examination_600x400.jpg);
    }

    /* cross-registration */
    .cdn-pic.lazy[pic="cross-registration"],
    .cdn-pic.lazy[pic="cross-registration-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="cross-registration"],
    .cdn-pic[pic="cross-registration-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/cross-registration_600x400.jpg);
    }

    /* current-students */
    .cdn-pic.lazy[pic="current-students"],
    .cdn-pic.lazy[pic="current-students-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="current-students"],
    .cdn-pic[pic="current-students-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/current-students_600x400.jpg);
    }

    /* curriculum */
    .cdn-pic.lazy[pic="curriculum"],
    .cdn-pic.lazy[pic="curriculum-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="curriculum"],
    .cdn-pic[pic="curriculum-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/curriculum_600x400.jpg);
    }

    /* curriculum-governance */
    .cdn-pic.lazy[pic="curriculum-governance"],
    .cdn-pic.lazy[pic="curriculum-governance-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="curriculum-governance"],
    .cdn-pic[pic="curriculum-governance-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/curriculum-governance_600x400.jpg);
    }

    /* degree-candidates */
    .cdn-pic.lazy[pic="degree-candidates"],
    .cdn-pic.lazy[pic="degree-candidates-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="degree-candidates"],
    .cdn-pic[pic="degree-candidates-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/degree-candidates_600x400.jpg);
    }

    /* degree-information */
    .cdn-pic.lazy[pic="degree-information"],
    .cdn-pic.lazy[pic="degree-information-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="degree-information"],
    .cdn-pic[pic="degree-information-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/degree-information_600x400.jpg);
    }

    /* diplomas */
    .cdn-pic.lazy[pic="diplomas"],
    .cdn-pic.lazy[pic="diplomas-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="diplomas"],
    .cdn-pic[pic="diplomas-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/diplomas_600x400.jpg);
    }
    
    /* emergency-contacts */
    .cdn-pic.lazy[pic="emergency-contacts"],
    .cdn-pic.lazy[pic="emergency-contacts-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="emergency-contacts"],
    .cdn-pic[pic="emergency-contacts-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/emergency-contacts_600x400.jpg);
    }

    /* enrollment-status */
    .cdn-pic.lazy[pic="enrollment-status"],
    .cdn-pic.lazy[pic="enrollment-status-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="enrollment-status"],
    .cdn-pic[pic="enrollment-status-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/enrollment-status_600x400.jpg);
    }

    /* error-messages */
    .cdn-pic.lazy[pic="error-messages"],
    .cdn-pic.lazy[pic="error-messages-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="error-messages"],
    .cdn-pic[pic="error-messages-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/error-messages_600x400.jpg);
    }

    /* europe */
    .cdn-pic.lazy[pic="europe"],
    .cdn-pic.lazy[pic="europe-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="europe"],
    .cdn-pic[pic="europe-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/europe_600x400.jpg);
    }

    /* eu-gdpr */
    .cdn-pic.lazy[pic="eu-gdpr"],
    .cdn-pic.lazy[pic="eu-gdpr-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="eu-gdpr"],
    .cdn-pic[pic="eu-gdpr-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/eu-gdpr_600x400.jpg);
    }

    /* faculty-and-staff */
    .cdn-pic.lazy[pic="faculty-and-staff"],
    .cdn-pic.lazy[pic="faculty-and-staff-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="faculty-and-staff"],
    .cdn-pic[pic="faculty-and-staff-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-and-staff_600x400.jpg);
    }

    /* faculty-governance */
    .cdn-pic.lazy[pic="faculty-governance"],
    .cdn-pic.lazy[pic="faculty-governance-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="faculty-governance"],
    .cdn-pic[pic="faculty-governance-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-governance_600x400.jpg);
    }

    /* faculty-resources */
    .cdn-pic.lazy[pic="faculty-resources"],
    .cdn-pic.lazy[pic="faculty-resources-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="faculty-resources"],
    .cdn-pic[pic="faculty-resources-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/faculty-resources_600x400.jpg);
    }

    /* ferpa */
    .cdn-pic.lazy[pic="ferpa"],
    .cdn-pic.lazy[pic="ferpa-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="ferpa"],
    .cdn-pic[pic="ferpa-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/ferpa_600x400.jpg);
    }

    /* ferpa-tutorials */
    .cdn-pic.lazy[pic="ferpa-tutorials"],
    .cdn-pic.lazy[pic="ferpa-tutorials-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="ferpa-tutorials"],
    .cdn-pic[pic="ferpa-tutorials-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/ferpa-tutorials_600x400.jpg);
    }

    /* final-exams */
    .cdn-pic.lazy[pic="final-exams"],
    .cdn-pic.lazy[pic="final-exams-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="final-exams"],
    .cdn-pic[pic="final-exams-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/final-exams_600x400.jpg);
    }

    /* forms */
    .cdn-pic.lazy[pic="forms"],
    .cdn-pic.lazy[pic="forms-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="forms"],
    .cdn-pic[pic="forms-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/forms_600x400.jpg);
    }

    /* grade-modes-and-variable-hours */
    .cdn-pic.lazy[pic="grade-modes-and-variable-hours"],
    .cdn-pic.lazy[pic="grade-modes-and-variable-hours-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="grade-modes-and-variable-hours"],
    .cdn-pic[pic="grade-modes-and-variable-hours-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grade-modes-and-variable-hours_600x400.jpg);
    }

    /* grades */
    .cdn-pic.lazy[pic="grades"],
    .cdn-pic.lazy[pic="grades-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="grades"],
    .cdn-pic[pic="grades-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grades_600x400.jpg);
    }

    /* grading-and-grade-entry */
    .cdn-pic.lazy[pic="grading-and-grade-entry"],
    .cdn-pic.lazy[pic="grading-and-grade-entry-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="grading-and-grade-entry"],
    .cdn-pic[pic="grading-and-grade-entry-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/grading-and-grade-entry_600x400.jpg);
    }

    /* hero */
    .cdn-pic.lazy[pic="hero"],
    .cdn-pic.lazy[pic="hero-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="hero"],
    .cdn-pic[pic="hero-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/hero_600x400.jpg);
    }

    /* holds */
    .cdn-pic.lazy[pic="holds"],
    .cdn-pic.lazy[pic="holds-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="holds"],
    .cdn-pic[pic="holds-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/holds_600x400.jpg);
    }

    /* honoring-achievements */
    .cdn-pic.lazy[pic="honoring-achievements"],
    .cdn-pic.lazy[pic="honoring-achievements-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="honoring-achievements"],
    .cdn-pic[pic="honoring-achievements-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/honoring-achievements_600x400.jpg);
    }

    /* information-systems */
    .cdn-pic.lazy[pic="information-systems"],
    .cdn-pic.lazy[pic="information-systems-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="information-systems"],
    .cdn-pic[pic="information-systems-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/information-systems_600x400.jpg);
    }

    /* institute-approved-absence */
    .cdn-pic.lazy[pic="institute-approved-absence"],
    .cdn-pic.lazy[pic="institute-approved-absence-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="institute-approved-absence"],
    .cdn-pic[pic="institute-approved-absence-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/institute-approved-absence_600x400.jpg);
    }

    /* leaves-of-absence */
    .cdn-pic.lazy[pic="leaves-of-absence"],
    .cdn-pic.lazy[pic="leaves-of-absence-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="leaves-of-absence"],
    .cdn-pic[pic="leaves-of-absence-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/leaves-of-absence_600x400.jpg);
    }

    /* level-restriction */
    .cdn-pic.lazy[pic="level-restriction"],
    .cdn-pic.lazy[pic="level-restriction-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="level-restriction"],
    .cdn-pic[pic="level-restriction-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/level-restriction_600x400.jpg);
    }

    /* maximum-hours */
    .cdn-pic.lazy[pic="maximum-hours"],
    .cdn-pic.lazy[pic="maximum-hours-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="maximum-hours"],
    .cdn-pic[pic="maximum-hours-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/maximum-hours_600x400.jpg);
    }

    /* parents-and-family */
    .cdn-pic.lazy[pic="parents-and-family"],
    .cdn-pic.lazy[pic="parents-and-family-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="parents-and-family"],
    .cdn-pic[pic="parents-and-family-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/parents-and-family_600x400.jpg);
    }

    /* parents-program */
    .cdn-pic.lazy[pic="parents-program"],
    .cdn-pic.lazy[pic="parents-program-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="parents-program"],
    .cdn-pic[pic="parents-program-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/parents-program_600x400.jpg);
    }

    /* permits-and-overloads */
    .cdn-pic.lazy[pic="permits-and-overloads"],
    .cdn-pic.lazy[pic="permits-and-overloads-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="permits-and-overloads"],
    .cdn-pic[pic="permits-and-overloads-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/permits-and-overloads_600x400.jpg);
    }

    /* personal-information */
    .cdn-pic.lazy[pic="personal-information"],
    .cdn-pic.lazy[pic="personal-information-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="personal-information"],
    .cdn-pic[pic="personal-information-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/personal-information_600x400.jpg);
    }

    /* preferred-name */
    .cdn-pic.lazy[pic="preferred-name"],
    .cdn-pic.lazy[pic="preferred-name-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="preferred-name"],
    .cdn-pic[pic="preferred-name-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/preferred-name_600x400.jpg);
    }

    /* prerequisite-checks */
    .cdn-pic.lazy[pic="prerequisite-checks"],
    .cdn-pic.lazy[pic="prerequisite-checks-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="prerequisite-checks"],
    .cdn-pic[pic="prerequisite-checks-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/prerequisite-checks_600x400.jpg);
    }

    /* privacy-and-student-rights */
    .cdn-pic.lazy[pic="privacy-and-student-rights"],
    .cdn-pic.lazy[pic="privacy-and-student-rights-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="privacy-and-student-rights"],
    .cdn-pic[pic="privacy-and-student-rights-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/privacy-and-student-rights_600x400.jpg);
    }

    /* privacy-checklist-for-online-courses */
    .cdn-pic.lazy[pic="privacy-checklist-for-online-courses"],
    .cdn-pic.lazy[pic="privacy-checklist-for-online-courses-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="privacy-checklist-for-online-courses"],
    .cdn-pic[pic="privacy-checklist-for-online-courses-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/privacy-checklist-for-online-courses_600x400.jpg);
    }

    /* prospective-students */
    .cdn-pic.lazy[pic="prospective-students"],
    .cdn-pic.lazy[pic="prospective-students-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="prospective-students"],
    .cdn-pic[pic="prospective-students-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/prospective-students_600x400.jpg);
    }

    /* provost-advisory-committee */
    .cdn-pic.lazy[pic="provost-advisory-committee"],
    .cdn-pic.lazy[pic="provost-advisory-committee-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="provost-advisory-committee"],
    .cdn-pic[pic="provost-advisory-committee-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/provost-advisory-committee_600x400.jpg);
    }

    /* readmission */
    .cdn-pic.lazy[pic="readmission"],
    .cdn-pic.lazy[pic="readmission-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="readmission"],
    .cdn-pic[pic="readmission-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/readmission_600x400.jpg);
    }

    /* records */
    .cdn-pic.lazy[pic="records"],
    .cdn-pic.lazy[pic="records-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="records"],
    .cdn-pic[pic="records-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/records_600x400.jpg);
    }

    /* registration */
    .cdn-pic.lazy[pic="registration"],
    .cdn-pic.lazy[pic="registration-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="registration"],
    .cdn-pic[pic="registration-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration_600x400.jpg);
    }

    /* registration-assistance */
    .cdn-pic.lazy[pic="registration-assistance"],
    .cdn-pic.lazy[pic="registration-assistance-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="registration-assistance"],
    .cdn-pic[pic="registration-assistance-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-assistance_600x400.jpg);
    }

    /* registration-faq */
    .cdn-pic.lazy[pic="registration-faq"],
    .cdn-pic.lazy[pic="registration-faq-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="registration-faq"],
    .cdn-pic[pic="registration-faq-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-faq_600x400.jpg);
    }

    /* registration-information */
    .cdn-pic.lazy[pic="registration-information"],
    .cdn-pic.lazy[pic="registration-information-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="registration-information"],
    .cdn-pic[pic="registration-information-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/registration-information_600x400.jpg);
    }

    /* rules-and-regulations */
    .cdn-pic.lazy[pic="rules-and-regulations"],
    .cdn-pic.lazy[pic="rules-and-regulations-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="rules-and-regulations"],
    .cdn-pic[pic="rules-and-regulations-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/rules-and-regulations_600x400.jpg);
    }

    /* schedule-of-classes */
    .cdn-pic.lazy[pic="schedule-of-classes"],
    .cdn-pic.lazy[pic="schedule-of-classes-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="schedule-of-classes"],
    .cdn-pic[pic="schedule-of-classes-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/schedule-of-classes_600x400.jpg);
    }

    /* schedulers-training-manual */
    .cdn-pic.lazy[pic="schedulers-training-manual"],
    .cdn-pic.lazy[pic="schedulers-training-manual-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="schedulers-training-manual"],
    .cdn-pic[pic="schedulers-training-manual-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/schedulers-training-manual_600x400.jpg);
    }

    /* scheduling-grids */
    .cdn-pic.lazy[pic="scheduling-grids"],
    .cdn-pic.lazy[pic="scheduling-grids-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="scheduling-grids"],
    .cdn-pic[pic="scheduling-grids-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/scheduling-grids_600x400.jpg);
    }

    /* study-abroad-course-scheduling */
    .cdn-pic.lazy[pic="study-abroad-course-scheduling"],
    .cdn-pic.lazy[pic="study-abroad-course-scheduling-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="study-abroad-course-scheduling"],
    .cdn-pic[pic="study-abroad-course-scheduling-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/study-abroad-course-scheduling_600x400.jpg);
    }

    /* time-tickets */
    .cdn-pic.lazy[pic="time-tickets"],
    .cdn-pic.lazy[pic="time-tickets-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="time-tickets"],
    .cdn-pic[pic="time-tickets-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/time-tickets_600x400.jpg);
    }

    /* transcript */
    .cdn-pic.lazy[pic="transcript"],
    .cdn-pic.lazy[pic="transcript-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="transcript"],
    .cdn-pic[pic="transcript-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transcript_600x400.jpg);
    }

    /* transfer-credit */
    .cdn-pic.lazy[pic="transfer-credit"],
    .cdn-pic.lazy[pic="transfer-credit-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="transfer-credit"],
    .cdn-pic[pic="transfer-credit-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transfer-credit_600x400.jpg);
    }

    /* transfer-credit-equivalencies-and-evaluations */
    .cdn-pic.lazy[pic="transfer-credit-equivalencies-and-evaluations"],
    .cdn-pic.lazy[pic="transfer-credit-equivalencies-and-evaluations-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="transfer-credit-equivalencies-and-evaluations"],
    .cdn-pic[pic="transfer-credit-equivalencies-and-evaluations-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transfer-credit-equivalencies-and-evaluations_600x400.jpg);
    }

    /* transient-students-and-special-students */
    .cdn-pic.lazy[pic="transient-students-and-special-students"],
    .cdn-pic.lazy[pic="transient-students-and-special-students-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="transient-students-and-special-students"],
    .cdn-pic[pic="transient-students-and-special-students-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/transient-students-and-special-students_600x400.jpg);
    }

    /* tuition-classification */
    .cdn-pic.lazy[pic="tuition-classification"],
    .cdn-pic.lazy[pic="tuition-classification-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="tuition-classification"],
    .cdn-pic[pic="tuition-classification-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/tuition-classification_600x400.jpg);
    }

    /* verification-of-participation */
    .cdn-pic.lazy[pic="verification-of-participation"],
    .cdn-pic.lazy[pic="verification-of-participation-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="verification-of-participation"],
    .cdn-pic[pic="verification-of-participation-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/verification-of-participation_600x400.jpg);
    }

    /* veterans-benefits */
    .cdn-pic.lazy[pic="veterans-benefits"],
    .cdn-pic.lazy[pic="veterans-benefits-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="veterans-benefits"],
    .cdn-pic[pic="veterans-benefits-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-benefits_600x400.jpg);
    }

    /* veterans-certification-process */
    .cdn-pic.lazy[pic="veterans-certification-process"],
    .cdn-pic.lazy[pic="veterans-certification-process-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="veterans-certification-process"],
    .cdn-pic[pic="veterans-certification-process-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-certification-process_600x400.jpg);
    }

    /* veterans-contacts */
    .cdn-pic.lazy[pic="veterans-contacts"],
    .cdn-pic.lazy[pic="veterans-contacts-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="veterans-contacts"],
    .cdn-pic[pic="veterans-contacts-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-contacts_600x400.jpg);
    }

    /* veterans-faq */
    .cdn-pic.lazy[pic="veterans-faq"],
    .cdn-pic.lazy[pic="veterans-faq-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="veterans-faq"],
    .cdn-pic[pic="veterans-faq-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-faq_600x400.jpg);
    }

    /* veterans-forms */
    .cdn-pic.lazy[pic="veterans-forms"],
    .cdn-pic.lazy[pic="veterans-forms-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="veterans-forms"],
    .cdn-pic[pic="veterans-forms-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-forms_600x400.jpg);
    }

    /* veterans-news */
    .cdn-pic.lazy[pic="veterans-news"],
    .cdn-pic.lazy[pic="veterans-news-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="veterans-news"],
    .cdn-pic[pic="veterans-news-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-news_600x400.jpg);
    }

    /* veterans-resource-center */
    .cdn-pic.lazy[pic="veterans-resource-center"],
    .cdn-pic.lazy[pic="veterans-resource-center-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="veterans-resource-center"],
    .cdn-pic[pic="veterans-resource-center-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-resource-center_600x400.jpg);
    }

    /* veterans-services */
    .cdn-pic.lazy[pic="veterans-services"],
    .cdn-pic.lazy[pic="veterans-services-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="veterans-services"],
    .cdn-pic[pic="veterans-services-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/veterans-services_600x400.jpg);
    }

    /* waitlists */
    .cdn-pic.lazy[pic="waitlists"],
    .cdn-pic.lazy[pic="waitlists-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="waitlists"],
    .cdn-pic[pic="waitlists-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/waitlists_600x400.jpg);
    }

    /* withdrawal-and-dropping-courses */
    .cdn-pic.lazy[pic="withdrawal-and-dropping-courses"],
    .cdn-pic.lazy[pic="withdrawal-and-dropping-courses-sm"] {
        background-image: none;
    }
    .cdn-pic[pic="withdrawal-and-dropping-courses"],
    .cdn-pic[pic="withdrawal-and-dropping-courses-sm"] {
        background-image: url(https://ro-blob.azureedge.net/ro-blob/public/img/web/reg3/withdrawal-and-dropping-courses_600x400.jpg);
    }

}
