@font-face {
    font-family: 'omnesmedium';
    src: url('../fonts/omnes_medium-webfont.eot');
    src: url('../fonts/omnes_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/omnes_medium-webfont.woff2') format('woff2'),
         url('../fonts/omnes_medium-webfont.woff') format('woff'),
         url('../fonts/omnes_medium-webfont.ttf') format('truetype'),
         url('../fonts/omnes_medium-webfont.svg#omnesmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
  min-height: 100%;
  position: relative;
}body {
  background: rgba(0, 0, 0, 0) url("../images/background.jpg") no-repeat fixed right top / 100% auto;
  font-family: 'Varela Round', sans-serif;
  margin-bottom: 60px;
}


.navbar-inverse {
  background: #565a5c none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  padding: 0 0 10px;
}.nav-wrap h1 {
  font-family: omnesmedium,sans-serif;
  font-size: 24px;
}.du-logo {
  display: block;
  margin: 10px auto;
  width: 80px;
}.portal-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin: 30px 0;
  text-align: center;
}.portal-reminder{
  margin-bottom: 30px;
}.input-group-addon {
  background-color: #0087cd;
  border: 1px solid #0087cd;
  color: #fff;
}.navbar .input-group {
  margin: 15px 0 0;
}

.process-wrap {
  border: 1px solid #066ec9;
  margin-bottom: 15px;
}.module-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 10px 0;
}.table-header {
  background: #00549e none repeat scroll 0 0;
  color: #fff;
  padding: 15px;
  font-size: 16px;
}.table-header-2{
  background-color: #26B3EB;
}.total-mins {
  text-align: center;
}.main-topic {
  font-family: 'Montserrat', sans-serif;
  padding-left: 15px;
  text-align: left;
}.topic-row {
  border-bottom: 1px solid #cdceca;
  padding: 15px 15px 10px;
}.fa-lg {
  color: #565a5c;
  font-size: 16px;
}.sub-topic {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-left: 10px;
}.sub-topic a {
  color: #333333;
  display: inline-block;
  font-size: 16px;
  margin-top: 7px;
}.sub-topic a:hover{
  color: #00549E;
  text-decoration: none;
}.description {
  color: #565a5c;
  font-size: 14px;
  padding-left: 51px;
}.topic-time {
  margin-top: 5px;
  text-align: center;
}


footer {
  background-color: #f5f5f5;
  bottom: 0;
  height: 60px;
  position: absolute;
  width: 100%;
}.copyright {
  font-size: 12px;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  body {
    background: rgba(0, 0, 0, 0) url("../images/background.jpg") no-repeat fixed right top / 100% auto;
  }.process-wrap .col-lg-8 {
    border-right: medium none;
  }.nav-wrap h1 {
    text-align: center;
  }.main-topic {
    padding-left: 0;
    text-align: center;
  }.fa-lg {
    color: #565a5c;
    float: left;
    font-size: 16px;
    margin: 0 10px 30px 0;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .nav-wrap h1 {
    text-align: left;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .process-wrap .col-lg-9 {
    border-right: 1px solid #cecfcb;
  }.main-topic {
    padding-left: 15px;
    text-align: left;
  }.fa-lg{
    margin: 0 10px 0 0;
  }
}