/*******************************FOOTER*****************************/

.footer-top {
  padding-bottom: 3em;
}

.footer-about-h1 h1 {
  text-align: center;
  color: #999;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-family: 'MuseoSans100';
}

.about-on24-txt p {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 1.7em;
  font-family: 'MuseoSans300';
}

.about-on24-txt p a {
  color: #3d3d3d;
  text-decoration: none;

  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.about-on24-txt a:hover {
  color: #428bca;
  text-decoration: underline;
}

/**************************SOCIAL BUTTONS*************************/

.social h2 {
  color: #999;
  font-family: 'MuseoSans300';
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

#social-buttons-ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
}

#social-buttons-ul li {
  height: 30px;
  max-width: 100px;
  float: left;
  position: relative;
  margin-right: .9em;
  margin-top: .9em;
  margin-bottom: .9em;
  text-transform: uppercase;
}

#social-buttons-ul {
  padding-left: 0px;
}

#social-buttons-ul li {
  text-align: center;
  padding-left: 0px;
  padding: .75em 0em;
  width: 100%;
  font-size: .7em;
  text-decoration: none;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: block;

  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

#socail-buttons-ul li:hover {
  text-decoration: none;
  color: #fff;
}

#social-buttons-ul li:nth-child(1) {
  background-color: #4099FF;

  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

#social-buttons-ul li:nth-child(1):hover {
  background-color: #358bed;
}

#social-buttons-ul li:nth-child(2) {
  background-color: #3B5999;

  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

#social-buttons-ul li:nth-child(2):hover {
  background-color: #335193;
}

#social-buttons-ul li:nth-child(3) {
  background-color: #E3781F;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#social-buttons-ul li:nth-child(3):hover {
  background-color: #c5321f;
}


/**************************FAST FACTS*************************/

.fast-facts1 h2 {
  color: #999;
  font-family: 'MuseoSans300';
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.fast-facts1 ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

.fast-facts1 li {
  padding-left: 0px;
  text-decoration: none;
  text-decoration: none;
  list-style-type: none;
}

.fast-facts2 ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

.fast-facts2 li {
  padding-left: 0px;
  text-decoration: none;
  text-decoration: none;
  list-style-type: none;
}

.fast-facts-txt {
  font-family: 'MuseoSans300';
  font-size: 1.1em;
  border-top: 1px solid #eeeeee;
  display: block;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  color: #3d3d3d;
}

.solutions-img {
  display: none;
}


@media only screen and (min-width: 480px) {

.fast-facts1 li {
  margin: auto;
  display: block;
  padding-top: 0em;
  padding-bottom: 0em;
  border-bottom: none;
  color: #999;
}

.fast-facts-txt {
  width: 80%;
  display: block;
  margin-left: 0px;
  position: relative;
  text-decoration: none;
  font-family: 'MuseoSans300';
  font-size: 1em;
  text-align: left;
}

}


@media only screen and (min-width: 767px) {
  .about-on24-txt p {
    width: 90%;
    font-size: 16px;
  }

  .fast-facts1 h2 {
    margin-top: 0em;
  }
}


/**********************BOTTOM FOOTER********************/
.bottom-footer-band {
  padding-top: 3em;
  padding-bottom: 5em;
  background-color: #0c77bb;
}

.phone-number span {
  color: #fff;
  font-family: 'MuseoSans300';
  font-size: 1.1em;
  line-height: 2.3em;
}

.bottom-footer-button {
  margin-top: 3em;
  margin-bottom: 2em;
  width: 275px;
}

.bottom-footer-button a {
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'MuseoSans700';
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 18px;
  position: relative;

  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.bottom-footer-button a:hover {
  background-color: #fff;
  color: #0c77bb;
}

.bottom-footer-h2 h2,
.bottom-footer-band h4 {
  font-family: 'MuseoSans300';
  color: #fff;
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.bottom-footer {
  padding-top: 1em;
}

.bottom-footer-ul,
.bottom-footer-band ul.menu {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

.bottom-footer-ul li {
  padding-left: 15px;
  text-decoration: none;
  text-decoration: none;
  list-style-type: none;
}

.bottom-footer-txt,
.bottom-footer-band ul.menu li a {
  font-family: 'MuseoSans300';
  font-size: 1.1em;
}

.bottom-footer-ul li a,
.bottom-footer-band ul.menu li a {
  color: #fff;
  display: block;
  padding-top: 1.2em;
  padding-bottom: 1.2em;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

..bottom-footer-ul li a:hover,
.bottom-footer-band ul.menu li a:hover {
  text-decoration: none;
}

.bottom-footer-img {
  display: none;
}


@media only screen and (min-width: 480px) {

.bottom-footer-h2 h2,
.bottom-footer-band h4 {
  font-size: 1.7em;
}

.bottom-footer-container ul {
  display: block;
  margin: 0;
  padding: 0;
}

.bottom-footer-container ul li {
  display: block;
  margin-top: 0em;
}


.last-child li {
  border-bottom: none;
}

.bottom-footer-ul li a,
.bottom-footer-band ul.menu li a {
  margin: auto;
  display: block;
  padding-top: .4em;
  padding-bottom: .4em;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*.bottom-footer-ul li a:hover {
  text-decoration: none;
  padding-left: 5px;
}*/

.bottom-footer-img {
  display: none;
}

.bottom-footer-img img {
  width: 100%;
}

.bottom-footer-txt,
.bottom-footer-band ul.menu li a {
  width: 80%;
  display: block;
  margin-left: 0px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-family: 'MuseoSans100';
  font-size: 1.2em;
  text-align: left;
}

.bottom-footer-band ul.menu li a:hover {
  text-decoration: underline;
}

}


@media only screen and (min-width: 767px) {

.bottom-footer-h2 h2,
.bottom-footer-band h4 {
  margin-top: 0px;
}

.bottom-footer-button {
  width: 170px;
}

.bottom-footer-container ul li {
  display: block;
  padding-left: 0;
}

.bottom-footer-txt,
.bottom-footer-band ul.menu li a {
  font-size: .9em;
  width: 90%;
  margin-left: 0px;
}

..bottom-footer-ul li a:hover,
.bottom-footer-band ul.menu li a:hover {
  text-decoration: none;
  padding-left: 5px;
}

.bottom-footer-img {
  display: block;
  width: 80%;
  margin: auto;
}

.bottom-footer-img img {
  width: 100%;
}

}


@media only screen and (min-width: 991px) {
  .bottom-footer-txt,
  .bottom-footer-band ul.menu li a {
    font-size: 1em;
  }

  .bottom-footer-txt,
  .bottom-footer-band ul.menu li a {
    font-size: 1em;
  }
}


@media only screen and (min-width: 1199px) {
  .bottom-footer-h2 h2,
  .bottom-footer-band h4 {
    font-size: 1.9em;
  }

  .bottom-footer-txt,
  .bottom-footer-band ul.menu li a {
    font-size: 1em;
  }
}

/**********************SUB FOOTER********************/
.terms-footer-band {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #0c77bb;
}

.terms-footer-band p {
  font-family: 'MuseoSans100';
  font-size: .9em;
  color: #fff;
  line-height: 1.1em;
  margin-left: 15px;
}

.terms-footer-band a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-about-h1 h1 {
    font-size: 22px;
  }
}





