footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #000;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
}
th {
  text-align: left;
}
td ul li {
    padding:10px 0;
}
td, th {
vertical-align:top;
}
td {
    background-color:rgba(233, 233, 233, .8);
}
.subfooter {
    border-bottom:1px solid;
    border-bottom-color:#454d55;
}
.c-white {
    color:#fff;
}
.bg-blue {
    background-color: rgba(0, 61, 110, 0.7);
}
.centerall {
        text-align: center;
        line-height: 60px;
    }
    @media (min-width: 768px) {
        .centerall {
            text-align: center;
            vertical-align: middle;
            line-height: 120px;
        }
    }
.tc {
        text-align:center;
    }
.pr1m {
        padding-right:0.75rem;
}    
.pr2m {
        padding-right:1.4rem;
    }
.pr4m {
        padding-right:4em;
    }
.pl2m {
        padding-left:2em;
    }
.pl4m {
    padding-left:4rem;    
}
.pb6m {
    padding-bottom:6rem;
}
.pt10x {
    padding-top:10px;
}
.group:before,
    .group:after {
        content: "";
        display: table;
    }
    .group:after {
        clear: both;
    }
    .group {
        clear: both;
        *zoom: 1;
    }
.logo-headsize {
    max-width: 125px;
}
@media (min-width:768px) {
    .logo-headsize {
        max-width:200px;
    }
}
.mt8m {
    margin-top:8rem;
}
.wowctr {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}
.wowctr li {
    counter-increment: yippeestips;
}
.wowctr li::before {
    content: "(" counter(yippeestips, lower-alpha) ")";
    margin-right: 25px;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight:500;
}
.wowctr1 {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}
.wowctr1 li {
    counter-increment: yippeeyo;
}
.wowctr1 li::before {
    content: "(" counter(yippeeyo, alpha-numeric) ")";
    margin-right: 25px;
    padding: 0px 20px;
    border-radius: 3px;
    font-weight:700;
}
ol {
    counter-reset: wow-counter;
}
ol > li {
    counter-increment: wow-counter;
    display: table-row;
}
ol li:before {
    content: "(" counter(wow-counter, lower-alpha) ")";
    counter-increment: wow-counter;
    display:table-cell;
    text-align:right;
    padding-right: 25px;
    font-weight: bold;
}
ol {
  list-style-type:none;
  counter-reset: wow-counter;
}

.olheaders {
    font-size: 1.25rem;
    font-weight:700;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
        .olheaders {
            font-size: 1.35rem;
            font-weight:700;
    }
}
@media (min-width: 1200px) {
        .olheaders {
            font-size: 1.5rem;
            font-weight:700;
    }
}
.bold {
    font-weight:700;
}
