body.landing #header {
  background: rgba(39, 40, 51, 0.965);
}

h1.page-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

p.custom-left {
  text-align: left;
  margin-bottom: 1em;
}

ul.custom-left {
  margin-bottom: 1em;
}

ul.custom-left li {
  text-align: left;
}

img.custom-feature-img {
  max-height: 220px;
}

img.custom-logo-border {
  border-radius: 4px;
  background: #fff;
  padding: 8px; 
  max-width: 200px;
}

#footer {
  padding-top: 10px;
  padding-bottom: 30px;
}

footer.custom-center {
  text-align: center;
  margin-bottom: 0.5em;
}

footer.custom-center a {
  font-size: 1.5em ; 
  padding-left: 0.7em;
  padding-right: 0.7em;
}

ul.custom-scaffold-items li {
  padding-right: 0.2em !important;
  padding-left: 0.2em !important;
}

ul.custom-scaffold-items li a{
  width: 300px;
  margin-bottom: 0.5em;
}

img.custom-header-logo {
  max-width: 0.8em;
}

p.custom-small {
line-height: 1.6em;
font-size: 0.9em;
}

div#registration .actions {
  text-align: right;
}

div#registration h1 {
  text-align: left;
  font-size: 1.8em;
}

div#registration p {
  text-align: left;
}

div#registration div.alert {
  border: 3px solid red;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

div#registration div.alert ul {
  list-style: none;
  /*color: red; */
  color: white;
  margin: 0;
  padding: 0;
}

div#registration div.alert ul li {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  font-weight: 700;
}

div#registration .field {
  text-align: left;
  margin-bottom: 10px;
}

div#registration label {
  padding-left: 5px;
  margin-bottom: 0;
  text-align: left;
}

div#registration ul.errorlist {
  color: red;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

div.portal hr {
  margin: 4px 0 0 0;
  padding: 0;
}

div.portal p.portalMenuItem {
  font-size: 1.2em;
  font-weight: 900;
  padding: 0;
  margin: 0;
  margin-left: 1em; 
  text-indent: -1em;
}

div.portal table.portalClientDownloads {
  margin: 0;
  padding: 0;
}

div.portal table.portalClientDownloads tr {
  background-color: black;
  border: none;
} 

div.portal table.portalClientDownloads a {
  font-size: 1.1em;
  font-weight: 900;
}

div.portal span.portalClientEnv {
  font-size: 0.75em;
}

section.portalLogout {
  margin: 0;
  padding: 0;
  /*background-color: #1A8ECF; */
  background-color: #111; 
}

section.portalLogout .left {
  float: left;
}

section.portalLogout .right {
  float: right;
}

section.portalLogout a,
section.portalLogout a:link,
section.portalLogout a:visited,
section.portalLogout a:active,
section.portalLogout a:focus,
section.portalLogout a:hover {
  font-size: 0.8em;
  color: white;
}


div#registration form a {
  text-align: left;
  float: left;
  font-size: 0.8em;
}
div#registration form button {
  text-align: right;
  float: right;
  font-size: 1.0em;
}

div#registration form input[type="submit"] {
  float: right;
}

div#registration form:after {
  content: '';
  display: block;
  clear: both;
}

/* default theme nukes our checkbox... fix that */
div#registration form #id_remember {
  display: none;
}

div#registration form label[for="id_remember"] {
  display: none;
}

.portal a {
  color: #fff;
  border-bottom: dotted 1px;
}

.portal a:hover {
  border-bottom-color: transparent;
}

.nowrap {
  white-space: nowrap;
}
