.button {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 2px 28px 0px 7px !important;
  overflow: hidden;
  background: #e9f0fa none repeat scroll 0 0;
  text-decoration: none;
  height: auto;
  width: auto;
  color: #1E64C8;
  white-space:nowrap;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover {
  background: #fff none repeat scroll 0 0;
}

.button::after {
  content: "→";
  font-family: "PannoTextLight",Arial,sans-serif;
  font-size: 12px;
  color: inherit;
  position: absolute;
  top: 0px;
  right: 5px;
}

.button.large {
  
}

.button.medium {
  
}

.button.small {
  
}

.right,
img.align-right  {
  float:right;
  margin:7px 0 7px 7px;
}

.left,
img.align-left  {
  float:left;
  margin:7px 7px 0 7px;
}

.right:after,
.left:after,
img.align-right:after,
img.align-left:after,
p.imgcircle:after {
  content: "";
  display: table;
  clear: both;
}

.tright {
	text-align:right;
}

.tleft {
	text-align:left;
}


ul.logo {
  list-style: none;
  display: flex;
  text-align: center;
  align-items: baseline;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

ul.logo li {
  padding: 2%;
  display: inline-block;
  text-align: left;
  position: relative;
  align-self: end;
}

ul.logo img {
  vertical-align: middle;
}

p.small{
  font-size:70%;
}

p.imgcircle > img {
     -webkit-clip-path: circle(50.0% at 50% 50%);
  clip-path: circle(50.0% at 50% 50%);
}
