footer {
    padding: 0 0 2rem;
}

.mobile-quick-links {
    display: none;
}

.entry-content h2 {
    text-align: center;
    color: var(--blue);
}

.entry-content strong {
    line-height: inherit;
    color: var(--blue);
    font-size: 1.2em;
}

.careers-sidebar {
    margin: 0 0 2rem;
}

.careers-sidebar .entry-content-video {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    display: none;
}

.careers-sidebar .careers-image-container {
    display: none;
}

.careers-sidebar .stratford-button {
    background: var(--ltblue);
    border: none;
    border-radius: 0px;
    padding: 1rem 1.5rem;
    color: #FFF;
    display: block;
    margin: 0 0 1.5rem;
}

.careers-video {
    text-align: center;
}

.careers-video video {
    width: 100%;
    max-width: 768px;
}

.careers-subsections {
    background: var(--blue);
    color: #FFF;
    padding: 1rem 0;
}

.careers-subsections .entry-content strong {
    color: #FFF;
}

.careers-subsections .entry-content ul {
    margin-left: 2rem;
    list-style: none;
    list-style-position: outside;
}
.careers-subsections .entry-content ul li {
    line-height: 2.3rem;
    margin: 0 0 0.5rem;
}

.careers-subsections .entry-content ul li::before {
    content: "\2022";  
    color: var(--gold); 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
}



.open-positions {
    background: url('../images/chevron.png') no-repeat;
    background-size: cover;
    background-position: center top;
    margin: 2rem 0;
    padding: 1rem 0;
    color: #FFF;
    text-align: center;
}

.open-positions p {
    font-size: 1.4rem;
    margin: 0 0 1rem;
}

.open-positions .stratford-button {
    background: var(--ltblue);
    border: none;
    border-radius: 0px;
    padding: 1rem 3rem;
    color: #FFF;
}

@media only screen and ( min-width: 768px ) {
    
    .hero-title p {
        font-size: 3.625rem;
    }
    
    .careers-subsections .wrap {
        display: grid;
        grid-template-columns: repeat(2, 45%);
        grid-gap: 4rem;
        justify-content: space-around;
    }
}

@media only screen and ( min-width: 1024px ) {
    
    .careers-content {
        display: grid;
        grid-template-columns: auto 45%;
        grid-gap: 2rem;
    }
    
    .careers-sidebar .entry-content-video,
    .careers-sidebar .careers-image-container {
        display: block;
        margin: 0 0 1.5rem;
    }
    
    .careers-image-container img {
        width: 100%;
    }
        
    .careers-subsections {
        padding: 3rem 0 1rem;
        background-image: url('../images/ring-blue.png'), url('../images/ring-green.png');
		background-position: left -450px bottom -450px, right -300px top -300px;
		background-repeat: no-repeat, no-repeat;
    }
    
    .careers-subsections .wrap {
        grid-template-columns: repeat(2, 40%);
    }
    
    .careers-subsections .entry-content ul li {
        margin: 0 0 1rem;
    }
    
    .open-positions {
        padding: 1.5rem 0;
    }
    
    .open-positions > * {
        display: inline-block;
        margin: 0 2rem;
    }
    
    .open-positions p {
        font-size: 1.8rem;
        margin: 0 0 0;
    }
}