.page-wrapper{
    max-width: 1185px;
    margin: 0 auto;
    padding:0px 20px 0px 20px;
}

ul,li,ol {
   list-style-position:inside;
}
h1 {
    margin: 60px 0 16px 0;
}
li {
	font-size: 18px;
    line-height: 26px;
    color: #90949C;
}
li ul {
	margin-left: 20px;
}

.container--narrow {
    max-width: 600px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	font-size: 18px;
    line-height: 27px;
    color: #90949C;
    margin-bottom: 24px;
}

.related_posts-container .related_posts-header {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    margin: 48px 0;
    font-weight: 500;
    color: #90949C;
}
.related_posts-container {
    max-width: 1185px;
    margin:30px auto;
}

.photo-grid-content {
    width: 100%;
    margin-bottom: 24px;
}
.photo-grid-content img {
    width: 100%;
    height: 50%;
    padding-right: 24px;
}
.container--full-width {
    width:100%;
}

.container--text {
    max-width: 720px; margin:0 auto 60px auto;
}
.container--image {
    overflow: hidden;
    width:100%;
    position: relative;
    height: auto;
    margin: 0 0;
    padding-bottom: 21.61%;
}
.container--call-to-action {
    text-align: center;
    margin:0px 0 30px 0;
}
.container--call-to-action button {
    margin:0;
}

.careers-hero {
    background-image: url(images/me.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transition: all 450ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 450ms cubic-bezier(.02, .01, .47, 1);
    transition: all 450ms cubic-bezier(.02, .01, .47, 1);
    background-position: center;
    transition-delay: 0ms;
    width:100%;
    height:100%;
    opacity: 0;
}
.visible {
    opacity: 1;
}

@media only screen and (max-width: 890px) {
	img {
		width:100%;
	}
}

@media only screen and (max-width: 1225px) {
	#footer {
		max-width: 1185px;
	}
    .photo-grid-content:first-child {
        margin-right:8px;
    }
}
@media only screen and (max-width: 500px) {
    h1 {
        margin: 50px 0 16px 0;
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 12px;
    }
    h2 {
        font-size: 24px;
        line-height: 28px;
        margin-top:60px;
    }
    blockquote {
        font-size: 20px;
        line-height: 28px;
    }
    .photo-grid-content img {
        width: 100%;
        padding:0;
    }
}

@media screen and (max-height: 700px) and (min-width: 1225px){
h1 {
    margin: 60px 0 16px 0;
}
}
