/* ======== Footer ======*/

/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('/lato/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
         url('/lato/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/lato/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('/lato/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
         url('/lato/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/lato/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-regular - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/lato/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
         url('/lato/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/lato/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/lato/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/lato/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/lato/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/lato/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
         url('/lato/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/lato/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/lato/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/lato/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/lato/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-900 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('/lato/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Lato Black'), local('Lato-Black'),
         url('/lato/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/lato/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('/lato/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
         url('/lato/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/lato/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
  }

footer {
    margin: 0px 0;
    font-size: 12px;
    color: #9b9b9b;
}

#commonfooter 
{
  background-color: #f2f2f2;
  /* height:200px; */
  margin-top: 30px;
  font-size: 13px;
  color: rgba(0,0,0,0.42);
  padding-bottom: 50px;
}
  
#commonfooter  .main-footer_divider {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    border-bottom: 1px solid #fcfcfc;
    box-sizing: content-box;
}

#commonfooter  .inline-list {
    padding: 0;
    margin: 10px 0 30px;
    font-size: 0;
    text-align: center;
}

#commonfooter  .inline-list__item--top {
    vertical-align: top;
}

#commonfooter  .inline-list__item {
    list-style: none;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 16px;
}

#commonfooter .footer-nav-list {
    padding: 0;
    text-align: left;
}

#commonfooter .text-uppercase, .initialism {
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
}

#commonfooter a {
    color: rgba(0, 0, 0, 0.42); 
    text-decoration-color:rgba(0, 0, 0, 0.42);       
    background-color: transparent;
    font-size:13px;
    font-family:Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#commonfooter .footer-nav-list__item {
    list-style: none;
    font-size: 12px;
    line-height: 25px;
}

#commonfooter  .inline-list__item--top {
    vertical-align: top;
}

@media (min-width: 700px) 
{
  #commonfooter  .inline-list__item {
      padding: 0 25px;
  }
}

#commonfooter .darken-hover{
  transition:filter 200ms;
}

#commonfooter .darken-hover:hover{
  filter:brightness(90%)
}

#commonfooter .social-link {
    display: inline-block;
    margin-right: 10px;
}

#commonfooter .img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}