.news-alerts {
    background: #F8F9FA;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F8F9FA, #F8F9FA);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F8F9FA, #F8F9FA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    height: 270px;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: "Archivo", sans-serif;
}
.news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.news-alerts ul li {
    padding: 10px 0px;
}
.news-alerts ul li a {
    color: black;
    font-size: 18px;
    text-decoration: none;
}
.news-alerts ul li a:hover {
    color: black;
    text-decoration: underline;
}
body{
    min-height: 100vh;
}
.sticky-footer{
    position: sticky;
    top: 100%;
    }
.radio{
    display:none;
}
.label{
  padding: 4px;
    background-color: #0067bb;
    color: white;
    cursor: pointer;
    width: 50px;
    font-size: 8px;
    border-radius: 20px;
    text-align: center;
}
.col-lg-12{background-color:#eee; padding:10px;}
button:focus{
  outline:none!important;
}
#chcp_font_size button {
  border: none;
  background-color:transparent;
  /*background-color:#eee;*/
  text-shadow: none;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:0px 5px;
  margin:0px;
  
}
#chcp_font_size button:hover{
  color:#FF5100;
}
#btn-decrease {
  font-size:12px;
}
#btn-orig {
  font-size:14px;
}
#btn-increase {
  font-size:12px;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #8785ff;
                           color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #8785ff;
                          color: white;}


.link{
  margin:10px 0;
}

.box{
  animation: color-change 2s linear infinite;
  margin:20px;
  width:100%;
  height:50px;
}

@keyframes color-change {
  0%,100%{
    background-color:#ff1493;
  }

  25%{
    background-color:#7fff00;
  }
  
  50%{
    background-color:#0091EA;
  }
  
  75%{
    background-color:#9400d3;
  }
}

#iw6waq{
  border-top-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-top-style:initial;
  border-right-style:initial;
  border-bottom-style:initial;
  border-left-style:initial;
  border-top-color:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  height:273px;
  width:100%;
}
.boxes{
    height:100px;
    width: 150px;
    cursor: pointer; 
    transition: all 1s;  /* lets make it smooth */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
    padding: 10px;
}
	.move-up:hover{
    background-color: #3E3F9B;
    transition: all .5s;
    transform : translateY(-10px);
}
.cd-hover:hover{
    color: white;
}