@charset "utf-8";
/* CSS Document */


/* -------------------------
* GLOBAL STYLES
------------------------- */

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
	line-height: 1.5em;
}

body.alert {
    margin-top: 90px;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0000FA;
}

a:focus,
a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 1px solid #05731e;
}

footer:not(#mainFooter) a:focus {
    outline: 1px solid #f0b500;
}

a:active {
    outline: 0 !important;
    /* remove active state after click */
    border: 0 !important;
}

p {
    margin: 0 0 10px;
    line-height: 1.8em;
    font-weight: 400;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    height: auto;
}

/*----------------------------------------------------
* Top Navigation
-------------------------------------------------------*/
a.skip-to-content {}

a.skip-to-content:focus {
    display: block;
    background-color: white;
    color: black;
    position: relative;
    z-index: 9999999;
    width: 200px;
    height: 30px;
    padding: 2px 10px;
}


.main-logo {
    margin: 0px;
}

.topbar {
    background: #f0b500;
    height: 37px;
}

.topbar ul {
    margin-bottom: 0px;
}

.top-navbar li {
    display: inline-block;
}

.top-navbar li a {
    text-transform: capitalize;
    color: #0a0b0b;
    padding: 10px 10px;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
}

.top-navbar li a:focus {
    background-color: white;
}

.top-search,
.search-form {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.5px;
}

.searchsub {
    background: none;
    border: 0px;
    display: inline-block;
    margin: 0;
    padding-right: 0;
}

/*Updated by RRD*/
.searchsub:focus {
    border: 1px solid #fff;
}

.top-search-form .form-control {
    height: 18px;
    border-radius: 0px;
    border: 0px;
    width: 145px;
    margin-right: 5px;
    padding: 0 12px;
}

.top-nav-collapse .topbar {
    display: none;
}

/*------------------------------------------------
* Logo and menu
---------------------------------------------------*/

.navbar-brand {
    padding: 8px 15px 8px 58px;
    height: auto;
}

/*Added by RRD*/
h1.logo {
    margin: 0;
}

.top-nav-collapse .navbar-brand.page-scroll {
    display: none;
}

.navbar-brand.stickylogo {
    display: none;
}

.top-nav-collapse .navbar-brand.stickylogo {
    display: block;
    padding: 15px 15px 15px 65px;
}

.navbar-fixed-top.top-nav-collapse {
    max-height: 60px;
    min-height: 60px;
}

.top-nav-collapse .navbar-right {
    margin-top: 0;
}

.navbar-fixed-top .navbar-nav>li>a {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-fixed-top {
    background-color: rgba(1, 71, 17, 0.82);
    border: 0px;
    margin-bottom: 0;
}

.lef-margin {
    margin-left: 45px;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.overlay-bar {
    background: none !important;
}

.top-bar {
    /*! position: absolute; */
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 999999;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    /*all .5s ease*/
    top: 0;
}

/*--- nav-sticky css ---*/
.nav-sticky {
    position: fixed !important;
    top: 0;
}

.nav-sticky .topbar,
.nav-sticky .page-scroll {
    display: none;
}

.nav-sticky .navbar-brand.stickylogo {
    display: block;
}

.nav-sticky .navbar-right {
    margin-top: 0;
}

.top-bar.nav-sticky {
    background-color: rgb(1, 71, 17) !important;
}

body.alert .top-bar.nav-sticky {
    top: 90px;
    left: 0;
}

.nav-menu {
    /*! background-color: rgba(1, 71, 17, 0.82)!important; */
    background-color: rgba(1, 71, 17, 1) !important;
}

/*Added by RRD*/
/*.nav>li>a.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}*/
.nav>li>a {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    color: #ffe59e;
}

.nav>li>a:focus {
    outline: 1px solid white;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffe59e;
}

/*Added by Pete*/
.nav>li>a.has-submenu span:after {
    content: ' +';
    font-size: .8em;
    vertical-align: top;
    display: inline-block;
    margin: 0 0 0 5px;
}


/*Commented out by RRD*/
/*.nav .open a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 50px;
    background: #ffc423;
    left: 0;
    right: 0;
}*/
.navbar-header {
    position: relative;
}

.nav-sticky .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

button#showRight {
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    height: 100%;
}

button#closemenu {
    background: none;
    border: 0;
    padding: 25px 35px;
}

#showRight {
    display: none;
}

/*------------------------------------------------- 
* mega menu
----------------------------------------------------*/

.delhimm-content .contentWidth2 {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.delhimm .nav,
.delhimm .collapse,
.delhimm .dropdown {
    position: static;
}

.col-sm-2-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 19px;
    padding-left: 11px;
}

.top-padding {
    margin-top: 6px;
}

.padding {
    padding: 60px;
    /*Added by RRD*/
}

.dropdown-menu.mega-menu li a {
    color: #000 !important;
    font-size: 15px;
    line-height: 1.5em;
}

.dropdown-menu.mega-menu li a:hover {
    text-decoration: underline;
    color: #000000 !important;
}

.dropdown-menu.mega-menu ul {
    /*padding: 0;  */
}

.dropdown-menu.mega-menu li ul li {
    margin-bottom: 10px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}

.dropdown-menu li a:after {
    display: none;
}

.navbar-nav>li>.dropdown-menu {
    background: rgba(255, 255, 255, 1);
    margin-top: -3px;
    border-top: 2px solid #f0b500;
    /*border-bottom: 1px solid #dcdcdc;*/
    -webkit-box-shadow: 0 8px 6px -6px #dcdcdc;
    overflow: hidden;
    /*Added by RRD*/
}

.mega-dropdown {
    position: static !important;
    /*  width: 100%;*/
}

.mega-img img {
    margin-left: 45px;
}

.dropdown-menu.mega-menu {
    padding: 10px 0px;
    max-width: 100% !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0;
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-top: -1px !important;
    /* position: fixed; */
}

.dropdown-menu.mega-menu>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu.mega-menu>li>ul>li {
    list-style: none;
}

.dropdown-menu.mega-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429em;
    color: #999;
    white-space: normal;
}

.dropdown-menu.mega-menu>li ul>li>a:hover,
.dropdown-menu.mega-menu>li ul>li>a:hover,
.dropdown-menu.mega-menu>li ul>li>a:focus {
    text-decoration: underline;
    color: #000000 !important;
}

.dropdown-menu.mega-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    /*font-weight: bold;*/
}

.dropdown-menu.mega-menu form {
    margin: 3px 20px;
}

.dropdown-menu.mega-menu .form-group {
    margin-bottom: 3px;
}

/*---------------------------------------------
* Carousel Controll
------------------------------------------------




.carousel {
    height: 845px;
}
.item,
.active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    display: none;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background: rgba(249, 248, 248, 0.5);
    border: none;
    margin: 0px 5px;
}
.carousel-indicators li:hover {
    background: rgb(1, 71, 17);
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #f9f8f8;
    border: 0px;
    border: none;
    margin: 0px 5px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
        z-index: 9999;
}
@media (max-width:767px) {
  .carousel-control {display:none;}  
}

.carousel-control {
    opacity: 1;
}
.carousel-indicators {
    margin-left: -29%;
    bottom: 105px;
}
*/
/*---------------------------------------
* carousel caption
------------------------------------------

.mobile-carousel-caption {
    display: none;
}
.carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.2px;
    text-shadow: none;
    padding-bottom: 10px;
       top: 40%;
    bottom: auto;
}
.carousel-caption h1 {
    font-size: 43px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ffcc00;
    text-shadow: none;
    border-bottom: 1px solid #ffffff;
    line-height: 58px;
}
.move-top {
    top: -150px;
} */
.program a {
    text-align: center;
    height: 60px;
    background: rgba(1, 110, 26, 1);
    padding: 14px 12px;
    /*overflow: hidden;*/
    display: block;
}

/*Updated by RRD*/
.program a:hover,
.tour a:hover,
.visit a:hover {
	background: rgb(1, 71, 17);
}

.program a:focus,
.tour a:focus,
.visit a:focus {
    background-color: #fff;
    /* Modified by PA */
    color: #000;
    /* Modified by PA */
    outline: 1px solid #000;
}

.tour a {
    text-align: center;
    margin: 0px auto;
    height: 60px;
    background: rgba(1, 110, 26, 1);
    padding: 10px 12px;
    /*overflow: hidden;*/
    display: block;
}

.visit a {
    text-align: center;
    height: 60px;
    background: rgba(1, 110, 26, 1);
    padding: 12px;
    /*overflow: hidden;*/
    display: block;
}

.program span,
.tour span,
.visit span {
    margin-right: 12px;
    margin-left: -18px;
    display: inline-block;
	vertical-align: middle;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*-----------------------------------------------
* Content -area 
-------------------------------------------------*/

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.content-titel {
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    /*margin: 27px 0px;*/
    margin: 45px 0px;
    /*Updated by RRD*/
}

.col-sm-3.col-xs-6.nopadding {
    overflow: hidden;
    position: relative;
}



.box-table {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-color: #064614 !important;
    color: #fff;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    transition: all 1000ms;
}

.box-table a {
    color: #ffffff;
}

.box-table:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    transform: scale(1.07);
}

.box-table a:focus {
    border: 2px solid #fff;
    padding: 10px;
    display: block;
    outline: none;
}



.homeCtaBox {
    position: relative;
    width: 100%;
    height: 300px;
    color: #fff;
	margin: 1px;
}

.homeCtaBox a {
    position: relative;
    width: 100%;
    height: 300px;
	color: #fff;
	display: block;
}

.homeCtaBox a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.homeCtaBox a .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	transition: background .2s linear;
}

.homeCtaBox a .overlay h3{
	color:#fff;
	text-align: center;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.homeCtaBox a .overlay h3 svg{
	width: 20px;	
}

.homeCtaBox a:hover .overlay, .homeCtaBox a:focus .overlay{
	background: rgba(0, 0, 0, 0.8);
}

.homeCtaBox a:hover .overlay h3, .homeCtaBox a:focus .overlay h3{
	text-decoration: underline;
}


.fb-table {
    background: url('https://www.delhi.edu/_resources/images/fb-bg.jpg')no-repeat;
    text-align: center;
}

.event-table {
    background: url('https://www.delhi.edu/_resources/images/event-bg.jpg')no-repeat;
    text-align: center;
}

.insta-table {
    background: url('https://www.delhi.edu/_resources/images/instagram-bg.jpg')no-repeat;
    text-align: left;
}

.jaden-insta-table {
    background: url('https://www.delhi.edu/_resources/images/instagram-bg-1.jpg')no-repeat;
    text-align: left;
}

.news-table {
    background: url('https://www.delhi.edu/_resources/images/news-bg.jpg')no-repeat;
    text-align: center;
}

.yotube-table {
    background: url('https://www.delhi.edu/_resources/images/youtube-bg.jpg')no-repeat;
    text-align: center;
}

.blog-table {
    background: url('https://www.delhi.edu/_resources/images/blog-bg.jpg')no-repeat;
    text-align: center;
}

.fresh-insta-table {
    background: url('https://www.delhi.edu/_resources/images/instagram-bg-2.jpg')no-repeat;
    text-align: left;
}

.box-heading {
    /* width: 220px;*/
    font-size: 24.87px !important;
    color: #ffffff;
    /*font-weight: 300;*/
    /*text-transform: uppercase;*/
    /* position: relative;*/
    /*top: 51px;*/
    /*margin: 24px auto;*/
    background: rgba(0, 0, 0, 0.45);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    /* KF added 1/4/19 */
    /* background-color: rgba(0,0,0,0.6); */
    font-family: 'Source Serif Pro', serif;
    /*Added by RRD*/
    line-height: 1em !important;
    /*Added by RRD*/
    position: absolute;
    /*Added by RRD*/
    top: 0 !important;
    /*Added by RRD*/
    left: 0 !important;
    /*Added by RRD*/
    margin: 0;
    /*Added by RRD*/
    margin-right: 0;
    /*Added by RRD*/
    /*transform: translate(-50%, -50%);*/
    /*Added by RRD*/
    padding: 0 !important;
    /*Added by RRD*/
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-icon {
    position: relative;
    top: 100px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.black-overlay {
    position: relative;
    background: url('https://www.delhi.edu/_resources/images/black-overlay.png')no-repeat;
    color: #fff;
    font-weight: 300;
    top: 253px;
    background-size: cover;
    padding: 10px;
}

.box-icon-bottom {
    display: inline-block;
}

.box-heading-bottom {
    display: inline-block;
    padding-left: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

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

.gray-section {
    background-color: #ededed;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.gray-section .sans-serif {
    font-family: 'Source Serif Pro', serif;
    /*Added by RRD*/
    font-size: 30px;
    color: #555;
    text-align: center;
    padding-top: 50px;
	line-height: 1.5em;
}

.sans-serif {
    font-family: 'Source Serif Pro', serif;
    /*Added by RRD*/
}


/*-------------------------------------------------
* footer:not(#mainFooter) 
---------------------------------------------------*/

footer:not(#mainFooter) {
    background: rgba(58, 58, 58, 0.95) url(https://www.delhi.edu/_resources/images/footer.jpg) no-repeat;
    margin: 0px 0;
    color: #ffffff;
    background-size: cover;
    padding: 80px 0 0;
}

footer:not(#mainFooter) h3,
footer:not(#mainFooter) span.title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
}

.location,
.phone {
    display: block;
    float: left;
    width: 100%;
}

.icon-location,
.icon-phone {
    width: 40px;
    height: 75px;
    float: left;
}

.address {
    width: 115px;
    display: inline-block;
	white-space: nowrap;
}

.address a{
	color: #fff;
	text-decoration: underline;
}

.phone {
    margin-top: 15px;
}

.social-links ul {
    display: inline-block;
    float: left;
    width: 100%;
}

.social-links ul li {
    float: left;
}



/*Updated by Pete {{ */


.social-links li a {
    display: inline-block;
    margin-right: 8px;
    background: #fff;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100px;
	color: #000;
}

.social-links li a svg {
    display: block;
    max-height: 30px;
    max-width: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	height: 50px;
	color: #000;
}


/* Updated by Pete }} */





.social-links li a:hover {
    opacity: 0.7;
}

.social-links {
    display: inline-block;
    width: 100%;
    margin-top: 65px;
}

.copyright,
.copyright a {
    color: #ffffff;
    font-size: 12px;
    /* Returned to 12px; after adding alink below changed KF 1/2/18 */
    font-weight: 300;
    text-align: center;
    line-height: 1.5em;
    padding-top: 50px;
    padding-bottom: 20px;
}

.copyright a:link {
    text-decoration: underline;
    /* added alink underline KF 1/2/18 */
}

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

footer:not(#mainFooter) ul {
    padding: 0;
}

.footer-links li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
}

.footer-links li a:hover {
    text-decoration: underline;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #5f5f5f;
}

.footer-menu,
.social-area {
    padding: 0;
}

/*-----------------------------------------------------
* button
--------------------------------------------------------*/

.animated-button {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0.1px;
    padding: 10px 35px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.75);
}

a.animated-button:hover {
    color: #ffc423;
    text-decoration: none;
}

a.animated-button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #024711;
}

.animated-button span.border-set {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.animated-button span.border-set span {
    background: #f0b500;
    position: absolute;
    display: block;
}

.animated-button span.border-set .full-width-border {
    width: 100%;
    height: 2px;
}

.animated-button span.border-set .full-height-border {
    height: 100%;
    width: 2px;
}

.animated-button span.border-set .top {
    left: 0;
    top: 0;
}

.animated-button span.border-set .right {
    right: 0;
    top: 0;
}

.animated-button span.border-set .bottom {
    right: 0;
    bottom: 0;
}

.animated-button span.border-set .left {
    left: 0;
    bottom: 0;
}

.animated-button span.border-set .active {
    background: #ffffff !important;
}

.animated-button span.border-set .full-width-border.active {
    width: 0;
}

.animated-button span.border-set .full-height-border.active {
    height: 0;
}

/*-----------------------------------------------
* innerpages
-------------------------------------------------*/
/*
.inner-page-content-area {
    padding-top: 91px;
}
*/

.academics-main-area{
   /* margin-top: 91px;*/
}

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

    .academics-main-area{
        /*margin-top: 60px;*/
    }

}

.breadcrumb {
    padding: 15px 0px 15px 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 50px;
}

.breadcrumb > li {
    vertical-align: middle;
}

.breadcrumb>li+li:before {
    background: url('https://www.delhi.edu/_resources/images/arror.png');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 7px 7px;
}

.breadcrumb a {
    color: #000;
    font-size: 13px;
    font-weight: normal;
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb a:focus {
	outline: 2px dotted #000;
	outline-offset: 3px;
}

.breadcrumb li:last-child a {
    font-weight: bold;
}

.page-subtitel {
    font-size: 26px;
    font-weight: 500;
    color: #014711;
    line-height: 1.5em;
}

/**/
.academic-box {
    width: 100%;
    height: 445px;
    margin: 0px 0;
    background-size: cover !important;
    background-position: 0% 0% !important;
}

.academic-table-titel {
    background: url('https://www.delhi.edu/_resources/images/academic/academic-bg.jpg')no-repeat;
    text-align: center;
}

.academic-table-titel h1 {
    font-size: 57px;
    font-style: italic;
    font-weight: 500;
    color: #fdca01;
    position: relative;
    top: 135px;
    margin-bottom: 40px;
    line-height: 1.5em;
    margin-top: 0px;
}

.academic-table-titel p {
    position: relative;
    top: 115px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 150px;
}

.academic-image {
    background: url('https://www.delhi.edu/_resources/images/academic/academic-right.jpg')no-repeat;
    overflow: hidden;
}

.academic-image img {
    width: 100%;
    display: none;
}

/**/
.page-submenu-list ul {
    padding-left: 0px;
}

.page-submenu-list {
    margin-bottom: 20px;
}

.page-submenu-list ul li {
    background: url('https://www.delhi.edu/_resources/images/academic/submenu-list.png')no-repeat;
    background-position: 0px 0px;
    margin-bottom: 15px;
    float: left;
    height: 50px;
    min-width: 135px;
    /*change made to fix secondary menu issue*/
}

.page-submenu-list ul li:hover {
    background: url('https://www.delhi.edu/_resources/images/academic/onhover.png')no-repeat;
    background-position: 0px 0px;
}

.page-submenu-list ul li.highlight {
    background: none;
}

.page-submenu-list ul li.highlight a{
    padding-left: 0;
	color: #fff;
	background: #024712;
	border-radius: 3px;
	display: block;
	padding: 5px 10px;
}

.page-submenu-list ul li.highlight a:hover, .page-submenu-list ul li.highlight a:focus{
    background: #000;
	text-decoration: underline;
	outline: 2px dotted #024712;
    outline-offset: 3px;
}

.page-submenu-list ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding-left: 35px;
    float: left;
    display: block;
    text-decoration: underline;
}

.acedemic-information-links {
    margin-top: 90px;
    margin-bottom: 90px;
}

.acedemic-information-links a {
    color: #ffffff;
}

.acedemic-information-links a:focus {
    outline: 1px dashed #fff;
    outline-offset: 5px;
}

.aca-info-box {
    height: 280px;
    margin: 0px 0;
    background-size: cover !important;
    background-position: 0% 0% !important;
    position: relative;
}

/*.aca-info-box:hover .overlay {
    display: block;
}*/
.apply-academic {
    background: url('https://www.delhi.edu/_resources/images/academic/apply-bg.jpg')no-repeat;
    text-align: center;
}

/*.apply-academic:hover {
    background: rgb(1, 71, 17);
}*/
.information-academic {
    background: url('https://www.delhi.edu/_resources/images/academic/infor-bg.jpg')no-repeat;
    text-align: center;
}

.information-academic .overlay {
    background: rgb(225, 136, 6);
}

/*.information-academic:hover {
    background: rgb(225, 136, 6);
}*/
.ace-box {
    position: relative;
    top: 75px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px;
}

.academic-link-heading {
    font-size: 28px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    top: 55px;
    margin: 0 auto;
}

.information-academic h3.academic-link-heading a,
.apply-academic h3.academic-link-heading a {
    background-color: rgba(0, 0, 0, 0.4);
    width: 90%;
    padding: 5px;
}

#academics .nav-menu {
    background: #024e1b !important;
    border-bottom: 2px solid #fdca01;
}

.col-sm-7 a {
    line-height: 1.5em;
}

/*-----------------------------------------------
* latest
-------------------------------------------------*/

.overlay {
    position: absolute;
    width: 100%;
    background: rgb(1, 71, 17);
    height: 100%;
    display: none;
}

.overlay-insta {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    height: 100%;
    display: none;
}

/*.fb-table:hover> .overlay {
    display: block;
}*/
.fb-table.box-table .overlay {
    background: #4867aa;
}

/*.event-table:hover> .overlay {
    display: block;
}*/
.event-table.box-table .overlay {
    background: #09ad2e;
}

/*.news-table:hover> .overlay {
    display: block;
}*/
.news-table.box-table .overlay {
    background: #3a3a3a;
}

/*.yotube-table:hover> .overlay {
    display: block;
}*/
.yotube-table.box-table .overlay {
    background: #e32524;
}

/*.blog-table:hover> .overlay {
    display: block;
}*/
.blog-table.box-table .overlay {
    background: #ff9600;
}

/*.insta-table:hover> .overlay-insta {
    display: block;
}*/
/*.jaden-insta-table:hover> .overlay-insta {
    display: block;
}
.fresh-insta-table:hover> .overlay-insta {
    display: block;
}*/
.home-button {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

.home-button a {
    color: #ffffff;
    text-decoration: none;
}

.second-row .col-sm-4 img {
    display: block;
    margin: 0 auto;
}


/* -----------------------------------------------------------
* CSS ADDED BY PUROHIT A
--------------------------------------------------------------*/

#academics .top-bar {
    position: relative;
}

/*#academics .inner-page-content-area {
    padding-top: 0px;
}*/

.main-bg {
    position: relative
}

.main-bg img {
    width: 100%;
}

.main-bg h1 {
    position: absolute;
    right: 10%;
    top: 60%;
    width: 380px;
    font-size: 32px;
    line-height: 1.5em;
    background: rgba(5, 115, 30, 0.74);
    padding: 30px 30px;
    color: #fff;
    text-align: center;
}

.main-bg h2 {
    position: absolute;
    right: 10%;
    top: 60%;
    width: 380px;
    font-size: 32px;
    line-height: 1.5em;
    background: rgba(5, 115, 30, 0.74);
    padding: 30px 30px;
    color: #fff;
    text-align: center;
}

.bba-wrapper {
    background: #f4f3f3;
    padding: 30px 0 75px 0;
}

.bba-wrapper h2.page-subtitel {
    color: #05731e;
    margin-top: 0;
    line-height: 1.2em;
}

.program-links-area h5,
.program-links-area span.title {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-top: 0;
    font-weight: bold;
    display: block;
}

.program-links-area ul {
    padding: 0;
    margin: 0;
}

.program-links-area a {
    /*replaced "ul li" with "a"*/
    color: #024e1b;
    line-height: 1.5em;
    list-style: none;
}

.program-links-area a:hover {
    /*replaced "ul li" with "a"*/
    text-decoration: underline;
}

.resnick-wrapper .program-links-area ul li,
.resnick-wrapper .program-links-area ul {
    /*AAD 2/3/2017*/
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.golf-video-area {
    padding: 80px 0;
}

.golf-video-area h4 {
    background: #666;
    display: inline-block;
    /* padding: 15px 30px; */

    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    width: 253px;
    line-height: 1.5em;
    text-align: center;
    min-height: 40px;
}

.related-info-connect {
    background: #e8e7e7;
    padding: 70px 0;
}

.related-info-connect h4,
.related-info-connect span.title {
    background: #024711;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 30px 0;
    width: 253px;
    height: 40px;
    line-height: 1.5em;
}

.related-area-content img {
    margin: 20px auto;
    display: block;
}

.related-info-connect ul {
    padding: 0;
    margin: 0;
}

.related-info-connect ul li {
    color: #096bdf;
    line-height: 1.5em;
}

.related-area,
.connect-area {
    background: #fff;
    min-height: 273px;
}

.connect-area-content {
    padding: 0 30px;
}

.connect-area-content h5 {
    font-weight: bold;
    font-size: 16px;
}

.show-more-btn-area {
    text-align: center;
}

.show-more-btn {
    color: #096bdf;
    border-bottom: 1px solid #096bdf;
}

.show-more-btn:hover {
    color: #ffc423;
    border-bottom: 1px solid #ffc423;
}

.show-more-btn span.border-set span {
    background: #05731e;
}

/*.show-more-btn span.border-set .active{
    background:  rgb(1, 71, 17);
}*/

/*-----------------------------------------------
* accordion-area
-------------------------------------------------*/

.accordion-area {
    padding: 50px 0;
}

.accordion-area .page-subtitel {
    font-size: 34px;
    font-weight: 300;
    color: #05731e;
    line-height: 1.5em;
}

h4.panel-title,
.accordion-area span.panel-title {
    color: #07641A;
    font-weight: bold;
    display: block;
}

.panel-heading .accordion-toggle h4:after,
.panel-heading .accordion-toggle span.panel-title:after {
    /* symbol for "opening" panels */

    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: right;
    color: #024e1b;
    overflow: no-display;
    font-weight: 300;
}

.panel-heading .accordion-toggle.collapsed h4:after,
.panel-heading .accordion-toggle.collapsed span.panel-title:after {
    /* symbol for "collapsed" panels */

    content: "\002b";
}

a.accordion-toggle {
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

a.accordion-toggle:focus {
    outline: 1px solid #05731e;
}

.panel-default>.panel-heading {
    background: transparent;
    padding: 15px 0;
    border-top: 1px solid #dedede;
    border-radius: 0;
}

.panel-default:last-child .panel-heading {
    border-bottom: 1px solid #dedede;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.panel-body a{
    text-decoration: underline !important;
}

.panel-body ul {
    padding: 0 5px;
    margin: 0;
}

.panel-body ul li {
    list-style: disc;
    line-height: 1.5em;
    font-size: 16px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

iframe.embed-responsive-item,
.embed-responsive-16by9 {
    margin-bottom: 30px;
}

/*-------------------------------------------------------
* resnick page css
--------------------------------------------------------*/

.resnick-bg h1 {
    bottom: 0;
    top: auto;
    right: 0;
    margin: 0;
    background: #05731e;
    padding: 19px 30px;
    width: 740px;
    text-align: left;
}

.resnick-bg h2 {
    bottom: 0;
    top: auto;
    right: 0;
    margin: 0;
    background: #05731e;
    padding: 19px 30px;
    width: 740px;
    text-align: left;
}

.resnick-wrapper h5 {
    font-size: 16px;
    font-weight: bold;
}

.resnick-wrapper ul, .resnick-wrapper ol {
    padding: 0 0 0 40px;
    /*padding-left was 18px */
    margin: 0;
    margin-bottom: 15px; */
}

.resnick-wrapper ul li {
    list-style: disc;
    line-height: 1.5em;
    font-size: 16px;
}

.resnick-wrapper ul li ul li{
    list-style: circle;
}

.resnick-wrapper p {
    line-height: 1.5em;
    margin-bottom: 20px;
}

.resnick-wrapper p a {
    /* border-bottom: 1px solid #096bdf; */
}


.resnick-wrapper a:hover {
    color: #024e1b;
    text-decoration: underline;
}

.resnick-wrapper .resnick-img {
    width: 100%;
    margin-top: 15px;
    /*was 50px set to 15*/
}

.on-meet-area {
    padding: 50px 0;
}

.online-lear-area {
    background: #024711;
    padding: 30px;
}

.online-lear-area:hover {
    background: #000000;
}


.meet-lear-area {
    background: rgba(255, 150, 0, 0.86);
    padding: 30px;
}

.meet-lear-area a,
.online-lear-area a {
    color: #fff;
}

.meet-lear-area a span,
.online-lear-area a span {
    color: #fff;
}

.meet-lear-area.dark-txt,
.meet-lear-area.dark-txt a,
.meet-lear-area.dark-txt a span {
    color: #000000 !important;
}


.meet-lear-area:hover {
    background: rgb(255, 150, 0);
}

.on-meet-area .dark-txt h4,
.on-meet-area .dark-txt span.title {
    /* yellow button needs darker text */
    color: #000;
}

.on-meet-area img,
.on-meet-area h4,
.on-meet-area span.title {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}


.on-meet-area h4,
.on-meet-area span.title {
    padding-left: 20px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
    display: block;
}



.meet-lear-area.req-area,
.online-lear-area.apply-area,
.meet-lear-area.visit-area {
    height: 100px;
    padding: 24px 30px;
}

.related-info-connect2 p {
    margin: 0;
    line-height: 1.5em;
}

p.login-now {
    margin-bottom: 20px;
}

.related-info-connect2 .related-area-content h5 {
    font-weight: bold;
    font-size: 20px;
}

.related-info-connect2 .related-area-content h5 span {
    font-weight: 300;
}

.related-info-connect2 .connect-area-content p a {
    text-decoration: underline;
}

.related-info-connect2 .connect-area-content .c-info p a,
.related-info-connect2 .connect-area-content .c-info p a span {
    color: #000 !important;
    text-decoration: underline !important;
}

/*Purohit P added new css for without banner page*/
.resnick-head-bg {
    background: #f4f3f3;
    min-height: 75px;
	margin-top: 0;
}

@media only screen and (max-width : 768px) {
	
	.resnick-head-bg {
		margin-top: 0px !important;
	}
	
}


.resnick-head-bg h2 {
    color: #05731e;
    font-weight: normal;
}

/*--------------------------------------------------------
* cbp-spmenu side menu
----------------------------------------------------------*/

.cbp-spmenu-right.cbp-spmenu-open {
    padding: 0 5px 0 20px;
}

.cbp-spmenu .first-ul,
.cbp-spmenu .second-ul {
    border-bottom: 1px solid #8e9097;
    padding: 0;
    padding-left: 10px;
    display: block;
    float: left;
    width: 100%;

}

.cbp-spmenu .search-form {
    border: none;
    box-shadow: none;
    margin: 0;
}

.cbp-spmenu .top-search-form .form-control {
    height: 22px;
    display: inline-block;
}

.cbp-spmenu .third-ul {
    padding: 0;
    padding-left: 10px;
}

.cbp-spmenu button#closemenu {
    padding: 25px 0;
}

.second-ul,
.third-ul {
    text-transform: capitalize;
}

/*----------------------------------------------------
* academics page css
----------------------------------------------------*/
.academics-area {
    background: #f4f2f3;
    padding: 50px 0;
}

.academics-area h2.page-subtitel {
    color: #05731e;
}

.academics-area a {
    text-decoration: underline;
}

.program a {
    width: 100%;
}

/*---------------------------------
footer:not(#mainFooter)
--------------------------------*/
.copyright span {
    padding: 0 5px;
}




/*----------------------------------------------
* financial-aid page 
------------------------------------------------*/
.page-head-title {
    background: #f4f3f3;
    padding: 10px 0 20px;
    margin-bottom: 30px;
}

.page-head-title h1 {
    color: #05731e;
    font-weight: 400;
    font-size: 29px;
}

.page-head-title h2 {
    color: #05731e;
    font-weight: 400;
    font-size: 29px;
}

.financial-aid-meet-area {
    text-align: center;
}

.on-meet-area.financial-aid-meet-area a:focus {
    outline: 2px solid #0cabec;
    display: block;
}

.visit-area {
    background: #4a4a4a;
    padding: 30px;
}

.visit-area:hover,
.visit-area:focus {
    background: #000000;
}

.financial-aid-wrapper ul, .financial-aid-wrapper ol{
    padding-left: 40px;
}

.financial-aid-wrapper ul li {
    list-style: disc;
    line-height: 1.5em;
    font-size: 16px;
	margin-bottom: 15px;
}

.related-right-area h4 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.related-right-area ul {
    padding: 0;
}

.related-right-area ul li,
.related-right-area ul li a {
    color: #024712;
    list-style: none;
}

.related-right-area ul li a:hover {
    text-decoration: underline;
}

.financial-aid-step-area .panel-body ul {
    padding-left: 35px;
}

.related-info-connect3 .related-area-content h5 {
    font-weight: bold;
    font-size: 16px;
}

.related-info-connect3 .connect-area-content .c-info .c-email {
    color: #096bdf;
}

.related-info-connect3 .connect-area-content .c-info .c-email span {
    color: #000;
}

.program-links-area ul, .program-links-area ol{
	padding-left: 0 !important;
}



/*----------------------------------------------
* campus life page Design css
------------------------------------------------*/
.campus-residence-wrapper ul li {
    list-style: disc;
    line-height: 1.5em;
    font-size: 16px;
}

.campus-residence-meet-area {
    padding: 0;
    /*text-align: center;*/
}

.campus-residence-bg h2 {
    font-weight: 400;
}

.campus-residence-meet-area .meet-lear-area,
.campus-residence-meet-area .online-lear-area {
    padding: 25px 20px !important;
    height: auto !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    line-height: 1em !important; 
    font-weight: 600 !important;
    font-size: 1.1em !important;
}

.campus-residence-meet-area .meet-lear-area {
    margin-bottom: 20px;
}

.campus-residence-meet-area h4,
.campus-residence-meet-area span.title {
    text-transform: capitalize;
    padding-left: 0;
    font-size: 17px;
    margin: 0;
}

.campus-residence-meet-area .visit-area,
.campus-residence-meet-area .online-lear-area {
    line-height: 1.5em;
}

.related-info-connect4 .related-area-content h5 {
    font-weight: normal;
    font-size: 16px;
}

.related-info-connect4 .connect-area-content .c-info .c-email {
    /*color: #096bdf;*/
    color: #000000;
}

.related-info-connect4 .connect-area-content .c-info .c-email span {
    color: #000;
}

/*----------------------------------------------
* .residence-halls-wrapper
--------------------------------------------*/
.residence-halls-wrapper {
    padding: 50px 0 20px;
    position: relative;
}

.residence-halls-wrapper h2 {
    font-size: 28px;
    color: #05731e;
    margin-bottom: 30px;
    margin-top: 0;
}

.residence-halls-area {
    margin-bottom: 50px;
}

.residence-halls-area img {
    margin-bottom: 30px;
}

.residence-halls-area p {
    line-height: 1.5em;
}

.residence-halls-area .learn-btn {
    color: #024e1b;
    display: block;
    font-weight: bold;
    margin-top: 30px;
	text-decoration: underline !important;
}

.residence-halls-area h4,
.residence-halls-area span.title {
    font-size: 20px;
    font-weight: normal;
    color: #05731e;
    margin-bottom: 20px;
    display: block;

}


/*--------------------------------------------
* table css design
------------------------------------------------*/

.residence-table-area {
    position: relative;
    background: #fff;
    padding: 80px 0;
}

.residence-table-area h2 {
    color: #05731e;
    margin-bottom: 35px;
    font-size: 28px;
}

#no-more-tables {
    position: relative;

}

table {
    border: 1px solid transparent;
    color: #000000;
    font-size: 15px;
    width: 100%;
}

.table-condensed>thead>tr>th {
    text-align: left;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.table-condensed>thead>tr>th {
    background-color: #0f743b;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
    text-align: left;
}

.table-striped>tbody>tr:nth-of-type(even) {
    /*background-color: #cccbcb;*/
    background-color: #ececec;
}

/*-------------------------------------------------
* residence-quote-area
-----------------------------------------------*/
.residence-quote-area {
    position: relative;
    padding: 0 0 80px 0;
}

.residence-quote-area h2 {
    color: #05731e;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 35px;
}

.quote-box {
    padding: 30px 50px;
}

.quote-box h3 {
    font-weight: 300;
    line-height: 1.5em;
}

.quote-role {
    color: #444;
    font-weight: 500;
}

/*-------------------------------------------------
* alert
-----------------------------------------------*/

.top-alert {
    height: 90px;
    top: 0;
    background: #a60102;
    z-index: 999999999;
    width: 100%;
    padding: 20px 0px;
    position: fixed;
}

.top-bar.overlay-bar.with-alert {
    top: 90px;
}

.alert-padding {
    padding-left: 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    font-family: arial;
    padding-top: 5px;
    padding-right: 18px;
}

.alert-padding span {
    font-size: 18px;
    color: #ffb00e;
    font-family: arial;
}

.top-bar.overlay-bar.with-alert.nav-sticky {
    top: 90px;
}

/* Added below for ol lists 7/26/17 */
.inner-page-content-area ol li {
    list-style-type: inherit;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

/* Added for Image Listing w/ Description Snippet */
table.ou-item-box img,
.item-box-container img {
    height: auto;
}

.item-box-container img {
    margin: 5px;
}

@media (max-width:480px) {
    .item-box-container .row>div {
        width: 100%;
    }
}




/*  ADDED - AAD  */

#home #content {
    clear: both;
	height: auto;
}

/*IE, EDGE, FF, fix*/


/*-------------------------------------------------
* Slideshow: Updated by RRD
-----------------------------------------------*/
.slick-nav-wrap {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.slideRow {
    /*height: 90vh;*/
    height: 65vh;
    position: relative;
}

.home-hero-slider.slick-slider {
    height: 100%;
    margin: 0 auto;
    background: #064614;
}

.slider-inner {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}

.slick-slide {
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    /* All the images are in a row next to each other. */
}

.home-hero-slider .slick-prev:hover,
.home-hero-slider .slick-next:hover {
    opacity: 0.6;
}

.home-hero-slider.slick-slider .slick-list,
.home-hero-slider.slick-slider .slick-track {
    height: 100%;
    padding: 0 !important;
}

.home-hero-slider.slick-slider .slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    display: block;
    position: relative;
}

.carousel-caption {
    width: 100%;
    /*left: 0;*/
    left: 50px;
    right: 0;
    text-align: left;
    font-size: 19px;
    /* changed font to 19px from 18 Kenny */
    line-height: 1.5em;
    letter-spacing: -0.2px;
    text-shadow: 2px 2px 2px #000000;
    /*text-shadow: none; added text shadow by Kenny*/
    padding-bottom: 10px;
    /*bottom: 22%;*/
    bottom: 70px;
    /*! position: relative; */
    display: block;
    float: none;
}

.carousel-caption a:focus .caption-textarea {
    outline: 1px solid white;
}

.carousel-caption h2, .carousel-caption h1 {
    font-size: 43px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ffcc00;
    text-shadow: 2px 2px 2px #000000;
    /*text-shadow: none; added drop shadow by Kenny per Muzel*/
    line-height: 1.35em;
    margin-top: 0;
    margin-bottom: 0;
}

.carousel-caption p {
    font-size: 1.3em;
}

.slideRow .dots {
    /*  width:100%;
    bottom: 140px;*/
    width: 45%;
    bottom: 92px;
    position: absolute;
}

.slideRow ul.slick-dots {
    position: absolute;
    left: 150px;
    bottom: 22px;
}

.slideRow .slick-dots li {
    width: 15px;
    height: 15px;
    background: #fff;
    background: rgba(249, 248, 248, 0.7);
    color: #000;
    border: none;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.slideRow .slick-dots li:hover {
    background: rgb(1, 71, 17);
    ;
}

.slideRow .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    background: #fff;
    /*background: rgb(1, 71, 17);*/
    background: rgb(255, 204, 0);
    color: #000;
    border: 0px;
    border: none;
    margin: 0px 5px;
}

.slideRow .slick-dots li button {
    background: none;
    border: none;
    text-indent: -99999px;
    width: 15px;
    height: 15px;
    overflow: hidden;
}

.slick-nav {
    background-color: #000 !important;
    color: #fff;
}

.slick-prev,
.slick-next {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    border: 1px solid #eee;
    position: absolute;
    padding: 0;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0;
    width: 36px;
    height: 36px;
    line-height: 1.5em;
    text-align: center;
    z-index: 1;
}

.slick-prev:focus,
.slick-next:focus {
    border: 1px solid white;
}

.slick-nav .slick-dots li button:focus,
.slick-nav .slick-dots li button[aria-selected="true"] {
    border: 1px solid white;
    border-radius: 100%;
    outline: 0;
    padding: 0px;
}

.slick-nav .slick-dots li button:focus {
    outline: 1px solid #fff !important;
}

.slick-prev:focus,
.slick-next:focus {
    border: 2px solid #eee;
}

.slick-prev {
    left: 55px;
    bottom: 30px;
    color: #fff !important;
    background-color: #000;
    background: url(https://www.delhi.edu/_resources/images/LeftArrow.png) rgba(0, 0, 0, 0.7);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    border-right: none;
}

.slick-next {
    left: 90px;
    bottom: 30px;
    color: #fff !important;
    background-color: #000;
    background: url(https://www.delhi.edu/_resources/images/RightArrow.png) rgba(0, 0, 0, 0.7);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel-caption a {
    color: #fff;
}

/* Landscape tablets and medium desktops */
@media (max-width: 1199px) {
    .carousel-caption {
        top: auto !important;
        left: 15px;
    }

    .slick-nav-wrap {
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-caption .move-top {
        left: auto !important;
    }

    .box-heading {
        font-size: 22px !important;
        /*width: auto !important; 
    top: 50% !important;*/
        line-height: 1em !important;
    }

    .gray-section .sans-serif {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        /*border: 2px solid #ed1e79;*/
        height: auto;
    }

    /*pink*/
    .carousel-caption .move-top {
        left: auto !important;
    }

    .box-heading {
        font-size: 20px !important;
        /*width: auto !important; 
    top: 50% !important;
line-height: 28px !important;*/
    }

    .tour {
        float: right;
    }

    .gray-section .sans-serif {
        padding-top: 0px;
    }

    #home .content-area .container-fluid .container .row img {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width:767px) {
    body {
        /*  border: 2px solid #009245;*/
        height: auto;
    }

    /*green*/
    .tour {
        float: right;
    }

    .box-heading {
        font-size: 20px !important;
        /*width: auto !important; 
    top: 50% !important;
line-height: 28px !important;*/
    }

    .slick-nav .slick-dots li button:focus {
        border: none;
    }

    .slideRow {
        /*height: 85vh;*/
        height: 550px;
    }

    .home-hero-slider.slick-slider .slick-slide {
        background-size: cover;
        background-repeat: no-repeat;
        /*height: 50vh;*/
        height: 380px;
        position: relative;
        background-position: top center;
    }

    .carousel-caption {
        /*  OVERRIDES 465 responsive.css */
        display: block !important;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        top: 350px !important;
        bottom: 0 !important;
        padding: 20px 0 70px;
        /*height: 35vh !important;*/
        height: auto !important;
        position: absolute;
        background: #014711;
    }

    .carousel-caption h2, .carousel-caption h1 {
        font-size: 30px;
    }

    .caption-textarea {
        margin-left: 0px;
        padding: 10px 45px;
        font-size: 26px;
        line-height: 1.5em;
    }

    .caption-textarea span {
        font-size: 26px;
        line-height: 1.5em;
        font-weight: 500;
    }

    .slick-next {
        bottom: 20px;
        left: 50px;
    }

    .slick-prev {
        left: 15px;
        bottom: 20px;
    }

    .carousel-caption .move-top p {
        display: block !important;
		font-size: 1em;
    }

    .slideRow ul.slick-dots {
        left: 100px;
        bottom: 10px;
    }

    .slideRow .slick-dots li.slick-active {
        background: rgb(255, 204, 0);
    }

    #home .content-area .container-fluid .container .row img {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    body {
        /*  border: 2px solid #f15a24; */
    }

    /*orange*/
    .box-heading {
        font-size: 16px !important;
        /*line-height: 24px !important;*/
    }

    .carousel-caption {
        width: 100vw !important;
    }

    .carousel-caption h2 {
        font-size: 30px;
        line-height: 1.5em;
    }

    .slideRow {
        /*height: 85vh;*/
        height: 550px;
    }

    .home-hero-slider.slick-slider .slick-slide {
        background-size: cover;
        background-repeat: no-repeat;
        /*height: 50vh;*/
        height: 300px;
        position: relative;
        background-position: top center;
    }

    .carousel-caption {
        /*  OVERRIDES 465 responsive.css */
        display: block !important;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        top: 280px !important;
        bottom: 0 !important;
        padding: 20px 0 70px;
        /*height: 35vh !important;*/
        height: auto !important;
        position: absolute;
        background: #014711;
    }
}

@media print {

    .topbar,
    .navbar-nav,
    footer:not(#mainFooter),
    .breadcrumb,
    .page-submenu-list {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    .online-lear-area a,
    .meet-lear-area a {
        display: none !important;
    }
}




/* ---------------------------------------- Pete Additions ---------------------------------------- */

.exposure-post-cover-embed {
    width: 262px;
    height: 600px;
    margin-bottom: 5px;
    border: solid 1px #ccc;
    border-radius: 2px;
}

.btn-success {
    color: #fff;
    background-color: #024711 !important;
    border: 0 !important;
}


.btn-success:hover,
.btn-success:focus {
    background-color: #000 !important;
}

.btn-warning {
    background: #000;
    border-color: #000 !important;
}

.btn-warning:hover,
.btn-warning:focus {
    background: #024711 !important;
    border-color: #024711 !important;
}

.meet-lear-area a,
.online-lear-area a {
    display: inline-block;
}

.related-info-connect span.connectHeading {
    background: #024711;
    display: inline-block;
    padding: 6px 30px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 30px 0;
    width: 253px;
    height: 40px;
    line-height: 1.5em;
    font-size: 18px;
}

.residence-halls-wrapper .heading {
    font-size: 28px;
    color: #05731e;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1em;
}

.residence-halls-area span.columnHeading {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.1em;
    display: block;
}

#imageWrapper {
    display: table;
}

#imageWrapper.alignRight {
    float: right;
    margin: 0 0 20px 20px;
}

#imageWrapper.alignLeft {
    float: left;
    margin: 0 20px 20px 0;
}

#imageWrapper img {
    display: block;
}

#imageWrapper span {
    display: table-caption;
    caption-side: bottom;
    background: #fff;
    padding: 10px;
    font-size: .8em;
    font-style: italic;
    color: #000;
    line-height: 1.7em;
    text-align: center;
}



/* Added by Pete {{ */

/*.hasExternal:after {
    content: " \f08e";
    font-family: FontAwesome;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}*/



#miloWrapper label {
    display: block;
    margin-bottom: 5px;
}

#miloWrapper h2 {
    margin-top: 0;
}

#miloWrapper label {
    display: block;
    margin-bottom: 5px;
}

#miloWrapper #miloFlex {
    display: flex;
}

#miloWrapper #miloFlex .cell.firstChoice {
    width: 215px;
}

#miloWrapper #miloFlex .cell.allchoices {
    flex: 1;
    padding-left: 10px;
}

#miloWrapper #miloFlex .cell.allchoices input[type=text] {
    margin: 25px 10px 0 0;
}

#miloWrapper #miloFlex .cell.allchoices .uquery {
    width: calc(100% - 190px);
}

#miloWrapper #miloFlex .cell.allchoices .form-submit {
    float: right;
    margin-right: 10px;
    width: 100px;
    padding: 10px;
    font-size: 1em;
}


#miloWrapper #miloFlex select.div-toggler {
    display: block;
    float: none;
    height: auto;
    padding: 0;
}

#columns {
    display: flex;
}

#columns .column {
    flex: 1;
    margin: 0 30px;
}

#columns .column:first-of-type {
    margin-left: 0;
}

#columns .column:last-of-type {
    margin-right: 0;
}


.content-area .container-fluid .row .col-sm-3.col-xs-6.nopadding:nth-child(2),
.content-area .container-fluid .row .col-sm-3.col-xs-6.nopadding:nth-child(4),
.content-area .container-fluid .row .col-sm-3.col-xs-6.nopadding:nth-child(5),
.content-area .container-fluid .row .col-sm-3.col-xs-6.nopadding:nth-child(7) {
    filter: grayscale(1);
}


.libraryLinks a,
.related-info-connect a,
.related-info-connect2 a,
.related-info-connect4 a,
.bba-wrapper p a,
.bba-wrapper ul li a,
.bba-wrapper ol li a,
.footer-menu a {
    text-decoration: underline;
}




@media (max-width: 500px) {

    #columns {
        display: block;
    }

    #columns .column {
        margin: 0 !important;
    }

}




#resourceLinks {
    max-width: 1145px;
    width: 96%;
    margin: 0 auto;
}


#resourceLinks article {
    margin-bottom: 30px;
}

#resourceLinks article h2 {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #05731e;
    font-size: 1.4em;
    border-bottom: 1px solid #ccc;
}

#resourceLinks article ul {
    -webkit-columns: 4;
    columns: 4;
    -webkit-column-gap: 80px;
    column-gap: 80px;
    list-style: none;
    padding: 0 !important;
}

#resourceLinks article ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#resourceLinks article ul li a {
    color: #014D1B;
    display: block;
    line-height: 1.3em;
    text-decoration: underline;
    /*border-bottom: 1px dotted #333;*/
    padding-bottom: 2px;
}

#resourceLinks article ul li a:hover {
    color: #000;
}


@media (max-width: 980px) {

    #resourceLinks article ul {
        -webkit-columns: 3;
        columns: 3;
    }

}

@media (max-width: 750px) {

    #resourceLinks article ul {
        -webkit-columns: 2;
        columns: 2;
    }

}

@media (max-width: 500px) {

    #resourceLinks article {
        text-align: center;
    }

    #resourceLinks article ul {
        -webkit-columns: 1;
        columns: 1;
    }

}


.librarySearch {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.librarySearch *:focus {
    background-color: yellow !important;
    color: #000 !important;
}

.librarySearch legend {
    width: 100%;
    border: 0;
    border-bottom: 1px dotted #000;
    font-weight: 800;
    font-size: 1.8em;
    color: #014E1C;
    line-height: 1.5em;
    padding-bottom: 10px;
}

.librarySearch span {
    margin-bottom: 10px;
}

.librarySearch span.selectWrap {
    width: 25%;
    margin-right: 10px;
    min-width: 200px;
}

.librarySearch span.buttonWrap {
    width: 100%;
}

.librarySearch span.searchText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.librarySearch span label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}

.librarySearch input,
.librarySearch select {
    height: 65px !important;
    width: 100%;
    font-size: 17px;
    border: 1px solid #ccc !important;
}

.librarySearch select {
    padding: 5px 35px 5px 20px;
    height: 55px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("https://www.delhi.edu/_resources/images/arrows/black_down.svg") 96% center no-repeat;
    background-size: 25px 25px;
}

.librarySearch input[type="text"] {
    padding-left: 20px;
}

.librarySearch input[type="submit"] {
    background: #014E1C;
    border: 0;
    color: #fff;
    font-weight: 600;
}

.librarySearch select::-ms-expand {
    display: none;
}

/*
@media screen and (min-width: 0\0) {
    
      .librarySearch select {
      background: none\9;
      padding: 5px\9; } 
  
  }
*/

@media only screen and (max-width: 800px) {
    .librarySearch {
        display: block;
    }

    .librarySearch span {
        display: block;
        width: 100% !important;
    }
}




a.button {
    display: inline-block;
    background: #014E1C;
    border: 0;
    color: #fff !important;
    font-weight: 500;
    line-height: 1.5em;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none !important;
}

a.button.wide {
width: 100%;	
}

a.button.centered {
text-align: center;	
}

a.button.download {
margin-top: 2px;
}

a.button:hover, a.button:focus, a.button.alt:hover, a.button.alt:focus {
    background: #000 !important
    color: #fff !important;
    text-decoration: underline !important;
}

a.button.alt {
	background: #ffb917;
	color: #000 !important;
}


.academic-table-titel {
    position: relative;
    background-color: #000 !important;
}

.aca-info-box {
    position: relative;
    background-color: #000 !important;
}

.aca-info-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .2;
}

.information-academic h3.academic-link-heading a,
.apply-academic h3.academic-link-heading a {
    background: none !important;
}

#majorsList{
    columns: 2;
    padding-top: 40px;
}

@media only screen and (max-width: 780px) {
	#majorsList{
		columns: 1;
	}
}

#majorsList .major{
    display: inline-block;
    width: 100%;
    margin: 0 0 40px 0;
}

#majorsList .major h3{
    margin: 0 0 20px 0;
}

#majorsList .major ul{
    padding: 0;
    list-style: none;
}

#majorsList .major ul li{
    list-style: none;
    margin: 0 0 15px 0;
}

#majorsList .major ul li a{
    display: block;
    border-left: 2px solid rgba(0, 0, 0, .2);
    padding: 0 0 0 10px;
    color: #666;
    transition: all .2s linear;
}

#majorsList .major ul li a:hover{
    border-left: 7px solid rgba(0, 0, 0, 1);
    color: #000;
}

.bba-wrapper a{
	text-decoration: underline;
}

.tiles {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.tiles.withPadding {
	padding: 0 2%;
}

.tiles *,
.tiles *:after,
.tiles *:before {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tiles .tile {
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.tiles .tile .tileImage {
    background: #f1f1f1;
	margin-bottom: 20px;
}

.tiles .tile .tileImage img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}

.tiles .tile .tileDescription {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}

.tiles .tile .tileDescription *:last-child {
    margin-bottom: 0 !important;
}

.tiles .tile .tileDescription h1,
.tiles .tile .tileDescription h2,
.tiles .tile .tileDescription h3,
.tiles .tile .tileDescription h4,
.tiles .tile .tileDescription h5,
.tiles .tile .tileDescription h6 {
    margin-bottom: 15px;
    line-height: 1.5em;
}

.tiles .tile .tileDescription p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.tiles .tile .tileDescription p a {
    text-decoration: underline;
    color: green;
}

.tiles .tile .tileDescription ul,
.tiles .tile .tileDescription ol {
    list-style: disc;
    padding-left: 20px;
}

.tiles .tile .tileDescription ul li,
.tiles .tile .tileDescription ol li {
    list-style: inherit;
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 0;
}

.tiles .tile .tileDescription ul li a,
.tiles .tile .tileDescription ol li a {
    text-decoration: underline;
    color: green;
}

.tiles .tile .tileDescription ol {
    list-style: decimal;
}

.tiles .tile .tileButton {
    width: 100%;
    padding: 0 20px 20px 20px;
}

.tiles .tile .tileButton a {
    background: #024711;
    display: block;
    color: #fff !important;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.1em;
    padding: 15px 10px;
    text-decoration: none !important;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    font-weight: 500;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tiles .tile .tileButton a:focus {
    background: #ffcc00 !important;
    color: #000 !important;
	border: 0px !important;
	outline: 0 !important;
}

.tiles .tile .tileButton a:hover {
    background: #024711;
    color: #fff;
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}

.tiles.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tiles.horizontal .tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 1%;
}

.tiles.horizontal .tile:first-of-type {
    margin-left: 0;
}

.tiles.horizontal .tile:last-of-type {
    margin-right: 0;
}

.tiles.horizontal .tile .tileImage {
    height: 200px;
}

.tiles.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tiles.vertical .tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding-left: 33.333%;
    min-height: 200px;
}

.tiles.vertical .tile:last-of-type {
    margin-bottom: 0;
}

.tiles.vertical .tile .tileImage {
    height: 100%;
    width: 33.333%;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 970px) {
    .tiles.horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tiles.horizontal .tile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 1%;
        flex-direction: column;
        margin-bottom: 30px;
        padding-left: 33.333%;
        min-height: 200px;
    }

    .tiles.horizontal .tile:last-of-type {
        margin-bottom: 0;
    }

    .tiles.horizontal .tile .tileImage {
        height: 100%;
        width: 33.333%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

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

    .tiles.horizontal .tile,
    .tiles.vertical .tile {
        margin: 0 0 30px 0;
        padding-left: 0;
        min-height: 0;
    }

    .tiles.horizontal .tile:last-of-type,
    .tiles.vertical .tile:last-of-type {
        margin-bottom: 0;
    }

    .tiles.horizontal .tile .tileImage,
    .tiles.vertical .tile .tileImage {
        height: 200px;
        width: 100%;
        position: relative;
    }
}



/* ---------- Profile Grid ---------- */


#profileGrid {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#profileGrid .profile {
  width: calc(33.333% - 20px);
  border: 1px solid #ccc;
  margin: 10px;
  background: #fff;
}

#profileGrid.twoColumn .profile {
  width: calc(50% - 20px);
}


#profileGrid .profile .profileImage {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}
#profileGrid .profile .profileImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#profileGrid .profile .profileContent {
  padding: 15px;
}
#profileGrid .profile .profileContent h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 1.4em;
}
#profileGrid .profile .profileContent p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
}
#profileGrid .profile .profileContent p a {
  text-decoration: underline;
  color: #0000FF;
}

/* -- Vertical --*/

#profileGrid.vertical .profile {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  padding: 20px;
}
#profileGrid.vertical .profile .profileImage {
  width: 250px;
  height: 250px;
  border: 1px solid #f1f1f1;
  flex: none;
}
#profileGrid.vertical .profile .profileContent {
  flex-grow: 1;
  padding: 0 20px;
}

@media only screen and (max-width: 992px) {
  #profileGrid .profile {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 700px) {
  
	#profileGrid.vertical .profile {
		flex-direction: column;
	}
	
	#profileGrid.vertical .profile .profileImage{
		width: 100%;
		margin-bottom: 20px;
	}
	
	#profileGrid.vertical .profile .profileContent{
		width: 100%;
		padding: 0;
	}
	
}


@media only screen and (max-width: 580px) {
  #profileGrid .profile {
    width: 100%;
    margin: 0 0 10px 0;
  }
}


/* --------- Responsive Table --------- */


table.responsiveTable {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #666;
	margin-bottom: 15px;
}

table.responsiveTable.fixed {
    table-layout: fixed;
}

table.responsiveTable caption {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.1em;
}

table.responsiveTable caption h3{
	margin-top: 0 !important;	
}

table.responsiveTable thead tr:nth-child(even),
table.responsiveTable tbody tr:nth-child(even) {
    background: #f9f9f9;
}

table.responsiveTable thead tr th,
table.responsiveTable tbody tr th{
    color: #fff;
}

table.responsiveTable tbody tr th.bodyHeader{
    background: #e8e8e8 !important;
    color: #000 !important;
}

table.responsiveTable thead tr th,
table.responsiveTable thead tr td,
table.responsiveTable tbody tr th,
table.responsiveTable tbody tr td,
table.responsiveTable tfoot tr th,
table.responsiveTable tfoot tr td {
    padding: 12px !important;
    text-align: left;
    line-height: 1.5em;
	vertical-align: top;
}

table.responsiveTable tbody tr th {
    color: #000 !important;
    background: #e5e5e5 !important;
}

table.responsiveTable tbody tr th h4,
table.responsiveTable tbody tr th h3{
    margin: 5px 0;
}

table.responsiveTable thead tr th,
table.responsiveTable tbody tr td,
table.responsiveTable tbody tr th,
table.responsiveTable tfoot tr td{
    border-right: 1px dotted #666;
}

table.responsiveTable thead tr th{
    border-color: #E6E6E6;
}

table.responsiveTable thead tr {
    background: #444 !important;
}

table.responsiveTable tfoot tr {
    background: #E6E6E6 !important;
    border-top: 1px solid #D1D1D1;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
    table.responsiveTable thead {
        display: none;
    }

    table.responsiveTable tbody tr th {
        padding: 0 0 10px 0;
        font-size: 1.3em;
        border-top: 0;
        border-bottom: 0;
    }

    table.responsiveTable tbody tr th.bodyHeader{
        background: transparent !important;
        font-weight: 900 !important;
    }

    table.responsiveTable tr {
        display: block;
        position: relative;
        padding: 15px;
        background: transparent !important;
        border-bottom: 1px solid #ccc;
    }

    table.responsiveTable tr:first-of-type {
        border-top: 1px solid #ccc;
    }

    table.responsiveTable td {
        display: table-row;
    }

    table.responsiveTable td:before {
        content: attr(data-label);
        display: table-cell;
        font-weight: bold;
        padding: 10px 0;
        text-align: left;
        width: 120px;
    }

    table.responsiveTable thead tr th,
    table.responsiveTable tbody tr td,
	table.responsiveTable tbody tr th,
    table.responsiveTable tfoot tr td{
        border-right: 0;
    }
	
	table.responsiveTable tbody tr th{
		margin-bottom: 10px !important;
		padding: 0 !important;
		display: block;
	}
}




#alumniColumns{
    display: flex;
    flex-direction: row;
}

#alumniColumns .mainContent{
    flex: 1;
    margin-right: 30px;
}

#alumniColumns .sidebarContent{
    width: 25%;
}

#alumniColumns .sidebarContent a{
    display: block;
    margin-bottom: 10px;
}

#alumniColumns .sidebarContent a button{
    font-size: .95em !important;
}

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

    #alumniColumns{
        display: block;
    }

    #alumniColumns .mainContent{
        margin-right: 0px;
    }

    #alumniColumns .sidebarContent{
        width: 100%;
    }

}

/* --------- Save the Date --------- */

#saveTheDate{
    border: 4px double #024712;
    padding: 15px;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}

#saveTheDate h3{
    font-size: 1.4em;
    margin: 0 0 15px 0;
    color: #024712;
}

#saveTheDate h3 span{
    display: block;
    font-size: .7em;
    margin: 0 0 5px 0;
}

#saveTheDate h3 span:before{
    content: '- ';
}

#saveTheDate h3 span:after{
    content: ' -';
}

#saveTheDate p{
    margin-bottom: 10px;
}

#saveTheDate p.details{
    font-size: .8em;
    line-height: 1.3em;
    margin-bottom: 0;
}

/* --------- Mach Forms --------- */

#mf_iframe{
	width: 100% !important;
	border: 0 !important;
}

/* --------- Search Result --------- */

#ou-search-results ul li.externalResult h3.ou-search-result-heading a:after,
#ou-search-results ul li.externalResult p.ou-search-link a:after
{
    content: " \f08e";
    font-family: FontAwesome;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.bba-wrapper ul, .bba-wrapper ol{
    padding-left: 20px;
}


ul.virusButtonsUpdated {
  list-style: none !important;
  padding: 0 !important;
}
 
ul.virusButtonsUpdated li {
	list-style: none;
	margin-bottom: 2px; 
}

ul.virusButtonsUpdated li.titleSeperator {
	background: #024712;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

ul.virusButtonsUpdated li a {
	background: #f8f8f8 !important;
	color: #000 !important;
	font-weight: normal;
	line-height: 1.4em;
	padding: 15px;
	font-size: 1em;
	border-radius: 0;
	display: block; 
}

ul.virusButtonsUpdated li a:hover, ul.virusButtonsUpdated li a:focus {
	color: #000 !important;
	background: #f1f1f1 !important;
}

#miniAlert{
	border: 1px solid #FFE033;
	background: #FDFFD5;
	padding: 20px;
	display: block;
}

#miniAlert.green{
	border: 1px solid rgb(5, 115, 30);
	background: #ffffff;
}

#miniAlert.bordered{
	border: 1px solid #666;
	background: #ffffff;
}

ul.sidebarNav{
	list-style: none;
}

ul.sidebarNav li{
	border-bottom: 1px solid #ccc;
	list-style: none;
}

ul.sidebarNav li a{
	display: block;
	padding: 10px 0;
}

.exposure-post-cover-embed{
	width: 262px; 
	height: 600px; 
	margin-bottom: 5px; 
	border: solid 1px #ccc; 
	border-radius: 2px;
}

.catalogHide{
	display: none !important;
}

.videoSplit{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.videoSplit .videoCell{
	width: 50%;
	padding: 10px;
}


@media only screen and (max-width: 900px) {
	
	.videoSplit{
		display: block;
	}
	
	.videoSplit .videoCell{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	
	
}


ul.downloads{
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
	display: flex;
	flex-wrap: wrap;
}

ul.downloads li{
	position: relative;
	height: auto;
	list-style: none;
	margin: 5px;
	border: 1px solid #000;
	padding: 5px 5px 0 5px;
	background: #fff;
}

ul.downloads li img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

ul.downloads li a{
	display: block;
	position: relative;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.5em;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #000;
}

ul.downloads li a:after{
	content: " \f063";
	font-family: FontAwesome;
	font-size: .8em;
	line-height: inherit;
	font-weight: normal;
}

ul.downloads.double li{
	width: calc(50% - 10px);
}

ul.downloads.triple li{
	width: calc(33.333% - 10px);
}

ul.downloads.quad li{
	width: calc(25% - 10px);
}

@media only screen and (max-width: 500px) {
	
	
	ul.downloads.double li{
		width: calc(100% - 10px);
	}
	
}

/* ---------- Accordion ---------- */

dl.accordion2020 {
  width: 100%;
  background: white;
  margin: 0 auto;
  border: 1px dotted #ccc;
}

dl.accordion2020 > dt {
	border-bottom: 1px dotted #DDE0E7;
	color: #2a313a;
	cursor: pointer;
	font-weight: 500;
	padding: 25px;
	padding-right: 50px;
	position: relative; 
}
    dl.accordion2020 > dt:hover {
      background: #F6F7F9; }
    dl.accordion2020 > dt:focus {
      outline: 1px dotted #000;
      outline-offset: -8px; }
    dl.accordion2020 > dt:after {
      content: '+';
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 1.5em;
      right: 20px;
      font-size: 25px; }
    dl.accordion2020 > dt.active {
      background: #F6F7F9; }
      dl.accordion2020 > dt.active:after {
        content: '-';
        font-size: 45px;
        margin-top: -3px; }
  dl.accordion2020 > dd {
    border-bottom: 1px dotted #DDE0E7;
    padding: 1.5rem;
    color: #4a5666; }
  dl.accordion2020.updates > dt {
    font-size: 1.2em; }
    dl.accordion2020.updates > dt strong {
      font-weight: normal; }
    dl.accordion2020.updates > dt:before {
      content: 'Update: '; }
    dl.accordion2020.updates > dt:first-of-type:before {
      content: 'Latest Update: '; }
  dl.accordion2020.faq > dt {
    padding-right: 100px; }
    dl.accordion2020.faq > dt:before {
      content: 'Q: ';
      font-weight: bold;
      color: #aaa;
      display: inline-block;
      margin-right: 10px; }
  dl.accordion2020.faq > dd:before {
    content: 'A: ';
    font-weight: bold;
    color: #aaa;
    display: inline-block;
    margin-right: 10px; }

/* ---------- Transcripts ---------- */

.transcriptOptions {
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 30px;
	/*margin: -30px 0 30px 0;*/
}
.transcriptOptions button, .transcriptOptions a {
  height: 40px;
  background: purple;
  display: block;
  width: 50%;
  border: 0;
  color: #fff !important;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
}
.transcriptOptions button:hover, .transcriptOptions a:hover {
  text-decoration: underline !important;
	color: #fff !important;
}
.transcriptOptions button:focus, .transcriptOptions a:focus {
  outline: 1px dotted #fff;
  outline-offset: -5px;
  text-decoration: underline !important;
}
.transcriptOptions button {
  background: #024712;
}
.transcriptOptions button:after {
  content: "+";
  margin-left: 3px;
}
.transcriptOptions button.open:after {
  content: "-";
}
.transcriptOptions a {
  background: #03701c;
	padding-top: 8px;
}
.transcriptOptions .transcriptWindow {
  width: 100%;
  padding: 20px;
  background: #fff;
  display: none;
  border: 1px dotted #ccc;
  background: #fff;
  white-space: pre-line;
}

@media only screen and (max-width: 500px) {
  .transcriptOptions button, .transcriptOptions a {
    width: 100%;
  }
}


ul#dataTree {
  list-style: none;
  width: 100%;
}
ul#dataTree > li:nth-child(1) > p {
  border: 0;
  padding: 0;
}
ul#dataTree > li:nth-child(1) > p:before {
  display: none;
}
ul#dataTree > li:nth-child(1) > p span.boarderBox {
  border: 1px solid #000;
  margin: 0;
  padding: 10px;
background: #fff;
}
ul#dataTree > li:nth-child(1) > p span.boarderBox span.sub {
  margin: 0;
}
ul#dataTree > li:nth-child(1) > p span.boarderBox:nth-child(1) {
  margin: 50px 0 0 0;
}
ul#dataTree > li:nth-child(1) > p span.boarderBox:nth-child(2) {
  position: relative;
  top: 70px;
}
ul#dataTree > li:nth-child(1) > p span.boarderBox:nth-child(2):before {
  content: "";
  width: 1px;
  height: 70px;
  background: #000;
  position: absolute;
  top: -70px;
  left: 50%;
}
ul#dataTree ul, ul#dataTree li {
  list-style: none;
}
ul#dataTree > li:first-of-type {
  border-left: 0;
}
ul#dataTree li {
  display: flex;
  align-items: center;
  border-left: 1px solid #000;
  padding: 10px;
}
ul#dataTree li.noBorder {
  border: 0;
}
ul#dataTree li:first-of-type {
  padding-top: 0;
}
ul#dataTree li:last-of-type {
  padding-bottom: 0;
}
ul#dataTree li.hasChildren > p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 10px;
  height: 1px;
  display: block;
  background: #000;
  transform: translateY(-50%);
}
ul#dataTree li p {
  border: 1px solid #000;
  display: block;
  padding: 10px;
  position: relative;
	background: #fff;
}
ul#dataTree li p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 10px;
  height: 1px;
  display: block;
  background: #000;
  transform: translateY(-50%);
}
ul#dataTree li p span {
  display: block;
}
ul#dataTree li p span.title {
  font-size: 0.9em;
  margin-bottom: 5px;
}
ul#dataTree li p span.sub {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}
ul#dataTree li p span.list {
  font-style: italic;
  line-height: 1.6em;
}
ul#dataTree li ul {
  margin-left: 10px;
}
ul#dataTree li ul li:first-of-type {
  position: relative;
}
ul#dataTree li ul li:first-of-type:before {
  content: "";
  height: calc(50% - 5px);
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  background: #f4f3f3;
}
ul#dataTree li ul li:last-of-type {
  position: relative;
}
ul#dataTree li ul li:last-of-type:before {
  content: "";
  height: calc(50% - 5px);
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 2px;
  background: #f4f3f3;
}

#libchat_f35d96c93db30a3024ec41e9620a3b43 a{
	display: block;
}

#libchat_f35d96c93db30a3024ec41e9620a3b43 a:focus{
	outline: 1px solid blue;
    outline-offset: 4px;
}

#anchorLinks p a{
	display: inline-block;
}

a.imageLinkWrapper{
	display: block;
}

a.anchor{
	display: block;
	position: relative;
	top: -100px;
}

/* --------------- Bar Chart --------------- */

dl.barChart {
  border: 1px solid #666;
  padding: 20px;
  background: #fff;
}
dl.barChart dt {
  font-weight: 600;
  margin-bottom: 20px;
}
dl.barChart dd {
  min-height: 40px;
  background: pink;
  display: flex;
  flex-direction: row;
  background: repeating-linear-gradient(to right, #ddd, #ddd 1px, #fff 1px, #fff 5%);
  padding: 2px 0;
}
dl.barChart dd > div {
  display: flex;
  align-items: center;
}
dl.barChart dd > div.text {
  background: #fff;
  max-width: 220px;
  width: 30%;
  padding: 5px;
  font-weight: 500;
font-size: .9em;
}
dl.barChart dd > div.percentage {
  flex: 1;
}
dl.barChart dd > div.percentage span.bar {
  text-align: right;
  color: #fff;
  font-weight: 600;
  min-width: 55px;
  background: #024712;
  height: 100%;
  position: relative;
  display: block;
}
dl.barChart dd > div.percentage span.bar span {
  position: absolute;
  top: 50%;
  display: block;
  right: 5px;
  transform: translateY(-50%);
font-size: .85em;
  line-height: 1.5em;
}

/* --------------- Bar Chart End --------------- */

ol#reopeningList {
  margin-bottom: 30px;
  list-style-type: decimal;
}
ol#reopeningList * {
  margin: 0 0 5px 0 !important;
  padding-bottom: 0 !important;
}
ol#reopeningList li {
  padding: 0 !important;
}
ol#reopeningList li a {
  color: #000;
  font-weight: bold;
	margin-bottom: 10px !important;
	display: block;
	transition: color .2s linear;
}
ol#reopeningList li a:hover {
  color: #05731e;
}




ol#reopeningList li ol {
  list-style-type: lower-alpha;
}
ol#reopeningList li ol li a {
  font-weight: normal;
}
ol#reopeningList li ol li ol {
  list-style-type: lower-roman;
}

/* --------------- Reopening Chart --------------- */

table.responsiveTable.reopening {
  margin: 0;
  table-layout: fixed;
}
table.responsiveTable.reopening tbody tr td, table.responsiveTable.reopening tbody tr th, table.responsiveTable.reopening thead tr td, table.responsiveTable.reopening thead tr th {
  text-align: center;
  color: #000;
  padding: 12px 3px !important;
}
table.responsiveTable.reopening tbody tr.small, table.responsiveTable.reopening thead tr.small {
  font-size: 65%;
}
table.responsiveTable.reopening.green1 thead tr th {
  background: #39AC3D;
}
table.responsiveTable.reopening.green2 thead tr th {
  background: #4FC453;
}
table.responsiveTable.reopening.green3 thead tr th {
  background: #6ACD6D;
}
table.responsiveTable.reopening.green4 thead tr th {
  background: #9CDE9F;
}
table.responsiveTable.reopening.green5 thead tr th {
  background: #B5E8BA;
}
table.responsiveTable.reopening.green6 thead tr th {
  background: #E4F6E7;
}

.downArrow {
  padding: 10px 0;
margin-bottom: -25px;
}
.downArrow:before {
  font-family: fontAwesome;
  content: "";
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 1.5em;
}
.downArrow.green1:before {
  color: #39AC3D;
}
.downArrow.green2:before {
  color: #4FC453;
}
.downArrow.green3:before {
  color: #6ACD6D;
}
.downArrow.green4:before {
  color: #9CDE9F;
}
.downArrow.green5:before {
  color: #B5E8BA;
}

h3.highlight {
    font-size: 1em !important;
    background: #024712;
    color: #fff !important;
    display: block;
    padding: 20px 25px;
    margin: 0 !important;
}


.buttonGroup {
  list-style: none;
  padding: 0 !important;
  margin: 20px -4px 0 -4px !important;
  line-height: 1em !important;
  display: flex;
  flex-wrap: wrap;
}
.buttonGroup li {
  list-style: none !important;
  padding: 0 !important;
  margin: 4px !important;
  line-height: 1.3em !important;
  width: calc(50% - 8px);
}
.buttonGroup li a {
  display: block;
  padding: 20px 15px;
  color: #024712;
  font-weight: 600;
	background: #fff;
  position: relative;
  border: 1px solid #024712;
  transition: padding-left 0.2s linear;
  border-radius: 2px;
  overflow: hidden;
padding-right: 70px !important;
}
.buttonGroup li a:after {
  font-family: fontAwesome;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 20px;
color: #024712;
  line-height: 1.5em;
  transform: translateY(-50%);
  transition: right 0.2s linear;
}
.buttonGroup li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;

	border-left: 1px solid #024712;
  transition: width 0.2s linear;
}
.buttonGroup li a:hover {
  color: #024712;
  padding-left: 20px;
}
.buttonGroup li a:hover:after {
  right: 20px;
}
.buttonGroup li a:hover:before {
  width: 55px;
}
.buttonGroup li a:focus {
  outline-offset: -5px;
outline: 2px dotted #024712;
}

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

	.buttonGroup li {
	  margin: 4px 0 !important;
	  width: 100%;
	}
	
}

/* ---- Dashboard ---- */

#covidDashboard {
  width: 100%;
  background: #F6F7F9;
  padding: 30px;
  margin-bottom: 20px;
}
#covidDashboard h2 {
  font-size: 1.7em;
  border-bottom: 1px dotted #000;
  margin: 0 0 13px 0 !important;
  padding-bottom: 10px;
}
#covidDashboard ul {
  list-style: none !important;
  display: flex;
margin-bottom: 30px;
	padding-left: 0 !important;
}
#covidDashboard ul li {
list-style: none !important;
  flex: 1;
  text-align: center;
  font-size: 1.1em;
	line-height: 1.3em;
  padding: 0 15px;
  border-right: 1px dotted #000;
}

#covidDashboard ul li.today span {
	color: #00700f;	
}

#covidDashboard ul li.total span {
	color: #00700f;	
}

#covidDashboard ul li span {
  display: block;
  font-weight: 800;
  font-size: 2.7em;
  color: green;
line-height: 1.3em;
}
#covidDashboard ul li:last-of-type {
  border: 0;
}


@media only screen and (max-width: 950px) {
  #covidDashboard h2 {
    text-align: center;
  }
  #covidDashboard ul {
    flex-direction: column;
  }
  #covidDashboard ul li {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px dotted #000;
  }
}

/* -------- Covid Dashboard 2 --------- */


.covidDashboard2 {
  width: 100%;
  background: #f1f1f1;
  padding: 30px;
  margin-bottom: 20px;
}
.covidDashboard2 h2 {
  font-size: 1.7em;
  border-bottom: 1px dotted #000;
  margin: 0 0 13px 0 !important;
  padding-bottom: 10px;
}
.covidDashboard2 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
	padding: 0 !important;
}
.covidDashboard2 ul li {
  flex: 1 1 24.5%;
  text-align: center;
  font-size: 1em;
  padding: 25px 15px;
  background: #1D631F;
  color: #fff;
  margin: 3px 0.25%;
list-style: none;
	line-height: 1.2em;
}
.covidDashboard2 ul li span {
  display: block;
  font-weight: 800;
  font-size: 2.7em;
	margin-bottom: 5px;
	line-height: 1.5em;
}

@media only screen and (max-width: 1000px) {
  .covidDashboard2 h2 {
    text-align: center;
  }
  .covidDashboard2 ul {
    flex-direction: column;
  }
  .covidDashboard2 ul li {
    padding: 15px;
    border-right: 0;
  }
}


/* ------ Link Boxes ------- */



.linkBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.linkBoxes a {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(50% - 10px);
	flex: 1 1 calc(50% - 10px);
	text-align: center;
	height: 300px;
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #001106;
	position: relative;
	color: #fff;
	border: 1px solid #000; 
	text-decoration: none;
}

.linkBoxes a.wide {
	flex: none !important;
    width: calc(100% - 10px) !important;
}

.linkBoxes a span {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.4em;
    line-height: 1.4em;
	color: #fff;
	display: block;
	padding: 0 10%;
	position: relative;
	z-index: 1;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.linkBoxes a span em{
	display: block;
    font-style: normal;
    font-size: .7em;
}

.linkBoxes a img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: .3;
	z-index: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear; 
}

.linkBoxes a.thisisanExternalLink:after {
	content: " \f08e";
	font-family: FontAwesome;
	font-size: .7em;
	line-height: 1.5em;  
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	font-size: 20px;
	color: #ccc; 
}

.linkBoxes a:hover img, .linkBoxes a:focus img {
	opacity: .6; 
}

.linkBoxes a:hover span, .linkBoxes a:focus span {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	text-decoration: underline;
}

.linkBoxes a:focus {
	outline: 2px solid green;
	outline-offset: 2px;
}

@media only screen and (max-width: 900px) {
  
	.linkBoxes a {	
		flex: 1 1 100%;
	}
	
}

/* --- New Tiles --- */


section.infoTilesv2 {
  display: flex;
  flex-wrap: wrap;
margin: -5px;
}
section.infoTilesv2 article {
  flex: 1 1 calc(33.333% - 10px);
  border: 1px solid #ccc;
  margin: 5px;
  padding: 10px;
}

section.infoTilesv2.double article {
  flex: 1 1 calc(50% - 10px);
}

section.infoTilesv2 article .tileImage {
  height: 200px;
  overflow: hidden;
  margin: -10px -10px 10px -10px;
}
section.infoTilesv2 article .tileImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.infoTilesv2 article h3 {
  font-size: 1.3em;
	margin: 0 0 10px 0;
}
section.infoTilesv2 article p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
section.infoTilesv2 article a {
  background: #024711;
  display: block;
  color: #fff !important;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.1em;
  padding: 15px 10px;
  transition: all 0.1s linear;
  text-decoration: none !important;
  font-weight: 800;
}
section.infoTilesv2 article a:focus, section.infoTilesv2 article a:hover {
  background: #ffcc00 !important;
  color: #000 !important;
}

@media only screen and (max-width: 730px) {
  section.infoTilesv2 article {
    flex: 1 1 calc(50% - 10px);
  }
}
@media only screen and (max-width: 600px) {
  section.infoTilesv2 article {
    flex: 1 1 calc(100% - 10px);
  }
}

/* ----- Galleries ----- */


.gallery2020 {
	clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }
  .gallery2020 span {
    flex: 1;
    min-width: calc( (100% / 2) - 10px );
    height: 300px;
    margin: 5px;
    display: block; }
    .gallery2020 span img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.gallery2021 {
  -webkit-columns: 3;
  columns: 3;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  list-style: none; }
  .gallery2021 span {
    height: auto;
    margin: 0 0 5px 0;
    display: block; }
    .gallery2021 span img {
      display: block;
      width: 100%;
      height: auto; }

span.fas.fa-external-link-alt{
	font-size: .9em;
	display: inline-block;
	vertical-align: inherit;
	top: -1px;
    position: relative;
}

.collapse{
	display: block !important;
}

.splitVideo{
	display: flex;
	margin-bottom: 30px;
}

.splitVideo .videoCell{
	flex: 1;
    width: 50%;
}

.splitVideo .videoCell:nth-child(2){
	padding-left:  30px;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

@media only screen and (max-width: 550px) {
	
	.splitVideo{
		display: block;
	}
	
	.splitVideo .videoCell{
		padding:  20px !important;
	}
	
}

.imageGrid{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding-left: 0 !important;
}

.imageGrid li{
	width: calc(25% - 10px);
	margin: 5px;
	border: 1px solid #ddd;
	padding: 10px;
	list-style: none !important;
}

.imageGrid.double li{
	width: calc(50% - 10px);
}

.imageGrid li img{
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}

@media only screen and (max-width: 800px) {
	
	.imageGrid.double li{
		width: calc(100% - 10px);
	}
	
}

a.imapactBttn{
  background: #024712 url(https://www.delhi.edu/_resources/master_template_assets/_img/button_bg.jpg) no-repeat center center;
	background-size: cover;
  display: block !important;
  text-align: center;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 2em;
  padding: 30px 20px;
  color: #fff !important;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.23);
  border-radius: 3px;
}

a.imapactBttn:hover{
	text-decoration: underline !important;
}

/* Added by Pete }} */


/* APPLY NOW Button */

a.applyNowBttn {
  display: block;
  background: #003d76;
  background: linear-gradient(to bottom, #003d76 0%, #004c93 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003d76", endColorstr="#004c93",GradientType=0 );
  padding: 13px 23px;
  border: 1px solid #2a5d9a;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
	display: none !important;

}
a.applyNowBttn img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 300px;
}
a.applyNowBttn:hover, a.applyNowBttn:focus {
  background: #003d76;
}

/* APPLY NOW Button */

.archive{
	background: #ffd9e9;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    display: block;
}

/* SUNY APPLY */

a#freeApp{
	width: 100%;
    display: block;
    height: auto;
    padding: 0;
    margin: 0 auto;
    background: #00086d;
}

a#freeApp:hover, a#freeApp:focus{
	outline: 2px dotted yellow !important;
    outline-offset: -5px;
}

a#freeApp img{
	width: 100%;
    display: block;
    height: auto;
    max-width: 1165px;
    margin: 0 auto;
}

#notice{
	padding: 20px;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
}

#notice.red{
	background: #F9AEAE;
	color: #000;
}

a.homeBannerTop, a.homeBanner{
	display: block;
	width: 100%;
	height: auto;
}

a.homeBannerTop:hover, a.homeBannerTop:focus, a.homeBanner:hover, a.homeBanner:focus{
	outline: 2px dotted yellow !important;
    outline-offset: -5px;
}

a.homeBannerTop img, a.homeBanner img{
	display: block;
	width: 100%;
	height: auto;
}