@font-face {
  font-family: Aleo;
  src: url(assets/fonts/Aleo-Regular.otf);
}

*{
	margin: 0px;
	padding: 0px;
	font-family: Avenir Next, verdana;
}
section, footer, blockquote{
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 80px 15px;
}
header{
	display: flex !important;
	flex-direction: row;
}
#header{
	padding: 50px 15px 25px 15px;
	
}
.contact-section{
	display: flex;
}

#header #nav{
	text-align: right;
	margin-top: 30px;
	
}
#nav a{
	text-decoration: none;
	color: #214181;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding: 0px 20px;
}
#nav a:hover{
	color: #204f98;
}
.gray-bg{
	background-color: #F5F6F8;
	/*background-image: url("images/about-banner-concept.jpg");*/
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px;
	display: flex;
	flex-direction: row;
	align-self: start;
}
.privacy{
	background-color: #F5F6F8;
}
.gray-bg div{
	width: 50%;
	padding: 0px 25px;
	align-items: center;
  justify-content: center;
display: flex;
flex-direction: column;
}
.gray-bg img{
	width: 25%;
	height: auto;
  align-self: center;
}
footer{
	padding: 25px 0px;
	background-color: #214181;
	color: #fff;
	text-align: center;
	font-size: 12px;
	z-index: 2;
	position: relative;
}
footer a{
	color: #fff;
}
footer a:hover{
	color:#FFA500;
}
section div, section hgroup, section header{
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	display: block;
	box-sizing: border-box;
}
h1{
	font-size: 38px;
	font-weight: bold;
}
h2{
	font-size: 35px;
	line-height: 42px;
	font-weight: 600;
	color: #214181;
	padding: 0px 0px 15px 0px;
}
#blue-green-grad h2{
	color: #fff;
}

h3{
	font-size: 18px;
	font-weight: 600;
}
#blue-green-grad h3{
	text-transform: uppercase;
	padding: 10px 0px 15px 0px;
	letter-spacing: 1.5px;
	
}
h5{
	text-transform: uppercase;
	color: #FFA500;
	font-size: 15px;
	line-height: 35px;
}
.list-two{
	padding-top: 35px;
}

blockquote{
	font-size: 22px;
	line-height: 34px;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	background-color: #FFA500;
	color: #fff;
	padding: 50px 20%;
	background: -moz-linear-gradient(45deg,  #FFA500 1%, #f8d647 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #FFA500 1%,#f8d647 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #FFA500 1%,#f8d647 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA500', endColorstr='#f8d647',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
p{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
} 
ul{
	font-size: 15px;
	line-height: 24px;
	padding: 0px 20px 0px 20px;
}
ul li{
	padding: 0px 0px 10px 0px;
	list-style: inside;
	font-weight: bold;
}
section header{
	text-align: left;
}
#banner{
	color: #fff;
	text-align: left;
	background-image: url("images/YLS-banner-concepts.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	/*padding: 100px 0px 150px 0px;*/
}
#efficiency-copy, #features div{
	display: flex;
}
#banner hgroup h1, #banner hgroup h3, #efficiency-copy div{
	width: 50%;
	margin: 0px !important;
}
#banner hgroup h1{
	line-height: 37px;
	padding-bottom: 18px;
}
#banner hgroup h1 span{
	letter-spacing: 1.5px;
text-transform: uppercase;
color: #ffa500;
font-size: 18px;
}
#banner hgroup h3{
	font-weight: normal;
}
#efficiency-copy{
	z-index: 5;
}
.ipad-img{
	margin-bottom: -98px;
	z-index: -1;
	position: relative;
}
#features{
	background-image: url("images/about-banner-concept.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#features h2{
	width: 30%;
	padding-right: 10%;
}
#features ul{
	width: 25%;
	list-style: outside;
}
#meet-our-team{
	display: flex;
	flex-direction: row;
}
#meet-our-team div, #meet-our-team h2{
	width: 25%;
}
#meet-our-team div img{
	width: 90%;
	margin: 0px auto;	
}
#meet-our-team div a{
	color: #ffa500;	
}
#meet-our-team div a:hover{
	color:#204f98;
	}
#contact-copy{
	width: 50%;
	margin: 0px 0px !important;
	padding: 50px 70px 50px 0px;
	box-sizing: border-box;
}
#contact-copy h2 span{
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #ffa500;
	font-size: 15px;
}

#blue-green-grad{
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#214181+1,009c9e+100 */
background: #051147; /* Old browsers */
/*background: -moz-linear-gradient(45deg,  #214181 1%, #204f98 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(45deg,  #214181 1%,#204f98 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(45deg,  #214181 1%,#204f98 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214181', endColorstr='#204f98',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-image: url(images/repeat.png);
background-repeat: repeat;
  background-position: bottom right;
}
#save-money{
	width: 50%;
	margin: 0px 0px !important;
	/*margin: -25px 0px -450px 50%;*/
	background-color: rgba(032, 079, 152, .7);
	/*background-color: #204f98;*/
	border-radius: 5px;
	padding: 45px;
}
#save-money form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#save-money input{
	width: 48%;
	margin: 1%;
	padding: 10px;
	border: 0px;
	box-sizing: border-box;
	display: block;
}
#save-money .how-hear{
	width: 98%;
	padding: 10px;
	margin: 1%;
	border:none;
    background-image:none;
    background-color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.submit{
	background-color: #FFA500;
	border-radius: 20px;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	width: 25% !important;
	text-align: center;
	margin-left: 75% !important;
	font-size: 13px;
	line-height: 20px;

}
.submit:hover{
	background-color: #FFC33F;
}
.module-img{
	margin-bottom: -145px;
	margin-left: -50px;
	z-index: 1;
	position: relative;
	margin-top: 3%;

}

.desktop-only{
	display: block;
}
.mobile-only{
	display: none;
}
@media (max-width:1045px) {
	#save-money{
	width: 44%;
	margin-left: 56%;

}
.module-img{
	margin-bottom: -145px;
	margin-left: -100px;
}
#meet-our-team{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#meet-our-team div {
	width: 25%;
	text-align: center;
}
#meet-our-team h2{
	width: 100%;
	text-align: center;
}


@media (max-width: 1010px){
	.ipad-img{
		margin: 0px 0px -155px -50px;
		}
}

@media (max-width:1000px) {
	#save-money{
	width: 50%;
	margin-left: 50%;
	}
	.module-img {
    margin-left: -195px;
    margin-top: 5%;
    }
    
    
}
@media (max-width:940px) {
	.ipad-img{
		margin: 0px 0px -175px -75px;
		}
	.module-img {
    margin-left: -225px;
    margin-top: 5%;
    }

    .gray-bg div {
  width: 100%;
  text-align: center;
  }
  
   .item1{ 
	   order: 2;    
   }
   .item2  { 
	   order: 1;         
   }
    .item3{ 
	    order: 3; 
	} 
  .gray-bg{
	padding: 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-self: start;
}
.gray-bg div{
	width: 100%;
	padding: 50px 15px;
}
.gray-bg img{
	width: 50%;
	height: auto;
  align-self: center;
  
}
  
  
}
@media (max-width:910px) {
	.ipad-img{
		margin: 0px 0px -200px -100px;
		}
	
}
@media (max-width:870px) {
	.ipad-img{
		margin: 25px 0px -200px -100px;
		}
	.module-img {
    margin-left: -255px;
    margin-top: 5%;
    }
    #header #nav{
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 30px;
	
}
#nav a{
	padding: 0px 10px;
}
    

	
}
@media (max-width:860px) {
		.ipad-img{
		margin: 25px 0px -200px -130px;
		}
}

@media (max-width:800px) {
	.desktop-only{
		display: none;
	}
	.mobile-only{
		display: block;
	}
	#header{
	padding: 20px 15px 25px 15px;
}
#header img{
	margin: 0px auto;
}

	section header{
		flex-direction: column;
		text-align: center !important;
	}
	#header #nav{
	float: right;
	width: 100%;
	text-align: center;
	margin-top: 15px;	
}
#header #nav a{
	font-size: 13px;
}
	#save-money{
	width: 100%;
	margin-left: 0%;
	margin-bottom: 0;
	text-align: center;
	}

	#save-money img{
		display: none;
	}
	
    #efficiency-copy{
	    width: 100%;
	    text-align: center;
	    flex-wrap: wrap-reverse;
    }
    #efficiency-copy div{
	    width: 100% !important;
	    padding: 0px 50px;
	    text-align: center;
    }
    #efficiency-copy div ul{
	    list-style: inside;
    }
    .ipad-img {
    margin: 25px 0px -100px 0px;
}
#banner hgroup h1, #banner hgroup h3{
    width: 100%;
    text-align: center;
}
#features h2 {
    width: 40%;
   padding-right: 0px;
}
#features ul {
    width: 30%;
    list-style: outside;
}
.gray-bg div{
	width: 100%;
	margin-right: 0;
}
}
@media (max-width:680px) {
	#features div {
    flex-wrap: wrap;
}
#features h2 {
    width: 100%;
   padding-right: 0px;
   text-align: center;
   padding: 0px 50px;
}
#features ul {
    width: 50%;
    list-style: outside;
    box-sizing: border-box;
    padding-top: 25px;
}
.module-img, .ipad-img {
   width: 100%;
}
#save-money input{
	 width: 98%;
 }
.submit{
	width: 70% !important;
	text-align: center;
	margin-left: 15% !important;
	margin-right: 15% !important;

}
#meet-our-team div {
	width: 50%;
}

#contact-copy {
  width: 100%;
  text-align: center;
padding: 0px 0px 50px 0px;
}
 
.contact-section{
	display: flex;
	flex-wrap: wrap;
	
}

}


