body {
    margin:0;
    background:#efefef;
}
.page-header-front {
    color: #fff;
    overflow: auto;
    height: calc(100vh - 120px);
    padding: 0;
}
.front-panel .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.ap-splash-container {
    border-radius: 5px;
    font-size: 16pt;
    background: #242121;
    opacity: .9;
    width: 100%;
    margin: 2vh auto;
    padding: 20px;
}
.tx-center {
    text-align: center;
}
.tx-left {
    text-align: left;
}
.logo {
    float:left;
    width:100%;
    min-width:100px;
}
.ap {
    max-width:200px;
}
.arrow {
    float:left;
    max-width:100px;
    margin-left:20px;
}
.logos-wrapper {
    position:relative;
    width:100%;
    text-align:center;
    float:left;
    display:flex;
    justify-content: center;
}
.logos-container {
    margin:auto 0;
    text-align:center;
    width:100%;
    display:flex;
    justify-content: center;
}
.header-item {
    padding:20px;
}
.tx-18 {
    font-size: 18pt;
}
