﻿.iconCont {
    max-width:1450px;
    margin:0 auto;
}

.rowPadding {
    padding-top: 30px;
}

.logoRow {
    height: 30px;
    max-height: 30px;
}

.transitionsLogo {
    height: 50px;
    max-height: 50px;
    position: relative;
    top: -28px;
    background-color: white;
}

.dwLogo {
    height: 37px;
    max-height: 37px;
}

.gensLogo {
    height: 60px;
    max-height: 60px;
    position: relative;
    top: -45px;
    background-color: white;
}

.gensColors, .trnColors {
    height: 100%;
    min-height: 100%;
    align-items: stretch !important;
}

    .gensColors .col, .trnColors div {
        min-height: 90px;
        height: 100%;
        position: relative;
    }

    .gensColors .col {
        min-width: 120px;
        max-width: 200px;
        margin: 0 auto;
    }

.thinBorder span {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.transitionsIcon {
    height: auto;
    max-height: 60px;
    max-width: 80px;
}

.thinBorder {
    border: 1px solid #808080;
    border-radius: 10px;
    align-self: stretch;
    width: 100%;
    padding: 10px 10px 0 10px;
    min-height: 150px;
    line-height: 1.1em;
}

.flex-center {
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
}

.thinBorder .img-fluid {
    height: auto;
    max-height: 50px;
    width: auto;
    max-width: 100%;
}
