body.page-template-template-international .btn-yellow-cuny {
    background-color: #FFB81C !important;
    border: 2px solid #1d3a83;
    border-radius: 25px;
    color: #1d3a83;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.7rem 1.5rem;
}
body.page-template-template-international a.btn-yellow-cuny:hover,
body.page-template-template-international a.btn-yellow-cuny:focus {
    background-color: #fff;
    border: 2px solid #ffb81c;
    box-shadow: inset 0 0 0 0.2rem #1d3a83;
    color: #1d3a83 !important;
}
body.page-template-template-international #bg-institution {
    height: auto;
    padding-top: 20rem;
}
@media ( max-width: 575px ) {
    body.page-template-template-international #bg-institution {
        background-attachment: initial;
        background-position: center top;
        background-size: contain;
        border-bottom: 12px solid #1d3a83;
        padding: 60vw 0 0 0 !important;
    }
}
body.page-template-template-international #bg-institution #header {
    border-radius: 0;
}
@media ( max-width: 575px ) {
    body.page-template-template-international #bg-institution #header p {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left;
    }
}

.color-blue-cuny {
    color: #1d3a83 !important;
}
.color-yellow-cuny {
    color: #FFB81C !important;
}
.border-color-blue-cuny {
    border-color: #1d3a83 !important;
}
.border-color-yellow-cuny {
    border-color: #FFB81C !important;
}
.bg-blue-cuny {
    background-color: #1d3a83 !important;
}
.bg-yellow-cuny {
    background-color: #FFB81C !important;
}
.bg-gray-light-cuny {
    background-color: #f0f1f1 !important;
}
#bg-institution.bg-blue-cuny {
    position: relative;
}
#bg-institution.bg-blue-cuny #header {
    background-color: #fff;
    box-shadow: -12px 12px #1d3a83;
}
#bg-institution.bg-blue-cuny:before {
    background-color: #1d3a83;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.int-section h2 {
    font-family: "Roboto Slab", Arial, sans-serif;
}

body.page-template-template-international p,
body.page-template-template-international li,
body.page-template-template-international dt,
body.page-template-template-international dd {
    font-size: 1.1rem;
}

ul ol, ol ul {
    list-style: initial;
}