  :root {
    --primary-color: #d2232a;
    --hilite-color: #EE1D23;
    --white: #ffffff;
    --gray-text: rgb(82, 81, 81);
    --dark-gray: #2a2a2a;
    --black: #000000;
    --border-color: #e9e9e9;
}

body {
    font-family: Sans-Serif;
    color: var(--black);
    overflow-x: hidden;
    font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-gray);
}

h1,
h2,
h3 {
    margin-bottom: 10px;
}



a {
    color: var(--primary-color);
    text-decoration: none !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-weight: 600;
    padding-bottom: 4px;
    padding-top: 4px;
}

a:hover {
    color: var(--dark-gray);
}

b {
    color: var(--black);
}

img {
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.top-titles {
    display: block;
    margin-bottom: 14px !important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 800px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


.sub-section {  <!-- Removing the top padding, was 30px, making the tiles on landing pages have too much space inbetween-->
    padding-top: 0px;
    padding-bottom: 30px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.college-numbers h3 {
    color: var(--primary-color);
    font-size: 2rem;
}

.white-divider {
    border-top: 1px solid lightgray;
    margin-bottom: 20px;
}




/* backgrounds - start */
.red-bg {
    background-color: var(--primary-color);
    color: var(--white);
    line-height: 33px;
}

.gray-bg {
    background-color: #F9F9F9;
}

.white-bg {
    background-color: var(--white);
}

/* backgrounds - end */




/* buttons - start */
.red-button,
.login-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white) !important;
    text-align: center;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    margin: 5px 2px;
    font-size: 0.9rem;
    transition: 0.2s;
    text-decoration: none !important;
}

.red-button {
    border-radius: 20px;
}

.login-button {
    border-radius: 2px;
}

.red-button:hover,
.login-button:hover {
    background-color: var(--dark-gray);
}

/* buttons - end */



/* main header - start */
.header-carousel-inner a {
    color: var(--white) !important;
    font-weight: bold;
    font-size: 14px;
}

.header-wrapper {
    padding-top: 26px !important;
}

.main-header {
    background-color: var(--primary-color);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.main-header ul {
    margin: 0;
    padding: 0;
}

.main-header .nav-link {
    color: var(--white);
    border-radius: 12px;
    font-weight: bold;
}

.main-header .active {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.main-header .nav-link:hover {
    color: var(--primary-color);
    background-color: var(--white);
}

.navbar-brand {
    width: 160px;
    position: absolute;
    margin-top: -36px !important;
    z-index: 11;
}

.top-header {
    background-color: var(--black);
    font-size: 13px;
}

.top-nav-link {
    color: var(--white) !important;
    transition: 0.2s;
    padding: 0.6rem;
    display: inline-block;
}

.top-nav-link:hover {
    background-color: var(--hilite-color);
}

.top-nav-link-icon {
    color: var(--white) !important;
    padding: 0 0.6rem !important;
}

@media only screen and (min-width: 990px) {
    .main-header ul li {
        list-style: none;
        display: inline;
        float: left;
        margin: 0 6px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-nav ul {
        margin-top: 70px !important;
        list-style: none;
        text-align: left;
    }

    .navbar-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 990px) {
    .navbar-nav ul li a {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 453px) {
    .top-nav-link {
        padding: 0.3rem;
    }
}

/* main header - end */



/* breadcrumbs - start */
.breadcrumbs {
    background-color: var(--black);
    padding-top: 50px;
    padding-bottom: 50px;
}

.breadcrumbs-container {
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.breadcrumbs .active-link,
.breadcrumbs .slash {
    color: #000000;
    font-weight: bold;
}

.breadcrumbs .slash {
    padding-left: 5px;
    padding-right: 5px;
}

/* breadcrumbs - end */



/* footer - start */
footer {
    background-color: var(--black);
}

.footer-titles {
    color: var(--white);
    margin-bottom: 16px;
}

footer ul {
    padding-left: 0;
}

footer ul li em {
    color: var(--white);
    margin-right: 8px;
}

footer ul li,
footer ul li span {
    list-style: none;
    font-size: 13px;
    line-height: 1.8rem;
}

footer ul li a,
footer ul li span {
    color: var(--white);
    transition: 0.2s;
}


footer .footer-contact li a:hover {
    color: var(--primary-color);
}


footer .footer-links li a:hover {
    color: var(--primary-color);
    padding-left: 3px;
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
	color: var(--white);
    <!-- font-weight: bold; -->

}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 50%;
}

@media only screen and (max-width: 768px) {

    .footer-titles {
        font-size: 15px;
    }

    footer ul li,
    footer ul li span {
        font-size: 11px;
    }

    .footer-logo {
        text-align: left;
    }
}

@media only screen and (max-width: 991px) and (min-width: 500px) {

    .footer-logo img {
        width: 30%;
    }
}


/* footer - end */



/* platform content - start */
.platform-content {
    padding: 25px;
    border: 1px solid var(--border-color);
    background: var(--white);
    border-radius: 20px;
    margin: 20px;
    height: auto;
}

.platform-content h3 {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    text-align: center;
}

.platform-content h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.platform-content h4 a {
    font-size: 16px;
}

.platform-content-event {
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

/* platform content - end */



/* event box - start */
.event-box {
    box-shadow: 0 2px 5px rgb(0 0 0 / 7%);
    border: 1px solid var(--border-color);
    background-color: var(--white);
    margin: 20px 14px;
}

@media only screen and (max-width: 767px) {
    .event-box {
        margin: 20px 0px;
    }
}

.event-box a {
    font-style: italic;
    font-weight: normal;
    font-size: 0.9rem;
}

.event-box h4 {
    font-size: 18px;
}

.event-box-img,
.event-box-img img {
    width: 100%;
    height: auto;
    margin: 0;
}

.event-box-text {
    text-align: center;
    padding: 20px;
}

.event-box-info {
    padding: 10px 0;
}

.event-box em {
    margin-left: 6px;
}

/* event box - end */



/* icon imgs - start */
.icon-imgs {
    display: block;
    width: 80px;
    height: 80px;
    margin: 10px auto;
}

/* icon imgs - end */



/* mission - start */
.our-mission {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 40px;
}

.our-mission strong {
    color: var(--white);
    font-size: 2rem;
}

/* mission - end */




/* small image boxes - start */
.small-img-boxes {
    display: flex;
    align-items: center;
    text-align: center;
    background-color: var(--dark-gray);
    padding: 50px 20px 50px 20px;
    width: 100%;
    height: 100%;
    transition: .3s;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    border-radius: 20px;
    border: 5px solid RGBA(249, 249, 249, 1);
}

.small-img-boxes:hover {
    transform: scale(1.06);
}

.small-img-boxes p {
    margin: 0 auto;
}

.small-img-boxes-a {
    color: var(--white) !important;
    font-weight: bold;
    font-size: 18px;
}

/* small image boxes - end */



/* banner box - start */
.banner-box {
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white) !important;
    padding: 80px 0;
    text-align: center;
}

.banner-box div {
    margin: 20px auto 0 auto;
}

.banner-box p {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 2rem;
}

/* banner box - end */



/* scroll totop button - start */
.totop-button {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    color: var(--white) !important;
    right: 30px;
    top: 93%;
    border-radius: 3px;
    padding: 10px 12px;
    z-index: 999;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.totop-button:hover {
    background-color: var(--primary-color);
}

/* scroll totop button - end */



/* ivc class - start */
.ivc-class img {
    margin-bottom: 10px;
}

.ivc-class .title {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
}

.ivc-class .table {
    margin-top: 14px;
}

.ivc-class .table b,
.ivc-class .table p {
       border: 1px solid #333333;
/*    color: #81898d;*/
    display: block;
    margin: 0;
}

/* ivc class - end */



/* info boxes - start */
.info-boxes img {
    border: 2px solid var(--black);
    margin: 30px auto;
    width: 100%;
}

.info-boxes h5 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

/* info boxes - end */



/* link boxes - start */
.link-boxes h4 {
    text-align: center;
}

.link-boxes a {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* info boxes - end */



/* hero-container - start */
.hero-container {
    color: var(--white);
    padding-top: 90px;
    padding-bottom: 90px;
    height: 600px;
	background-position: center!important;
}

.hero-container h1 {
    color: var(--white);
    font-weight: 900;
    font-size: 5rem;
    margin-bottom: 20px;
}

.hero-container h2 {
    color: var(--white);
    font-weight: 400;
    font-size: 1.9rem;
    margin-bottom: 20px;
    line-height: 2.5rem;
}

.hero-container p {
    color: var(--white);
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .hero-container {
        padding-top: 30px;
        padding-bottom: 0px;
		height: 400px;
    }
}

/* hero-container - end */



/* cols layout - start */
.larg-col .steps h3 a {
    color: var(--black);
    font-size: 2rem;
}

.larg-col .steps {
    margin-top: 50px;
}

.larg-col .steps .numbers {
    width: 75px;
    height: 75px;
}

.larg-col .steps .checked-list {
    width: 90px;
    height: 90px;
    margin-top: -6px;
}

.small-col {
    padding-left: 20px;
    border-left: 1px solid var(--black);
}

.small-col .links a {
    display: block;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.small-col h4 {
    padding-top: 60px;
    font-size: 18px;
    font-weight: bold;
}

.small-col img {
    width: 50px;
}

@media only screen and (max-width: 768px) {
    .small-col {
        border-left: none;
    }
}

/* cols layout - end */



.outlined-images {
    border: 2px solid var(--black);
}

.red-box {
    padding: 25px;
    background: var(--primary-color);
    border-radius: 20px;
}

.red-box ul {
    padding-left: 0;
}

.red-box ul li {
    list-style: none;
}

.red-box h4,
.red-box a {
    color: var(--white);
    line-height: 1.8rem;
    transition: 0.2s;
}

.red-box a:hover {
    color: var(--border-color);
}

.circle-list-style-ul {
    padding-left: 26px !important;
    color: var(--white) !important;
}

.circle-list-style {
    list-style: circle !important;
}


/* covid table - start */
.covid-banner-1 {
    width: 80%;
}

.covid-banner-2 {
    width: 50%;
}

.covid-table {
    margin: 50px auto;
    width: 100%;
    overflow-x: auto;
}

.covid-table h3 {
    margin-bottom: 40px;
}

.covid-table td,
.covid-table th {
    text-align: left;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.covid-table h6 {
    font-size: 14px;
    color: var(--black);
}

.covid-table td {
    font-size: 13px;
    color: var(--black);
}

/* covid table - end */



.covid-steps {
    margin-top: 80px;
    margin-bottom: 40px;
}

.covid-steps p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}

.covid-steps .red-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.covid-steps .links {
    margin-top: 40px;
}



/* hero - start */
.wave-mask {
    width: 100%;
    height: 200px;
    margin-top: -198px;
    background-image: url('/_resources/wave-desktop.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 900px) {
    .wave-mask {
        width: 100%;
        height: 50px;
        margin-top: -49px;
        background-image: url('/_resources/wave-mobile.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.hero-wrapper {
    background-color: rgb(249, 249, 249);
    width: 100%;
    height: 720px;
    color: var(--white) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-content {
    margin-top: 150px;
}

.hero-wrapper h1 {
    font-size: 2.5rem;
    font-weight: bolder;
}

.hero-wrapper h6 {
    font-size: 1.1rem;
}

.hero-wrapper h1,
.hero-wrapper h6 {
    color: var(--white) !important;
    margin: 14px auto;
}

/* hero - end */



/* link section - start */
.link-section a {
    font-size: 1.2rem;
    line-height: 2.3rem;
    font-weight: 500;
}

/* link section - end */



/* hover dropdown - start */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--hilite-color);
    min-width: 150px;
    z-index: 1;
    text-align: left;
    font-size: 12px;
    margin-left: -1px;
}

.dropdown-content a {
    color: var(--white);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--white);
    line-height: 0.7rem;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background-color: var(--white);
    color: var(--black);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: var(--hilite-color);
}

/* hover drop down - end */



/* deep - start */
.accordion {
    --bs-accordion-bg: none;
    --bs-accordion-border-color: none;
    --bs-accordion-active-bg: none;
    --bs-accordion-btn-bg: none;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* deep - end */


/* directory - start */
.dataTables_length {
    text-align: left;
}

#directory-list thead {
    background: var(--primary-color);
    color: var(--white);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white);
}

#directory-list {
    background-color: var(--white);
    text-align: left;
}

#directory-list thead tr td,
#directory-list thead th {
    border: none;
}

@media only screen and (max-width: 991px) {

    /* Force table to not be like tables anymore */
    #directory-list table,
    #directory-list thead,
    #directory-list tbody,
    #directory-list th,
    #directory-list td,
    #directory-list tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #directory-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #directory-list tr {
        border: 1px solid var(--border-color);
        padding: 10px;
    }

    #directory-list td {
        border: none;
        position: relative;
        white-space: normal;
        text-align: left;
        padding: 0;
    }

    #directory-list td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .table.directory tfoot {
        display: none;
    }

    .dataTables_wrapper .dataTables_info {
        white-space: normal !important;
    }

    #directory-list td:before {
        content: attr(data-title);
    }
}

.dataTables_filter,
.dataTables_length {
    width: 80%;
    margin: 20px;
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label {
    display: inline;
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    display: inline;
    margin: 0 10px;
}

.dataTables_wrapper .dataTables_filter input {
    width: 70%;
}

.dataTables_wrapper .dataTables_length select {
    width: 30%;
}

.table.dataTable thead>tr>th.sorting:after {
    font-size: x-large;
    margin-top: 6px;
    opacity: 0.3;
}

.table.dataTable thead>tr>th.sorting:before {
    font-size: x-large;
    opacity: 0.4;
    margin-top: -6px;
}

.table.dataTable thead>tr>th.sorting_asc:before,
.table.dataTable thead>tr>th.sorting_desc:after,
.table.dataTable thead>tr>td.sorting_asc:before,
.table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a:hover {
    background: var(--black) !important;
}

/* directory - end */


/* faculty box - start */

.faculty-box-info-title {
    font-weight: bold;
}

.disclaimer {
    font-size: 16px;
    border-top: 5px solid var(--primary-color);
    margin: 20px auto 50px;
    padding: 10px 0;
}

/* faculty box - end */

/* home page images - start */
.home-zoom-img {
    width: 80px;
    height: 81px;
}

.home-zoom-text {
    width: 150px;
    height: 34px;
}

/* home page images - end */

.upcoming-applications {
    margin-top: 50px;
    margin-bottom: 50px;
}

.upcoming-applications p {
    color: var(--black);
}

.upcoming-applications p,
.upcoming-applications a {
    font-size: 1.2rem;
}

.platform-content-links a {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 0.9rem;
}

/* logo hover box - start */
.logo-infotext {
    background-color: var(--primary-color);
    border-radius: 5px;
    color: var(--white);
    padding: 20px;
    opacity: 0;
    margin-top: 106px;
    position: absolute;
    transition: .5s ease;
    width: 400px;
    visibility: hidden;
    z-index: 100; /* ADDED FOR TICKET # 183879 */
	/*margin-left: 9%; Fix position of Hover alignment to logo on different monitors
    left: 10px;*/

}

.navbar-brand:hover+.logo-infotext,
.logo-infotext:hover {
    opacity: 1;
    visibility: visible;
}

.logo-infotext strong {
    font-size: 16px;
}

.logo-infotext p {
    font-size: 14px;
    margin-top: 10px;
}

.logo-info-icon {
    color: var(--white);
    padding-left: 10px;
    transition: 0.4 ease;
}

.logo-info-icon:hover {
    color: #ffffffa8;
}

.logo-info-icon:first-of-type {
    padding-left: 20px;
}

/* logo hover box - end */


/* Chatbot Rezise for Recite Me toolbar compatability - Chatbot has 3 different sizes depending on resolution - start */
		.MaxAI .oclt-1kezgrp .ChatbotDrawer-drawerPaper40
		{
    width: 40%;
    height: 93%;
    top: 7% !important; /* Recite Me takes over this element if not placed as important*/
}
				.MaxAI .oclt-1kezgrp .ChatbotDrawer-drawerPaper100
		{
    width: 100%;
    height: 93%;
    top: 7% !important; /* Recite Me takes over this element if not placed as important*/
}
				.MaxAI .oclt-1kezgrp .ChatbotDrawer-drawerPaper55
		{
    width: 55%;
    height: 93%;
    top: 7% !important; /* Recite Me takes over this element if not placed as important*/
}
/* Chatbot Rezise for Recite Me toolbar compatability - end */
/* Directory color adjustments - start */
.pagination{
    --bs-pagination-color: #d2232a;
    --bs-pagination-hover-color: #d2232a;
	--bs-pagination-focus-color: #d2232a;
}
/* Directory color adjustments - end */
/* Image adaptability - start */
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        height: 50%;
    }
}
@media (min-width: 768px) {
    .offset-md-1 {
        height: 50%;
    }
}
/* image adaptability - end */
/* Drop Shadow on hero text and button - start */
.hero-content, .hero-container h1, .hero-container h2, .hero-container p, .small-img-boxes p{
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 5))!important;
}
/* Drop Shadow on hero text and button - end */
/*  Your future starts here banner box - start */
.banner-box p{
	font-weight: 900;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 5));
}
/* Your future starts here banner box - end */
/*  image box adaptability - start */
@media screen and (max-width: 1200px) {
.small-img-boxes{
	font-size: 14px;
	font-weight: 600;
  }
}

@media (max-width: 768px) {
	.small-img-boxes{
	font-size: 18px!important;
	font-weight: 900!important;
	padding: 50px 20px 50px 20px!important;
	width: 100%!important;
  }
}

@media (max-width: 992px) {
.small-img-boxes {
	width: 130%;
	padding: 50px 20px 30px 17px;
	font-size: 14px;
	font-weight: 600;
  }
}

/*  image box adaptability - end */

/*  Accordion margin adaptation - start */
@media (max-width: 992px) {
.accordion{
margin-bottom: 50px;
}
}
/*  Accordion margin adaptation - end */

/*  ReciteMe horizontal scrolling fix  - start */
html, body {
overflow-x: hidden;
max-width: 100vw;
}
/* ReciteMe horizontal scrolling fix  - end */

/* Chatbot adjustment for bottom announcement banner overlap 
		.MaxAI .oclt-xbofgl.ChatbotLauncher-launcher {
  bottom: 50px !important;
}
 Chatbot adjustment for bottom announcement banner overlap - end*/

