#custom-header {
  background-color:#FFFFFF;
  color: rgba(41,70,97,0.8);
  padding:24px 140px 23px;
  position:relative;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #ececed;
  box-shadow: 0 1px 3px 0 rgba(41,71,98,0.1);
			  font-weight: 500;
}

img {
  max-width: 60%
}

#custom-header .logo-container {
  float:left;
  max-width:325px;
}

#custom-header nav > a:hover {
   color: #1a82e2;
}

#custom-header nav {
  float:right;
  
}

#custom-header nav > a {
  margin-right: 30px;
}

#custom-header nav > a, #custom-header .show-updates-dropdown {
  color: rgba(41,70,97,0.8);
  display:inline-block;
  letter-spacing: 1px;
}

#custom-header .updates-dropdown {
  right: 0px;
}


@media screen and (min-width: 900px) {
  #custom-header .logo-container {
    position:relative;
    top:7px;
  }
  
  #custom-header nav > a {
    position:relative;
    top:1px;
    
  }

  #custom-header .show-updates-dropdown {
    color: #1a82e2;
    padding:9px 18px 8px;
    border-radius:2px;
    border:1px solid rgba(26,130,226,0.8);
    background: transparent;
    
  }
  
  #custom-header .show-updates-dropdown:hover {
    background-color:rgb(232,243,252); 
    -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;
  }
}


@media screen and (max-width: 900px) {
  #custom-header {
    text-align:center;
    padding-left:5%;
    padding-right:5%;
    padding-bottom:18px;
  }
  
  #custom-header .logo-container {
    float:none;
    display:block;
    margin-bottom:18px;
    max-width:none;
  }
  
  #custom-header .logo-container .logo {
    max-width:325px;
    display:inline-block;
  }
  
  #custom-header nav {
    float:none;
  }
  
  #custom-header nav > a, #custom-header .updates-dropdown-container {
    float:none;
  }
  
  
  
}


@media screen and (max-width: 475px) {
  #custom-header nav > a {
    margin-right:20px; 
  }
  #custom-header nav > a, #custom-header nav .show-updates-dropdown {
    font-size:13px;
  }
  #custom-header .logo-container .logo {
    max-width:70%; 
  }
  #custom-header nav > a:nth-child(1):before {
    content:none;
  }
}


.incidents-list { display:none; }


#custom-footer {
  padding:20px; 
  font-size:14px;
  background-color:#FFFFFF;
  height: 60px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  color: rgba(41,70,97,0.8);
}

#custom-footer > div {
  position:relative;
  top:2px;
}

#custom-footer .meta {
  float:right;
}

#custom-footer .links {
  float:right;
  margin-left:50px;

}

#custom-footer .links a {
  color: rgba(41,70,97,0.8);
  display:inline-block;
  margin-left:20px;
}

#custom-footer .links a:hover {
  color: #1a82e2;
}

#custom-footer .links a:first-of-type {
  margin-left:0px;
}

@media screen and (max-width: 880px) {
  #custom-footer {
    overflow:hidden;
 	   height: 60px;
  }
  
  #custom-footer > div {
    top:0px;
   
  }
  
  #custom-footer .links {
    margin-left:0px;
  }
  
  #custom-footer .meta {
    float:left;
  }
  
  #custom-footer .logo {
    display:none;
  }
}

@media screen and (max-width: 600px) {
  #custom-footer {
    text-align:center;
    font-size:13px;
    line-height:4px;
  }
  
  #custom-footer .meta, #custom-footer .links {
    float:none;
  }
  
  #custom-footer .links {
    margin-bottom:20px;
  }
}

.uptime {
		 text-align: center;
 margin: 30px 40px -20px 40px;
 
}
iframe#status-frame{
 overflow: hidden;
  display:none;
}