// created by: LEESHIN
// date: 5/11/2016
// modified on: 5/20/2016
// purpose: added mouseover effect

.blur-background {

	opacity:0.6;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

a.button {
    color: #89C3F3;
    border: 1px solid;
    border-color: #89C3F3;
    background: none;
    height: 30px;
    margin-top: 0px;
    padding: 5px 5px 5px 5px;
    line-height: 30px;
    white-space: nowrap;
}

#news p a {
	color: #5F5F5F;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.abutton {
    color: #89C3F3;
    border: 1px solid;
    border-color: #89C3F3;
    background: none;
    height: 30px;
    margin-top: 0px;
    padding: 5px 25px 5px 25px;
    line-height: 30px;
    white-space: nowrap;
}

.divBox {

    border: 1px solid #E2E2E2;
    padding: 8px;
    box-sizing: border-box;
}