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

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

a {
    text-decoration: none;
    color: #492f92;
    outline: none;
}
a:hover  {
    color: #8275ab;
    text-decoration: none;
}
a:focus {
    color: #8275ab;
    text-decoration: none;
}
p {
    margin: 0 0 10px;
    line-height: 30px;
    font-weight: 400;
}
strong {
    font-weight: bold;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*------------------------
* row no-gutter css
------------------------*/

.row-no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*----------------------------------------------------
* Top Navigation
-------------------------------------------------------*/

.topbar {
    background: #f0b500;
    height: 37px;
}
.topbar ul {
    margin-bottom: 0px;
    color: #f5dc6d;
}
.top-navbar li {
    display: inline-block;
    position: relative;
}
.top-navbar li:after {
    content: "|";
    color: #f5dc6d;
}
.top-navbar li:last-child:after {
    display: none;
}
.top-navbar li a {
    color: #f5dc6d;
    padding: 20px 8px;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}
.top-navbar li a:hover , .top-navbar li a:focus  {
    color: #ffffff;
}
.top-navbar li a:focus  {
    color: #ffffff;
}
.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;
    outline: none;
}
.top-search-form .form-control {
    height: 22px;
    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: 0px 0px 0px 48px;
    height: auto;
}
.first-row {
    padding: 40px 0px 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;
}*/
.nav.navbar-nav {
/*    float: none;*/
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
}
.nav.navbar-nav li{
    display: inline-block;
    float: none;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}
.navbar-collapse {
    text-align: center;
}
.lef-margin {
    margin-left: 45px;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}
.overlay-bar {
    background: url(/_resources/images/header-bg.png)no-repeat!important;
    background-size: cover!important;
    background-position: center;
}
.top-bar {
    width: 100%;
    z-index: 999999;
    top: 0;
    border-bottom: 5px solid #f5dc6d;
}
.right {
    float: right;
}
.top-nav-collapse .navbar-brand img {
    width: 156px;
    transition: all 0.2s ease;
}
/*--- nav-sticky css ---*/

.nav-sticky .first-row {
    display: none;
}
.nav-sticky {
    position: fixed !important;
    top: 0;
    border-bottom: 6px solid #f5dc6d;
}
.nav-sticky .topbar,
.nav-sticky .page-scroll {
    display: none;
}
.nav-sticky .navbar-brand.stickylogo {
    display: block;
    padding: 13px 0px 13px 24px;
}
.nav-sticky .navbar-right {
    margin-top: 0;
}
.top-bar.nav-sticky {
    background-color: #492f92!important;
}
.nav-sticky .nav-menu {
    /* background: #492f92!important;*/
}
.overlay-bar.nav-sticky {
    background: none!important;
}
.nav-menu {
    background-color: rgba(73, 47, 146, 0.95)!important;
}
.nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 5px 20px 20px 20px;
}
.navbar-nav>li.active a {
    color: #f5dc6d;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent!important;
    color: #f5dc6d;
}
a:focus,
a:hover {
    color: #8275ab;
    text-decoration: none;
}
.navbar-header {
    position: relative;
}
.nav-sticky .navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
}
button#showRight {
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    height: 100%;
    background: transparent;
    outline: none;
}
button#closemenu {
    background: none;
    border: 0;
    padding: 25px 35px 15px 20px;
    outline: none;
}
#showRight {
    display: none;
}
/*------------------------------------------------- 
* mega menu
----------------------------------------------------*/

.small-megamenu {
    /* max-width: 821px; */
    margin: 0px auto;
    width: 80%
}
.col-sm-2-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 19px;
    padding-left: 11px;
}
.top-padding {
    margin-top: 6px;
}
.mega-dropdown-menu li a {
    color: #492f92!important;
    font-size: 14px;
    line-height: normal;
    font-family: 'Fira+Sans', sans-serif;
}
.mega-dropdown-menu li a:hover , .mega-dropdown-menu li a:focus {
    /*text-decoration: underline;*/
    
    color: #8275ab!important;
}
.mega-dropdown-menu ul {
    padding: 0;
}
.mega-dropdown-menu li ul li {
    margin-bottom: 15px;
}
.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(219, 219, 219, 0.94);
    margin-top: 0px;
    border-top: 5px solid #f5dc6d;
}
.mega-dropdown {
    position: static !important;
    /*  width: 100%;*/
}
.mega-img img {
    margin-left: 0px;
}
.mega-dropdown-menu {
    padding: 30px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    /*font-weight: bold;*/
}
.mega-dropdown-menu form {
    margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
/*---------------------------------------------
* Carousel Controll
------------------------------------------------*/

.carousel-control:focus, .carousel-control:hover {
    opacity: 0.6;
}
.carousel {
    height: 92.2%;
   /*border-top: 5px solid #f5dc6d;*/
}
.item,
.active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    display: none;
}
/*.carousel-indicators li:hover {
    background: #000!important;
}*/

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background: rgba(249, 248, 248, 0.5);
    border: none;
    margin: 0px 5px;
}
.carousel-indicators li:hover {
    background: #492f92;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #492f92;
    border: 0px;
    border: none;
    margin: 0px 5px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    z-index: 9999;
}
.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;
    bottom: 22%;
}
.caption-textarea {
    margin-left: 70px;
    padding: 30px 45px;
    background: rgba(73, 47, 146, 0.74);
    font-size: 32px;
    line-height: 40px;
}
.caption-textarea h1 {
    font-size: 32px;
    line-height: 41px;
    font-weight: bold;
	
}
.caption-textarea a {
	
    font-size: 15px;
    font-weight: bold;
    color: #f5dc6d;
    font-family: 'Fira+Sans', sans-serif;
    letter-spacing: 0;
}
.caption-textarea a:hover , .caption-textarea a:focus{
    color: #ffffff;
}
.cta-button a:hover , .cta-button a:focus{
    color: #f5dc6d;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-inner .item, .carousel-inner>.active .item {
    padding: 0 65px;
    background: #201f1d;
}
/*homepage*/

.cta-button {
    background: #201f1d;
    padding: 17px 0px;
    text-align: center;
}
.cta-button span {
    margin-right: 8px;
}
.cta-button a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.highlights {
    padding-top: 50px;
    padding-bottom: 75px;
    background: #eeeeee;
}
.highlights h3 {
    font-size: 24px;
    color: #492f92;
    font-weight: 400;
    margin-bottom: 40px;
}
.education-post {
    position: relative;
}
.overlay-edu {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: none;
}
/* .education-post:hover > .overlay-edu {
    display: block;
} */
/* updated 6/8/17 #40741 */
.education-post a:hover > .overlay-edu {
    display: block;
}

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

/* updated 6/8/17 #40741 */
.feature-fetute-image a:hover >.feature-overlay {
    display: block;
    cursor: pointer;
}

.feature-fetute-image {
    height: 100%;
    width: 100%;
    position: relative;
}
.education-post-titel span {
    margin-left: 8px;
}
.education-post-titel {
    width: 100%;
    float: left;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 20px;
    position: absolute;
    bottom: 0px;
    font-size: 18px;
    color: #ffffff;
    left: 0px;
}
/* a.education-post-titel:hover {
    color: #f5dc6d;
} */
/* updated 6/8/17 #40741 */
.education-post a:hover .education-post-titel {
    color: #f5dc6d;
}

.feature-post-content .date {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
	padding-top: 10px;
}

.news-headlines ul {
    padding-left: 0;
}
.news-headlines li {
    border-bottom: 1px solid #858484;
    margin-bottom: 20px;
}
.news-titel h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
}
.news-time {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Fira+Sans', sans-serif;
    line-height: 20px;
}
.news-titel {
    padding-bottom: 20px;
}
.headlines a:hover , .headlines a:focus {
    color: #604d9c;
}
.news-headlines li:last-child {
    border-bottom: 0;
}
.all-news span {
    margin-left: 8px;
}
.all-news {
    font-size: 14px;
    font-weight: bold;
}
.feature-post-titel a {
    font-size: 16px;
    color: #492f92;
    font-weight: bold;
}
.feature-post-titel a:hover , .feature-post-titel a:focus {
    color: #604d9c!important;
}
.feature-post-text {
    font-size: 16px;
    color: #492f92;
}
.college-spotlights h2 {
    font-size: 26px;
    line-height: 50px;
    padding: 20px 0px;
    text-align: center;
    color: #492f92;
}
.events-detail h2 {
    font-size: 26px;
    margin-left: 25px;
    font-weight: 400;
    font-family: 'Fira+Sans', sans-serif;
    color: #492f92;
    margin: 0px 0px 0px 25px;
}
.date-box {
    width: 60px;
    border: 2px solid #492f92;
    height: 60px;
    vertical-align: middle;
    padding: 4px;
    float: left;
    margin: 0px 20px 0px 25px;
    color: #492f92;
    text-align: center;
    margin-top: 5px;
}
.date-box:hover {
    background: #492f92;
    color: #ffffff;
}
.event-month {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Fira+Sans', sans-serif;
}
.events-heading {
    font-size: 16px;
    font-weight: bold;
    color: #492f92;
}
.events-heading a:hover , .events-heading a:focus {
    color: #604d9c;
}
.events-time {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    display: block;
}
.event-date {
    font-family: 'Fira+Sans', sans-serif;
    font-size: 28px;
    line-height: 24px;
}
.events-detail-titels {
    margin: 0px 0px 28px 0px;
}
.events-detail {
    padding: 40px 0px 80px 0px;
}
.event-details {
    min-height: 60px;
    margin-bottom: 5px;
}
.events-detail-titels a {
    font-size: 14px;
    font-weight: bold;
    float: right;
    color: #492f92;
}
.events-detail-titels span {
    margin-left: 8px;
}
/*inner pages*/

.breadcrumb {
    padding: 20px 0px 15px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    /*border-bottom: 1px solid #dedede;*/
    
    margin-bottom: 0px;
}
.breadcrumb>li+li:before {
    background: url('/_resources/images/arrow.png');
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: 7px 7px;
}
.breadcrumb a {
    color: #3a3a3a;
    font-size: 13px;
    font-weight: normal;
}
.breadcrumb li:last-child a {
    font-weight: bold;
}
.academic-sidebar li {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #492f92;
    font-weight: bold;
    border-bottom: 1px solid rgba(73, 47, 146, 0.4);
    padding: 15px 0px;
}
.academic-sidebar li:first-child {
    padding-top: 0;
}
.academic-sidebar li:last-child {
    border: none;
}
.academics-area p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 35px;
}


/*-------------------------------------------------
* Footer 
---------------------------------------------------*/

footer {
    background: rgba(58, 58, 58, 0.95) url(/_resources/images/footer.jpg) no-repeat;
    margin: 0px 0;
    color: #ffffff;
    background-size: cover;
    font-family: 'Fira+Sans', sans-serif;
}
.footer-area {
       padding: 80px 0px 50px 0;
}	
footer h3 {
    font-family: 'Fira+Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #f5dc6d;
}

.location,
.phone {
    display: block;
    float: left;
    width: 100%;
    margin-top: 12px;
}
.icon-location,
.icon-phone {
    width: 40px;
    height: 75px;
    float: left;
}
.address {
    width: 151px;
    display: inline-block;
}
.phone {
    margin-top: 15px;
	float: left;
}
.phone-number {
    float: left;
}
.phone-number a:focus{color:#f5dc6d;}
.social-links ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.social-links ul li {
    margin-bottom: 10px;
}
.social-links li a img {
    margin-right: 10px;
}
.social-links li a {
    font-family: 'Fira+Sans', sans-serif;
    display: inline-block;
    margin-right: 8px;
    color: #ffffff;
}
.social-links li a:hover ,.social-links li a:focus{
    color: #f5dc6d;
}
.social-links {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.copyright {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
}
.copyright a:hover , .copyright a:focus{
    text-decoration: underline;
	color:#f5dc6d;
}
footer ul {
    padding: 0;
}
.footer-links li a {
    font-family: 'Fira+Sans', sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
}
.footer-links li a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer-links li a:focus {
    color: #f5dc6d;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #cac5c5;
}
.footer-menu,
.social-area {
    padding: 0;
}
.address span {
    display: block;
    font-weight: bold;
}
.phone-number a {
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
}
/*-------------------------------------
* CSS ADDED BY PUROHIT A
---------------------------------------*/

.purple-text {
    color: #492f92;
}
.block {
    display: block;
}
.head-link {
    text-decoration: underline;
}
.light-gry {
    background: #eeeeee;
}

/**/

.academics-main-area .container-fluid {
    padding: 0;
}
.academic-image-left img {
    width: 100%;
}
.academic-image.academic-box img {
    width: 100%
}
/**/
.aca-banner{
        background: url(/_resources/images/acedemic/acedemic-right.jpg) 100% 100% / cover no-repeat;
    padding-top: 204px;
}
/*.academic-image-right{
    background: url(/_resources/images/acedemic/acedemic-right.jpg) 50% 50% / cover no-repeat;
}*/
.news-wrapper, .college-catlog-area {
    padding-top: 215px;
}
.academic-right-content {
    /*position: absolute;
    top: 0;*/
    padding: 50px 50px 50px 50px;
}
.academic-right-content h1 {
    font-size: 32px;
    line-height: 33px;
    color: #f5dc6d;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.academic-right-content p {
    font-size: 19px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
}
.academics-area h1 {
    color: #492f92;
    font-size: 27px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 20px;
}
.academics-area img + p {
    margin-top: 35px;
}
/**/

.aca-info-box {
    background: #2b2a2e;
    text-align: center;
    padding: 14px 0;
    height: 67px;
}
.ace-box,
.academic-link-heading {
    display: inline-block;
    margin: 0 0 0 20px;
}
.academic-link-heading a {
    color: #fff;
}
.academic-link-heading a {
    color: #ffffff;
    font-size: 23px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
}
.academic-link-heading a:hover, .academic-link-heading a:focus {
    color: #f5dc6d;
}
.apply-academic.aca-info-box {
    margin-right: 1px;
}
.information-academic.aca-info-box {
    margin-left: 2px;
}
/***/

.college-spotlights-slider {
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.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. */
}
.college-spotlights-slider .slick-slide img {
    display: block;
    width: 100%;
}
.college-spotlights-slider .slick-slide .w_caption img {
    width: auto;
    display: inline;
}
.college-spotlights-slider .slick-slide {
    position:relative;
}
.college-spotlights-slider .slick-slide a:hover .overlay-edu {
    display: block;
}
.w_caption img {
    width: auto;
}
.w_caption {
    background: rgba(0, 0, 0, 0.70);
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.w_caption a, .w_caption { /* bsts */
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Fira+Sans', sans-serif;
}

.w_caption a:hover,.w_caption a:focus{color:#f5dc6d;} /* bsts */
a:hover .w_caption ,a:focus .w_caption {color:#f5dc6d;}
.w_caption a span { margin-left: 10px; } /* bsts */
.w_caption span { margin-left: 10px; }

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none !important;
    outline: none;
    top: 0;
    bottom: 0;
    background: rgba(73, 47, 146, 0.51);
    width: 12.5%;
	z-index: 1;
}
@media screen and (max-width:767px) {
.slick-prev, .slick-next {
    background: transparent;
}
}


.slick-prev:focus, .slick-next:focus {
    border: 1px solid white;
}
.slick-prev {
    left: 0px;
		background-image: url(/_resources/images/LeftArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.slick-next {
    right: 0px;
	background-image: url(/_resources/images/RightArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.wizard_nav {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(73, 47, 146, 0.51);
    /* padding: 174.3px 94.3px 174.3px 20px; */
    
    width: 12.5%;
}
.wizard_left.wizard_nav {
    left: 0;
    text-align: left;
}
.wizard_right.wizard_nav {
    right: 0;
    text-align: right;
}
.wizard_left.wizard_nav img {
    position: absolute;
    top: 42%;
    left: 10%;
}
.wizard_right.wizard_nav img {
    position: absolute;
    top: 42%;
    right: 10%;
}
/*-----------------------------------------
* college-catlog page css 
--------------------------------------------*/

.schedules-wrapper {
    padding-top: 25px;
    position: relative;
}
.schedules-wrapper h4, .academic-catalogs-wrapper h4 {
    font-weight: bold;
    font-size: 20px;
}
.fall-area,
.spring-area {
    background: #eeeeee;
    padding: 30px;
    margin-bottom: 30px;
}
.fall-spring-area h4 {
    font-size: 20px;
    font-weight: bold;
}
.fall-spring-area h4 p {
    margin-top: 5px;
}
.fall-spring-area h4 a {
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
}
.fall-spring-area ul {
    padding-left: 19px;
}
.fall-spring-area ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.fall-spring-area ul li a {
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.link-type {
    margin-left: 5px;
}
/**/

.academic-catalogs-wrapper {
    position: relative;
    padding: 30px 0;
}
.undergraduate-catalog-area,
.graduate-catalog-area {
    padding: 30px;
    margin-bottom: 30px;
    min-height: 760px;
}
.undergraduate-graduate-catalog h4 {
    font-size: 20px;
    font-weight: bold;
}
.undergraduate-graduate-catalog img {
    margin: 20px 0;
}
.undergraduate-graduate-catalog ul {
    padding-left: 19px;
    margin-top: 20px;
}
.undergraduate-graduate-catalog ul li {
    list-style: disc;
    margin-bottom: 10px;
    color: #492f92;
}
.undergraduate-graduate-catalog ul li a {
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
/*archived-catlog-area*/

.archived-catlog-area {
    background: #fef3c9;
    padding: 50px 0;
}
.archived-catlog-area h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.archived-catlog-area ul {
    padding-left: 19px;
}
.archived-catlog-area ul li {
    list-style: disc;
    margin-bottom: 15px;
    color: #492f92;
}
.archived-catlog-area ul li a {
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.all-catlog-link {
    text-align: left;
    display: block;
    font-weight: bold;
    margin-top: 30px;
}
/*office-registrar-wrapper */

.office-registrar-wrapper {
    position: relative;
    padding: 50px 0;
}
.office-registrar-content {
    padding-bottom: 0px;
    border-bottom: 0px solid #999;
    margin-bottom: 0px;
}
.office-registrar-wrapper .office-registrar-content:last-child {
    border-bottom: none;
}
.office-registrar-wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.office-registrar-wrapper p + h5 {
    margin-top: 30px;
}
.office-registrar-wrapper p {
    margin-bottom: 0px;
}
.office-registrar-wrapper a {
    text-decoration: underline;
}
.office-registrar-wrapper h5 {
    font-size: 18px;
    font-weight: bold;
}
/**/

.catlog-rightside {
    padding-left: 30px;
}
.catlog-rightside h4 {
    color: #492f92;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(73, 47, 146, 0.4);
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.catlog-rightside ul {
    padding: 0 15px;
}
.catlog-rightside ul li {
    border: none;
    padding: 10px 0;
}
.catlog-rightside ul li.active a {
    font-weight: bold;
}
.catlog-rightside ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
/**/
/*-----------------------------------
* news page css
-------------------------------------*/
.news-wrapper h1 {
    font-family: 'Fira+Sans', sans-serif;
}
.news-post-area {
    position: relative;
    padding: 30px 0;
}
.news-box {
    position: relative;
    margin-bottom: 35px;
}
.news-box .news-date-time {
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
}
.news-box .news-title {
    margin: 0;
	font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.news-box .news-title a:hover , .news-box .news-title a:focus {
    color: #604d9c;
}
.news-box-images{
    position: relative;
}
.news-box-images:hover .overlay-edu {
    display: block;
}
/**/

.news-pagination {
    text-align: center;
    padding: 50px 0 80px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}
.news-pagination .pagination li a {
    color: #492f92;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #5b5b5a;
    padding: 4px 10px;
}
.news-pagination .pagination li {
    margin: 0 8px;
    display: inline-block;
    margin-bottom: -13px;
}
.news-pagination .pagination li.active a {
    color: #fff;
    background-color: #5b5b5a;
    border-color: #5b5b5a;
    padding: 4px 7px;
}
/*---------------------------
* news-shorting
-----------------------------*/
.news-shorting {
    text-align: right;
}
.news-shorting ul {
    padding: 0;
    margin: 20px 0;
}
.news-shorting ul li {
    display: inline-block;
}
.news-shorting ul li a {
    color: #000;
    margin-left: 15px;
    line-height: 26px;
}
.news-shorting ul li.active a {
    color: #492f92;
    font-weight: bold;
    text-decoration: underline;
}

/**/

.top-navbar {
    float: left;
}
.destop-search {
    float: right;
	padding-right: 60px;
}
#off-on img {
    width: 18px;
}
#on-off {
    display: none;
    position: absolute;
    right: 75px;
    width: 72%;
    top: 22px;
    z-index: 99;
}
#off-on {
    padding: 20px 8px;
    margin-left: 17px;
}
#search-static img {
    width: 18px;
}
#search-static {
    display: inline-flex;
    right: 75px;
    width: 77%;
    top: 22px;
    z-index: 99;
}
#search-static {
    padding: 15px 8px;
    margin-left: 17px;
}
.cbp-spmenu {visibility:hidden;}
.cbp-spmenu .form-group.top-search-form {
    padding: 0 35px;
    display: block;
    margin-bottom: 0px;
}
ul.third-ul img {
    width: 180px;
    padding: 10px 0 20px 0;
}
.first-ul {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
ul.second-ul li a {
    font-size: 14px;
    font-weight: 400;
}
/**/
.cbp-spmenu-right.cbp-spmenu-open ul {
    padding-left: 20px;
}
.mobile-additional-nav {
    background: #492f92;
    color: #fff;
    position: relative;
    display: none;
}
.mobile-additional-nav .navbar-collapse {
    border-top: 1px solid rgb(255, 255, 255);
    padding: 0 30px 40px 30px;
}
.mobile-additional-nav .navbar-toggle {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 7px;
}
.mobile-additional-nav .navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    border-radius: 0px;
}
.additional-title {
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: 0.4px;
}
.mobile-additional-nav .academic-sidebar {
    padding-top: 25px;
    text-align: left;
}
.mobile-additional-nav .academic-sidebar li {
    border-bottom: 1px solid #fff;
}
.mobile-additional-nav .academic-sidebar li a {
    font-size: 15px;
    color: #fff;
}
.mobile-additional-nav .academic-sidebar li:last-child {
    border: none;
}
.mobile-additional-nav .catlog-rightside ul li a,
.mobile-additional-nav .catlog-rightside h4 {
    color: #fff;
}
.mobile-additional-nav .catlog-rightside h4 {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
    margin-top: 35px;
}
.mobile-additional-nav .catlog-rightside ul li {
    border-bottom: none;
}



/*-----------------------------------------------
* NAVBAR SCROLL CSS ADDED BY PUROHIT A
------------------------------------------------*/
.navbar-nav>li>.dropdown-menu li{
    float: left;
}
.scroll-hidden{
     overflow: hidden;
    position: relative;
    height: 100%;
    
}
.navbar-fixed-top.top-nav-collapse, .top-bar, .navbar-fixed-top, .nav-menu, .stickylogo, .navbar-brand, .navbar-brand img, .navbar-collapse, .first-row, .navbar-collapse.collapse{
   webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -transition: all .2s ease;
    transition: all .2s ease;
}
.top-nav-collapse{
webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -transition: all .2s ease;
    transition: all .2s ease;
}
.navbar-fixed-top.top-nav-collapse{
    max-height: 100%;
    min-height: auto;
    webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -transition: all .2s ease;
    transition: all .2s ease;
}
.top-nav-collapse .first-row{
    /*display: none;*/
    webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -transition: all .2s ease;
    transition: all .2s ease;
    padding: 0;
}
.top-nav-collapse .nav.navbar-nav li a{
    padding: 19px 20px 20px 20px;
   webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -transition: all .2s ease;
    transition: all .2s ease;
}
.top-nav-collapse .scroll-none{
    display: none;
   
}
.navbar-fixed-top .col-md-4 {
    webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -transition: all .2s ease;
    transition: all .2s ease;
}
.top-nav-collapse .col-md-4 {
    width: 20%;
    webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -transition: all .2s ease;
    transition: all .2s ease;
}  
.top-nav-collapse .navbar-collapse {
    width: 100%;
    /*float: left;*/
    
}
.navbar-nav{
    padding-top: 40px;
    float: left;
    width: 100%;
   webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -transition: all .2s ease;
    transition: all .2s ease;
}
.top-nav-collapse .navbar-collapse .navbar-nav{
    float: right;
   
    padding-top: 0;
    width: auto;
    
}
.top-nav-collapse .navbar-brand{
    padding: 10px 0px 0px 48px;
   
}
.fix-top {
    margin-top: 0px;
   
}
.scroll-fix {
    margin-top: 0px;
  
}

.gsc-results-wrapper-visible, .gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999;
}


/* BEGIN: additional bullet style removal discussed per #40741 */
.news-headlines li {
    list-style-type: none;
}
.footer-links li {
    list-style-type: none;
}
.social-links li {
    list-style-type: none;
}
/* END: additional bullet style removal discussed per #40741 */

/* style for news listing page row alignment #40741 */
.news-post-area .col-md-3:nth-child(4n+1) {
    clear: both;
}

/* BEGIN: styles for side/mobile navigation #40741 */
@media (max-width: 767px) {	
	.academic-sidebar p a{
		font-size: 16px;
		line-height: 31px;
		margin-bottom: 35px;
		color: #fff;	
		border-bottom:none;
	}

	.academic-sidebar li{
		font-size: 16px;
		line-height: 31px;
		margin-bottom: 10px;
		color: #fff;	
		border-bottom:none;
		padding: 0 0;
		list-style-type: none;
	}	

	.tier4 .mobile-additional-nav .academic-sidebar li {
		border-bottom: none;
	}
}

.tier4 .academic-sidebar li {
	border-bottom: none;
}
.academic-sidebar li, #navigation li {
	list-style-type: none;
}

.tier4 .right-sidebar .academic-sidebar li {
    padding: 10px 0;
}
/* END: styles for side/mobile navigation #40741 */

.slideRow {
    height: 90vh;
}

.home-hero-slider.slick-slider {
    height: 100%;
}

.home-hero-slider .slick-prev, .home-hero-slider .slick-next {
    background-color: transparent;
    opacity:1;
}
.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;
    height: 100%;
}

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

.caption-textarea h1, .caption-textarea span {
    font-size: 32px;
    line-height: 41px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
	color:#fff;
}



.slideRow .dots {
	width:100%;
	bottom: 140px;
	position: absolute;
}

.slideRow ul.slick-dots {
    width:100%;
    text-align:center;
}

.slideRow .slick-dots li {
    width: 15px;
    height: 15px;
    background: rgba(249, 248, 248, 0.5);
    border: none;
    margin: 0px 5px;
    display:inline-block;
    border-radius: 10px;
}
.slideRow .slick-dots li:hover {
    background: #492f92;
}
.slideRow .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    background: #492f92;
    border: 0px;
    border: none;
    margin: 0px 5px;
}

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



@media screen and (max-width:767px) {
	.slideRow {
		height: 75vh;
	}
.home-hero-slider.slick-slider .slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    position: static;
}	
	.carousel-caption {  /*  OVERRIDES 465 responsive.css */
    display: block !important;
    width: 100vw !important;
    left: auto  !important;
    right: auto  !important;
    top: auto !important;
    bottom: 0 !important;
    padding-bottom: 0px;
    padding-top: 0;
    height: 25vh !important;
    position: absolute;
    background: rgba(73, 47, 146, 1);
}
.caption-textarea {
    margin-left: 0px;
    padding: 10px 45px;
    font-size: 26px;
    line-height: 44px;
}

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

}

