html.pl.no-js {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  top: 0px;
  background-color: #ddd;
}

.ma__narrow-template__content {
  background-color: #fff;
}

.utility {
  height: 20px;
}

.ma__header__logo {
  display: contents;
  align-items: center;
}

header.ma__narrow-template__header {
  height: auto;
  padding-top: 30px;
}

.ma__site-logo {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

.ma__site-logo img {
  width: 70%;
  padding: 5px 0;
}

.ma__narrow-template__container,
.ma__narrow-template__content {
  justify-content: start;
  padding-bottom: 0;
}

h5.department-name {
  color: #272772;
  line-height: .8;
  padding-bottom: 10px;
  text-align: center;
}

section.ma__placeholder {
  height: auto;
  border: 1px solid #ccc;
  text-align: left;
  padding: 10px 20px 20px 20px;
}

.ma__helper-text {
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 10px;
}

.form-row {
  margin-top: 0;
}

.ma__input-group__title,
.ma__select-box__label,
label,
label.ma__tooltip__open,
label.ma__label--required,
label.ma__label.ma__label--optional {

  font-size: 1rem;
  color: #141414;
  font-weight: 700;
  margin-top: 10px;
}

.ma__comp-heading:not(.ma__comp-heading--sidebar),
h4.ma__comp-heading {
  margin-bottom: 10px;
  margin-top: 0;
}

.content-link {
  margin-top: 6px;
}

.ma__error-msg {
  margin-top: 5px;
}

.ma__content-link {
  font-size: 1rem;
}

p.copyright-text {
  font-size: 1rem;
  text-align: center;
}

.button-placeholder {
  margin: 20px 0;
}

.ma__error-msg {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .utility {
    display: block;
  }
}

@media (max-width: 680px) {
  h4.department-name {
    font-size: 1rem;
  }
}

* {
  box-sizing: border-box;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 0;
  resize: vertical;
  margin-bottom: 10px;
}

label {
  padding: 4px 4px 4px 0;
  display: inline-block;
}

@media (min-width: 911px) {
  hr {
    margin-top: 1rem;
  }
}

.col-20 {
  float: left;
  width: 20%;
  /* margin-top: 6px; */
  padding-left: 15px;
}

.col-80 {
  float: left;
  width: 80%;
  margin-top: 6px;
  padding-right: 15px;
}

.col-25 {
  float: left;
  width: 30%;
  /* margin-top: 6px; */
  padding-left: 15px;
}

.col-75 {
  float: left;
  width: 70%;
  margin-top: 6px;
  padding-right: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

  .col-25,
  .col-75,
  input[type=submit] {
    width: 100%;
    margin: 0;
  }

  input[type=text],
  input[type=password],
  input[type=email],
  select,
  textarea {
    margin: 0 10px;
    border-radius: 0;
  }


  .col-20,
  .col-80,
  input[type=submit] {
    width: 100%;
    margin: 0;
  }

  input[type=text],
  input[type=password],
  input[type=email],
  select,
  textarea {
    margin: 0 10px;
    border-radius: 0;
  }

  .ma__helper-text {
    padding-bottom: 0;
  }
}