.footerBackground {
  background-color: #ff9933;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff !important;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .footerBackground .divider {
    padding: 0 1em; }
  .footerBackground a {
    color: #fff; }

html {
  font-size: 16px; }

body {
  font-size: 1em;
  margin: 0 auto; }

h1 {
  font-size: 200%;
  font-weight: 600; }

h2 {
  font-size: 1.2em; }

a {
  color: #727272;
  text-decoration: none;
  display: inline-block; }

p {
  color: #727272;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 1.5em; }

.logo img {
  height: 160px !important;
  margin: 2em 0 0 0; }

.TAC {
  text-align: center !important; }

.bullet {
  font-size: 1rem;
  vertical-align: 20%; }

.primary-text-color {
  color: #ff9933; }

.contact-info {
  font-weight: 700;
  padding: 0.5rem 0 2rem 0; }

@media screen and (max-width: 768px) {
  .columns {
    padding: 0 2em; }
  .column {
    padding-top: 0px;
    padding-bottom: 0px; }
  .logo img {
    margin: 2em 0 !important; } }
