/* Background */
/* Font Color */
/* Colors */
/* Horizontal line */
/*Main nav stuff*/
/* #3f629d */
/* Content Header stuff */
/* #3f629d */
/* Left nav menu stuff */
/* #3e82f9 */
/* Footer nav stuff */
/* Font Sizes */
/************************************************************/
/* FOOTER(s)  --- default.hbs -    */
/************************************************************/
#footer-area {
  padding: 30px 0 20px;
  position: relative; }

/* (2/2/2015 added bg color to this class */
#footer {
  /* padding: 20px 0 15px; */
  color: #1e80c0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  position: relative;
  background: #464646; }
  #footer .copyright-menu {
    display: inline; }
  #footer #copyright {
    text-align: left; }
    #footer #copyright .footer_copyright {
      font-size: 13px;
      padding-top: 10px; }
      #footer #copyright .footer_copyright a {
        color: #ccc; }
      #footer #copyright .footer_copyright a:hover {
        text-decoration: none;
        opacity: .7;
        cursor: pointer; }
    #footer #copyright .copyright-menu {
      display: inline; }
      #footer #copyright .copyright-menu ul {
        display: inline; }
        #footer #copyright .copyright-menu ul li {
          padding: 0; }

.footer-bg-46 {
  background-color: #464646; }

/*************  DESKTOP - Footer Area  --- default.hbs -  **********/
.footer-area {
  color: #bebebe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .footer-area .nav-foot-heading {
    color: #FFF;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    /* margin: 0px 0px 20px; */
    cursor: default; }
  .footer-area .nav-foot-list {
    list-style: outside none none;
    margin: 0px;
    padding: 0px; }
    .footer-area .nav-foot-list li {
      margin: 5px 0px; }
      .footer-area .nav-foot-list li a {
        color: #CCC;
        font-size: 13px; }

.list-inline {
  padding-left: 0;
  list-style: none; }

#foot-subnav ul {
  display: block; }
  #foot-subnav ul li {
    float: left; }
    #foot-subnav ul li a {
      float: left;
      font-size: 18px;
      font-weight: 500;
      padding: 0 8px;
      text-decoration: none;
      color: white; }

.social {
  float: left;
  padding-right: 10px; }

.footer-social ul li a {
  color: white;
  display: block;
  min-width: 48px;
  text-align: center;
  font-size: 23px;
  padding: 8px; }

.footer-social ul li a:hover {
  background-color: white;
  color: #b0153c; }

.footer-social .list-inline {
  padding-top: 16px; }

#footer-signoff {
  margin: 10px 0px 3px; }

.footer-search-input {
  border: 1px solid #cccccc;
  background-color: white;
  radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 30px; }

.back-to-top button {
  position: absolute;
  left: 50%;
  display: none;
  width: 140px;
  margin-left: -70px;
  font-size: inherit;
  font-weight: 600;
  text-transform: uppercase;
  color: #EAF2F7;
  transition: color 0.2s ease 0s; }

.back-to-top button::after {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 12px;
  margin-left: 12px;
  vertical-align: top;
  opacity: .86;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
