.imgLogo{
  width:90%;
  height:110%;
}


.FilterButton {
 background-color:#FFFFFF;
 border: 1px solid #D8DAE4;
  padding:16px;
  margin-right:8px;
  margin-bottom:20px;
  font-size:medium;
  font-weight: 400;
  min-width: 90px;
  display: inline;
  border-width:thin;
  border-radius:6px;
  cursor: pointer;
  color: #505877;
  font-family: Arial;
}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none !important; 
} 
a:active { 
  text-decoration: none; 
}

.updates-dropdown-container .show-updates-dropdown:after {
    content: 'Subscribe';
	text-decoration: none; 
	font-family: "Precision Sans", Arial, sans-serif !important;
}



.FilterButtonClick {
 background-color:#F5F6FA;
 border: 1px solid #505877;
  padding:16px;
  margin-right:8px;
  margin-bottom:20px;
  font-size:medium;
  font-weight: 400;
  min-width: 90px;
  display: inline;
  border-width:thin;
  border-radius:6px;
  cursor: pointer;
  color: #505877;
  font-family: Arial;  
}

.FilterButton:hover {
	background-color:#F5F6FA;
 border: 1px solid #505877;
}
/*
.FilterButtonClick:hover {
background-color:#FFFFFF;
 border: 1px solid #D8DAE4;
  
}

.divButtonSpread{
			   display: flex;a
   justify-content: space-between;
  flex-wrap: wrap;
}*/

.show-updates-dropdown {
  display: block;
}

.updates-dropdown-container {
  display: block;
}
.no-incidents { 
  display: block; 
}

.small { 
  display: block;
}

.beta {
  display: block;
}

.tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}

.show-updates-dropdown{
 background-color:transparent;
 border: 1px solid white;
  padding:10px;
  margin:5px;
  min-width: 70px;
  display: block;
  border-width:thin;
  border-radius:4px;
  border-shadow:0px;
  cursor: pointer;
  color: white;
  text-decoration:none;
  font-size:17px;
  letter-spacing: 3px;
  	font-family: "Precision Sans", Arial, sans-serif !important;
}



.tab {
  float: left;
}
.tab label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: block;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
.three-columns {

}

body {
  margin-top: 100px;
}

.beta {
  display: none;
  position: absolute;
  background-color: #009bdf;
  padding: 5px 60px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: bold;
  top: 9px;
  right: -58px;
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}

.text-section { display: none; }

header {
  background-image: -webkit-gradient(linear, left top, right top, from(#3e53a4), to(#cf0989));
  background-image: -webkit-linear-gradient(left, #3e53a4 0%, #cf0989 100%);
  background-image: linear-gradient(90deg, #3e53a4 0%, #cf0989 100%);
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 0;
  -webkit-transition: all .03s ease-out;
  transition: all .03s ease-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.logo {
  float: left;
  height: 70px;
  padding-top: 18px;
}

.toggle-children {
  opacity: 1;
}

.pb-header-mark {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,');
  background-position: center center;
  background-repeat: no-repeat;
}

.navbar-brand {
  display: inline-block;
  padding-top:40px;
  margin-left: -120px;
  font-size: 24px;
  line-height: inherit;
  color: #fff;
  vertical-align: middle;
  font-family: "Precision Sans", Arial, sans-serif;
}
.navbar-brand:hover {
  color: #fff;
}
.updates-dropdown-container {
      float: right;
  height: 70px;
  margin-top: 25px;
}
.show-updates-dropdown {
  color: #fff;
  text-decoration: underline;
}
.show-updates-dropdown:hover {
      color: #fff;
  text-decoration: underline;
}
.updates-dropdown-container .updates-dropdown {
  top: 50%;
  right: 0%;
}

footer {
  background-color: #eaedf8;
  padding: 7px 0;
}

footer .container .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .container > div {
  padding: 16px 0 16px 0;
}

footer .container .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

footer .container .logo-copyright {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}


footer .container .logo-copyright .footer-logo svg {
  vertical-align: top;
}

    
footer .container .logo-copyright .copyright {
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 10px;
}
    
footer .container {
  color: #4e4e4e;
  font-size: 12px;
  font-family: "Precision Sans", Arial, sans-serif !important;
  z-index: 10;
}
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
    
/* MEDIA QUERIES */
@media only screen and (max-width: 767px) {
  body {
    x-background-color: lightblue;
    margin-top: 150px;
    font-family: "Precision Sans", Arial, sans-serif !important;
  }
  header {
    height: 100px;
  }
  .logo {
    float: none;
    height: auto;
    text-align: center
  }
  .updates-dropdown-container {
        float: none;
    display: block !important;
    height: auto;
    margin-top: 20px;
    text-align: center;
  }

  .updates-dropdown-container .updates-dropdown {
    top: 40px;
    left: 50%;
  }
      
  footer .container .contents, footer .container-fluid .contents {
    justify-content: center;
  }
  
  .updates-dropdown-container .show-updates-dropdown:after {
    content: 'Subscribe';
	text-decoration: none; 
	font-family: "Precision Sans", Arial, sans-serif !important;
}

}