.mobile {
	display:none;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}

#opportunities #fuelfox-logo {
	width:216px;
}

#opportunities h3 {
	font:900 40px/45px "Open Sans", sans-serif;
}

#opportunities h4 {
	font: 500 24px/32px "Open Sans", sans-serif;
    text-transform: none;
    margin:0 0 40px 0;
}

#opportunities h5 {
	font:900 20px/25px "Open Sans", sans-serif;
	margin:0 0 5px 0;
}

#opportunities p {
	font:400 18px/28px "Open Sans", sans-serif;
	color: #231f20;
}

#opportunities ul li {
	font:400 18px/28px "Open Sans", sans-serif;
	color: #231f20;
}

#opportunities .container {
	padding-top:100px;
	padding-bottom:100px;
}

#opportunities-header {
	width:100%;
	height:auto;
	position:relative;
	z-index:800;
}

#opportunities-header .container {
	height:800px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	position:relative;
}

#opportunities-header h1 {
	margin:-30px 0 30px 0;
	position:relative;
	z-index:2;
}

#opportunities-header h1 span {
	color:#e74124;
}

#opportunities-header h2 {
	font:600 24px/32px "Open Sans", sans-serif;
	text-transform:none;
	position:relative;
	z-index:2;
	margin:0 0 30px 0;
}

#opportunities-header p {
	margin-bottom:40px;
}

#opportunities-header .content {
	width:550px;
	position:relative;
	z-index:2;
}

#opportunities-header img {
	width:900px;
	position:absolute;
	bottom:-93px;
	right:-80px;
}

#opportunity-is-now h3 {
	margin-bottom:20px;
}

#opportunity-is-now h3 span {
	color:#231f20;
}

#opportunity-is-now ul li {
	background: url(../img/bullet-black.png) top 6px left no-repeat;
    background-size: 13px auto;
	color:#fff;
}

#opportunity-is-now ul.col {
	width:50%;
}

#opportunity-is-now ul.col:nth-child(1) {
	padding-right:30px;
}

#opportunity-is-now ul.col:nth-child(2) {
	padding-left:30px;
}

#opportunity .col:nth-child(1) {
	width:60%;
	padding-right:80px;
}

#opportunity .col:nth-child(2) {
	width:40%;
	background:rgba(255, 255, 255, 0.2);
    /*border: 2px solid rgba(0, 0, 0, 0.1);*/
    border-radius: 12px;
    position: relative;
    padding:35px 40px 40px 40px;
}

#opportunity h4 {
	margin-bottom:30px;
}

#opportunity form input[type="text"] {
    font: 400 16px/26px "Open Sans", sans-serif;
    letter-spacing: -0.01em;
    color: #656262;
    background: #fff;
    width: 100%;
    padding: 8px 13px;
    margin: 0 0 20px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: none;
}

#opportunity .submit-button {
	background:#231f20;
}

.submit-button:hover {
	color:#fff;
	background:#231f20;
}

#opportunity .subfield:nth-child(1) {
	width:50%;
	padding-right:10px;
}

#opportunity .subfield:nth-child(2) {
	width:22%;
	padding-left:10px;
	padding-right:10px;
}

#opportunity .subfield:nth-child(3) {
	width:28%;
	padding-left:10px;
}

.error {
	font:400 16px/24px "Open Sans", sans-serif;
	color:#000000;
	margin:-10px 0 10px 0;
}

#success .content {
	width:900px;
	margin:0 auto 50px auto;
}

#success h3 span {
	color:#e74124;
}

#success .photo {
	width:500px;
	border-radius:25px;
	overflow:hidden;
	position:relative;
}

#success .stat {
	width:290px;
	border-top-left-radius:20px;
	background:#e74124;
	padding:40px 40px;
	position:absolute;
	bottom:0;
	right:0;
}

#success .stat h3,
#success .stat p {
	color:#fff;
}

#success .stat h3 {
	font-size:30px;
	line-height:30px;
	margin:0 0 10px 0;
}


#success ul {
	margin-left:0;
	margin-right:0;
}

#success ul li {
	background: url(../img/bullet-orange.png) top 6px left no-repeat;
    background-size: 13px auto;
}

#success ul li strong {
	font:600 20px/28px "Open Sans", sans-serif;
}

#success .flex {
	align-items:center;
}

#success .col {
	width:50%;
}

#steps h4,
#steps h3 {
	text-align:center;
}

#steps h3 span {
    color: #e74124;
}

#steps h3 {
	margin:0 0 50px 0;
}

#steps h4 {
	margin:0 0 10px 0;
}

#steps h5 {
	font: 900 16px/16px "Open Sans", sans-serif;
    letter-spacing: 0.04em;
    color: #e74124;
    text-transform: uppercase;
    text-align:center;
    margin:0 0 10px 0;
}

#steps-list {
	align-items:stretch;
    grid-template-columns:repeat(3,minmax(200px,1fr));
    grid-column-gap:30px;
    grid-row-gap:30px;
    width:100%;
    display:grid;
}

#steps-list .col {
	width:100%;
	min-height:100px;
	text-align:center;
	display:block;
    /*border: 2px solid rgba(0, 0, 0, 0.1);*/
    background:#f4f4f4;
    border-radius:12px;
    position:relative;
    padding:30px;
}

#steps-list p {
	font:600 20px/27px "Open Sans", sans-serif;
}

/*
#steps-list .col:nth-child(1) {
	grid-column:span 3;
}*/

#exclusive {
	background:#f4f4f4;
}

#exclusive .flex {
	align-items:center;
}

#exclusive .col {
	width:50%;
	padding:100px 5%;
	position:relative;
}

#exclusive .col:nth-child(2) {
	background:url("../img/exclusive-photo.jpg") no-repeat center center / cover;
	min-height:540px;
	padding:0;
}

#exclusive h3 span {
	color:#e74124;
}

#exclusive h4 {
	margin-bottom:0;
}

/*
#opportunities #start h3 {
	font:900 44px/50px "Open Sans", sans-serif;
}*/

#opportunities #start h3 span {
	color:#231f20;
}

#opportunities #start p,
#opportunities #start p a {
	color:#fff;
}

#start ul {
	text-align:left;
}

#start ul li {
	color:#fff;
	background: url(../img/bullet-black.png) top 6px left no-repeat;
	background-size: 12px auto;
}

#testimonials p {
	font:400 14px/22px "Open Sans", sans-serif;
    color: rgba(255, 255, 255, 0.25);
    margin: 0;
}

#opportunities footer p {
	font:400 14px/20px "Open Sans", sans-serif;
    color: rgba(255, 255, 255, 0.25);
    margin: 0;
}




@media (max-width:1400px) {
	#opportunities-header img {
		right:-100px;
	}
}


@media (max-width:1250px) {

	#opportunities-header .container {
		height:auto;
		padding-top:100px;
		padding-bottom:100px;
	}
	#opportunities-header img {
		display:none;
		width:500px;
		right:100px;
		bottom:-52px;
	}

	#opportunities-header h1,
	#opportunities-header .content {
		text-align:center;
	}

	#opportunities-header .content {
		width:100%;
		margin:0 auto;
	}

	#success .content {
		width:100%;
	}

	#success .col {
		width:100%;
	}

	#success .col:nth-child(1) {
		display:none;
	}

	#exclusive .col:nth-child(2) {
		min-height:560px;
	}
}


@media (max-width:1150px) {
	img.mobile {
		width:100% !important;
		display:block !important;
		border-radius:0 !important;
	}

	#exclusive .col {
		width:100%;
	}

	#exclusive .col:nth-child(2) {
		display:none;
	}
}


@media (max-width:1050px) {
	#opportunities #start p br {
		display:block;
	}

	#opportunity.flex {
		display:block;
	}

	#opportunity .col:nth-child(1) {
		width:100%;
		padding:0;
		margin:0 0 50px 0;
	}

	#opportunity .col:nth-child(2) {
		width:100%;
	}

	#testimonials br {
		display:block;
	}
}

@media (max-width:950px) {
	#opportunity-is-now ul.col {
		width:100%;
	}

	#opportunity-is-now ul.col:nth-child(1) {
		margin-bottom:20px;
	}

	#opportunity-is-now ul.col:nth-child(1),
	#opportunity-is-now ul.col:nth-child(2) {
		padding:0;
	}

	#steps-list {
	    grid-template-columns:repeat(2,minmax(200px,1fr));
	    grid-column-gap:25px;
	    grid-row-gap:25px;
	}

	#steps-list br {
		display:none;
	}
}


@media (max-width:750px) {
	#opportunities-header .container {
		padding-top:90px;
		padding-bottom:80px;
	}

	#opportunities .container {
		padding-top:80px;
		padding-bottom:80px;
	}

	#exclusive .col {
		padding-top:80px;
		padding-bottom:80px;
	}
}

@media (max-width:650px) {
	#opportunity .field.flex {
		display:block;
	}

	#opportunity .subfield:nth-child(1),
	#opportunity .subfield:nth-child(2),
	#opportunity .subfield:nth-child(3) {
		width:100%;
		padding:0;
	}

	#steps-list {
	    grid-template-columns:repeat(1,minmax(200px,1fr));
	    grid-column-gap:25px;
	    grid-row-gap:25px;
	}
}

@media (max-width:450px) {
	h1 {
		font-size:45px;
		line-height:50px;
	}

	#opportunities-header h2 {
		font:600 22px/28px "Open Sans", sans-serif;
	}

	#opportunities h3 {
		font:900 34px/40px "Open Sans", sans-serif;
	}

	#opportunities #start h3 {
		font:900 36px/42px "Open Sans", sans-serif;
	}

	#opportunities h4 {
		font:500 22px/28px "Open Sans", sans-serif;
	}

	#opportunities p {
		font:400 16px/24px "Open Sans", sans-serif;
	}

	#steps-list p {
		font:600 18px/25px "Open Sans", sans-serif;
	}

	#opportunities ul li {
		font:400 16px/24px "Open Sans", sans-serif;
	}

	#success ul li strong {
		font:600 18px/26px "Open Sans", sans-serif;
	}

	#opportunities-header .container {
		padding-top:80px;
		padding-bottom:70px;
	}

	#opportunities .container {
		padding-top:70px;
		padding-bottom:70px;
	}

	#exclusive .col {
		padding-top:70px;
		padding-bottom:70px;
	}
}