
/* Arrow Hover */
.arrow {
  height: 2px;
  width: 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 7px;
  transition: all .4s ease;
}

a.clickable-div:hover .arrow {
  width: 35px;
  margin-right: 5px;
}



.arrow-color {
  background: #fff;
}

.arrow:before,
.arrow:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 2px;
  width: 10px;
  border-radius: 30%;
}

.arrow:before {
  right: -2px;
  bottom: -3px;
  transform: rotate(-45deg);
}

.arrow:after {
  right: -2px;
  top: -3px;
  transform: rotate(45deg);
}
/* End Arrow */




/* Update Form */

/* End Update Form */
.footnote {
    font-size: small;
}

/* Update Styles */


/* End Update Styles */

/* Add Styles */


	  @media screen and (max-width: 376px) {
		 .footnote {
    font-size: x-small!important;
}
	}
		 
/* SOCIAL ICONS */

#header ul li {
  list-style: none;
}

#header a.social {
    width: 46px;
    height: 46px;
    background-color: #04a8ce;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    margin: -4px 0px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
}
xa.clickable-div:hover::after {
    content: '>';
    display: flex;
    position: relative;
    margin: auto !important;
    background: #04a8ce;
    padding: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 1.75em;
    line-height: .5em;
    flex-wrap: nowrap;
    justify-content: center;
}
a.social .icon {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

a.social:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

a.social:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a66c2;
  transition: .5s;
  z-index: 2;
}

a.social:hover:before {
  top: 0;
}

.icon {
    width: 150px;
	max-width: 100%;
}



