@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.beatty-highlight {
  background: #85bc36;
  color: #fff;
  padding: 2px 5px;
  vertical-align: baseline
}

.beatty-highlight.beatty-background-gray,
.beatty-highlight.beatty-background-white {
  color: #444
}

.beatty-button {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  user-select: none;
  padding: 0 1em;
  font: 12px/2.6 Arial, Helvetica, sans-serif;
  margin: 0 5px 5px 0;
  transition: .5s;
  color: #444;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0)
}

.beatty-button:hover {
  background: #e6e6e6;
  color: #444;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#e6e6e6), to(#fff));
  background-image: -webkit-linear-gradient(top, #e6e6e6 0, #fff 100%);
  background-image: -moz-linear-gradient(top, #e6e6e6 0, #fff 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0)
}

.beatty-button:active {
  position: relative;
  top: 1px;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.beatty-button:hover {
  text-decoration: none
}

.beatty-button.beatty-small {
  font-size: 11px;
  line-height: 2em
}

.beatty-button.beatty-large {
  font-size: 14px;
  line-height: 3em;
  padding: 0 1.6em
}

.beatty-button.beatty-full {
  display: block
}

.beatty-button i {
  margin-right: .4em
}

.beatty-button.beatty-icon-right i {
  margin-left: .4em;
  margin-right: 0
}

.beatty-button.beatty-bootstrap {
  border: none;
  background-image: none
}

.beatty-button.beatty-bootstrap:hover {
  background-image: none
}

.beatty-box {
  padding: .5em 1em;
  border-radius: 3px;
  border: 1px solid transparent;
  margin: 0 0 1em;
  position: relative;
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5
}

.beatty-box .beatty-close {
  float: right;
  position: relative;
  cursor: pointer;
  display: inline-block;
  right: -11px;
  top: -4px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  opacity: .3;
  transition: .25s
}

.beatty-box .beatty-close:hover {
  opacity: 1
}

.beatty-box p {
  margin: 1em 0 0
}

.beatty-box p:first-child {
  margin-top: 0
}

.beatty-box.beatty-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7
}

.beatty-box.beatty-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.beatty-box.beatty-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.beatty-tabs {
  margin-bottom: 1em
}

.beatty-tabs .beatty-content {
  clear: both;
  border: 1px solid #ddd;
  padding: 10px 20px 0 20px
}

.beatty-tabs.beatty-vertical .beatty-nav {
  box-shadow: inset -3px 0 5px -2px #ccc
}

.beatty-tabs.beatty-vertical .beatty-nav li {
  display: block;
  float: none;
  border-width: 1px 1px 0 0
}

.beatty-tabs.beatty-vertical .beatty-nav li:first-child {
  border-width: 0 1px 0 0
}

.beatty-tabs.beatty-vertical .beatty-nav li.beatty-active {
  background: #fff;
  border-right: 0;
  border-color: #ddd
}

.beatty-tabs.beatty-vertical .beatty-nav li.beatty-active a {
  color: #444
}

.beatty-tabs.beatty-vertical .beatty-content {
  border: none;
  clear: none;
  padding: 0 20px
}

.beatty-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: 11px Arial, sans-serif
}

.beatty-nav li {
  float: left;
  display: inline-block;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-width: 1px 1px 0 0;
  text-align: center;
  line-height: 32px;
  transition: .2s;
  cursor: pointer
}

.beatty-nav li:first-child {
  border-left-width: 1px
}

.beatty-nav li.beatty-active {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0)
}

.beatty-nav li i {
  margin-right: 7px
}

.beatty-nav a {
  color: #444
}

.beatty-nav a:hover {
  text-decoration: none
}

.beatty-tab {
  display: none
}

.beatty-tab.beatty-active {
  display: block;
  animation: fadeIn 1 1s ease
}

.beatty-accordions,
.beatty-toggles {
  margin-bottom: 1em
}

.beatty-accordion,
.beatty-toggle {
  margin-bottom: 4px;
  border: 1px solid #d8d8d8;
  border-radius: 3px
}

.beatty-accordion .beatty-title,
.beatty-toggle .beatty-title {
  padding: 3px 8px;
  cursor: pointer;
  display: block;
  color: #444;
  background: #f0f0f0
}

.beatty-accordion.beatty-active .beatty-title,
.beatty-toggle.beatty-active .beatty-title {
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold
}

.beatty-accordion .beatty-content,
.beatty-toggle .beatty-content {
  display: none;
  padding: 10px
}

.beatty-accordion p,
.beatty-toggle p {
  margin-bottom: 0
}

.beatty-accordion p:first-child,
.beatty-toggle p:first-child {
  margin-top: 0
}

.beatty-progress-bar {
  margin-bottom: 1em
}

.beatty-progress-bar .beatty-title {
  font-size: .85em;
  margin-bottom: .3em
}

.beatty-progress-bar.beatty-block {
  position: relative
}

.beatty-progress-bar.beatty-block .beatty-title {
  position: absolute;
  color: #fff;
  top: 1px;
  left: 5px
}

.beatty-progress-bar.beatty-block .beatty-percent-wrapper,
.beatty-progress-bar.beatty-block .beatty-percent {
  height: 18px
}

.beatty-percent-wrapper {
  height: 15px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-sizing: border-box
}

.beatty-percent {
  width: 0;
  height: 15px;
  margin: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  background: #ff5c00
}

.beatty-percent-100 {
  border-radius: 5px
}

.beatty-promo-box-wrap {
  margin-bottom: 2em
}

.beatty-promo-box {
  padding: 2em;
  background: #f6f6f6;
  border-left: 4px solid #a0ce4e;
  position: relative
}

.beatty-promo-box.beatty-two-buttons {
  text-align: center
}

.beatty-promo-box.beatty-two-buttons .beatty-buttons {
  float: none
}

.beatty-promo-box .beatty-heading {
  margin: 0 0 5px
}

.beatty-promo-box .beatty-text {
  margin: 0
}

.beatty-promo-box .beatty-buttons {
  float: right
}

.beatty-map {
  margin-bottom: 2em
}

.beatty-background-white {
  background: #fff
}

.beatty-align-left {
  float: left
}

.beatty-align-right {
  float: right
}

.beatty-align-center {
  margin: 0 auto
}