.fuel-header-wrapper{
	 height:70px;
	 background-color:#fff;
	 width:100vw;
	 position:fixed;
	 top:0;
	 left:0;
}
.fuel-header{
	 width:80vw;
	 height:50px;
}
.fuel-header-title{
	 color:#fff;
	 font-size:25px;
	 font-weight:600;
}
.fuel-header-title img{
	height: 50px;
	width: auto;
}
.fuel-header-nav{
	 flex:1;
}
.fuel-header-nav a{
	 margin-left:2em;
	 color:var(--primary_color);
	 text-decoration:none;
	 font-size: 15px;
	 font-weight: 500;
}
.fuel-content-wrapper{
	 padding-top:50px;
}
.fuelLanding{
	 overflow-x:hidden;
}
.fuelSiteJumbotronWrapper, 
.fuelAboutWrapper{
	 width:100vw;
}
.fuelSiteJumbotronWrapperMain{
	height: calc(100vh - 70px);
}
.fuelSiteJumbotron,
.fuelAbout{
	 width:80vw;
}
.fuelSiteJumbotronCta{
	flex:1;
}
.fuelSiteJumbotronCtaIcn{
	 flex:1;
}
.fuelSiteJumbotronCtaIcnSec{
	margin-right: 4em;
}
.fuelSiteJumbotronCtaIcn img{
	 width:100%;
	 border-radius:5px;
}
.fuelSiteJumbotronCta h1{
	 font-weight:600;
	 font-size:3em;
	 color:var(--secondary_color);
}
.fuelSiteJumbotronCta p{
	 font-size:17px;
	 margin-top:20px;
	 color:var(--primary_color);
	 font-weight:500;
}
.ctaLinks a, .ctaLinksNav{
	 text-decoration:none;
	 background-color:var(--theme_redish_color);
	 border-radius:5px;
	 color:#fff;
	 font-size:20px;
}
.ctaLinks a{
	 padding:20px;
	 margin-top:20px;
}
.ctaLinksNav{
	color: #fff!important;
	padding: 10px;
}

.fuelAboutWrapper{
	
}
.fuelAbout{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 3em;
}
.fuelAboutImage{
	
}
.fuelAboutImage img{
	max-height: 300px;
	width: auto;
	border-radius: 5px;
}
.fuelAboutAbout{
	
}
.fuelAboutAbout p{
	line-height:1.5em;
	margin-top: 1em;
	font-size: 15px;
}
.fuelAboutAbout h1{
	font-size: 35px;
}

.fuelFeaturesWrapper,
.fuelHowItWorksWrapper,
.fuelFaqWrapper{
	 width:100vw;
}
.fuelFeatures,
.fuelHowItWorks,
.fuelFaq{
	 width:80vw;
	 padding-top:50px;
	 padding-bottom:50px;
}
.fuelFeaturesHeader,
.fuelHowItWorksHeader{
	height: 60px;
}
.fuelFeaturesHeader h2,
.fuelHowItWorksHeader h2,
.fuelFaqTop h2{
	 font-weight:500;
	 font-size:35px;
}
.fuelFeaturesBody{
	 display:grid;
	 grid-template-columns:repeat(2, 1fr);
	 grid-gap:30px;
}
.fuelFeature{
	display:grid;
	grid-template-columns:auto 1fr;
	grid-gap: 20px;
	background-color:#fff;
	padding: 2em;
	box-shadow:0px 0px 5px var(--steel_gray_100);
	border-radius: 5px;
}
.fuelFeatureLeft{
	
}
.fuelFeatureLeft img{
	 width:50px;
	 height:auto;
	 object-fit: contain;
}
.fuelFeatureRight h3{
	 font-weight:600;
	 color:var(--primary_color);
	 font-size: 17px;
}
.fuelFeatureRight p{
	 margin-top:10px;
	 color:var(--steel_gray_400);
	 font-size:13px;
	 line-height: 1.5em;
}

.fuelHowItWorksWrapper{
	background-color:var(--secondary_color);
}
.fuelHowItWorks{
	
}
.fuelHowItWorksHeader{
	margin-bottom: 3em;
}
.fuelHowItWorksBody{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3em;
}
.fuelHowItWorksRow{
	
}
.fuelHowItWorksRowImage{
	
}
.fuelHowItWorksRowExplanation{
	
}
.fuelHowItWorksRowExplanation h3{
	text-transform:uppercase;
	display:flex;
	align-items: center;
}
.fuelHowItWorksRowExplanation h3 > span{
	 display:flex;
	 margin-right: 10px;
}
.fuelHowItWorksRowExplanation h3 > span:first-child{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--primary_color);
	color: #fff;
}
.fuelHowItWorksRowExplanation h3 > span:last-child{
	 color: var(--primary_color);
}
.fuelHowItWorksRowExplanation p{
	 margin-left: 3em;
}
.fuelFoterWrapper{
	 width:100vw;
	 background-color:var(--primary_color);
}
.fuelFooter{
	 width:80vw;
	 min-height:50px;
	 flex-wrap: wrap;
	 padding-top:10px;
	 padding-bottom:10px;
}
.fuelFooter a{
	 text-decoration:none;
	 margin-right:10px;
	 color:#fff;
}
.sellimaSiteForm{
	 height:100vh;
	 padding-top:50px;
	 background-color:#c3dafc;
}
.sellimaSiteForm > div{
	 width:30vw;
	 padding:50px;
	 background-color:#fff;
	 border-radius:5px;
	 box-shadow:0px 0px 10px var(--steel_gray_200);
}
.sellimaSiteForm h2{
	 font-weight:500;
	 font-size:25px;
}
.sellimaSiteForm p{
	 color:var(--steel_gray_400);
	 font-weight:600;
}
.signin_input_group{
	 border:1px solid var(--steel_gray_200);
	 background-color:var(--steel_gray_200);
	 border-radius:5px;
	 height:35px;
}
.signin_input_group_icon{
	 width:35px;
	 height:35px;
	 color:var(--theme_bluish_color);
}
.signin_input_group > input[type=text],
.signin_input_group > input[type=password],
.form_input_group > input[type=text],
.form_input_group > input[type=password],
.form_input_group > select
{
	 flex:1;
	 border:0px;
	 height:33px;
	 padding-left:10px;
	 padding-right:10px;
	 border-radius:5px;
	 border-top-left-radius:0;
	 border-bottom-left-radius:0;
	 background-color:#fff;
}
.signin_buttons > div{
	 flex:1;
}
.signin_buttons a{
	 text-decoration:none;
	 color:var(--theme_bluish_color);
	 font-weight:600;
}
.form_input_group label{
	 font-weight:600;
}
.saqle_register_body{
	 margin-top:20px;
}
.form_input_group > input[type=text],
.form_input_group > input[type=password],
.form_input_group > select{
	 border:1px solid var(--steel_gray_200)!important;
	 border-radius:5px;
}

.saqleSiteFooterWrapper{
	 background-color:var(--primary_color);
}
.saqleSiteFooter{
	 width: 80vw;
	 padding-top:3em;
	 padding-bottom:3em;
}
.saqleSiteFooterTop{
	 display:grid;
	 grid-template-columns:repeat(3, 1fr);
}
.saqleSiteFooter h3{
	 color:var(--steel_gray_100);
	 font-size:1.5em;
	 margin-bottom: 1em;
}
.saqleSiteFooterTop a, .saqleSiteFooterTop span, .saqleSiteFooterTop p{
	 display:flex;
	 text-decoration:none;
	 color:var(--steel_gray_200);
	 font-size:14px;
	 font-weight:600;
	 margin-top:.5em;
}
.saqleSiteFooter2{
	 padding-top:0;
	 padding-bottom:0;
}
.saqleSiteFooterBottom{
	 display:flex;
	 align-items:center;
	 justify-content:center;
	 height:50px;
	 color:#fff;
}
.saqleSiteFooterBottom > span:not(:last-child){
	 margin-right:2em;
}

.fuelFaqBottom{
	border-top:1px solid var(--steel_gray_200);
	border-bottom: 1px solid var(--steel_gray_200);
	margin-top: 3em;
}
.faqRow{
	padding-top: 20px;
	padding-bottom: 20px;
}
.faqRow:not(:last-child){
	border-bottom: 1px solid var(--steel_gray_200);
}
.faqRowTop{
	height: 30px;
	cursor: pointer;
}
.faqRowTop h3{
	flex: 1;
}
.faqRowTop > span{
	width: 50px;
	height: 50px;
	font-size: 20px;
}
.faqRowBottom p{
	line-height: 1.5em;
}

@media screen and (min-width: 240px) and (max-width: 1000px){
	 .sellimaSiteForm > div{
		 width:50vw;
		 padding:50px;
	 }
}

@media screen and (min-width: 240px) and (max-width: 800px){
	 .fuelSiteJumbotron{
		 display:grid!important;
		 grid-template-columns:1fr!important;
		 grid-template-rows:1fr!important;
		 grid-template-areas:
		 "a"
		 "b";
	 }
	 .fuelSiteJumbotronCtaIcn{
		 grid-area: a!important;
		 margin-bottom:30px;
	 }
	 .fuelSiteJumbotronCta{
		 grid-area: b!important;
	 }
	 .fuelFeaturesBody{
		 grid-template-columns:1fr 1fr;
	 }
}
@media screen and (min-width: 240px) and (max-width: 700px){
	 .sellimaSiteForm > div{
		 width:80vw;
		 padding:50px;
	 }
}
@media screen and (min-width: 240px) and (max-width: 600px){
	 .fuelFeaturesBody{
		 grid-template-columns:1fr;
	 }
}
@media screen and (min-width: 240px) and (max-width: 500px){
	 .sellimaSiteForm > div{
		 padding:20px;
	 }
}
@media screen and (min-width: 240px) and (max-width: 400px){
	 .sellimaSiteForm > div{
		 width:95vw;
	 }
}