/*
a.button|Button (A)
a.more|More (A)
h3.tight|Tight (H3)
h4.tight|Tight (H4)
p.autry-orange|Orange (P)
p.bigger|Bigger (P)
p.caption|Caption (P)
p.date|Date (P)
p.footnotes|Footnotes (P)
span.autry-orange|Orange (SPAN)
ul.columns-2|Two Column (UL)
*/
.button {
  display: inline-block;border-radius: 4px;text-decoration: none;text-transform: uppercase;padding: 15px 30px;text-align: center;font-size: 16px;line-height: 18px;font-weight: 400;color: #ffffff;background: #007398;
}
.button:hover,
.button:focus {
  color: #ffffff;text-decoration: none;background-color: #0086b2;
}
.button.secondary {
  background-color: #ad5700;
}
.button.secondary:hover,
.button.secondary:focus {
  background-color: #c76400;
}
.button.disabled {
  background-color: #777777;color: #f5f5f0;
}
.button.block {
  display: block;padding: 15px 10px;
}.button.large {
  font-size: 22px;line-height: 24px;padding: 25px;font-weight: 500;
}
.bigger {
  font-size: 22px;
}
.footnotes,
.caption {
  font-weight: 400;
  font-size: 16px;
  color: #5a5a5a;
}
.date {
  color: #ad5700;
  font-weight: 600;
}
.autry-orange {
  color: #ad5700;
}
.more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.more:hover,
.more:focus-visible {
  text-decoration: underline;
}
.more:after {
  content: '';
  display: block;
  margin-left: 0.5em;
  width: 14px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 18' xmlns='http://www.w3.org/2000/svg' fill='%23007398'%3E %3Cpath d='M 0 0 L 16 9 L 0 18 L 0 0 Z'/%3E %3C/svg%3E");
  background-size: contain;
  transform: translateY(2px);
}
.tight {
  margin-bottom: 0;
}
ul.columns-2 {
  column-count: 2;
  column-gap: var(--fluid--20-40);
}
ul.unstyled {
  padding: 0;
}
ul.unstyled li {
  list-style-type: none;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
@media (max-width : 819px), (min-width : 820px)  and (max-width : 1279px) {
  .button.block {
    display: inline-block;padding: 20px 30px;
  }
}
@media (max-width : 819px) {
  ul.columns-2 {
    column-gap: 1;
  }
}


/*# sourceMappingURL=autry-global-utility.library.css.map*/