.accessButton {
  height: 48px;
  width: auto;
  font-weight: bold;
  background: #F00;
  color: #FFF !important;
  border: 3px solid #FF0000;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  clear: both;
  border-radius: 12px;
  min-width: 20%;
  line-height: 40px;
  transition: 0.25s ease 0s;
}
.accessButton:hover {
  background: #F00;
  color: #FFF !important;
}
.accessButton.fullButton {
  height: 64px;
  border-radius: 12px;
  width: 100%;
  line-height: 58px;
  padding: 0 24px;
  font-size: 24px;
}
.image-box {
  width: 100%;
  float: left;
  clear: both;
}
.left-box {
  text-align: left;
}
.right-box {
  text-align: right;
}
.center-box {
  text-align: center;
}
.image-row {
  display: inline-block;
  max-height: 240px;
  width: auto;
  max-width: 100%;
  margin: 0 6px;
}
.full-box {
  width: 100%;
  clear: both;
  margin-top: 20px;
}
.contact-form input:not([type="submit"]) {
  border: 2px solid #000;
  height: 42px;
  border-radius: 21px;
  padding: 0 20px;
}
.contact-form textarea {
  border: 2px solid #000;
  padding: 12px 20px;
  border-radius: 21px;
}
.contact-form input[type=submit] {
  height: 48px;
  width: auto;
  font-weight: bold;
  background: #F00;
  color: #FFF !important;
  border: 3px solid #FF0000;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  clear: both;
  border-radius: 12px;
  min-width: 20%;
  line-height: 40px;
  transition: 0.25s ease 0s;
}
.contact-form input[type=submit]:hover {
  background: #F00;
  color: #FFF !important;
}
.footer-widgets .page-footer-inner > .bard-widget {
  width: calc(25% - 20px);
  margin: 0 10px;
}
.footer-widgets .page-footer-inner > .bard-widget:nth-child(3n+3) {
  margin: 0 10px;
}
.footer-widgets .page-footer-inner > .bard-widget:nth-child(3n+4) {
  clear: none;
}
.footer-widgets .page-footer-inner > .bard-widget:nth-child(4n+5) {
  clear: left;
}
.copyright-info .credit {
  display: none !important;
}
.copyright-info:last-letter {
  display: none;
}
.copyright-info {
  position: relative;
}
.copyright-info:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -8px;
  color: #F6F6F6;
  z-index: 2;
  font-size: 42px;
  opacity: 1;
}