*, ::after, ::before {
    box-sizing: border-box
}

ol[class], ul[class] {
    padding: 0
}

button {
    cursor: pointer
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class], p, ul[class] {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px
}

@media only screen and (min-width: 1140px) {
    body {
        font-size: 18px;
        line-height: 27px
    }
}

ol[class], ul[class] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

button, input, select, textarea {
    font: inherit
}

button {
    border: none
}

a {
    text-decoration: none;
    font-weight: 600
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

h1 {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 16px
}

@media only screen and (min-width: 1140px) {
    h1 {
        font-size: 36px;
        line-height: 54px;
        margin-top: 36px;
        margin-bottom: 18px
    }
}

h2 {
    font-size: 28px;
    line-height: 42px;
    margin-top: 32px;
    margin-bottom: 16px
}

@media only screen and (min-width: 1140px) {
    h2 {
        font-size: 31.5px;
        line-height: 47.25px;
        margin-top: 36px;
        margin-bottom: 18px
    }
}

h3 {
    font-size: 21.6px;
    line-height: 32.4px;
    margin-top: 32px;
    margin-bottom: 16px
}

@media only screen and (min-width: 1140px) {
    h3 {
        font-size: 24.3px;
        line-height: 36.45px;
        margin-top: 36px;
        margin-bottom: 18px
    }
}

h4 {
    font-size: 17.6px;
    line-height: 26.4px;
    margin-top: 12px;
    margin-bottom: 12px
}

@media only screen and (min-width: 1140px) {
    h4 {
        font-size: 19.8px;
        line-height: 29.7px;
        margin-top: 13.5px;
        margin-bottom: 13.5px
    }
}

.chunky-list li, p {
    margin-top: 0;
    margin-bottom: 24px
}

@media only screen and (min-width: 1140px) {
    .chunky-list li, p {
        margin-bottom: 27px
    }
}

.small-text {
    font-size: 12px;
    line-height: 18px
}

@media only screen and (min-width: 1140px) {
    .small-text {
        font-size: 13.5px;
        line-height: 20.25px
    }
}

caption {
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px
}

@media only screen and (min-width: 1140px) {
    caption {
        font-size: 18px;
        line-height: 27px;
        padding-top: 6.75px;
        padding-bottom: 6.75px
    }
}

table {
    margin-bottom: 48px
}

@media only screen and (min-width: 1140px) {
    table {
        margin-bottom: 54px
    }
}

td, th {
    line-height: 20.4px;
    font-size: 13.6px;
    padding-top: 8px;
    padding-bottom: 8px
}

@media only screen and (min-width: 1140px) {
    td, th {
        line-height: 22.95px;
        font-size: 15.3px;
        padding-top: 9px;
        padding-bottom: 9px
    }
}

body {
    font-family: roboto, sans-serif
}

#degree-select-widget {
    height: 375px;
    width: 300px;
    color: #fff;
    background-color: #194656;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px auto
}

@media only screen and (min-width: 1140px) {
    #degree-select-widget {
        position: fixed;
        right: 3vw
    }
}

#content-wrapper {
    margin: 0 2.5vw
}

@media only screen and (min-width: 1140px) {
    #content-wrapper {
        margin: 0;
        width: 760px;
        margin: auto
    }
}

footer {
    height: 10vh
}

h1, h2, h3, h4, h5, h6 {
    font-family: gilroy, arial, sans-serif;
    letter-spacing: 1px;
    color: #194656;
    clear: both
}

h1 {
    text-align: center;
    min-height: 144px
}

.wp-post-image, h1 {
    margin: 1em 2.5vw
}

@media only screen and (min-width: 1140px) {
    .wp-post-image, h1 {
        width: 760px;
        margin-left: auto;
        margin-right: auto
    }
}

table {
    border-collapse: collapse;
    border: 1px solid #f0eeee
}

@media only screen and (min-width: 1140px) {
    table {
        width: 100%
    }
}

caption {
    font-family: gilroy, arial, sans-serif;
    background-color: #59989a;
    color: #fff;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 3px 3px 0 0
}

@media only screen and (min-width: 1140px) {
    caption {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

thead tr:first-of-type {
    background-color: #fff;
    border-bottom: 2px solid #f16553
}

tfoot tr:first-of-type {
    background-color: #fff;
    border-top: 2px solid #f16553
}

tr:nth-child(odd) {
    background-color: #e2f8f9
}

td:first-of-type, th:first-of-type {
    padding: .5rem
}

a {
    color: #f16553
}

a:visited {
    color: #f16553
}

#author-time {
    margin: 1em 2.5vw
}

@media only screen and (min-width: 1140px) {
    #author-time {
        display: grid;
        grid-template-areas:'author time';
        grid-template-columns:50% 50%;
        grid-template-rows:auto;
        width: 760px;
        margin: 1em auto
    }
}

#timestamps {
    grid-area: time;
    color: #194656;
    margin-top: 1em;
    margin-bottom: 1em
}

@media only screen and (min-width: 1140px) {
    #timestamps {
        text-align: right
    }
}

#author {
    grid-area: author;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#author-name {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: .5em
}

iframe {
    width: 100%;
    height: 425px
}

.alignright {
    float: right
}

img {
    margin: auto;
    max-width: 100%;
    height: auto
}

p:empty {
    display: none
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.linkButton {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto;
    padding: .5em;
    color: #fff;
    background-color: #f16553;
    border-radius: 5px;
    text-align: center
}

.linkButton:visited {
    color: #fff
}

@media only screen and (min-width: 1140px) {
    .linkButton {
        transition: transform .3s
    }

    .linkButton:hover {
        transform: scale(1.05, 1.05)
    }
}

#find-your-degree-float-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    background-color: #e63f08;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5em;
    border-radius: 5px;
    font-size: .75em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12), 0 4px 4px rgba(0, 0, 0, .12)
}

@media only screen and (min-width: 1140px) {
    #find-your-degree-float-button {
        right: 40px;
        bottom: 20px
    }
}

.hidden {
    display: none
}

.visible {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

#float-button-sponsored {
    font-size: .5rem;
    font-style: italic;
    line-height: .5
}

@font-face {
    font-family: gilroy;
    src: local("sans-serif"), url("../fonts/gilroy_bold.woff2") format("woff2");
    src: local("sans-serif"), url("../fonts/gilroy_bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: roboto;
    src: local("sans-serif"), url("../fonts/roboto_regular.woff2") format("woff2");
    src: local("sans-serif"), url("../fonts/roboto_regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

#open-menu-icon {
    height: 1rem;
    width: 1rem;
    display: block;
    background: url('data:image/svg+xml;utf8,<svg id="Capa_1" enable-background="new 0 0 464.205 464.205" viewBox="0 0 464.205 464.205" xmlns="http://www.w3.org/2000/svg"><g><g id="grip-solid-horizontal_1_"><path fill="%23ffffff" d="m435.192 406.18h-406.179c-16.024 0-29.013-12.99-29.013-29.013s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.99 29.013 29.013-.001 16.023-12.99 29.013-29.014 29.013z"/><path fill="%23ffffff" d="m435.192 261.115h-406.179c-16.024 0-29.013-12.989-29.013-29.012s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.012-29.014 29.012z"/><path fill="%23ffffff" d="m435.192 116.051h-406.179c-16.024 0-29.013-12.989-29.013-29.013s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.013-29.014 29.013z"/></g></g></svg>') center no-repeat;
    background-color: #f16553
}

#close-menu-icon {
    width: 2rem;
    height: 2rem;
    display: block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"/></svg>') center no-repeat;
    background-color: #59989a
}

#search-icon {
    height: 1rem;
    width: 1rem;
    display: block;
    background: url('data:image/svg+xml;utf8,<svg id="Capa_1" enable-background="new 0 0 461.516 461.516" viewBox="0 0 461.516 461.516" xmlns="http://www.w3.org/2000/svg"><g><path fill="%23ffffff" d="m185.746 371.332c41.251.001 81.322-13.762 113.866-39.11l122.778 122.778c9.172 8.858 23.787 8.604 32.645-.568 8.641-8.947 8.641-23.131 0-32.077l-122.778-122.778c62.899-80.968 48.252-197.595-32.716-260.494s-197.594-48.252-260.493 32.716-48.252 197.595 32.716 260.494c32.597 25.323 72.704 39.06 113.982 39.039zm-98.651-284.273c54.484-54.485 142.82-54.486 197.305-.002s54.486 142.82.002 197.305-142.82 54.486-197.305.002c-.001-.001-.001-.001-.002-.002-54.484-54.087-54.805-142.101-.718-196.585.239-.24.478-.479.718-.718z"/></g></svg>') center no-repeat;
    background-color: #f16553
}

header {
    height: 90px;
    width: 100%;
    display: grid;
    grid-template-areas:'logo buttons';
    grid-template-columns:1fr 1fr;
    padding: 0 5vw
}

@media only screen and (min-width: 1140px) {
    header {
        grid-template-areas:'logo menu search';
        grid-template-columns:1fr 3fr 1fr;
        padding: 0;
        border-bottom: 3px solid #f16553
    }
}

#navigation {
    color: #fff;
    background-color: #59989a;
    min-height: 100vh;
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: left .25s
}

#navigation.top-menu-closed {
    left: -100vw
}

@media only screen and (min-width: 1140px) {
    #navigation {
        grid-area: menu;
        height: 90px;
        min-height: 90px;
        width: 100%;
        position: static;
        color: #f16553;
        background-color: #fff;
        border: inherit
    }
}

.logo-wrapper {
    grid-area: logo;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.logo-wrapper svg {
    width: 200px;
    height: 35px
}

@media only screen and (min-width: 1140px) {
    .logo-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }

    .logo-wrapper svg {
        width: 250px;
        height: 43.75px
    }
}

.logo-wrapper-alt {
    width: 200px;
    height: 35px;
    margin-top: 2vh;
    margin-left: 2vw
}

@media only screen and (min-width: 1140px) {
    .logo-wrapper-alt {
        display: none
    }
}

#mobile-open-and-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width: 1140px) {
    #mobile-open-and-search {
        grid-area: search;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

#open-mobile-menu-button {
    border-radius: 50%;
    padding: .5em;
    background-color: #f16553;
    margin-right: .5rem
}

@media only screen and (min-width: 1140px) {
    #open-mobile-menu-button {
        display: none
    }
}

#close-mobile-menu-button {
    position: absolute;
    top: 2vh;
    right: 2vw;
    background-color: #59989a
}

#close-mobile-menu-button.close-button-hidden {
    display: none
}

#open-search-button {
    border-radius: 50%;
    padding: .5em;
    background-color: #f16553
}

@media only screen and (min-width: 1140px) {
    #open-search-button {
        margin-left: 40px
    }
}

#top-level-menu {
    width: -moz-fit-content;
    width: fit-content;
    margin: 90px auto 0;
    list-style-type: none;
    padding: 0
}

@media only screen and (min-width: 1140px) {
    #top-level-menu {
        height: 90px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        width: 100%
    }
}

#top-level-menu ul {
    list-style-type: none
}

#top-level-menu a {
    color: #fff;
    font-weight: 400
}

#top-level-menu > li {
    font-size: 32px;
    margin-bottom: 36px;
    outline: 0;
    font-family: gilroy, arial, sans-serif;
    letter-spacing: 1px
}

@media only screen and (min-width: 1140px) {
    #top-level-menu > li {
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        font-family: roboto, sans-serif;
        font-weight: 600;
        padding: .25em;
        width: 100px;
        height: 90px;
        margin: 0
    }

    #top-level-menu > li:hover {
        color: #f16553;
        font-weight: 600
    }

    #top-level-menu > li:hover li {
        display: block
    }

    #top-level-menu > li span {
        display: none
    }

    #top-level-menu > li > a {
        color: #fff
    }
}

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
    #top-level-menu > li > a {
        color: #f16553
    }

    #top-level-menu > li > a:hover {
        text-decoration: underline;
        text-underline-position: under;
        -webkit-text-decoration-color: #f16553;
        -moz-text-decoration-color: #f16553;
        text-decoration-color: #f16553;
        text-decoration-thickness: 2px
    }
}

ul.sub-menu {
    margin: .5em 0
}

@media only screen and (min-width: 1140px) {
    ul.sub-menu {
        margin: 0;
        position: absolute;
        top: 65px;
        height: -moz-fit-content;
        height: fit-content;
        background-color: #f16553;
        border-radius: 5px
    }
}

ul.sub-menu li {
    margin-bottom: .25em;
    margin-left: .5rem
}

@media only screen and (min-width: 1140px) {
    ul.sub-menu li {
        margin: .5em 2rem .5em .5rem;
        font-weight: 600;
        color: #fff
    }
}

ul.sub-menu a {
    font-size: 24px;
    color: #fff
}

@media only screen and (min-width: 1140px) {
    ul.sub-menu a:hover {
        text-decoration: underline;
        text-underline-position: under;
        text-decoration-thickness: 2px
    }
}

.right-caret {
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 451.846 451.847" style="enable-background:new 0 0 451.846 451.847;" xml:space="preserve"><path fill="%23ffffff" d="M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.91-12.359,44.75,0l194.287,194.284	c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z"/></svg>') center no-repeat;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    top: 2px;
    margin-left: 5px;
    transition: transform .3s
}

.rotated {
    transform: rotate(90deg)
}

.sub-menu-closed li {
    display: none
}

#search-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 5vh
}

@media only screen and (min-width: 1140px) {
    #search-container {
        background-color: #59989a;
        height: 90px
    }
}

#search-container input {
    height: 5vh
}

@media only screen and (min-width: 1140px) {
    #search-container input {
        width: 400px
    }
}

#search-container button {
    color: #fff;
    background-color: #f16553;
    border-radius: 4px
}

@media only screen and (min-width: 1140px) {
    #search-container button {
        height: 5vh;
        width: 50px;
        padding: 5px
    }
}

#search-container.search-hidden {
    height: 0
}

#search-container.search-hidden form {
    display: none
}

footer {
    background-color: #59989a;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 2em
}

#footer-menu {
    padding: 2em 0 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}

@media only screen and (min-width: 1140px) {
    #footer-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }
}

.footer-menu-item {
    margin-bottom: 1em;
    font-size: 14.4px;
    line-height: 21.6px;
    width: 125px
}

.footer-menu-item a {
    font-weight: 600;
    color: #fff
}

@media only screen and (min-width: 1140px) {
    .footer-menu-item {
        width: auto;
        margin-left: 2em;
        margin-right: 2em
    }
}

#ss-sm-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1em
}

#ss-sm-links a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    width: 30px;
    height: 30px;
    margin: .5rem
}

#degree-finder-wrapper-edd, #degree-finder-wrapper-rv, #degree-finder-wrapper-thruline {
    margin: 2em auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: block
}

@media only screen and (min-width: 1140px) {
    #degree-finder-wrapper-edd, #degree-finder-wrapper-rv, #degree-finder-wrapper-thruline {
        width: 100%;
        height: 240px
    }
}

#degree-finder-wrapper-edd {
    background-color: #194656;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    width: 90vw
}

@media only screen and (min-width: 1140px) {
    #degree-finder-wrapper-edd {
        width: 900px
    }
}

#df-caption {
    display: none
}

@media only screen and (min-width: 1140px) {
    #df-caption {
        display: block;
        color: #194656;
        text-align: center;
        margin-bottom: .5em;
        font-family: gilroy, arial, sans-serif;
        line-height: 36px;
        font-size: 24px
    }
}

@media only screen and (min-width: 1140px) {
    .css-1ptpu6g {
        display: -ms-flexbox;
        display: flex
    }

    .css-1ptpu6g select {
        width: 170px !important
    }
}

form#platform-quick-degree-finder.css-9bcl4s {
    width: -moz-fit-content !important;
    width: fit-content !important
}

@media only screen and (min-width: 1140px) {
    form#platform-quick-degree-finder.css-9bcl4s {
        height: -moz-fit-content !important;
        height: fit-content !important
    }
}

@media only screen and (min-width: 1140px) {
    #platform-quick-degree-finder legend.css-1c4zk5j {
        display: none
    }
}

#platform-quick-degree-finder label.css-ft45iw {
    margin: 17.875px auto !important;
    width: 275px !important
}

.css-1ptpu6g select {
    width: 100% !important
}

#platform-quick-degree-finder select.css-2cwdom {
    font-family: gilroy, arial, sans-serif
}

#platform-quick-degree-finder div.css-1ptpu6g {
    border: none !important
}

@media only screen and (min-width: 1140px) {
    #platform-quick-degree-finder div.css-1ptpu6g {
        padding: 0 !important;
        border-radius: 10px !important
    }
}

@media only screen and (min-width: 1140px) {
    form#platform-quick-degree-finder.css-9bcl4s {
        background-image: none !important;
        padding-bottom: 20px !important
    }
}

#platform-quick-degree-finder button.css-15bq6xx {
    color: #fff !important;
    font-weight: 600;
    font-family: roboto, sans-serif;
    letter-spacing: 1px;
    box-shadow: none !important
}

@media only screen and (min-width: 1140px) {
    #platform-quick-degree-finder button.css-15bq6xx {
        width: -moz-fit-content !important;
        width: fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        margin: 0 auto 0 auto !important;
        position: relative;
        left: 354px;
        padding: .5em 1em !important
    }

    #platform-quick-degree-finder button.css-15bq6xx:hover {
        background-color: #d84633 !important
    }
}

@media only screen and (min-width: 1140px) {
    fieldset {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width: 1140px) {
    .eddy-form-qdfplugin-container .form-group, field-holder form-group Desired_Degree_Level {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width: 1140px) {
    .eddy-form-qdfplugin-container .form-group {
        width: 33%
    }
}

.eddy-form-qdfplugin-container .field-holder select {
    font-size: 16px !important;
    width: 33%
}

.eddy-form-qdfplugin-container .form-submit-button-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important
}

.eddy-form-qdfplugin-container .form-submit-button-label {
    margin: 0 !important
}

.eddy-form-qdfplugin-container .form-page-step-message {
    margin: 0 !important
}

.eddy-form-sponsored-link .button {
    color: #fff
}

#quick-search-filters-container .tl-modal-content {
    background-color: #194656 !important;
    border-radius: 5px !important;
    margin: 1em 2.5vh !important;
    padding: .5em !important;
    box-shadow: none !important
}

@media only screen and (min-width: 1140px) {
    #quick-search-filters-container .tl-modal-content {
        width: 760px !important;
        margin: 1em auto !important
    }
}

#quick-search-filters-container .marker-text-container {
    background-color: #fff !important
}

#quick-search-filters-container .marker-text {
    color: #194656 !important
}

@media only screen and (min-width: 1140px) {
    #quick-search-filters-container .tl-col-md-12 {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
}

@media only screen and (min-width: 1140px) {
    #quick-search-filters-container .marker-container {
        width: 30% !important
    }
}

#quick-search-filters-container #btnSearchSchools {
    color: #fff !important;
    background-color: #f16553 !important
}

#quick-search-filters-container #sponsored-content-disclosure {
    color: #fff !important
}

#ranking-top-table {
    margin-bottom: 0;
    width: 100%
}

#ranking-top-table th {
    text-align: center
}

#ranking-top-table th:first-of-type {
    text-align: left;
    width: 10%
}

#ranking-top-table td, #ranking-top-table th {
    vertical-align: top;
    font-size: .75rem;
    line-height: 18px;
    text-align: left
}

#ranking-top-table td:first-of-type {
    font-weight: 600
}

#ranking-top-table th:nth-of-type(2) {
    padding-left: .25rem;
    width: 45%
}

#ranking-top-table th:nth-of-type(3) {
    width: 45%
}

@media only screen and (min-width: 1140px) {
    #ranking-top-table td, #ranking-top-table th {
        font-size: .85em;
        line-height: 22.95px
    }

    #ranking-top-table th:nth-of-type(2) {
        padding-left: 0
    }
}

.top-table-row-hide {
    display: none
}

#top-table-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    text-align: center;
    background-color: #f16553;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px
}

@media only screen and (min-width: 1140px) {
    #top-table-control {
        width: 20%;
        transition: background-color, .3s;
        cursor: pointer
    }

    #top-table-control:hover {
        background-color: #d84633
    }
}

#toc {
    width: 100%;
    box-shadow: 4px 4px 4px 0 #ccc9c9;
    border: 1px solid rgba(151, 151, 151, .6);
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 2rem
}

#toc h3 {
    margin: 0;
    text-align: center
}

.featured-ad-card, .ss-block-card {
    box-shadow: 4px 4px 4px 0 #ccc9c9;
    border: 1px solid rgba(151, 151, 151, .6);
    border-radius: 4px;
    clear: both
}

.ss-block-card {
    width: 100%;
    margin-bottom: 2rem;
    padding: 16px
}

.ss-block-card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.ss-block-card-header span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.ss-block-card-number {
    height: 56px;
    width: 56px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 24.3px;
    line-height: 36.45px;
    color: #fff;
    background-color: #194656;
    border-radius: 6px
}

.ss-block-card-name {
    color: #194656
}

.ss-block-card-location, .ss-block-card-specific-college {
    margin-top: .5em;
    margin-bottom: .5em
}

.ss-block-card-location {
    grid-area: location;
    color: #838282
}

.ss-block-card-cta {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto;
    padding: .5em;
    color: #fff;
    background-color: #f16553;
    border-radius: 5px
}

.ss-block-card-cta:visited {
    color: #fff
}

@media only screen and (min-width: 1140px) {
    .ss-block-card-cta {
        transition: background-color .3s, transform .3s
    }

    .ss-block-card-cta:hover {
        background-color: #d84633;
        transform: scale(1.05, 1.05)
    }
}

#ss-badge {
    display: block;
    width: 300px;
    margin: .5rem auto
}

@media only screen and (min-width: 1140px) {
    #ss-badge {
        margin: .5rem;
        float: right
    }
}

#ss-badge-caption {
    font-weight: 600;
    text-align: center;
    color: #f16553;
    margin-top: .5em
}

.featured-ad-card {
    margin: 2rem auto;
    padding: 1rem;
    width: 100%;
    font-size: 14px
}

@media only screen and (min-width: 1140px) {
    .featured-ad-card {
        width: 500px
    }
}

.featured-ad-disclaimer {
    margin: 0;
    font-size: 12px;
    font-style: italic
}

.featured-ad-image {
    margin: 1rem auto
}

.featured-ad-school-name {
    font-family: gilroy;
    text-align: center;
    display: block;
    font-size: 16px
}

@media only screen and (min-width: 1000px) {
    .featured-ad-school-name {
        font-size: 18px
    }
}

@media only screen and (min-width: 1000px) {
    .featured-ad-school-description ul {
        margin-left: 3rem
    }
}

ul.featured-ad-degree-list {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 1rem 0 1rem 1rem;
    margin-bottom: .5rem
}

ul.featured-ad-degree-list li {
    margin-bottom: .25rem
}

ul.featured-ad-degree-list li:before {
    content: "\2022";
    color: #f16553;
    font-weight: 600;
    display: inline-block;
    width: 1em
}

ul.featured-ad-degree-list a {
    font-size: 18px;
    color: #f16553
}

.featured-ad-block-description {
    margin-top: 1rem
}

.featured-ad-block-description ol, .featured-ad-block-description ul {
    padding-left: 2rem;
    margin: 1rem 0
}

.featured-ad-block-description li {
    line-height: 1rem;
    margin-bottom: .5rem
}

.featured-ad-cta {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto;
    padding: .5em;
    color: #fff;
    background-color: #e63f08;
    border-radius: 5px;
    text-align: center
}

.featured-ad-cta:visited {
    color: #fff
}

@media only screen and (min-width: 1140px) {
    .featured-ad-cta {
        transition: transform .3s
    }

    .featured-ad-cta:hover {
        transform: scale(1.05, 1.05)
    }
}