/* Responsive ambassador global styles.

   @file       ambassador.css.en
   @author     yhechler
   ========================================================================== */

#hero {
    align-items: center;
    background: linear-gradient(to right, #ba1408, #da1b0d);
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.inner h1 {
    color: #dd1100;
    font-size: 2.5rem;
    margin: 0 0 0.4rem;
}
#intro .inner {
    margin-top: 2rem;
}
p.red {
    color: #dd1100;
}
.highlight {
    font-size: 1.125rem;
    font-weight: 400;
}
#intro .inner p.large {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 2.5rem;
}
p.perks {
    font-size: 1.25rem;
    font-weight: 300;
    color: #dd1100;
}
a.button {
    margin-right: 0.6rem;
    padding: 0.2rem 0.8rem;
}
a.button.red-button.small {
    font-size: 1.2rem;
}
a.button.medium {
    font-size: 1.6rem;
}
a.gray {
    color: #545454;
}
#intro .inner p {
    color: #545454;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1rem;
}
#intro .inner .grid-item h1+p {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 2.6rem 0;
}

p.red.large.perks {
    font-size: 1.25rem !important;
    margin-top: 1.5rem !important;
}

/* lists
   ========================================================================== */

section ul {
    color: #545454;
}
section li:before {
    color: #dd1100;
    content: '•';
    font-size: 1rem;
    line-height: 1.3;
    padding-right: 0.3rem;
}
section li {
    margin-bottom: 1.75rem;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    section li {
        width: 95%;
    }
}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    #intro .grid-container {
        grid-template-columns: 1fr;
    }
}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    section li {
        width: 100%;
    }
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}
/* printer styles
   ========================================================================== */

@media print {
    #_careers-header {
        position: static !important;
    }
}