/* Responsive product header styles.

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

#banner {
    background: #cec9c4 url('https://www.wolfram.com/company/careers/img/home-hero-image.png') no-repeat center center;
    background-size: cover;
    padding: 2rem 0 2rem;
    text-align: center;
}
#banner .slogan {
    color: #fff;
    font-size: 3.5625rem;
    line-height: 1.3;
    margin: 4rem 0 11rem;
    position: relative;
    text-align: left;
}
.playbutton {
    background: #dd1100;
    border-radius: 2rem;
    color: #fff !important;
    display: block;
    font-size: 1.4375rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 3rem;
    padding: 1.125rem 1.375rem;
    position: absolute;
}
a.playbutton:hover {
    background: #fe0000;
}
a.playbutton:active {
    background: #b00f00;
}
#intro .inner>p {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 2.3rem 0 5.3rem;
}
.listings-button {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 1rem 0 0.25rem;
    padding: 0.5rem 1rem !important;
}
/*lightbox override*/

.mfp-iframe-holder .mfp-content {
    max-width: 80% !important;
}
iframe#vimeo {
    border: 2px solid #ccc;
}
section ul {
    margin: .5rem 0 1rem 0;
}
section li:before {
    background: #f77700;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin-top:0.2rem;
    position: absolute;
    top: 0.3rem;
    width: 5px;
}
section li {
    color: #535353;
    margin: .5rem 0 0 0;
    padding: 0 0 0 0.8rem;
    position: relative;
}
main .inner h2 {
    margin: 0;
}
main .inner h2~h2 {
    margin: 2.3rem 0 0;
}
main .inner p {
    margin: .8rem 0;
}
.inner p.assistance, .inner p.disclaimer {
    font-size: .875rem;
}
p.disclaimer {
    color: #8a8a8a;
    margin: 0 0 .8rem;
}
.grid-container {
    grid-gap: 20px;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

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

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

@media all and (max-width: 900px) {}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    iframe#vimeo {
    	height: auto;
        width: 100%;
    }
    main li:before{ 
    	margin-top: 0.1rem; 
    	height: 4px; 
    	width: 4px; 
    }

}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

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

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