ul.errorlist li{
    color: #d95c5c;
}

ul.errorlist{
    margin: 0;
}

nav .container .nav-list{
    width: auto;
    margin-top: 35px;
}

nav .container .nav-list .nav a{
    line-height: 50px;
}

.pure-menu-children li a{
    display: block !important;
}

ol, ol li{
    list-style-type: decimal !important;
    margin-left: 20px;
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}

.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.download-box{
    padding: 10px;
    margin: 10px;
    border: 1px solid #EEE;
    text-align: center;
}

.hide{
    display: none;
}

#pgwModalBackdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000; }

#pgwModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9010;
  overflow-x: auto;
  overflow-y: scroll;
  text-align: center; }
  #pgwModal * {
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    line-height: 1.33; }
  #pgwModal .pm-container {
    margin: 10px; }
  #pgwModal .pm-body {
    display: inline-block;
    max-width: 800px;
    min-width: 300px;
    position: relative;
    width: 100%;
    z-index: 9020;
    margin-top: 10px; }

.pgwModalBackdrop {
  background: #000;
  opacity: 0.25;
  filter: alpha(opacity=25); }

.pgwModal .pm-body {
  background-color: #fff;
  border-radius: 5px; }
.pgwModal .pm-title {
  background: #2C67C9;
  padding: 15px 0;
  border-bottom: 1px solid #74697b;
  border-radius: 5px 5px 0 0;
  color: white;
  font-size: 1.5rem;
  min-height: 25px; }
.pgwModal .pm-content {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: left; }
.pgwModal .pm-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  color: white; }
  .pgwModal .pm-close span.pm-icon {
    display: block;
    height: 50px;
    width: 50px; }
    .pgwModal .pm-close span.pm-icon:before {
      content: '\00D7';
      font-size: 38px;
      line-height: 60px !important; }

body.pgwModalOpen {
  overflow: hidden; }
