@media only screen and (min-width: 601px and max-width: 953px) {
  .main-nav {
    padding-top: 70px;
  }

  .mrqe-show-hide {
    display: none;
  }


}


@media only screen and (min-width: 768px and max-width: 1023) {
  ul.m-l-2 {
    left: -120%;
    top: 0px !important;

  }

  .mrqe-show-hide {
    display: block;
  }

  .menu2 {
    display: none;
  }

  .menu3 {
    display: block;
  }

  .menuzord {
    background-color: #fff !important;
  }
}

@media only screen and (min-width: 1024px) {
  ul.m-l-2 {
    left: 100%;
    top: 0px !important;

  }

  .mrqe-show-hide {
    display: block;
  }

  .menu2 {
    display: none;
  }

  .menu3 .menuzord {
    background-color: #fff !important;
  }
}
}




@media only screen and (max-width: 600px) {
  .main-nav {
    padding-top: 0px;
  }

  .mrqe-show-hide {
    display: none;
  }

  ul.m-l-2 {
    left: 0%;
    margin-left: 215% !important;

  }

  .nav-sm {
    width: 100%;
  }

  a.vu-menu-link-default {

    font-size: 13px !important;

  }

  .menu3 {
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  .vu-student-portal {
    margin: 0px;
    margin-top: 5px !important;
  }

  .mrqe-show-hide {
    display: none;
  }

  .menu2 {
    display: block;
  }

  .menu3 {
    display: none;
  }

  .menuzord {
    background-color: #c44d2d;
  }
}

@media only screen and (min-width: 769px) {

  .menu2 {
    display: none;
  }

  .menu3 {
    display: block;
  }

  .menuzord {
    background-color: #fff;
  }

}

.menu-level-1 {


  /*border-left:5px solid black;*/

}

li.menu-level-1:hover {


  border-left: 20px solid #C44D2D;
  background-color: #C44D2D;
  transition-duration: .5s;
  transition-timing-function: ease-in;

}

.menu-level-2 {


  /*left:50px !important;*/
  border-left: 5px solid #C44D2D;


}

li.menu-level-2:hover {

  transition-timing-function: ease-in;
  border-left: 20px solid #C44D2D;
  background-color: #C44D2D;
  transition-duration: .5s;

}

.vu-nav-item {
  /*margin-top:14px;*/
  background-color: transparent;
  padding: 5px;
}

li.vu-nav-item:hover {

  /*margin-top: 14px;*/
  background-color: #333 !important;
  padding: 5px;

}

.navbar {
  min-height: 0px !important;
}

.vu-student-portal-s {
  margin-top: 3px;
}

.main-nav {
  padding: 0px;
}



a.vu-menu-link-default {
  color: #333 !important;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700 !important;
  font-family: "open sans", arial, sans-serif;

  text-transform: uppercase;
}

a.vu-menu-link-default:hover {
  color: white !important;

}

.vu-icon-bar {
  background-color: red;
}

.white-bg {
  background-color: white !important;

}

.logo {

  z-index: 99999;
  /*height: 90px !important;*/
  top: 0;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  /*padding-bottom: 15px;*/
}

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

  .logo {
    height: 80px !important;
  }

  .complaint {
    height: 50px !important;
    float: right;
    margin-top: 14px !important;
    margin-right: 20px !important;
  }

  .mrqe-show-hide {
    display: none;
  }

  .nav-sm {
    width: 120%;
  }
}

.thin-menu {
  padding: 0px;
}

.thin-menu-left {
  float: left;
}

.thin-menu-right {
  float: right;
  overflow: hidden;
  margin-right: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.main-menu-right {
  float: right;
}


.top-nav {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  max-width: 1150px !important;
  width: 100% !important;
}

a.list-no-pad {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.no-margin {
  margin: 0px;
}




/* nt-example1 */



#nt-example1-container {
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
}

#nt-example1-container i {
  font-size: 16px;
  margin: 8px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
  color: #333;
}

#nt-example1 li {
  color: #4e4e4e;
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  height: 62px;
  padding: 2px 0px;
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #2c8162;
  font-weight: 500;
}

#nt-example1 li:hover {
  background: #fff;
}

#nt-example1 a {
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: 600
}

#nt-example1 a:hover {
  color: #c44d2d;
}

#nt-example1 i {
  color: #c44d2d;
}

/*-- News & Events Tab --*/
#nt-example2-container {
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
}

#nt-example2-container i {
  font-size: 16px;
  margin: 8px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#nt-example2-container i:hover {
  color: #333;
}

#nt-example2 li {
  color: #4e4e4e;
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  height: 70px;
  padding: 7px 0px;
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #2c8162;
  font-weight: 500;
}

#nt-example2 li:hover {
  background: #fff;
}

#nt-example2 a {
  color: #444;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

#nt-example2 a:hover {
  color: #c44d2d;
}

.more {
  text-align: right;
}

/*--------- News ticker for Department Home page ------------*/
#nt-example3 {
  height: 300px !important
}

#nt-example3 li {
  color: #4e4e4e;
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  height: 75px;
  padding: 2px 0px;
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #2c8162;
  font-weight: 500;
}

#nt-example3 li:hover {
  background: #fff;
}

#nt-example3 a {
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: 600
}

#nt-example3 a:hover {
  color: #c44d2d;
}

#nt-example3 i {
  color: #c44d2d;
}

.circular li {
  height: 38px !important;
}

.ticker-title {
  color: #444;
  font-family: open_sansbold;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 8px 12px;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 5px solid #c44d2d;
  background: #f5f5f5;
}

.ticker-date {
  display: inline-block;
  width: 18%;
  border: 0px solid;
  padding-right: 3px;
}

.ticker-body {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 0px solid;
}

.t-month {
  text-align: center;
  background: #444;
  color: #fff;
  padding: 1px;
}

.t-day {
  text-align: center;
  color: #c44d2d;
  padding: 1px
}

.t-year {
  text-align: center;
  background: #444;
  color: #fff;
  padding: 1px
}

.noticedate {
  color: #52A9FF !important;
  font-size: 13px
}

.download {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0;
}

.vc-profile-photo {
  text-align: center
}




/*---------- Responsive Tab -----------*/
/* -------------------------------- 


/* -------------------------------- 

Main components 

-------------------------------- */


.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 2em auto;
  border: 1px solid #d8d8d8;
}

.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .cd-tabs::after {
  display: none;
}

.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee !important;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 600px) {
  .main-nav {
    padding-top: 0px;
  }
}

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

  .main-nav {
    padding-top: 100px;
  }

  .cd-tabs::after {
    display: none;
  }

  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}

@media only screen and (min-width: 960px) {

  .main-nav {
    padding-top: 100px;
  }

  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 360px;
}

.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tabs-navigation li {
  float: left;
}

.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #222;
  padding-top: 34px;
}

.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}

.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
  box-shadow: inset 0 2px 0 #f05451;
  color: #29324e;
}

.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/vicons.svg");
  background-repeat: no-repeat;
}

.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}

.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}

.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}

.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}

.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}

.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}

.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}

.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}

.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}

.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}

.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}

.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}

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


  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }

  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 30px;
  }

  .cd-tabs-navigation a.selected {
    box-shadow: inset 2px 0 0 #f05451;
  }

  .cd-tabs-navigation a::before {
    top: 22px;
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    background-color: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }

  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.5rem;
    padding: 0 2.8em 0 4.6em;
  }

  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #f05451;
  }

  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #ffffff;
}

.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}

.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

.cd-tabs-content li p {
  font-size: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #505050;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }

  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }

  .cd-tabs-content li {
    padding: 10px 15px;
    text-align: justify;
  }

  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 15px;
    text-align: justify;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}