/* Form buttons
----------------------------------------*/
button {
  border: none;
  outline: none;
  cursor: pointer;
}

/* Standard buttons
----------------------------------------*/
a.button0,
button.button0 {
  background: #ffffff;
  border: 2px solid #000000;
  height: 50px;
  line-height: 46px;
  margin: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  padding: 0 20px;
  width: 100%;
  max-width: 250px;
}
a.button0:link,
a.button0:hover,
a.button0:active {
  color: inherit;
  text-decoration: inherit;
}
a.button0:visited {
  color: inherit;
}
a.button0 .label,
button.button0 .label {
  color: #000000;
  font-size: 15px;
}
a.button0 .icon,
button.button0 .icon {
  float: right;
  font-size: 24px;
  color: #000000;
  padding: 0;
}
a.button0 .icon.stack,
button.button0 .icon.stack {
  font-size: 15px;
}
a.button0 .icon.stack i:last-child,
button.button0 .icon.stack i:last-child{
  color: #ffffff;
}
a.button0:hover,
button.button0:hover {
  background: #dddddd;
  border-color: #000000;
}
a.button0:hover .label,
button.button0:hover .label {
  color: #aaaaaa;
}
a.button0:hover .icon,
button.button0:hover .icon {
  color: #aaaaaa;
}
a.button0:hover .icon.stack i:last-child,
button.button0:hover .icon.stack i:last-child{
  color: #dddddd;
}

/* Button style 1 (Contact page SEND button) */
a.button1,
button.button1 {
  background: #00aadd;
  border-color: #00aadd;
}
a.button1 .label,
button.button1 .label {
  color: #ffffff;
}
a.button1 .icon,
button.button1 .icon {
  color: #ffffff;
}
a.button1 .icon.stack i:last-child,
button.button1 .icon.stack i:last-child{
  color: #00aadd;
}
a.button1:hover,
button.button1:hover {
  background: #0097c4;
  border-color: #0097c4;
}
a.button1:hover .label,
button.button1:hover .label {
  color: #ffffff;
}
a.button1:hover .icon,
button.button1:hover .icon {
  color: #ffffff;
}
a.button1:hover .icon.stack i:last-child,
button.button1:hover .icon.stack i:last-child{
  color: #0097c4;
}

/* Button style 2 */
/*a.button2,
button.button2 {
  background: #00aadd;
  border-color: #00aadd;
  width: 180px;
}
a.button2 .label,
button.button2 .label {
  color: #ffffff;
}
a.button2 .icon,
button.button2 .icon {
  color: #ffffff;
}
a.button2 .icon.stack i:last-child,
button.button2 .icon.stack i:last-child{
  color: #ffffff;
}
a.button2:hover,
button.button2:hover {
  background: #0097c4;
  border-color: #0097c4;
}
a.button2:hover .label,
button.button2:hover .label {
  color: #ffffff;
}
a.button2:hover .icon,
button.button2:hover .icon {
  color: #ffffff;
}
a.button2:hover .icon.stack i:last-child,
button.button2:hover .icon.stack i:last-child{
  color: #ffffff;
}*/

/* Button style 3 (View more... button below news) */
a.button3,
button.button3 {
  background: #ffffff;
  border-color: #dddddd;
  width: 180px;
}
a.button3 .label,
button.button3 .label {
  color: #000000;
}
a.button3 .icon,
button.button3 .icon {
  color: #00aadd;
}
a.button3 .icon.stack i:last-child,
button.button3 .icon.stack i:last-child{
  color: #00aadd;
}
a.button3:hover,
button.button3:hover {
  background: #fafafa;
  border-color: #dddddd;
}
a.button3:hover .label,
button.button3:hover .label {
  color: #000000;
}
a.button3:hover .icon,
button.button3:hover .icon {
  color: #00aadd;
}
a.button3:hover .icon.stack i:last-child,
button.button3:hover .icon.stack i:last-child{
  color: #00aadd;
}

/* Button style 4 (Download button on news articles) */
a.button4,
button.button4 {
  background: #ffffff;
  border-color: #dddddd;
  width: 250px;
  height: 100px;
  padding: 10px 0 0 0;
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 10px;
  text-align: center;
}
a.button4 .label, 
button.button4 .label {
  color: #000000;
  display: block;
  line-height: 1;
}
a.button4 .icon, 
button.button4 .icon {
  color: #000000;
  float: none;
  display: inline-block;
  line-height: 1;
  font-size: 36px;
}
a.button4:hover,
button.button4:hover {
  background: #fafafa;
  border-color: #dddddd;
}
a.button4:hover .label,
button.button4:hover .label {
  color: #000000;
}
a.button4:hover .icon,
button.button4:hover .icon {
  color: #000000;
}


/* Button style 10 (Inserted via the wysiwyg editor) */
a.button10,
button.button10 {
  background: #ffffff;
  border-color: #dddddd;
  width: auto;
}
a.button10 .label,
button.button10 .label {
  color: #000000;
  padding-right: 15px;
}
a.button10 .icon,
button.button10 .icon {
  color: #00aadd;
}
a.button10 .icon.stack i:last-child,
button.button10 .icon.stack i:last-child{
  color: #00aadd;
}
a.button10:hover,
button.button10:hover {
  background: #fafafa;
  border-color: #dddddd;
}
a.button10:hover .label,
button.button10:hover .label {
  color: #000000;
}
a.button10:hover .icon,
button.button10:hover .icon {
  color: #00aadd;
}
a.button10:hover .icon.stack i:last-child,
button.button10:hover .icon.stack i:last-child{
  color: #00aadd;
}

/* Button style 10b (Green version) (Inserted via the wysiwyg editor) */
a.button10b,
button.button10b {
  background: #ffffff;
  border-color: #dddddd;
  width: auto;
}
a.button10b .label,
button.button10b .label {
  color: #000000;
  padding-right: 15px;
}
a.button10b .icon,
button.button10b .icon {
  color: #3b9848;
}
a.button10b .icon.stack i:last-child,
button.button10b .icon.stack i:last-child{
  color: #3b9848;
}
a.button10b:hover,
button.button10b:hover {
  background: #fafafa;
  border-color: #dddddd;
}
a.button10b:hover .label,
button.button10b:hover .label {
  color: #000000;
}
a.button10b:hover .icon,
button.button10b:hover .icon {
  color: #3b9848;
}
a.button10b:hover .icon.stack i:last-child,
button.button10b:hover .icon.stack i:last-child{
  color: #3b9848;
}


/* Button style 11 (Inserted via the wysiwyg editor) */
a.button11,
button.button11 {
  width: auto;
  line-height: normal;
  height: auto;
  border: 0;
  padding: 0;
  background: none;
}
a.button11 .label,
button.button11 .label {
  color: #000000;
  padding-right: 2px;
}
a.button11:hover .label {
  text-decoration: underline;
}
a.button11 .icon,
button.button11 .icon {
  color: #00aadd;
}
a.button11 .icon.stack i:last-child,
button.button11 .icon.stack i:last-child{
  color: #00aadd;
}
a.button11:hover,
button.button11:hover {
  background: none;
}
a.button11:hover .label,
button.button11:hover .label {
  color: #000000;
}
a.button11:hover .icon,
button.button11:hover .icon {
  color: #00aadd;
}
a.button11 .icon.stack,
button.button11 .icon.stack {
  font-size: 12px;
}
a.button11:hover .icon.stack i:last-child,
button.button11:hover .icon.stack i:last-child{
  color: #00aadd;
}

/* Button style 11b (Green version) (Inserted via the wysiwyg editor) */
a.button11b,
button.button11b {
  width: auto;
  line-height: normal;
  height: auto;
  border: 0;
  padding: 0;
  background: none;
}
a.button11b .label,
button.button11b .label {
  color: #000000;
  padding-right: 2px;
}
a.button11b:hover .label {
  text-decoration: underline;
}
a.button11b .icon,
button.button11b .icon {
  color: #3b9848;
}
a.button11b .icon.stack i:last-child,
button.button11b .icon.stack i:last-child{
  color: #3b9848;
}
a.button11b:hover,
button.button11b:hover {
  background: none;
}
a.button11b:hover .label,
button.button11b:hover .label {
  color: #000000;
}
a.button11b:hover .icon,
button.button11b:hover .icon {
  color: #3b9848;
}
a.button11b .icon.stack,
button.button11b .icon.stack {
  font-size: 12px;
}
a.button11b:hover .icon.stack i:last-child,
button.button11b:hover .icon.stack i:last-child{
  color: #3b9848;
}


/*
a.button1 {
  display: inline-block;
  background: #00aadd;
  width: 230px;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  padding: 0 20px;
}
a.button1:link,
a.button1:hover,
a.button1:active {
  color: #ffffff;
  text-decoration: none;
}
a.button1:visited {
  color: #ffffff;
}
a.button1:hover {
  background: #0097c4;
}
a.button1 i.arrow {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  height: 16px;
  width: 16px;
  float: right;
  margin-top: 17px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
a.button1:hover i.arrow {
  transform: translate(4px, 0) rotate(-45deg);
  animation-name: arrow-shift;
  animation-duration: 0.15s;
}
a.button1 i.fas {
  float: right;
  margin-top: 16px;
  font-size: 24px;
}*/


/* Back to top button
----------------------------------------*/
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: #29384d;
  height: 50px;
  width: 50px;
  border-radius: 15px;
  text-align: center;
  font-size: 32px;
  overflow: hidden;
  line-height: 36px;
}
a.back-to-top:link,
a.back-to-top:hover,
a.back-to-top:active {
  color: #ffffff;
  text-decoration: none;
}
a.back-to-top:visited {
  color: #ffffff;
}
a.back-to-top i {
  position: relative;
  top: -3px;
}
a.back-to-top span {
  display: block;
  position: relative;
  top: -12px;
  font-size: 16px;
  line-height: 16px;
}


/* Arrow movement
----------------------------------------*/
@keyframes arrow-shift { /* animation-duration: 0.15s; */
  0% { transform: translate(0, 0) rotate(-45deg); }
  100% { transform: translate(4px, 0) rotate(-45deg); }
}
@keyframes arrow-bounce-2 { /* animation-duration: 0.9s; */
  0% { transform: translate(0, 0) rotate(-45deg); }
  33.33% { transform: translate(4px, 0) rotate(-45deg); }
  66.66% { transform: translate(0, 0) rotate(-45deg); }
  100% { transform: translate(4px, 0) rotate(-45deg); }
}
@keyframes arrow-bounce-3 { /* animation-duration: 1.5s; */
  0% { transform: translate(0, 0) rotate(-45deg); }
  20% { transform: translate(4px, 0) rotate(-45deg); }
  40% { transform: translate(0, 0) rotate(-45deg); }
  60% { transform: translate(4px, 0) rotate(-45deg); }
  80% { transform: translate(0, 0) rotate(-45deg); }
  100% { transform: translate(4px, 0) rotate(-45deg); }
}
@keyframes arrow-bounce-4 { /* animation-duration: 2.1s; */
  0% { transform: translate(0, 0) rotate(-45deg); }
  14.29% { transform: translate(4px, 0) rotate(-45deg); }
  28.57% { transform: translate(0, 0) rotate(-45deg); }
  42.86% { transform: translate(4px, 0) rotate(-45deg); }
  57.14% { transform: translate(0, 0) rotate(-45deg); }
  71.43% { transform: translate(4px, 0) rotate(-45deg); }
  85.71% { transform: translate(0, 0) rotate(-45deg); }
  100% { transform: translate(4px, 0) rotate(-45deg); }
}


/* Spin icon
----------------------------------------*/
.spin-icon:hover i { 
  transition-duration: 600ms;
  transition-timing-function: linear;
  transform: rotateY(360deg);
}

/* Pointer arrow
---------------------------------------*/
.pointer-arrow {
  cursor: default;
}

/* Enlarge button
----------------------------------------*/
@keyframes button-enlarge-ed1b24 {
  0% { box-shadow: 0 0 0 0 #ed1b24; }
  30% { box-shadow: 0 0 0 4px #ed1b24; }
  100% { box-shadow: 0 0 0 4px #ed1b24; }
}
@keyframes button-enlarge-58585a {
  0% { box-shadow: 0 0 0 0 #58585a; }
  30% { box-shadow: 0 0 0 4px #58585a; }
  100% { box-shadow: 0 0 0 4px #58585a; }
}
