.content h2.strata {
    border-bottom: 2px solid #999;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.content h5 {
    line-height: 1;
}

.content img.sectionicon {
    display: block;
    margin: 0 auto;
    height: 3em;
}
.content a.sectionimg h3 {
    color: #333;
    padding-top: 0;
    padding-bottom: .25em;
}

@media only screen and (max-width: 767px) { /* sm screens and below */
    .content ul.xspadding {
        padding-bottom: 0;
    }
}

.standardheader .hero {
	margin-bottom: 0;
}
 
/****** SUBMENU ******/    
.content .submenu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #222;
}
    .content ul.jobsmenu {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0;
    }
        .content ul.jobsmenu li {
            display: inline-block;
            padding-bottom: 0;
       }
            .content ul.jobsmenu li a {
                line-height: 1;
                letter-spacing: 1px;
                color: #fff;
                font-weight: 500;
                text-transform: uppercase;
                border: none;
                font-size: 14px;
                padding: 5px 10px;
                display: block;
           }
                .content ul.jobsmenu li a:hover, .content ul.jobsmenu li a.hightlight {
                    color: #ffc600;
               }
@media only screen and (min-width: 768px) { /* sm screens and up */
.content .submenu {
    padding-top: 0px;
    padding-bottom: 0px;
}
    .content ul.jobsmenu li a {
        padding: 10px;
    }
}
@media only screen and (min-width: 992px) { 
    .content ul.jobsmenu li a {
        font-size: 18px;
        padding: 12px 17px;
    }
}
    

 
/****** WE'RE HIRING ******/
h2.extrabig {
	font-size: 230%;
	font-weight: 800;
}
p.extrabig {
	font-size: 225%;
	line-height: 1.125;
}
@media only screen and (min-width: 768px) { /* sm screens and up */
	 h2.extrabig {
		font-size: 400%;
	}
   .rightborder {
        border-right: 2px solid #666;
    }
}



.content .jobs-box {
    background-color: #f6f6f6;
    border-radius: 1em;
    border: 2px solid #999;
}

.content a.jobs-button {
    font-weight: 600;
    display: inline-block;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    background-color: #62a038;
    border: 2px solid #62a038;
    margin: .5em 0 0;
    font-family: "Zilla Slab", serif;
    border-radius: 10px;
    padding: .4em 1em .6em;
}
    .content a.jobs-button:hover {
        background-color: #568d32;
        border-color: #568d32;
    }

/****** EMAIL SUBSCRIBE FORM ******/
.content form.getemailupdates.small {
}
    .content form.getemailupdates.small input#email {
        padding: 4px 10px;
        width: 240px;
        border: 1px solid #666;
        margin-right: 5px;
        color: #666;
    }
    .content form.getemailupdates.small input.submit {
        padding: 4px 10px;
        border-width: 1px;
    }


    
    
/****** EVENTS ******/    
.content h4.email-icon a {
	background: url("/global/img/bg-email.png") 0 0 no-repeat;
	background-size: 35px auto;
	padding-left: 45px;
	min-height: 45px;
	margin-top: 2em;
	display: inline-block;
	text-decoration: none;
	border: none;
}
	.content h4.email-icon a:hover {
		text-decoration: underline;
		 color: #fff;
   }
@media only screen and (min-width: 992px) { /* md screens and up */
	 .content .events .contentcontainer {
		padding-bottom: 30px;
	}
   .content h4.email-icon a {
		background-size: 50px auto;
		padding-left: 60px;
		min-height: 60px;
	}
}




/****** QUOTE ******/
.content .bigquote {
}
    .content .bigquote p {
        background-color: #d14727;
        background-color: #084c8d;
        padding: 1.25em;
        font-size: 1.25em;
        line-height: 1.125;
        text-indent: -.35em;
        color: #fff;
        font-family: "Zilla Slab", serif;
        text-shadow: 0 0 3px #000;
        border-radius: 2em;
        background-image: url("/careers/img/stripes.png");
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

@media only screen and (min-width: 768px) { /* sm screens and up */
    .content .bigquote p {
        font-size: 1.5em;
        padding: 2em;
        border-radius: 2.5em;
    }
}



