body {
  background-color: #EEE9F1;
}
.component-container {
  background-color: #fff; 
}
.layout-content.status.status-full-history .history-nav a.current {
  background-color: #500778;
  color: #fff;
}

/* Hide Powered by Status Page */
.powered-by a {
  display: none; 
}

/* Report an Outage Modal */
.modal-background {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  color: #fff;
  background-color: #341143;
  margin: 25% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}
.modal-content a {
   color: #EEDAEA;
}
.modal-content a:hover {
   text-decoration: underline;
}
.modal-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  float: right;
}
.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
#pageOne {
  display: block;
}
#pageTwo {
  display: none;
}

/* Custom Navigation */
nav {
  padding-top: 20px;
}
nav .row {
  margin-left: 0px;
}
nav .column {
  float: left;
  height: 50px;
  margin: auto;
}
nav .row:after {
  content: "";
  display: table;
  clear: both;
}
nav .left {
  width: 25%;
}
nav .right {
  width: 75%;
  text-align: right;
  margin: 5px 0px;
}
nav a.hyperlink {
  padding: 0px 15px;
}
nav a.hyperlink:hover {
  text-decoration: underline;
}
nav a#show-updates-dropdown.show-updates-dropdown {
  margin-left: 15px;
  padding: 10px 15px;
  border: 1px solid #BB16A3;
  border-radius: 4px;
}
nav a#show-updates-dropdown.show-updates-dropdown:hover {
  text-decoration: none !important;
  background-color: rgba(187,22,163,0.1);
}
.custom-header-container {
  margin-bottom: 35px !important; 
}
.directions {
  text-align: left;
  color: #44546F;
}
label {
  text-align: left;
  color: #44546F;
  margin-top: 10px;
}

/* Custom Header */
header {
  padding: 20px 0px 0px 0px;
}
header h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 20px;
}
div.page-status {
  margin-bottom: 25px !important;
}

/* Custom Footer */
footer {
  background: #341143;
  padding: 70px 0px 30px 0px;
}
footer .row {
  margin-left: 0px;
}
footer .column {
  float: left;
  margin: auto;
  margin-right: 50px;
}
footer .row:after {
  content: "";
  display: table;
  clear: both;
}
footer .right {
  float: right; 
}
footer p {
  color: #fff; 
}
footer a,
footer a:hover {
  color: #eedaea; 
}
footer a:hover {
  text-decoration: underline;
}
footer p.legal {
  font-size: 10px;
  line-height: 14px;
  margin-top: 70px;
}

/* Tablet Viewport */
@media (max-width:800px) {
  nav .column {
    float: none;
  }
  nav .left {
    width: 75%;
    margin-bottom: 80px;
  }
  nav .right {
    width: 100%;
    text-align: center;
    margin: 5px 0px;
  }
  nav a.hyperlink {
    padding: 0px 15px;
  }
  nav a.hyperlink:hover {
    text-decoration: underline;
  }
  nav a#show-updates-dropdown.show-updates-dropdown {
    margin-left: 15px;
    border: 1px solid #BB16A3;
    border-radius: 4px;
  }
  footer .column {
    float: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  footer .right {
    float: left; 
  }
}

/* Mobile Viewport */
@media (max-width:480px) {
  	nav .left {
    margin-bottom: 40px;
  }
  nav .right {
    width: 100%;
    text-align: center;
  }
  nav a.hyperlink,
  nav a#show-updates-dropdown.show-updates-dropdown {
    display: block;
    margin: 0px 0px 10px 0px;
  }
  header {
    margin-top: 70px;
    text-align: center;
  }
}