.divofit-itnet div.footer {
    display: none !important;
}

.divofit-it .subfooter-wrapper, .divofit-it .footer-wrapper {
  max-width: 69rem; }

.divofit-laserfiche .footer-wrapper,
.divofit-itforum .subfooter-wrapper, .divofit-itforum .footer-wrapper {
  max-width: 62.5em; }

.divofit-cio .subfooter-wrapper, .divofit-cio .footer-wrapper,
.divofit-hdc .subfooter-wrapper, .divofit-hdc .footer-wrapper,
.divofit-itaccessibility .subfooter-wrapper, .divofit-itaccessibility .footer-wrapper {
  max-width: 61rem; }

.divofit-cio-policy .subfooter-wrapper, .divofit-cio-policy .footer-wrapper,
.divofit-cio-it-governance .subfooter-wrapper, .divofit-cio-it-governance .footer-wrapper {
  max-width: 75rem; }

.divofit-listserv footer {
  max-width: 910px;
  margin: 0 auto; }

footer * {
  box-sizing: border-box; }
  
footer:before, footer:after {    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  display: table;
  content: " ";
}

footer:after {
  clear: both;
}

footer {
  padding: 8px 16px 32px;
  background: #500;
  color: #fff;
  font-family: 'Open Sans', Arial;
  font-size: .875rem; /* Changed 20210310-cws  14px; */
  line-height: 1.5; /* Changed 20210310-cws 21px; */ }
  @media print, screen and (min-width: 849px) {
    footer {
      padding: 16px; } }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:focus, footer a:hover {
      text-decoration: underline;
      color: #fff; }
  footer .footer-wrapper {
    max-width: 1200px;
    text-align: center; /* width: 100%; *//* Changed 20220831-cws */
    margin: 0 auto; }
  footer .divisionofit,
  footer .tam-links,
  footer .tam-logo {
    display: block;
    padding-top: 8px; }
    @media print, screen and (min-width: 849px) {
      footer .divisionofit,
      footer .tam-links,
      footer .tam-logo {
        display: inline-block;
        padding-top: 19.2px; } }
    footer .divisionofit a,
    footer .tam-links a,
    footer .tam-logo a {
      color: #fff; }
  footer .tam-logo {
    text-indent: -9999px;
    padding-top: 0; }
    @media print, screen and (min-width: 849px) {
      footer .tam-logo {
        border-right: 1px solid #fff;
        padding-right: 24px;
        padding-bottom: 0;
        padding-top: 0; } }
    footer .tam-logo a {
      background-image: url("../img/TAM-PrimaryMarkB-white.png");
      background-image: url("../img/TAM-PrimaryMarkB-white.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-color: transparent;
      height: 72px;
      width: 200px;
      background-size: 200px;
      padding-bottom: 8px;
      padding-top: 24px;
      display: block; }
  @media print, screen and (min-width: 849px) {
    footer .divisionofit {
      padding-left: 24px; } }
  footer .divisionofit p,
  footer .tam-links ul {
    margin: 0;
    padding: 0;
    font-size: .875rem; /* Changed 20210310-cws 14px; */
    font-weight: normal; }
  footer .tam-links ul {
    list-style: none; }
    footer .tam-links ul li {
      display: inline-block;
      float: none;
      border-left: 1px solid #fff;
      padding-left: 16px;
      margin-left: 16px; }
      @media print, screen and (max-width: 849px) {
        footer .tam-links ul li:first-child {
          border-left: 0px;
          padding-left: 0;
          margin-left: 0; } }