.margin-bottom-1 { margin-bottom: 1rem; }
.margin-right-1 { margin-right: 1rem; }
.margin-left-1 { margin-left: 1rem; }
.margin-top-1 { margin-top: 1rem; }
.margin-1 { margin: 1rem; }
.margin-right-3px { margin-right: 3px; }

.padding-1 { padding: 1rem; }
.padding-2 { padding: 2rem; }

.tile-cell {
    min-height: 300px;
    position: relative;
}

.tile-cell-500 {
    max-height: 500px;
}

.pos-rel {
    position: relative;
}

.hide-overflow {
    overflow-x: hidden;
}

.max-w-1250 {
    max-width: 1250px;
}

.tile-text {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem;
    left: 1.5rem;
}

.video-cell {
    min-height: 500px;
}

.no-show {
    display: none;
}

.user-image {
    height: 94px;
    width: 94px;
    border-radius: 50%;
    margin-bottom: 2rem;
}

.dark-background-40 {
    background-color: rgba(0,0,0,0.7);
}

.performance-reviews {
    background-image: url("../images/performance-reviews.jpg");
    background-size: cover;
    background-position: center;
}

.grows-objectives {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(0,0,0,0.65)), url("../images/grow-objectives.png");
    background-size: cover;
    background-position: center;
}

.individual-development-plan {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(0,0,0,0.65)), url("../images/individual-development-plan.png");
    background-size: cover;
    background-position: center;
}

.feedback {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(0,0,0,0.65)), url("../images/feedback.png");
    background-size: cover;
    background-position: center;
}

.check-ins {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(0,0,0,0.65)), url("../images/check-ins.png");
    background-size: cover;
    background-position: center;
}

.lms {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(0,0,0,0.65)), url("../images/lms.png");
    background-size: cover;
    background-position: center;
}

.itrent {
    background-image: url("../images/itrent.jpg");
    background-size: cover;
    background-position: center;
}

.inspired-performance {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(0,0,0,0.65)), url("../images/inspired-performance.png");
    background-size: cover;
    background-position: center;
}

.small-video {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(0,0,0,0.65)), url("../images/video-small.png");
    background-size: cover;
    background-position: center;
}

.grows-image {
    object-fit: fill;
    width: 100%;
    min-height: 300px;
}

.video-cell {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(0,0,0,0.65)), url("../images/video-small.png");
    background-size: cover;
    background-position: center;
}

.linkedin {
    background-image: url("../images/linkedin.jpg");
    background-size: cover;
    background-position: center;
}

.faqs {
    background-image: url("../images/faq.jpg");
    background-size: cover;
    background-position: center;
}

.title-text, .description-text {
    color: #FFF;
}

.title-text {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 0.5rem;
}

.description-text {
    font-weight: 600;
    font-size: 12px;
}

.contain {
    object-fit: contain;
}

.fill {
    object-fit: fill;
}

.large-video {
    max-width: 1250px;
}

.video-cell video {
    min-height: 500px;
    width: 100%;
}

.tile-button {
    border: solid #FFF 1px;
    padding: 0.5rem;
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
}

.tile-button:hover, .tile-button:focus {
    background: #8C0F14;
    color: #FFF;
}

.user-text, .points-text, .white-text {
    color: #FFF;
}

.user-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.points-text {
    font-size: 45px;
    font-weight: 600;
}

.profile-button {
    background: #8C0F14;
    border: solid #8C0F14 2px;
    color: #FFF;
    padding: 1rem 2rem 1rem 2rem;
    font-size: 11px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.profile-cell {
    margin-top: 4rem;
}

.profile-button:hover {
    background: #FFF;
    color: #8C0F14;
}

.play-button {
    width: 100px;
    text-align: center;
    top: 50%;
    margin: auto;
    z-index: 9999;
}

.miele-swiper {
    height: 300px;
}

.swiper-image {
    width: 100%;
    height: 300px; 
    image-rendering: -webkit-optimize-contrast;
}

.swiper-pagination-bullet {
    border-radius: unset;
    width: 40px;
    height: 3px;
    margin-right: 10px;
    background: #6f6f6f;
}

.swiper-pagination-bullet-active {
    border-radius: unset;
    width: 40px;
    height: 3px;
    background: #000 !important;
}

.miele-swiper-button-prev, .miele-swiper-button-next {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #000;
    color: #FFF;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.miele-swiper-button-prev {
    top: 60px;
    right: 130px;
}

.miele-swiper-button-next {
    top: 30px;
    left: 120px;
}

.miele-swiper-button-prev:hover, .miele-swiper-button-next:hover {
    opacity: 1;
}

.miele-swiper-button-next i, .miele-swiper-button-prev i {
    margin-left: 2px;
    margin-top: 9px;
}

.miele-swiper-nav-overlay {
    position: relative;
    top: -110px;
    z-index: 99;
}

.mail-grid {
    max-height: 500px;
    overflow-y: scroll;
}

.mail-message {
    min-height: 20px;
    color: #FFF;
    font-size: 14px;
    padding: 1rem 0rem 1rem 0rem;
    border-bottom: solid #777777 1px;
    letter-spacing: 1px;
}

.mail-message:hover {
    text-decoration: underline;
    cursor: pointer;
}

.mail-heading {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}

@media all and (max-width: 1024px) {
    .itrent, .grows-objectives, .feedback, .mail-grid, .small-video, .lms, .miele-swiper-box, .individual-development-plan, .performance-reviews {
        margin-bottom: 1rem;
    }
}