.module-icon {
    width: 5.4em;
    height: 5.4em;
    border-radius: 0px;
    color: white;
}

.module-icon-symbol-top {
    margin-top: 0.2em;
}

.module-icon-symbol-middle {
    margin-top: 1.75em;
}

.module-icon-symbol-right {
    padding-right: 2.0em;
}

.module-icon-symbol-bottom {
    margin-top: 1.55em;
}

.module-icon-symbol-bottom-l {
    margin-top: 1.75em;
}

.module-icon.sot {
    background-color: #499F7E;
}

.lefty {
    margin-right: 20px;
}

.righty {
    margin-left: 20px;
}

.module-icon.hsct {
    background-color: #499F7E;
}

.fa-stack-s,
.fa-stack-1x,
.fa-stack-1-8x,
.fa-stack-2x,
.fa-stack-3x,
.fa-stack-4x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-s {
    font-size: 0.75em;
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 1em;
}

.fa-stack-1-8x {
    font-size: 1.8em;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-stack-3x {
    font-size: 3em;
}

.fa-stack-4x {
    font-size: 4em;
}

.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}