@media (min-width: 768px) {
  #wrap {
    margin: 0 auto -181px;
    /* the bottom margin is the negative value of the footer's height */
    padding-bottom: 181px;
  }
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mainContent h6 {
  margin-top: 30px;
  margin-bottom: 25px;
}
#mainContent h5 {
  font-weight: 600;
  border-bottom: none;
  margin-top: 0;
}
#mainContent #leftWrap {
  min-height: 150px;
}
#mainContent #leftWrap #eID {
  text-transform: none;
}
#mainContent #centerWrap {
  min-height: 150px;
  border-left: 1px dotted #bfb6aa;
}
#mainContent #rightWrap {
  border-left: 1px dotted #bfb6aa;
  min-height: 150px;
}
#mainContent #internalUse {
  color: #d74025;
}
#mainContent .langSelection,
#mainContent .langSelection:hover {
  color: #6c953c;
}
#mainContent .selected,
#mainContent .selected:hover {
  font-weight: bold;
  color: #493829;
}
#mainContent .selected:hover {
  text-decoration: none;
}
#mainContent #languageSelect ul {
  padding-left: 0;
  list-style: none;
}
#mainContent #loginAlert {
  margin-bottom: 5px;
  margin-top: 30px;
}
.alert-danger,
.alert-success {
  border-radius: 0;
  border: 1px solid;
}
.alert-danger ul {
  color: #d74025;
  margin: 10px;
}
a {
  color: #000;
  outline: none;
}
#passwordLink {
  border-bottom: 2px solid #FCD800;
  box-shadow: inset 0 -3px 0 #fcd800;
  -webkit-box-shadow: inset 0px -3px 0 #fcd800;
  -moz-box-shadow: inset 0px -3px 0 #fcd800;
}
#passwordLink:hover {
  border-bottom: 2px solid #00a6ca;
  box-shadow: inset 0 -3px 0 #00a6ca;
  -webkit-box-shadow: inset 0px -3px 0 #00a6ca;
  -moz-box-shadow: inset 0px -3px 0 #00a6ca;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:hover i {
  text-decoration: none;
}
ul,
ol {
  margin: 15px 15px 15px 30px;
}
ul li {
  list-style-type: disc;
}
