.ts-facts-img {
    font-size: 48px;
    color: #ffb600;
}
.badge-marketing {
    padding: 0.5rem;
    font-size: 0.75rem;
}
.list-group-careers .list-group-item {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-stack {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.7rem;
    background-color: #f2f6fc;
    flex-shrink: 0;
    margin-right: 0.75rem;
}
.navbar-expand-lg .logo {
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
}
.navbar-fixed .logo {
    opacity: 1;
    visibility: visible;
}
.image-preview-input{
    position:relative;
    overflow:hidden;
    margin:0;
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.image-preview-input input[type=file]{
    position:absolute;
    top:0;
    right:0;
    margin:0;
    padding:0;
    font-size:20px;
    cursor:pointer;
    opacity:0;
    filter:alpha(opacity=0)
}
.image-preview-input-title{
    margin-left:2px
}
.loader{
    border:16px solid #f3f3f3;
    border-radius:50%;
    border-top:16px solid #3498db;
    width:60px;
    height:60px;
    -webkit-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
.modal-transparent .modal-content{
    box-shadow:none;
    border:none;
    background:0 0
}
.modal-dialog.modal-center{
    height:100%;
    width:100%;
    display:flex;
    align-items:center
}
.modal-center .modal-content{
    margin:0 auto
}
.popover-body #dynamic {
    max-width: 100%;
}
@media (max-width: 767px) {
    .banner-carousel .banner-carousel-item {
        height: 25vh;
    }
    .banner-area {
        min-height: 150px;
    }
}