  @font-face {
    font-family: 'Noto Sans SC';
    src: url('https://91ÖÆÆ¬³§/css/NotoSansSC-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chiron GoRound TC';
    src: url('https://91ÖÆÆ¬³§/css/ChironGoRoundTC-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@keyframes jump {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-2px);
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Chiron GoRound TC', sans-serif;
}

/* Spinner styling */
#spinner {
    color: #6610f2; /* Indigo color for the spinner */
}

#spinner p {
    margin-top: 10px;
    color: #212529; /* Dark text color */
}

/* CSS Animation for Spinning */
.spin-icon {
    animation: spin 1s linear infinite; /* Spin indefinitely */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.hidden {
    visibility: hidden;
}
.scroll-x {
    width: 100%;
    overflow-x: scroll;
}

html, body {
    overflow-x: hidden;
}

.smo-icon-boxes {
    display: flex;
    flex-wrap: wrap;
}

.smo-icon-boxes .col-md-4 {
    display: flex;
}

.smo-icon-boxes .card {
    flex: 1; /* Makes cards stretch to equal height */
    display: flex;
    flex-direction: column;
}

.smo-icon-boxes .card-body {
    flex: 1; /* Ensures the card body takes up remaining space */
}

.edu_custom thead th {
    background-color: #eeeeee;
    border: #ffffff 1px solid;
    font-weight: bold;
}

.nav-profile .tab-scholarships > .nav-link i:before {
    color: #cd0000;
}

#courseInfo h3,
#courseInfo h4,
#courseInfo h5 {
    margin-top: 1.2em;
}

.home-page .row {
    margin-bottom: 15px;
}

.bg-indigo {
    background-color: indigo;
}

.box-event {
    padding: 15px;
    border-left: #cd0000 solid 2px;
    box-shadow: rgb(0 0 0 / 5%) 1px 1px 3px;
    background-color: rgba(0,0,0,0.01);
}

.box-event h3 {
    color: #0780df;
}

.fos-flex {
    display: flex;
    flex-wrap: wrap;
}

.fos-flex .item {
    width: 240px;
    text-align: center;
    padding: 15px 10px;
    margin: 2px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    transition: 0.2s ease all;
}

.fos-flex .item h5 {
    font-size: 14px;
}

.fos-flex .item {
    background-color: #3596e5;
    color: #ffffff;
}

.fos-flex .item:nth-child(even) {
    background-color: orange;
    color: #000000;
}

.fos-flex .item:hover {
    transform: scale(1.1);
}


.fos-flex .item h5 {
    font-size: 14px;
}

.py-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img.small-logo, #left img.small-logo {
    max-width: 180px !important;
}

.crossed {
    text-decoration: line-through
}

.thumb-right {
    max-width: 200px;
    float: right;
    background-color: rgba(0, 0, 0, .03);
    box-sizing: border-box;
    padding: 5px
}

body {
    position: relative;
    min-width: 1160px;
    font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif
}

table {
    width: 100%
}

.hidden-desktop {
    display: none
}

.hidden-mobile {
    display: block
}

strong {
    font-weight: 700
}

em, p em {
    font-style: italic;
    color: inherit
}

small {
    font-size: .8em
}

.inline-block {
    display: inline-block
}

.text-one {
    color: #C94A00;
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

a .bannerlink {
    width: 336px;
    height: 280px;
    display: block;
    position: absolute
}

.hover-glow:hover {
    filter: brightness(1.15);
    transition: all ease .3s
}

#left ol[type=a] {
    list-style: lower-alpha !important
}

.trap {
    display: none
}

.text-red {
    color: #c00 !important
}

.text-green {
    color: #090 !important
}

.text-grey {
    color: #999 !important
}

.text-black {
    color: #333 !important
}

.block {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.btn:not(.btn-primary):not(.btn-danger):not(.btn-warning):not(.btn-success):not(.btn-light) {
    display: inline-block;
    color: #fff;
    background-color: #06c;
    padding: 5px 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: inherit;
    margin-top: .5em
}

.btn:hover {
    cursor: pointer;
    text-decoration: none
}

.btn-event {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    font-weight: 600;
    color: #fff;
    background-color: #d1410c;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: 44px;
    border: 2px solid transparent;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 4px;
    padding-top: 7px
}

.btn-event:hover {
    background-color: #f05537;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.btn-event2 {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    color: #555;
    background-color: #ffc107;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: 44px;
    border: 2px solid transparent;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 4px;
    padding-top: 7px
}

.btn-event2:hover {
    background-color: #f9d656;
    color: #555;
    cursor: pointer;
    text-decoration: none
}

.btn-small {
    font-size: .9em;
    padding: 5px
}

.btn:disabled {
    background-color: #3385d6;
    color: rgba(255, 255, 255, .5)
}

.btn:hover {
    background-color: #3385d6;
    text-decoration: none
}

.btn.inline {
    margin-bottom: .3em
}

.btn.btn-link {
    background-color: inherit;
    border: 0;
    color: #06c
}

.btn.btn-grey {
    background-color: #666
}

.btn.btn-grey:disabled {
    background-color: #999;
    color: rgba(255, 255, 255, .5)
}

.btn.btn-grey:hover {
    background-color: #999
}

.btn.btn-blue {
    background-color: #06c
}

.btn.btn-blue:disabled {
    background-color: #3385d6;
    color: rgba(255, 255, 255, .5)
}

.btn.btn-blue:hover {
    background-color: #3385d6
}

.btn.btn-blue2 {
    background-color: #03a9f4
}

.btn.btn-blue2:disabled {
    background-color: #42bff7;
    color: rgba(255, 255, 255, .5)
}

.btn.btn-blue2:hover {
    background-color: #42bff7
}

.btn.btn-red {
    background-color: #c00
}

.btn.btn-red:disabled {
    background-color: #d00;
    color: rgba(255, 255, 255, .5)
}

.btn.btn-red:hover {
    background-color: #d00
}

.btn.small {
    font-size: .9em;
    font-family: inherit;
    padding: .2em .6em
}

.btn.large {
    font-size: 1em;
    font-family: inherit;
    padding: .6em
}

.btn.btn-block {
    text-align: center;
    display: block;
    box-sizing: border-box;
    width: 100%
}

.btn.shadow {
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.float-none {
    float: none
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    border-radius: .25em
}

a.label, a.label:focus, a.label:hover {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

i.fa {
    margin-right: 5px
}

div.insert_ads.rendered.enable_sticky.sticky_bottom > div {
    position: static
}

#top_wrapper.sticky {
    top: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.slicknav_menu {
    display: none
}

div.space {
    clear: both;
    height: 30px
}

button, input[type=button], input[type=checkbox], input[type=radio], select {
    cursor: pointer
}

a.disabled, button[disabled], input[disabled], select[disabled], textarea[disabled] {
    cursor: not-allowed;
    color: #ccc
}

#td-networkbar .in {
    width: 1160px
}

#head-in {
    width: 1160px
}

#foot-in, #main {
    width: 1160px
}

.simply-scroll .simply-scroll-clip {
    width: 1160px
}

#left {
    width: 780px;
    padding-right: 21px;
    border-right: 1px solid #efefef;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em
}

#leftFull {
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em
}

#right {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin: 0 0 22px 824px
}

#leftFull p, #left p, .p {
    margin-bottom: 1em;
    margin-top: .5em
}

figure.image.image-style-side {
    float: right;
    padding-left: 1em;
}

.p {
    line-height: 1.3em;
    color: #555;
    margin: 1.6em 0
}

#leftFull h1, #leftFull h2, #leftFull h3, #leftFull h4, #leftFull h5, #leftFull h6, #left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
    margin-top: .65em;
    margin-bottom: .65em;
    font-weight: 700;
    line-height: 1.3em
}

.content,
.content p,
.content li,
.content th,
.content td {
    /*
    color: #2d2f31;
     */
    color: #444444;
    font-size: 1em;
    line-height: 1.4em;
}

.content.profile h2 {
    color: #cc0000;
    font-weight: bold;
}

.content p {
    margin-bottom: 0.8rem;
}

#leftFull h1, #left h1 {
    font-size: 1.9em;
}

#leftFull h2, #left h2 {
    font-size: 1.8em;
}

#articleContent h2 {
    color: #000;
}

#leftFull h3, #left h3 {
    font-size: 1.25em;
}

#leftFull h4, #left h4 {
    font-size: 1em;
}

#leftFull h5, #left h5 {
    font-size: 0.875em;
}

.content h1 {
    margin: 1em 0 0.5em 0;
    font-size: 1.8em;
}

.content h2 {
    margin: 1em 0 0.5em 0;
    font-size: 1.5em;
}

.content h3 {
    margin: 1em 0 0.5em 0;
    font-size: 1.25em;
}

.content h4 {
    margin: 1em 0 0.5em 0;
    font-size: 1em;
}

.content h5 {
    margin: 0.5em 0 0.2em 0;
    font-size: 0.875em;
}

.content .accordion-header {
    margin: 0;
}
.content .accordion-header .accordion-button {
    font-size: 18px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    font-weight: bold;
    color: #111111;
}

.card-header h2 {
    margin: 0;
    font-size: 1.4em;
}

.content ul {
    list-style: disc;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

.content ol {
    list-style: decimal;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

.content li {
    margin-bottom: 0.2em;
}

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

address a.url {
    font-size: 14px;
    word-break: break-all;
}

ul.item-default-details,
ul.item-course-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.item-default-details > li,
.item-course-details > li {
    width: 50%;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #222222;
    font-size: 15px;
}

.item-default-details > li.flex-grow-1,
.item-course-details > li.flex-grow-1 {
    width: 100%;
}

.item-default-details > li,
.item-course-details > li {
    color: #555555;
    font-size: 0.9em;
}

.item-default-details > li > strong:first-child,
.item-course-details > li > strong:first-child {
    display: block;
    color: #000000;
    font-size: 1.1em;
    font-weight: 500;
    margin: 5px 0;
}

.wrapper-item-course {
    width: 100%;
}

.wrapper-item-course h4 {
    font-size: 1.2em;
}

.item-label,
.campus-info address h5 {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #cd0000;
    font-weight: 600;
    margin: 5px 0;
}

.content p > a:not([class]),
.content li:not([class]) > a:not([class]),
#left.edu_custom p > a:not([class]),
#left.edu_custom li:not([class]) > a:not([class]) {
    text-decoration: underline;
}

.content p > a:hover,
.content li:not([class]) > a:hover,
#left.edu_custom p > a:hover,
#left.edu_custom li:not([class]) > a:hover {
    color: #0A2B6E;
}

.content td {
    padding: 0.5em;
    border: 1px solid #eeeeee;
}

.content h3.elevel-title {
    padding: 0 15px;
    font-size: 1.5em;
    color: indigo;
}

.list-default,
.list-courses {
    padding-left: 0 !important;
}

.list-default .item-default,
.list-courses .item-course {
    border: 1px solid #eeeeee;
    margin: 5px 0;
}

.list-default .item-default h4 a,
.list-courses .item-course h4 a {
    color: #000000;
}

.list-default .item-default h4 a:hover,
.list-courses .item-course h4 a:hover {
    color: indigo;
    text-decoration: none;
}

#FilterCard .filter-group .form-select {
    background-color: #6610f2;
    color: #ffffff;
    border-color: #ffffff;
    margin: 7px 0;
}

#FilterCard .filter-group .form-select option {
    background-color: #6610f2;
    color: #ffffff;
}

#FilterCard .filter-group .form-select:focus {
    background-color: #5a0fc7;
    color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
}
.content.profile.campuses,
.content.profile.testimonials,
.content.profile.scholarships,
.content.profile.courses {
    background: linear-gradient(to top left, #fcf6f6, #f8f8f8);
}

.item-testimonial .mugshot {
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    min-width: 80px;
    width: 80px;
    height: 80px;
}

.item-testimonial blockquote {
    border-left: 2px solid limegreen;
    padding-left: 15px;
}

.new-card {
    background-color: #ffffff;
    box-shadow: rgba(0,0,0, 0.1) 1px 1px 15px;
}

.nav-profile .nav-item > .nav-link {
    margin: 3px;
    padding: 12px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #efefef;
    border: 1px solid #efefef;
    color: rgba(3, 40, 63, 1);
    font-weight: bold;
}

.nav-profile .nav-item > .nav-link:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #cc0000;
}

.nav-profile .nav-item > .nav-link.active {
    background: #ffffff;
    border-color: #cc0000;
    color: #cd0000;
}

#BreadCrumb .tiny-menu ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

#BreadCrumb .tiny-menu ul > li {
    padding: 5px;
    line-height: 1.3em;
}
#BreadCrumb .tiny-menu ul > li:not(:last-child):after {
    content: ' Â» ';
}

#headerImg {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

#heading-profile {
    margin-top: -10px;
}

#heading-profile h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 5px 0 10px 10px;
}

#logo-profile {
    margin: -100% 0 15px 10px;
    max-width: 250px;
    max-height: 140px;
    background-color: #ffffff;
    border: #ffffff solid 5px;
    box-shadow: rgba(0,0,0,0.05) 1px 1px 5px;
}

.profile.content {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin: 0.5em 0;
    padding: 15px;
}

ol.list-unstyled,
ul.list-unstyled {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#left div.srch h5 {
    float: none;
    background: inherit;
    color: inherit;
    padding: inherit;
    margin: inherit
}

#left h1.thin, #left h2.thin, #left h3.thin, #left h4.thin, #left h5.thin, #left h6.thin {
    font-weight: 400 !important
}

#left > div.header {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1em;
    color: #333;
    border-bottom: 2px solid #ccc
}

#BreadCrumb,
#left .tiny-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px
}

#left .tiny-menu .box {
    padding: 10px;
    text-align: right;
    margin-bottom: 0
}

#left .tiny-menu .box ul {
    padding: 0;
    margin: 0
}

#left .tiny-menu .box ul li {
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

#left .tiny-menu .box ul li:before {
    content: " \\ ";
    color: #000
}

#left .tiny-menu .box ul li:first-child:before {
    content: none
}

.tiny-menu a {
    padding: 5px 0;
}

#left div.img-caption.left {
    float: left;
    margin: 10px;
    margin-left: 0
}

#left div.img-caption.right {
    float: right;
    margin: 10px;
    margin-right: 0
}

#left div.img-caption .image {
    margin-bottom: 5px
}

#left div.img-caption .image img {
    display: block
}

#left div.img-caption .caption {
    text-align: center;
    font-size: .9em;
    line-height: 1.3em;
    font-style: italic;
    color: #999
}

#left img.img-float-left, #left img.img-float-right {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc
}

#left img.img-float-left {
    float: left;
    margin-left: 0
}

#left img.img-float-right {
    float: right;
    margin-right: 0
}

#left div.box {
    margin-bottom: 20px
}

#left div.box.shadow {
    -moz-box-shadow: 2px 2px 10px #999;
    -webkit-box-shadow: 2px 2px 10px #999;
    box-shadow: 2px 2px 10px #999
}

#left div.box-grey {
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: #eee;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc
}

#left div.box-grey.border {
    border: 1px solid #ddd
}

#left div.box-grey.noshadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#left hr.box-divider {
    margin-top: 30px;
    margin-bottom: 50px
}

#left hr.box-divider-small {
    margin-top: 20px;
    margin-bottom: 10px
}

#left div.row div.box.one-half {
    width: 350px;
    padding: 0;
}

#left .panel-container div.row div.box.one-half {
    width: 359px
}

#left div.row div.home-box {
    font-size: 1em
}

#left div.row div.home-box p {
    margin-top: 0;
    margin-bottom: 1em
}

#left div.row div.home-box div.head {
    font-size: 1.5em;
    color: #fff
}

#left div.row div.home-box div.head:after {
    clear: both;
    display: table;
    line-height: 0;
    content: ""
}

#left div.row div.home-box div.head div.left {
    float: left;
    padding: 20px
}

#left div.row div.home-box div.body {
    padding: 20px
}

#left div.row div.home-box div.foot {
    padding: 5px 20px 15px 20px;
}

#left ul.row-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#left ul.row-list a {
    color: #b00900;
    font-size: 16px;
    line-height: 1.3rem;
}

#left ul.row-list a.btn {
    color: #fff
}

#left ul.row-list li {
    margin: 0;
    padding: .8em 0;
    border-bottom: 1px solid #999
}

#left ul.row-list li:after {
    clear: both;
    display: table;
    line-height: 0;
    content: ""
}

#left ul.row-list li:first-child {
    padding-top: 0
}

#left ul.row-list li:last-child {
    border-bottom: none
}

#left ul.row-list li img.img-left {
    width: 150px;
    float: left;
    margin: 0;
    margin-right: 10px;
    object-fit: cover;
}

#left ul.row-list li img.right {
    float: right;
    margin: 0;
    margin-left: 10px
}

li#listFeatured {
    border-bottom: none !important;
    padding: 0 !important;
}
#left ul.row-list li div.text {
    float: left;
    width: 530px
}

#left ul.row-list li.nothumb div.text {
    float: none;
    width: 738px
}

#left ul.row-list li div.text.scholarship {
    float: left;
    width: 400px
}

#left ul.row-list li.nothumb div.text.scholarship {
    float: left;
    width: 550px
}

#left ul.row-list li div.text.scholarship .label {
    display: none !important
}

#left ul.row-list li div.deadline {
    float: right;
    width: 140px
}

.scholarship-archive-row {
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse;
}

.img-scholarship-archive {
    object-fit: contain !important;
    padding: 15px;
}

.scholarship-archive-img img {
    width: 180px;
}

.text-scholarship {
    flex-grow: 1;
    width: fit-content;
}

.scholarship-archive-deadline {
    padding: 15px 0;
    color: #105836;
    font-weight: bold;
}

.scholarship-archive-deadline span:not(.label) {
    color: #000000;
}

#left ul.row-list li div.text #left ul.row-list li p:last-child {
    margin-bottom: 0
}

#left ul.row-list h1 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.1em
}

#left ul.row-list h2 {
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 700
}

#left ul.row-list h2 a {
    color: #06c;
    font-size: 1em;
    text-decoration: underline;
}

#left ul.row-list h2 a.label {
    font-size: 14px;
}

#left ul.inst.row-list .text {
    width: 420px
}

#left ul.inst.row-list li.nothumb .text {
    float: left;
    width: 580px
}

#left ul.inst.row-list .logo {
    float: left;
    width: 150px;
    height: 113px;
    margin-right: 10px;
    text-align: center
}

#left ul.inst.row-list .logo .aligner {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#left ul.inst.row-list .logo img {
    max-width: 100%;
    max-height: 113px;
    vertical-align: middle
}

#left ul.inst.row-list .menu-right {
    float: right;
    width: 140px
}

#left ul.course.row-list .num {
    float: left;
    width: 5%
}

#left ul.course.row-list .text {
    float: left;
    width: 60%
}

#left ul.course.row-list .menu-right {
    float: right;
    width: 25%
}

#left ul.row-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#left ul.row-grid a {
    color: #b00900
}

#left ul.row-grid li {
    float: left;
    width: 31%;
    margin: 0;
    margin-left: 2%;
    margin-bottom: 1.5em
}

#left ul.row-grid li:nth-child(3n+1) {
    clear: left
}

#left ul.row-grid li img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 10px
}

#left ul.row-grid li p:last-child {
    margin-bottom: 0
}

#left ul.row-grid h1 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.1em
}

#left ul.row-grid h2 {
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 700
}

#left ul.row-grid.row-grid-small {
    font-size: .9em
}

#left ul.row-grid.row-grid-small h4 {
    font-size: 1.1em;
    line-height: 1.2em;
    min-height: 32px
}

#left ul.row-grid.row-grid-small a.thumb {
    display: block;
    float: left;
    width: 25%;
    margin-right: 2%
}

#left ul.row-grid.row-grid-small div.text {
    float: left;
    width: 68%;
    line-height: 1.2em
}

#left div.home-box div.head div.buttons {
    float: right;
    margin: 0;
    list-style: none;
    font-size: 1em;
    line-height: 1em
}

#left div.home-box div.head div.buttons a, #left div.home-box div.head div.buttons span {
    padding: 20px;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    width: auto;
    text-align: center
}

#left div.home-box div.head div.buttons a i, #left div.home-box div.head div.buttons span i {
    margin: 0
}

#left div.row div.home-box.white .head div.buttons a, #left div.row div.home-box.white .head div.buttons span {
    color: #333
}

#left div.row div.home-box.white .head div.buttons a:hover {
    background-color: #eee
}

#left div.row div.home-box.white .head {
    background-color: transparent;
    color: #333;
    border-bottom: 1px solid #ccc
}

#left div.row div.home-box div.body.white, #left div.row div.home-box.white .body {
    background-color: #fff
}

#left div.row div.home-box div.foot.white, #left div.row div.home-box.white .foot {
    background-color: #eee
}

#left div.row div.home-box.white ul.row-list li {
    border-bottom: 1px solid #eee
}

#left div.row div.home-box.red .head {
    background-color: #c22627
}

#left div.row div.home-box.red .body {
    background-color: #f0c9c9
}

#left div.row div.home-box.yellow .head {
    background-color: #fca716
}

#left div.row div.home-box.yellow .body {
    background-color: #fee9c5
}

#left div.row div.home-box.green .head {
    background-color: #344d1a;
}

#left div.row div.home-box.green .body {
    background-color: #e0eed3;
}

#left div.row div.home-box.blue .head {
    background-color: #3c6eb5
}

#left div.row div.home-box.blue .body {
    background-color: #cedbec
}

#left div.home-box .head .buttons a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.linedcol {
    width: 780px
}

.linedbox {
    width: 382px;
    min-height: 320px;
    margin-bottom: 15px
}

.separator {
    width: 15px
}

.excerpt {
    width: 780px;
    padding: 20px 0
}

div.excerpt .overseas_firsthalf {
    width: 30%;
    float: left
}

div.excerpt .overseas_secondhalf {
    width: 70%;
    display: inline-block
}

div.excerpt:last-child {
    border-bottom: 0
}

.news, .whattostudy {
    width: 780px;
    padding: 2em 0
}

.news, .whattostudy > * {
    padding: 0 20px
}

.whattostudy-red {
    width: 780px;
    padding: 2em 0
}

.whattostudy-red > * {
    padding: 0 20px
}

hr.divide {
    margin: 10px 0 20px 0
}

.news hr.divide {
    margin-right: 20px;
    margin-left: 20px
}

.block-square {
    width: 380px;
    margin: 10px 20px 10px 0
}

.block-square-right {
    width: 380px;
    height: 250px;
    float: left;
    position: relative;
    margin: 10px 0 10px 0;
    overflow: hidden;
    background: #efefef
}

.block-square-right .title {
    position: absolute;
    width: 100%;
    top: -20px;
    background-color: #000;
    font-size: .8em !important;
    margin: 0
}

.block-square-right .title a {
    display: block;
    color: #fff !important;
    background: url(/css/block-square-bg-new.jpg);
    padding: .3em
}

.block-square .title a {
    background: url(/css/block-square-bg-new.jpg)
}

.block-square-right p#margin {
    margin: 60px 10px 10px
}

.block-square-right .links {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 0
}

.news {
    padding: 20px 0
}

.news > * {
    padding: 0 20px
}

#sponsor_logos {
    margin: 20px 0 14px 0
}

.logofocus {
    margin: 0 auto;
    width: 1160px
}

.linedbox {
    color: #fff
}

.linedbox a {
    color: #fff
}

.linedbox h2 a {
    color: #fff;
    font-weight: 400;
    font-size: 20px
}

.linedbox h2 a:hover {
    text-decoration: none
}

.linedbox h2 {
    border-bottom: 0;
    margin: 0 20px;
    padding-top: 20px;
    padding-left: 0
}

.linedbox > * {
    padding: 0 20px
}

.linedbox p {
    color: #fff !important;
    margin: 10px 0 !important
}

.linedbox form.smoform {
    margin-top: 10px
}

.linedbox table tr {
    line-height: 40px
}

.linedbox form.smoform select {
    width: 200px
}

.linedbox form input[type=text] {
    width: 193px
}

.linedbox form.smoform .button {
    margin: 10px 0;
    font-weight: 400;
    background-color: #c84040;
    padding: 10px 20px
}

div.redbox {
    background-color: #c22627
}

div.orangebox {
    background-color: #fca716
}

div.orangebox ul {
    list-style-type: disc !important;
    margin-top: 0 !important;
    margin-left: 20px !important;
    color: #fff !important;
    font-weight: 700
}

div.orangebox ul li {
    margin: 2px 0 !important;
    padding: 3px 10px 3px 0 !important
}

div.orangebox ul li a {
    font-size: 12px
}

div.orangebox p {
    line-height: 18px !important;
    font-size: 12px
}

div.greenbox {
    background-color: #679a35
}

div.linedbox.greenbox p a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin-bottom: 2px
}

div.linedbox.greenbox div {
    margin: 0 20px;
    padding: 10px 0;
    display: inline-block;
    width: 44%;
    vertical-align: top
}

div.greenbox p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 18px !important;
    font-size: 12px;
    color: #2b4215 !important
}

div.greenbox p strong {
    color: #2b4215 !important;
    font-size: 11px
}

div.greenbox p.scholar_title a {
    font-size: 14px;
    font-weight: 700
}

div.greenbox p.scholar_date {
    margin: 10px 0 !important;
    font-size: 11px;
    font-style: italic
}

div.linedbox.greenbox {
    width: 100%
}

div.bluebox {
    background-color: #3c6eb5
}

div.bluebox div {
    padding: 0;
    margin: 0 20px 0 20px;
    display: inline-block
}

div.bluebox div:last-child {
    border-bottom: 0
}

div.bluebox p {
    font-size: 12px;
    margin: 5px 0 !important
}

div.bluebox p.topstories_date {
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 !important
}

div.bluebox p.topstories_title {
    font-size: 14px !important
}

div.linedbox.bluebox {
    width: 100%
}

div.bluebox p.topstories_image a img {
    border: 1px solid #fff;
    float: left;
    margin: 0 20px 20px 0
}

div.bluebox h2 {
    margin-bottom: 10px
}

#search_wrap {
    background: #c33 url(/images/searchbar_bg.png) repeat-x;
    color: #fff;
    padding: 5px 0;
    font-size: 13px
}

.search_bar {
    width: 1130px;
    margin: 0 auto;
    text-align: right;
    line-height: 1.2em
}

.search_bar button, .search_bar input, .search_bar select {
    box-sizing: border-box;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 1em;
    height: 28px;
    padding: 5px 10px;
    margin: 0
}

.search_bar input {
    -moz-box-shadow: 1px 1px 2px #ccc inset;
    -webkit-box-shadow: 1px 1px 2px #ccc inset;
    box-shadow: 1px 1px 2px #ccc inset
}

.search_bar select {
    padding-right: 30px;
    background: #fff url(/images/searchbar_caret.png) right no-repeat
}

#toplogo-slider img {
    height: 60px;
    width: 180px;
    object-fit: contain;
}

#toplogo-slider {
    height: 70px;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 20px;
    background-color: #eee;
    border-bottom: 1px solid #ddd
}

#toplogo-slider .viewport {
    width: 1140px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

#toplogo-slider .disable {
    visibility: hidden
}

#toplogo-slider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 1140px;
    left: 0;
    top: 0
}

#toplogo-slider .overview li {
    display: table;
    height: 60px;
    width: 1140px
}

#toplogo-slider .overview li > div {
    display: table-cell;
    text-align: center
}

#toplogo-slider .overview li > div > a {
    display: inline-block
}

#left form.form a.btn, #left form.form button, #left form.form input, #left form.form select, #left form.form textarea {
    font-size: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box
}

#left form.form input, #left form.form select, #left form.form textarea {
    border: 1px solid #ccc;
    padding: 5px 10px
}

#left form.form input, #left form.form select {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 1em;
    height: 30px
}

#left form.form input, #left form.form textarea {
    -moz-box-shadow: 1px 1px 2px #eee inset;
    -webkit-box-shadow: 1px 1px 2px #eee inset;
    box-shadow: 1px 1px 2px #eee inset
}

#left form.form input[type=checkbox], #left form.form input[type=radio] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#left form input.green, #left form select.green, #left form textarea.green {
    border: 1px solid #090
}

#left form input.yellow, #left form select.yellow, #left form textarea.yellow {
    border: 1px solid #c60
}

#left form input.red, #left form select.red, #left form textarea.red {
    border: 1px solid #c00
}

#left form input.blue, #left form select.blue, #left form textarea.blue {
    border: 1px solid #06c
}

#left div.toggle {
    margin-bottom: 10px;
    -moz-box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999
}

#left div.toggle h5.head {
    cursor: pointer;
    margin: 0;
    padding: 15px 20px;
    background-color: #f0f0f0
}

#left div.toggle h5.head:hover {
    background-color: #eee
}

#left div.toggle h5.head:after {
    float: right;
    font-family: FontAwesome;
    content: "\f067"
}

#left div.toggle h5.head.open:after {
    float: right;
    font-family: FontAwesome;
    content: "\f068"
}

#left div.toggle-content {
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border-top: 1px solid #ddd
}

#left div.toggle-content table {
    margin-top: 0
}

#left div.toggle-content.open {
    display: block
}

#left div.toggle-content h5 a {
    text-decoration: none
}

#left div.toggle-content h5 a:hover {
    color: #c00
}

.noty_text h1 {
    font-size: 1.2em;
    margin-bottom: .5em;
    margin-top: .2em
}

.infobox {
    line-height: 1.4em;
    font-size: .8em;
    padding: 1em 1em
}

.infobox.medium {
    font-size: 1em
}

.infobox.large {
    font-size: 1.4em
}

.infobox strong {
    font-weight: 700
}

.infobox.blue {
    background-color: #cef;
    color: #06c
}

.infobox.green {
    background-color: #cfc;
    color: #090;
    border-color: #6c6
}

.infobox.yellow {
    background-color: #fff5cc;
    color: #c60;
    position: relative;
    z-index: 9;
}

.infobox.red {
    background-color: #fee;
    color: #c00;
    border-color: #fcc
}

#left .infobox ul, #right .infobox ul {
    margin: .5em 0
}

#left .infobox ul li, #right .infobox ul li {
    margin: 0;
    margin-bottom: 5px
}

#left .share {
    float: right
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table th {
    font-weight: 700
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

table.full {
    width: 100%
}

table.boxed {
    border-collapse: collapse
}

table.boxed td, table.boxed th {
    border: 1px solid #ccc
}

table.boxed, table.lined {
    margin-top: 20px;
    margin-bottom: 20px
}

table.boxed th, table.lined th {
    font-weight: 700;
    color: #333
}

table.boxed thead td, table.boxed thead th, table.lined thead td, table.lined thead th {
    box-sizing: border-box;
    padding: .5em 1em;
    background-color: #f2e3de
}

table.boxed td, table.boxed th, table.lined table.boxed td, table.lined table.boxed th {
    padding: 10px
}

table.lined td, table.lined th {
    padding: 10px 0;
    padding-right: 5px;
    border-bottom: 1px solid #ccc
}

.table-small tr td, .table-small tr th {
    font-size: .9em
}

.table-18 tr th {
    background-color: #f2e3de;
    font-size: 1.15em;
    padding-top: 1em
}

.table-18 tr th:hover {
    background-color: #ccc
}

.table-18 tr th {
    font-size: .9em
}

.table-18 tr td {
    font-size: .8em;
    border: 1px solid rgba(0, 0, 0, .05)
}

.table-18 tr td, .table-18 tr th {
    padding: 5px
}

.table-19 a:hover img {
    filter: brightness(1.1)
}

.table-2-col tr td, .table-2-col tr th {
    width: 50%
}

.table-striped tr:nth-child(odd) td {
    background-color: #f4f7fb
}

#left table.lined td:last-child, #left table.lined th:last-child {
    padding-right: 0
}

#left table.lined thead td:last-child, #left table.lined thead th:last-child {
    padding-right: 1em
}

#left table.padded td, #left table.padded th {
    padding: 5px
}

table.valign td, table.valign th {
    vertical-align: top
}

#left div.box-grey table {
    margin: 0
}

table.padded td, table.padded.th {
    padding: .5em 1em
}

#courses div.srch {
    min-height: 80px
}

#courses div.srch {
    min-height: 80px
}

#left div.profile-header {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 190px;
    background-color: #003a83;
    background-image: url(/images/profile-header-default.jpg)
}

#left div.profile-header > div.logo {
    float: right;
    width: 250px;
    height: 190px
}

#left div.profile-header > div.logo > div {
    z-index: 8999;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000
}

#left div.profile-header > div.logo > div > img {
    display: block;
    margin: auto;
    width: auto;
    max-height: 150px;
    max-width: 200px
}

#left div.profile-header > div.name {
    z-index: 8998;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

#left div.profile-header > div.name {
    text-shadow: 1px 1px 3px #000
}

#left div.profile-header > div.name h1 {
    font-size: 1.6em;
    color: #fff;
    margin: 0
}

#left div.profile-header > div.name > div {
    padding: 10px 15px;
    padding-right: 250px
}

#left div.srch h5.redbox {
    float: left;
    background: #b00900;
    color: #fff;
    padding: .6em;
    margin: 0 -35px
}

#left div.toggle-content table tr:last-child td {
    border: none
}

#left div.toggle-content table tr:last-child th {
    border: none
}

#left div.resp-tab-content div.row {
    margin-left: 0
}

#left div.resp-tab-content div.row div.box.one-half {
    margin-left: 10px;
    width: 355px
}

#left p.pagination {
    margin-top: 1em;
    font-size: 1.2em
}

.pagination a, .pagination strong {
    font-size: inherit;
    border-radius: 3px
}

.pagination a:hover {
    text-decoration: none;
    background-color: #06c;
    color: #fff
}

.pagination {
    justify-content: center;
    align-items: center;
}

.pagination a,
.pagination strong  {
    padding: 5px 10px !important;
    margin: 0.2rem;
    display: block;
    font-size: 16px;
}

.hor-minimalist-b {
    font-family: inherit;
    font-size: 12px;
    background: 0 0;
    width: 100%;
    border-collapse: collapse;
    text-align: left
}

.hor-minimalist-b th {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #f2e3de;
    border-bottom: 1px solid #900;
    padding: 10px 8px
}

.hor-minimalist-b th#sub {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    padding: 10px 8px
}

.hor-minimalist-b td {
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: 6px 8px
}

.hor-minimalist-b td#required {
    border-bottom: 1px solid #ccc;
    color: #980000;
    padding: 6px 8px
}

.hor-minimalist-b tbody tr:hover td {
    color: #009
}

.footer_newsletter {
    border-bottom: 1px solid #de4a40;
    padding-bottom: 10px
}

.footer_newsletter form {
    margin-top: 10px
}

.footer_newsletter form input[type=text] {
    border: 0;
    line-height: 25px;
    font-size: 12px;
    margin: 0;
    padding: 0 5px
}

.footer_newsletter form input[type=submit] {
    border: 0;
    line-height: 22px;
    padding: 2px 10px 1px;
    margin-left: -3px;
    background-color: #ff0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

#copyright {
    padding-top: 1em
}

#profileActions {
    display: none;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: #00000014 -1px -1px 5px;
}

.article_source {
    font-size: 13px;
    border-top: 1px solid #ccc;
    padding: 15px 0;
    display: inline-block;
    width: 100%
}

.article-sidebar {
    width: 320px
}

.article-sidebar.sidebar-left {
    float: left;
    margin: 0 15px 15px 0
}

.article-sidebar.sidebar-right {
    float: right;
    margin: 0 0 15px 15px
}

.article-video-square {
    width: 200px
}

.article-video-square {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 25px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

.article-video-square .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #000;
    font-size: .8em !important;
    margin: 0 !important
}

.article-video-square .title a {
    display: block;
    color: #fff !important;
    padding: .6em;
    line-height: 20px;
    font-size: 14px !important
}

.article-video-square .links {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    margin: 10px 0;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-youtube embed, .embed-youtube iframe, .embed-youtube object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important
}

ul.christmas-listing li {
    list-style: none;
    background: url(/images/christmas.png) no-repeat left 2px transparent;
    line-height: 20px;
    padding-left: 40px;
    padding-bottom: 10px
}

ul.christmas-listing li:nth-child(even) {
    background: url(/images/christmas-even.png) no-repeat left -2px transparent
}

.cch-tbl-1 {
    font-size: 10px;
    border-spacing: 2px;
    border-collapse: separate
}

.cch-tbl-1 tr td {
    margin: 4px !important;
    padding: 4px !important;
    background-color: #ffc
}

.cch-tbl-1 tr th {
    margin: 4px !important;
    padding: 4px !important;
    background-color: #fc0
}

.cch-list {
    padding: 5px
}

.cch-list {
    min-width: 200px;
    max-width: 320px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 15px;
    display: block;
    float: left;
    background-color: #f6f6f6
}

.cch-list tr th {
    background-color: #e891b2;
    padding: 4px;
    font-size: 14px
}

#left .cch-list .title {
    font-size: 2em;
    margin-right: 5px;
    color: #c94a00
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.cch-table tr th {
    background-color: #e8a2c1;
    font-size: 13px;
    font-weight: 700
}

.cch-table tr td {
    font-size: 12px
}

.cch-table tr td, .cch-table tr th {
    padding: 6px
}

.cch-table {
    border: 1px solid #e8a2c1;
    margin: 4px
}

.cta {
    background-color: #ffffe0;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid gold;
    margin-bottom: 15px
}

.p-5.cta-sm {
    padding-top: 1.5em !important;
    padding-bottom: 1.6em !important;
}

.cta:hover {
    background-color: #fefee9;
    border-color: gold
}

.table tr td, .table tr th {
    padding: 1em;
    box-sizing: border-box
}

#articleContent table:not([class]) {
    overflow-x: scroll;
}

#articleContent table:not([class]) tr td,
#articleContent table:not([class]) tr th {
    padding: 1em;
    border: 1px solid #eeeeee;
}

[id^="mid"] > a  {
    display: block;
}

[id^="mid"] > a > img {
    border: 1px solid #eeeeee;
}

#left img,
#articleContent img {
    height: auto;
}

#left .orange h2 {
    color: #930
}

#left .orange-h3 h3 {
    color: #930
}

#left .orange-h4 h4 {
    color: #930
}

.text-gray {
    color: rgb(128, 128, 128);
}

.table-sm {
    width: 100%
}

.table-sm tr td {
    display: block;
    width: 100%
}

#left .table-sm tr td img {
    width: 100%
}

.table-sm tr td {
    padding: .2em;
    box-sizing: border-box
}

.name2 {
    display: none;
}

#ask-btn {
    margin-bottom: 0;
    height: auto;
    background-color: #e91e63;
    border-radius: 15px 0 0 15px;
}

#ask-btn:hover {
    background-color: #f5538a;
    text-decoration: none
}

.ask-hover {
    text-decoration: none !important
}

.card.new-article h5,
#left .card.new-article h5 {
    font-size: 1.4em;
}

.new-article img {
    width: 100%;
    object-fit: cover;
}

.table-sm-6 {
    width: 100%
}

.table-sm-6 tr td {
    display: block
}

.table-sm-6 tr td {
    padding: 1em
}

.table-sm-4 {
    width: 100%
}

.table-sm-4 tr td {
    display: block
}

.table-sm-4 tr td {
    padding: 1em
}

.red-box-head img {
    vertical-align: middle;
    width: 100%
}

.red-box-body {
    background-color: #e00023;
    padding: 10px 15px 40px 15px;
    font-size: 1em;
    line-height: 1.28571em;
    cursor: pointer;
    border-bottom: solid 3px #940017;
    height: 60px
}

div.red-box-body img {
    height: 50px;
    margin-top: .5cm
}

.red-box-right {
    float: right;
    width: 290px
}

div.red-box-right h5 {
    text-align: right
}

div.red-box-right a {
    color: #fff
}

div.red-box-right p {
    color: #fff !important;
    text-align: right
}

#course-details tr td.course-label, #course-details tr th.course-label {
    width: 20%;
    padding-right: 3em
}

.btn-green {
    background-color: #21a721
}

#overlayAdsSpace {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1050;
}
.overlay-cit {
    display: block;
    max-width: 300px;
    position: relative;
}
.overlay-cit .remove {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
}
.overlay-cit .remove:focus {
    outline: 2px solid #fff;
}
.child {
    position: absolute;
    z-index: 1;
}
#cit.parent .child img {
    width: 160px;
}
#overlay .remove {
    border: none;
    color: #ffffff;
    background-color: #000000d9;
    padding: 5px 5px 3px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.order_course {
    display: none
}

.search-suggestion {
    font-size: 24px;
    word-wrap: break-word;
}

.gallery-items .item {
    padding: 5px;
}
.gallery-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-items .item {
    width: 30%;
}

div#profile-banner {
    margin: 15px 0;
}

div#profile-banner,
div#profile-banner img {
    max-width: 100%;
    max-height: 300px;
}

#closeContactForm {
    display: none;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222222;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    padding: 20px;
}

.offcanvas-menu, .offcanvas-menu a {
    color: #ffffff;
}

.offcanvas-menu li li,
.offcanvas-menu li li a {
    color: #FCA716;
}

.offcanvas-menu li li li,
.offcanvas-menu li li li a {
    color: #ffffff;
}

.offcanvas-menu.active {
    transform: translateX(0);
}

#offcanvasHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#offcanvasHeader i {
    font-size: 24px;
}

#featuredInstitutions > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#featuredInstitutions > li > a {
    padding: 5px 0 5px 5px;
}

.new-header {
    padding: 25px 0;
}

.new-header .tiny-menu {
    text-align: left;
}

.new-header .tiny-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.new-header .tiny-menu ul li {
    padding: 5px 0 5px 10px;
    font-size: 16px !important;
    color: #333333;
}

#left .new-header .tiny-menu .box ul li:before {
    display: none;
}

.new-header .tiny-menu ul > li:not(:last-child):after {
    padding-left: 10px;
    content: "Â»";
}

.new-header h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.newInput {
    background-color: #ffffff;
    display: flex;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
}

.newInput {
    color: #333333;
    margin-bottom: 5px;
}

.newInput {
    padding: 5px;
}

.newInput input {
    flex-grow: 1;
    border: none;
    font-size: 16px;
    padding: 5px;
}

a#menuToggle {
    color: #ffffff;
    font-size: 18px;
}

#mobile_menu {
    list-style: none;
    padding: 0;
}

#mobile_menu li ul {
    padding-left: 20px;
}

#mobile_nav_search {
    float: none !important;
    margin-top: 0 !important;
    margin-bottom: 15px;
}

#mobile_nav_search a {
    font-size: 18px;
    padding: 5px;
}

#newMobileMenu {
    font-size: 16px;
    line-height: 1.3em;
}

#newMobileMenu ul {
    padding: 5px 0;
}

#newMobileMenu > li {
    padding: 10px 0 !important;
}

#newMobileMenu > li:not(:first-child) {
    border-top: 1px rgba(153, 219, 255, 0.3) solid;
}


#newMobileMenu .toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
}

#newMobileMenu .toggle::after {
    content: "\f078"; /* FontAwesome 4 chevron-down */
    font-family: 'FontAwesome';
    padding-left: 8px;
    transition: transform 0.3s ease-in-out; /* Smooth transition for rotation */
}

#newMobileMenu li.active .toggle::after {
    transform: rotate(180deg); /* Flip the chevron when active */
}

#newMobileMenu li li {
    font-size: 14px;
    padding-left: 10px;
}

#newMobileMenu li {
    padding: 5px 0;
}

#newMobileMenu li a {
    display: block;
    width: 100%;
    max-width: 100%;
}

#newMobileMenu .submenu {
    display: none;
}

#newMobileMenu .submenu.active {
    display: block;
    margin-top: 15px;
}

#newContent blockquote {
    background-color: rgba(255, 255, 0, 0.1);
    border-left: 5px solid #ffd700;
    padding: 10px 15px;
}

#newContent blockquote p {
    color: #000000;
}

#newContent blockquote i {
    color: #444444;
    font-size: 14px;
}

#newContent table {
    overflow-x: scroll;
}

#newContent table th,
#newContent table td {
    padding: 5px;
    border: 1px solid #eeeeee;
}

img.image_resized,
figure.image > img,
.box.profile img {
    height: auto;
    max-width: 100%;
}

.inline-list-primary.uni.inline-list li a {
    display: inline-block;
}

.btn-outline-light {
    color: #f8f9fa !important;
    border: #f8f9fa 1px solid !important;
    border-radius: 5px !important;
    padding: 6px 12px !important;
    background: transparent !important;
    font-size: 16px !important;
}

.btn-outline-light:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}



.text-bg-warning.newJumbotron h2,
#left .text-bg-warning.newJumbotron h2,
.text-bg-warning.newJumbotron p,
#left .text-bg-warning.newJumbotron p {
    color: #212529;
}

.text-bg-warning .btn-outline-light {
    color: #212529 !important;
    border: #212529 1px solid !important;
    border-radius: 5px !important;
    padding: 6px 12px !important;
    background: transparent !important;
}

.text-bg-warning .btn-outline-light:hover {
    color: #f8f9fa !important;
    background-color: #212529 !important;
}


.newJumbotron h2,
#left .newJumbotron h2 {
    font-size: calc(1.325rem + .9vw);
}

@keyframes shaking {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(-15deg);
    }
    90% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.shake2 {
    animation: shaking 1s ease 0s infinite normal forwards;
}

.ml-1 {
    margin-left: 0.7em;
}

.searchlabel {
    font-size: 16px;
}
.form-group {
    padding: 2px 0;
}

.form-title {
    line-height: 1.2em;
}

.form-title span {
    display: block;
    color: #cc0000;
}

.container2 {
    max-width: 1160px;
    margin: 0 auto;
}

form label {
    font-weight: bold;
}

#footer h2 {
    font-size: 24px;
    margin: 10px 0;
}
#footer p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 5px;
}
#footer li {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 5px;
}
#footer a {
    color: #ffffff;
}
#footer ul {
    margin-bottom: 15px;
}

#left h3 a {
    line-height: 1.2em;
    text-decoration: none !important;
}

.featured-uni-logos,
#left .featured-uni-logos {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.featured-uni-logos img {
    max-width: 180px !important;
    max-height: 40px !important;
    margin: 5px 8px;
}

.text-bg-danger {
    background-color: #bf2c3a !important;
}

.jumping {
    animation: jump 2.5s infinite;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    padding: 10px;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px; /* Position from the right */
}

.newJumbotron {
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.newJumbotron h2,
#left .newJumbotron h2,
.newJumbotron p,
#left .newJumbotron p {
    color: #ffffff !important;
}

.newJumbotron p,
#left .newJumbotron p {
    font-size: 16px !important;
}

#photosCarousel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 150px;
}
.carousel-caption-text {
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 2px 5px;
    margin-top: -24px;
}

#articleContent button.accordion-button {
    padding: 5px 15px;
}

#RelatedArticles h3 a {
    font-size: 18px !important;
    line-height: 1.2em;
}

@media (max-width: 767px) {

    #RelatedArticles h3 a {
        font-size: 16px !important;
    }

    #footer #webway li {
        display: inline-block;
        width: 45%;
        padding: 5px 0;
        text-align: left;
    }

    .nav.nav-profile > li.nav-item {
        width: 33%;
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .nav.nav-profile > li.nav-item > .nav-link {
        background-color: #ffffff;
        border-radius: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .nav.nav-profile > li.nav-item > .nav-link i {
        font-size: 21px;
        margin-bottom: 10px;
    }

    #heading-profile {
        text-align: center;
    }

    #logo-profile {
        margin: 15px auto;
        box-shadow: none;
    }

    #articleContent table:not([class]) tr td,
    #articleContent table:not([class]) tr th {
        font-size: 12px;
        padding: 0.5em;
    }

    .uni.inline-list li {
        width: 100%;
    }

    #left div.toggle-content table.course_box td:first-child {
        display: none;
    }

    #left div.toggle-content table.course_box td:nth-child(2) {
        padding-left: 0 !important;
    }

    #top_mobile_nav {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .page-profile#left {
        padding-left: 0;
        padding-right: 0;
    }

    #profileActions {
        display: flex !important;
        justify-content: right;
        align-items: center;
        position: fixed;
        background: #ffffff;
        width: 100%;
        padding: 10px;
        bottom: 0;
        left: 0;
    }

    #profileVisitWebsite,
    button#openContactForm {
        display: flex;
        align-items: center;
        text-align: center;
        padding: 10px;
        font-size: 16px;
        min-height: 35px;
        min-width: 90px;
        max-width: 130px;
        border: none;
        border-radius: 5px;
    }
    button#openContactForm {
        color: #ffffff;
        background-color: #cd0000;
        animation: jump 1.5s infinite;
    }

    #profileVisitWebsite {
        margin-right: 5px;
        color: #ffffff;
        background-color: rgba(0, 166, 255, 0.9);
    }

    #profileActionLogo {
        padding: 2px 5px;
        background-color: #ffffff;
        flex-grow: 1;
    }

    #profileActionLogo img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 50px;
    }

    #right #sidebar-contactform {
        border: none !important;
        background-color: #ffe !important;
        margin-top: -55px !important;
        overflow-y: scroll;
        padding: 15px 25px !important;

    }

    #closeContactForm {
        display: block;
        text-align: right;
        width: 100%;
        padding: 15px 15px 0 0;
        z-index: 99999999;
    }

    #sidebar-contactform h1 {
        text-align: center !important;
        line-height: 1.3em;
    }

    #sidebar-contactform h1 i {
        font-size: 28px;
    }

    .offcanvas-container {
        position: fixed;
        top: 0;
        right: -100%; /* Start off-screen */
        width: 300px; /* Adjust width as needed */
        height: 100%;
        background: white;
        box-shadow: -2px 0 5px rgba(0,0,0,0.5);
        transition: right 0.3s;
        z-index: 1000;
    }

    .offcanvas-container.open {
        left: 0;
        z-index: 9999;
        width: 100%;
    }

    #closeContactForm {
        font-size: 36px;
    }

    .sidebar-contactform {
        padding-top: 55px;
    }

    .gallery-items .item {
        width: 100%;
        text-align: center;
    }
    #left>div.header {
        display: none;
    }

    #left div.profile-header {
        max-height: 120px !important;
    }

    #left div.profile-header > div.logo > div > img {
        max-height: 100px;
    }

    #left div.profile-header>div.name {
        display: none;
    }

    .name2 {
        display: block;
    }

    .name2 h1 {
        font-size: 21px !important;
        text-align: center;
    }

}

@keyframes pointRight {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(4px);
    }
    50% {
        transform: translateX(8px);
    }
    75% {
        transform: translateX(12px);
    }
    100% {
        transform: translateX(16px);
    }
}

.point-right {
    animation: pointRight 1s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.name2 {
    margin: 25px 0;
}

.name2 h1 {
    color: #000000 !important;
}

.search_form #searchInput {
    min-width: 400px;
}

.form-icon {
    position: absolute;
    margin-left: -45px;
    font-size: 21px !important;
    color: #cc0000;
}

#top_nav_menu ul {
    list-style: none;
    margin: 0 auto;
    display: inherit;
}

#top_nav_menu .menu-button {
    font-size: 14px;
}

#top_nav_menu .menu-row > strong {
    display: block;
    margin: 0 10px 5px 10px;
    font-size: 1.2em;
    color: #C00;
    padding: 5px;
    font-weight: 400;
    border: 0;
}

@media (min-width: 576px) {
    .table-sm-6 tr td {
        display: table-cell;
        width: 50%
    }

    .table-sm-4 tr td {
        display: table-cell;
        width: 33%
    }

    .table-sm-3 tr td {
        vertical-align: top;
        display: table-cell;
        width: 33%
    }

    table.full.contact_box tr td.right-border {
        border-right: 2px solid #ccc;
        width: 50%
    }

    .table-related-articles span.img {
        max-height: 110px;
        overflow-y: hidden;
        display: block
    }
}

@media (max-width: 1159px) {
    .cit img {
        float: none
    }
}

@media (min-width: 678px) {

    .table-related-articles span.img {
        max-height: 160px
    }
}

table.full.contact_box tr td {
    padding: 5px;
    box-sizing: border-box
}

@media (max-width: 535px) {

    .a2a_kit {
        display: none;
    }

    #left div.card-art {
        width: inherit !important;
        padding: 0 !important;
        height: inherit !important;
        margin: 0 !important;
        margin-bottom: 10px !important
    }
}

@media (max-width: 435px) {
    .float-right {
        float: none
    }

    .btn-event {
        width: 100%
    }

    table.full.contact_box td {
        display: block;
        display: 100%
    }

    div.red-box-body img {
        display: none
    }

    .table-mobile tr td, .table-mobile tr th {
        width: 100%;
        display: block
    }

    .table-mobile tr td {
        padding-top: 0;
        padding-bottom: 0;
    }

    #course-details > tbody > tr > td, #course-details > tbody > tr > th, #course-details > tr > td, #course-details > tr > th {
        width: 100%;
        display: block;
        padding-right: 1em
    }

    #course-details > tbody > tr > td.course-label, #course-details > tbody > tr > th.course-label, #course-details > tr > td.course-label, #course-details > tr > th.course-label {
        width: 100%;
        display: block;
        font-size: 1.2em;
        padding-right: 1em;
        padding-bottom: 0;
        border-bottom: none;
        margin-top: 1em;
        color: #c00
    }
}

.course_box h5 {
    line-height: 1.6em
}

.slicknav_nav > li.menu-highlight > a {
    color: #fff9bb
}

.border-box {
    box-sizing: border-box
}

.div-responsive, .responsive {
    width: 100%;
    overflow-x: scroll
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info:hover {
    background-color: #ecf6fb
}

#left .alert-info {
    color: #31708f
}

.alert-red {
    display: block;
    color: #fff;
    background-color: #cd0000;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, .1) 1px 1px 1px
}

.alert-red img {
    box-shadow: rgba(0, 0, 0, .1) 1px 1px 1px
}

.alert-red:hover {
    filter: brightness(1.1)
}

.alert-red:hover span {
    background-color: #ee0404
}

.alert-red:hover {
    text-decoration: none
}

.testimonial-img {
    width: 80px
}

#left .caption {
    font-size: .9em;
    color: gray
}

.text-larger {
    font-size: 1.15em;
    font-weight: 500
}

.table-related-articles a {
    background-color: #cd0000;
    color: #fff;
    display: block
}

.table-related-article img {
    box-shadow: rgba(0, 0, 0, .1) 1px 1px 1px
}

.table-related-articles a:hover img {
    filter: brightness(110%)
}

.infographic td {
    font-family: Roboto, Arial, "Courier New";
    box-sizing: border-box;
    width: 33.33%;
    padding: 1em 1.5em;
    background-color: #eee;
    text-align: center;
    text-justify: distribute;
    font-size: 18px
}

.infographic .fa {
    font-size: 3em
}

.related-art {
    background-color: #b00900;
    width: 250px;
    vertical-align: top;
    margin-bottom: 5px
}

.related-art-span {
    font-size: .9em;
    color: #fff;
    font-weight: 700;
    padding: 10px
}

#left li ul li {
    list-style: circle
}

.desc {
    margin-bottom: 1em;
    margin-top: .5em;
    color: #555
}

.icon-box {
    padding: 25px;
    color: #fff;
    background: #eee
}

.icon-box:hover {
    filter: brightness(70%)
}

#left div.card-art {
    width: 28%;
    float: left;
    padding: 5px;
    height: 230px;
    background: #007ac6;
    margin: 10px
}

div.card-art .thumb {
    border-radius: 3px
}

div.card-art .infos {
    position: relative;
    background: #fff;
    text-align: center
}

div.card-art .infos .title {
    position: relative;
    margin: 10px 0;
    letter-spacing: 3px;
    color: #152536;
    font-family: "Grotesque Black", sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
    text-shadow: 0 0 0 #32577f;
    background-color: #007ac6
}

div.card-art .infos .title a {
    color: #fff;
    line-height: 20px
}

div.card-art .infos .flag {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 23px;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png) no-repeat top right;
    background-size: 100% auto;
    display: inline-block
}

div.card-art .thumb img {
    width: 100%
}

.separator-art {
    clear: both;
    height: 15px
}

.cit {
    padding: 25px;
    background: #c00;
    border: 5px solid #ddd
}

.cit p {
    color: #fff !important
}

.cit .link a {
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.career {
    width: 33%;
    padding: 0 5px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px
}

.career-col {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

.career-image .img {
    height: 400px
}

.career-content .inner-block {
    position: absolute;
    top: -40px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.career-content {
    position: absolute;
    bottom: 0;
    background: #eee;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box
}

.main-mco {
    display: inline-block;
    margin-bottom: 10px;
    background-color: #eee
}

.mco-main-inner {
    background: #e74c3c;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.mco-inner {
    padding: 15px
}

.mco-inner h3 {
    font-size: 14px !important;
    line-height: 21px !important;
    margin-bottom: 1em !important;
    margin-top: .5em !important;
    font-weight: 400 !important
}

.mco-inner h2 {
    font-size: 20px;
    font-weight: 700
}

.career-content h2 {
    font-size: 1.4em !important;
    font-weight: 700 !important
}

.mco-column {
    column-count: 2;
    column-gap: 1em
}

.career-content h3 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #555 !important
}

#overlay-mobile {
    display: none
}

#right table.profile-sideform select {
    border: 1px solid #ccc;
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1em;
}

#left h3 > a {
    color: #c94a00;
    text-decoration: underline;
}

h3 > a:hover {
    color: #000000;
}

.profile-gallery .item > img {
    width: 220px;
    height: 180px;
    padding: 5px;
    object-fit: cover;
}

.profile-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.img-list-logo {
    max-height: 45px;
    object-fit: contain;
}

div#searchTabLinks:before {
    content: "Select category:";
    color: #333333;
    padding: 3px;
}

.uni.inline-list {
    display: block;
}

.uni.inline-list li {
    display: inline-block;
    padding: 5px;
    margin: 0 !important;
}

.uni.inline-list li a {
    color: rgba(0, 50, 77, 1);
    background-color: rgba(0, 166, 255, 0.05);
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
}

.uni.inline-list li a:hover {
    color: #000000;
}

.d-none {
    display: none;
}

.row2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row2 > * {
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 8px;
}

.ads-caption {
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}


@media (min-width: 768px) {
    .uni.inline-list {
        padding-left: 0;
    }
}

@media (max-width: 590px) {
    .career {
        width: initial
    }
}

@media (max-width: 667px) {
    .icon-box i {
        float: none !important
    }

    .thumb-right {
        max-width: 100%;
        margin-bottom: 15px
    }
}

.overflow-x-scroll {
    overflow-x: scroll;
    width: 100%
}

#wrap-no-sidebar .header {
    display: none;
}

#wrap-no-sidebar  .tiny-menu, .tiny-menu-white,
#wrap-no-sidebar  .tiny-menu-grey {
    padding-bottom: 0;
}
#wrap-no-sidebar .tiny-menu ul {
    display: flex;
    text-align: left;
    margin-top: 15px;
}

#wrap-no-sidebar .tiny-menu ul li {
    padding: 5px 0 5px 10px;
    color: #666666;
}

#wrap-no-sidebar .article-meta {
    margin-top: 5px;
    color: #666666;
}

#wrap-no-sidebar .tiny-menu ul > li:first-child {
    padding-left: 0;
}

#wrap-no-sidebar .tiny-menu ul > li:not(:last-child):after {
    padding-left: 10px;
    content: "Â»";
}

#wrap-no-sidebar #featured-image {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}

#wrap-no-sidebar {
    color: #333333;
    line-height: 1.3rem;
}

#wrap-no-sidebar h1 {
    color: #cd0000;
    font-weight: bold;
    font-size: 32px;
    margin: 15px 0;
}

#wrap-no-sidebar h2 {
    color: #000000;
    font-weight: bold;
    font-size: 28px;
    margin: 25px 0 15px 0;
}

#wrap-no-sidebar h3 {
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    margin: 25px 0 15px 0;
}

#wrap-no-sidebar #articleContent {
    border-top: 1px #eeeeee dashed;
    margin-top: 15px;
    padding-top: 15px;
}


#no-sidebar-featured-image-bg {
    height: 550px;
    background-attachment: fixed;
    background-size: cover;
}

#wrap-no-sidebar #main {
    background-color: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
}

#articleContent ul {
    list-style: disc;
    padding-left: 1.2rem;
    margin-bottom: 15px;
}

#articleContent ol {
    list-style: decimal;
    padding-left: 1.2rem;
    margin-bottom: 15px;
}

#articleContent ul li,
#articleContent ol li {
    margin: 8px 0;
}

.card2024 .card-header h2,
#left .card2024 .card-header h2 {
    font-size: 1.5em;
    text-decoration: none !important;
}

.alert-dismissible .btn-close {
    padding: 15px;
}

@media (min-width: 516px) {
    .visible-md {
        display: block
    }
}

@media (min-width: 768px) {
    #wrap-no-sidebar #main {
        margin-top: -150px;
    }
}

@media (max-width: 778px) {
    #overlay-desktop {
        display: none
    }

    #overlay-mobile {
        display: block
    }

    #overlay-mobile .remove {
        top: 50px
    }

    .parent {
        right: 160px;
        bottom: 160px
    }

    .parent .child img {
        width: 140px
    }

}

@media (min-width: 600px) {
    .img-caption.right {
        width: 35%
    }
}

@media (min-width: 992px) {

    .item-default-details > li,
    .item-course-details > li {
        min-width: 180px;
        width: auto;
    }

    #sidebar-contactform.form-fixed {
        position: fixed;
        top: 45px;
    }

    #FilterCard .d-md-flex > .filter-group:first-child {
        width: 16%;
    }

    #FilterCard .d-md-flex > .filter-group:not(:first-child) {
        width: 28%;
    }
}

.edu_custom #ats-insert_ads-9-wrapper {
    display: none
}

#table-scroll {
    overflow-x: auto;
}

#left div.toggle-content table.course_box td:last-child .askbutton.btn.btn-green {
    width: 100% !important;
    font-size: 14px;
}

figure.table td,
figure.table th {
    padding: 0.4em;
}
