@media (min-width: 766px) {
  .navbar-default .navbar-nav>li>a {
    border: 1px dotted #000;
  }
}

.widget-block {
  border: 1px dotted #000;
}

#inner-title .breadcrumb a:hover {
  color:#fff;
}

@keyframes slidy {
    0% { left: 0%; }
    15% { left: -100%; }
    30% { left: -200%; }
    45% { left: -300%; }
    60% { left: -200%; }
    80% { left: -100%; }
    100% { left: 0%; }
}


body { margin: 0; } 
div.slider { overflow: hidden; }
div.slider figure div { width: 25%; float: left; }
div.slider figure { 
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite; 
}

/** added by GTI */
@media (min-width: 992px) {
.romeo .main-banner-outer .main-banner-container .main-banner-brand {
    padding: 1.25rem 1.25rem;
    }
}
.romeo .dashboard-custom .flex-dash-col-left .card-header,
.romeo .dashboard-custom .flex-dash-col-left .card-body {
    background: #f8f9f4;
    }
    
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
      max-height: 700px;
    }
}
.employer-name.verify a {
text-decoration: underline;
color: red;
text-decoration: underline;
}

/* Hide department selector for students */
.romeo ._department-selector {
  display: none;
}
