/*RESET CSSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*RESET CSSS*/
/* SITE STYLES */
body {
    font-family: "proxima-nova-alt";
}
.dosis{
    font-family: 'Dosis', sans-serif;
}
.dosisBold{
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
}
.autoCenter{
    width: 92px;
    margin: auto;
}
.center{
    text-align: center;
}
.italic{
    font-style: italic;
}
.lightBlue{
  color: #7EC0D6;
}
/* SITE STYLES */
/* NAV STYLES */
.mainNav{
    position: fixed;
    z-index: 18;
    left: 173px;
    min-width: 500px;
    max-width: 900px;
    top: 19px;
}
.navButton {
    position: fixed;
    color: white;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid white;
    padding: 10px;
    width: 45px;
    text-align: center;
}
#logIn{
    right: 137px;
    top: 11px;
}
#signUp{
    right: 64px;
    top: 11px;
}
#logOut{
    right: 64px;
    top: 11px;
    width: 51px;
}
.navUl li{
    display: inline-block;
    margin-right: 20px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.navUl a{
    color: white;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.navUl a:hover{
    color: #7FC1D1;
}
#memberOptions{
    display: none;
}
#memberOptions li{
}
#welcomeUser:hover #memberOptions{
    display: block;
}
#welcomUser:hover{
    display: none;
}
#navBarLogo{
    width: 77px;
    position: fixed;
    z-index: 18;
    left: 60px;
    top: 3px;
}
.navBarWrap{
    position: fixed;
    z-index: 20;
    top: 0;
    height: 54px;
    width: 100%;
    background-color: #2B5661;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}
.addShadow{
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}
.mobileNavWrap{
    display: none;
    position: fixed;
    bottom: 0px;
    height: 50px;
    color: white;
    background-color: #2b5661;
    width: 100%;
    color: white;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.mobileNavWrap a{
    color: white;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.mobileNavWrap li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.mobileNavWrap ul{
    width: 95%;
    padding-top: 16px;
    padding-left: 20px;
    margin: auto;
}
/* NAV STYLES */
/*INDEX STYLES*/
button{
  text-shadow: 1px 1px 2px rgba(119, 136, 153, 1);
}
#headerLogo{
  position: relative;
  width: 200px;
  z-index: 2;
}
#videoWrap{
    width: 100%;
}
#videoWrap video{
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
/*   min-height: 100%; */
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
#headerLogo{
  position: absolute;
    z-index: 2;
    left: 50px;
    top: 50px;
}
#seeHowEasyTop{
  width: 350px;
  height: 60px;
  color: white;
    border: 3px solid #7EC0D6;
    font-size: 27px;
    background-color: #7EC0D6;
  display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    margin-bottom: 60px;
    position: absolute;
    z-index: 2;
    left: 60px;
    top: 450px;
}
#seeHowEasyTop:hover {
  background-color: white;
    color: #7EC0D6;
}
#videoWrap h1{
  color: white;
  font-size: 73px;
  position: absolute;
  z-index: 2;
  left: 60px;
    top: 300px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#videoWrap h2{
  color: white;
  font-size: 32px;
  position: absolute;
  z-index: 2;
  left: 60px;
    top: 383px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    <!-- font-weight: 700; -->
}
#tagLine{
    font-size: 55px;
    color: #6d6d6d;
    height: 170px;
    margin: auto;
    padding-top: 63px;
    padding-bottom: 7px;
    width: 1005px;
    line-height: 63px;
    text-align: center;
}
.step{
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    width: 275px;
    text-decoration: none;
}
.stepImage{
    width: 275px;
}
.stepMealTitle{
    display: block;
    color: #6E706F;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.stepMealDesc{
    display: block;
    color: #6E706F;
    font-size: 13px;
    margin-bottom: 10px;
    height: 25px;
}
#stepWrap{
    margin: auto;
    width: 1075px;
    padding-bottom: 60px;
}
.stepTitle{
    font-size: 44px;
    color: #6d6d6d;
    margin-bottom: 30px;
}
.stepNumber{
    font-size: 60px;
}
.stepTitleText{
  vertical-align: text-top;
}
#stepOne .stepNumber{
    color: #7ec0d6;
}
#stepTwo .stepNumber{
    color: #dac747;
}
#stepThree .stepNumber{
    color: #77d9c0;
}
.stepNumber{
    margin-right: 10px;
    padding-top: 5px;
}
.learnMoreButton{
    color: white;
    font-weight: bold;
    border: 3px solid #7EC0D6;
    font-size: 28px;
    background-color: #7EC0D6;
    height: 60px;
    width: 200px;
    margin: auto;
    margin-top: 50px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.learnMoreButton:hover {
  background-color: white;
    color: #7EC0D6;
}
.todayButton{
    color: white;
    font-weight: bold;
    border: 3px solid #7EC0D6;
    font-size: 28px;
    background-color: #7EC0D6;
    height: 60px;
    width: 283px;
    margin: auto;
    margin-top: 27px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.todayButton:hover {
  background-color: white;
    color: #7EC0D6;
}
.quickPeakButtonblue {
    color: white;
    font-weight: bold;
    border: 3px solid #ffffff;
    font-size: 20px;
    background: transparent;
    height: 60px;
    width: 200px;
    margin: auto;
    margin-top: 245px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.quickPeakButtonblue:hover {
  background-color: white;
    color: #71b3c3;
}
.quickPeakButtongold {
    color: white;
    font-weight: bold;
    border: 3px solid #ffffff;
    font-size: 20px;
    background: transparent;
    height: 60px;
    width: 200px;
    margin: auto;
    margin-top: 245px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.quickPeakButtongold:hover {
  background-color: white;
    color: #d4c254;
}
.quickPeakButtongreen {
    color: white;
    font-weight: bold;
    border: 3px solid #ffffff;
    font-size: 20px;
    background: transparent;
    height: 60px;
    width: 200px;
    margin: auto;
    margin-top: 245px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.quickPeakButtongreen:hover {
  background-color: white;
    color: #80cfbc;
}
.blueBackWrap{
    background-color: #eceeed;
    padding-top: 60px;
    padding-bottom: 60px;
}
#soundLikeYou{
    font-size: 48px;
    text-align: center;
    color: #6e706f;
    margin-bottom: 60px;
}
#checkWrap{
    width: 993px;
    margin: auto;
}
.check img{
  height: 31px;
  float: left;
  margin-right: 20px;
}
.check{
    font-size: 29px;
    color: #676968;
    display: inline-block;
    margin-bottom: 30px;
    width: 474px;
    vertical-align: text-top;
}
.check:nth-child(2){
    margin-left: 38px;
}
.check:nth-child(3)
{
    width: 400px;
}
.check:nth-child(4){
    margin-left: 114px;
}
#checkWrap h3{
    font-size: 32px;
    color: #676968;
    width: 953px;
    text-align: center;
    margin: auto;
    margin-top: 60px;

}
#seeHowEasy{
  width: 336px;
  height: 60px;
  color: white;
    font-weight: bold;
    border: 3px solid #7EC0D6;
    font-size: 28px;
    background-color: #7EC0D6;
    margin: auto;
  display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    margin-bottom: 60px;
}
#seeHowEasy:hover {
  background-color: white;
    color: #7EC0D6;
}
#greenBlock{
 background-color: rgba(58, 108, 97, 0.6);
 color: white;
 margin-top: 60px;
 padding-top: 60px;
 padding-bottom: 60px;
}
#greenBlock h2 {
    width: 939px;
    font-size: 36px;
    text-align: center;
    margin: auto;
}
.yellowBack{
    padding-top: 32px;
    padding-bottom: 60px;
    background-color: rgba(212, 194, 84, 0.28);
    margin-top: 26px;
    color: #6d6d6d;
}
.yellowBack h2{
    font-size: 36px;
    margin-bottom: 30px;
}
.yellowBack h3{
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.yellowBack h4{
    font-size: 21px;
}
.yellowSecWrap{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    columns: 2;
    margin-bottom: 30px;
    height: 258px;
}
.yellowSec{
    font-size: 21px;
    height: 177px;
    width: 500px;
    margin-left: 53px;
    margin-bottom: -96px;
}
.yellowImportant{
    font-weight: bold;
}
.yellowHead{
    font-size: 30px; 
    color:#d3bd1c;
    margin-top: 60px;
    margin-bottom: 60px;
}
.goalsWrap{
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    margin-top: 60px;
}
.goalsWrap div{
  font-size: 33px;
    width: 394px;
    margin-left: 26px;
    height: 100px;
}
.greenHeader{
  font-size: 48px;
  color:#2b5661;
  margin-bottom: 10px;
  text-align: center;
}
.greensubHeader{
	display: block;
    color: #6E706F;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 34px;
    width: 820px;
    margin: auto;
    text-align: center;
}
.blueHeader{
  font-size: 33px;
  color:#2b5661;
  margin-bottom: 15px;
    margin-top: 60px;
  text-align: center;
    padding: 5px;
}
.bluesubHeader{
  font-size: 15px;
  color:#2b5661;
  margin-top: 12px;
  margin-bottom: 15px;
  text-align: center;
}
.testomonial{
  background: url('/assets/img/quote_top.svg') center top no-repeat, url('/assets/img/quote_bottom.svg')center bottom no-repeat;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    color: #09262d;
    margin-top: 25px;
    margin-bottom: 120px;
    padding: 115px;
    width: 980px;
    margin: auto;
    color: #676968;
    font-size: 38px;
    text-align: center;
}
.testomonial cite{
  font-style: italic;
  margin-top: 20px;
}
.introtagLine {
	font-size: 45px;
    height: 100px;
    color: #6d6d6d;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 7px;
    width: 1005px;
    line-height: 63px;
    text-align: center;
}
.introtagLineGet{
    height: 89px;
    font-size: 55px;
    color: #6d6d6d;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 7px;
    width: 1005px;
    line-height: 63px;
    text-align: center;
}
.introItalic{
	font-style: italic;
}
/*SECTION CLASSES ON HOMEPAGE*/
.salesHeadOne{
    text-align: center;
    font-size: 55px;
    margin-top: 38px;
    color: #6d6d6d;
}
.salesHeadTwo{
    font-size: 33px;
    padding-bottom: 10px;
}
.salesHeadThree{ 
    font-size: 75px;
    color: #2b5661;
    background: white;
    padding-top: 17px;
    padding-bottom: 17px;
}
.salesHeadFour{
	color: #6d6d6d;
    font-size: 33px;
    padding-bottom: 10px;
}
.sectionImg h2{
    text-align: center;
    font-size: 50px;
    color: white;
    margin: auto;
    font-weight: bold;
    <!-- line-height: 64px; -->
    <!-- margin-top: 20px; -->
    <!-- text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); -->
    <!-- width: 465px; -->
}
.sectionBar{
    height: 130px;
    padding-top: 30px;
}
.autoCenter{
    width: 1245px;
    margin: auto;
}
.autoCenter2{
    width: 1160px;
    margin: auto;
}

.sectionTitles{
    display: inline-block;
}
.numberCircle{
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: white;
    font-size: 88px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    text-align: center;
    line-height: 100px;
}
.featureSection h2, .featureSection h3{
    color: white;
    margin-left: 25px;
}
.featureSection h2{
    font-size: 36px;
    line-height: 20px;
}
.featureSection h3{
    font-size: 27px;
    line-height: 64px;
}
.sectionBullet{
    font-size: 28px;
    color: #676968;
    text-align: center;
    display: inline-block;
}
.sectionImportant{
    font-weight: bold;
}
.sectionBullet img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.bulletWrap{
  	margin-top: 60px;
    margin-bottom: 60px;
}
#mealBullets .sectionBullet{
   	width: 90%;
    margin-left: 6%;
    padding-bottom: 26px;
}
#growBullets .sectionBullet{
   	width: 90%;
   	margin-left: 6%;
    padding-bottom: 26px;
}
#cookBullets .sectionBullet{
  	width: 287px;
    margin-left: 56px;
}
#mealBullets, #growBullets{
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 2;
}
#cookBullets{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 1;
}
#mealPlanImg{
    border-bottom: 15px solid #7fc1d1;
    background-image: url("/assets/img/Mealplan-homepg.jpeg");
    height: 757px;
    background-repeat: no-repeat;
   /*  background-position-y: -118px; */
    background-size: cover;
}
#cookImg{
  border-bottom: 15px solid #d4c254;
    background-image: url("/assets/img/landing_img/cook_sect_pg.jpg");
    height: 757px;
    background-repeat: no-repeat;
    /* background-position-y: -42px; */
    background-size: cover;
    margin-top: 50px;
}
#growImg{
  border-bottom: 15px solid #80cfbc;
    background-image: url("/assets/img/Grow-homepg.jpeg");
    height: 757px;
    background-repeat: no-repeat;
    /* background-position-y: -200px; */
    background-size: cover;
    margin-top: 50px;
}
#mealPlanBlue{
    background-color: #7fc1d1;
}
#cookYellow{
    background-color: #d4c254;
}
#growGreen{
    background-color: #80cfbc;
}
#one{
    color: #7FC1D1;
}
#two{
    color: #d4c254;
}
#three{
    color: #80cfbc;
}
.wantsWrap{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    width: 800px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 15
    px;
}
.want{
    font-size: 31px;
    width: 322px;
    height: 104px;
    margin-left: 50px;
    margin-bottom: 15px;
    color: #6d6d6d;
}
.want img{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 17px;
}
.feelList{
	background: rgba(212, 194, 84, 0.28);
}
.feelListHead {
    color: #6E706F;
    font-size: 55px;
    padding-top: 39px;
}
.feelListtab {
	padding-left: 45px;
}
.getListMain{
	width: 783px;
    margin: auto;
    font-size: 24px;
    margin-bottom: 60px;
    color: #6E706F;
    padding-bottom: 20px;
}
.realHead{
	color: #2b5661;
    font-size: 55px;
}
.bottomtagLine {
	font-size: 37px;
    height: 115px;
    color: #6d6d6d;
    margin: auto;
    padding-bottom: 96px;
    width: 1005px;
    line-height: 63px;
    text-align: center;
}
.bottomrequiretagLine {
	font-size: 37px;
    height: 115px;
    color: #6d6d6d;
    margin: auto;
    width: 1005px;
    line-height: 63px;
    text-align: center;
}
/*SECTION CLASSES ON HOMEPAGE*/

/* Mobile index */
@media (max-width: 1200px){
    .autoCenter{
        width: 100%;
    }
}
@media (max-width: 1024px){
	#videoWrap {
    	background-image: url(https://www.healthykidsinc.com/assets/video/HKI-SAG-Header-video-thumb.png);
        height: 535px;
        background-size: 100%;
    	background-repeat: no-repeat;
    }
    #videoWrap video {
    	display: none;
    }
	#videoWrap h1 {
    	top: 223px;
    }
	.salesHeadThree{
    	font-size: 65px;
    }
    .sectionBullet {
        width: 90%;
    }
    .testomonial {
        background-size: 73%;
        width: 80%;
        font-size: 29px;
        line-height: 35px;
        padding: 65px;
    }
    .autoCenter2 {
        width: 981px;
    }
    .sectionTitles {
        float: right;
    	width: 89%;
    }
    .sectionTitles h3{
    	line-height: 34px;
    	margin-top: 0px;
    }
    .featureSection h2 {
    	font-size: 29px;
    	line-height: 40px;
    }
    .featureSection h3 {
    	font-size: 26px;
    }
    .bulletWrap {
    	padding-top: 20px;
    }
    #mealBullets {
    	width: 98%;
    }
    #mealBullets .sectionBullet {
        width: 90%;
    }
    #cookBullets {
    	width: 95%;
    }
    #cookBullets .sectionBullet {
        width: 258px;
        margin-left: 31px;
    }
    #growBullets{
    	width: 95%;
    }
    #growBullets .sectionBullet {
        width: 90%;
      
    }
    .yellowSecWrap {
    	width: 95%;
        height: 333px;
        margin-right: 1px;
    }
    .yellowSec {
        height: 216px;
        width: 350px;
        margin-left: 0px;
        margin-bottom: -107px;
    }
    .yellowBack h2 {
    	font-size: 32px;
    }
    .yellowBack h3 {
        width: 78%;
        margin: auto;
    }
    .introtagLine{
        width: 95%;
    	font-size: 33px;
    }
    .introtagLineGet{
        height: 75px;
        font-size: 45px;
        width: 100%;
    }
    .bottomtagLine{
        width: 95%;
        font-size: 32px;
    }
    .feelListHead{
    	width: 95%;
    	font-size: 45px;
    }
    .realHead{
        width: 95%;
        font-size: 45px;
    }
    .greensubHeader{
    	font-size: 20px;
        width: 90%;
    }
    #stepWrap {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }
    .bottomrequiretagLine {
        width: 95%;
        font-size: 32px;
    }
}
@media (max-width: 921px){
      #cookBullets .sectionBullet {
			width: 219px;
      }
}
@media (max-width:900px) {
    #videoWrap {
    	height: 450px;
  	}
    #videoWrap h1{
        left: 50px;
        top: 200px;
        font-size: 2.5em;
      }
      #videoWrap h2{
        font-size: 1em;
        left: 50px;
        top:250px;
      }
      #seeHowEasyTop{
        left: 51px;
        top: 300px;
        }
      
}

@media (max-width:800px) {
  #videoWrap h1{
    left: 50px;
    top: 200px;
    font-size: 2.5em;
  }
  #videoWrap h2{
    font-size: 1em;
    left: 50px;
    top:250px;
  }
  #seeHowEasyTop{
    left: 51px;
    top: 300px;
  }
  .yellowSecWrap {
    margin-right: 24px;
    height: 328px;
    width: 350px;
    margin-left: 11px;
    margin-bottom: -107px;
  }
  .yellowBack h3 {
    padding-top: 111px;
  }
  #tagLine{
    width: 100%;
    font-size: 2.5em;
    line-height: 44px;
    padding-top: 20px;
        padding-bottom: 30px;
    height: auto;
  }
  #stepWrap{
    width: 100%;
    text-align: center;
  }
  .step{
    margin-bottom: 20px;
  }
  #soundLikeYou{
    font-size: 1.5em;
    margin-bottom: 20px
  }
  .blueBackWrap{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #checkWrap{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .check{
    width: 89%;
    font-size: 1em;
  }
  .check:nth-child(2) {
    margin-left: 0px;
  }
  .check:nth-child(4) {
    margin-left: 0px;
  }
  .check:nth-child(3) {
    width: 89%;
  }
  #checkWrap h3{
    width: 90%;
    font-size: 1em;
    margin-top: 20px;
    margin-left: 0px;
  }
  #mealPlanImg, #cookImg, #growImg{
    height: 512px;
        max-width: 100%;
        width: 100%;
  }
    .sectionImg h2{
        width: 100%;
        font-size: 1.5em;
    }
    #mealPlanImg{
       background-image: url("/assets/img/MealPlanner-small.jpeg");
    }
    #cookImg{
       background-image: url("/assets/img/cook-small.jpeg");
    }  
    #growImg{
       background-image: url("/assets/img/grow-small.jpeg");
    } 
  	.featureSection{
    	width: 100%;
  	}
    .featureSection h2 {
    	font-size: 27px;
    	width: 80%;
    }
    .featureSection h3 {
    	width: 80%;
    }
  	.autoCenter{
  	  width: 100%;
  	}
    .autoCenter2{
        width: 100%;
    }
  .numberCircle{
    float: left;
    margin-left: 20px;
  }
  .sectionTitles{
    float: right;
    width: 83%;
  }
  .sectionTitles h2{
    font-size: 30px;
    line-height: 39px;
    margin-left: 0px;
    width: 95%;
        text-align: left;
  }
  .sectionTitles h3{
    font-size: 23px;
    margin-left: 0px;
    line-height: normal;
    margin-top: 15px;
    width: 90%;
  }
  .sectionBar{
    height: auto;
    padding-top: 30px;
    float: left;
    padding-bottom: 30px;
    width: 100%;
  }
  .sectionBullet{
    width: 95% !important;
    margin-bottom: 20px;
    margin-top:20px;
  }
  #mealBullets, #growBullets{
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
  #cookBullets{
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
  #cookBullets .sectionBullet{
    margin-left: 0px;
  }
  #growBullets .sectionBullet{
    height: 160px;
  }
    .bulletWrap{
        margin-top: 20px;
        text-align: center;
    }
  #seeHowEasy{
    width: 95%;
    font-size: 1.5em;
  }
  .testomonial{
    width: 70%;
        font-size: 20px;
        padding: 51px;
  }
    .popUpVideo{
      width: 100% !important;
      top: 50% !important;
      left: 0 !important;
      margin-left: 0px !important;
    }
    .mainNav{
        display: none;
    }
    #navBarLogo{
        top: 5px !important;
        left: 50% !important;
        margin-left: -35px;
    }
    .mobileNavWrap{
        display: block !important;
    }
    .navBarWrap{
        top: 0px;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
    }
    .quickPeakButtonblue {
        color: #71b3c3;
        font-weight: bold;
        border: 3px solid #ffffff;
        font-size: 20px;
        background: white;
        height: 60px;
        width: 200px;
        top: 131px;
        position: relative;
        /* margin: auto; */
        /* margin-top: 187px; */
        display: block;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 60px;
    }

    .quickPeakButtongold {
        color: #d4c254;
        font-weight: bold;
        border: 3px solid #ffffff;
        font-size: 20px;
        background: white;
        height: 60px;
        width: 200px;
        top: 131px;
        position: relative;
        display: block;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 60px;
    }

    .quickPeakButtongreen {
        color: #80cfbc;
        font-weight: bold;
        border: 3px solid #ffffff;
        font-size: 20px;
        background: white;
        height: 60px;
        width: 200px;
        top: 131px;
        position: relative;
        display: block;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 60px;
    }
    .wantsWrap{
      width: 100%;
      margin-left: 13px;
    }
    .want{
      margin-left: 10px;
    }

}
@media (max-width:700px) {
  #videoWrap video{
    display: none;
  }
  #videoWrap{
    background-color: #2B5661;
    background-image: none;
    height: 200px;
    text-align: center;
  }
  #headerLogo{
    left: 23px;
    top: 21px;
    width: 100px;
  }
  #videoWrap h1{
    left: 0px;
    width: 100%;
    text-align: center;
    top: 69px;
    font-size: 1.5em;
  }
  #videoWrap h2{
    font-size: .8em;
        text-align: center;
        width: 100%;
    left: 0px;
    top:101px;
  }
  #seeHowEasyTop{
    width: 192px;
    height: 36px;
    font-size: 1em;
    left: 254px;
    top: 140px;
        margin-right: auto;
  }
  .yellowSec {
    height: 214px;
    width: 313px;
    font-size: 20px;
  }
  .yellowSecWrap {
    -webkit-column-count: 1;
    -moz-column-count: 2;
    columns: 2;
    height: 332px;
  }
  .introtagLine {
    font-size: 30px;
  }
  .sectionTitles{
    float: right;
    width: 78%;
  }
  .sectionTitles h2{
    font-size: 2.0em;
    margin-left: 0px;
    line-height: normal;
    width: 90%;
  }
  .sectionTitles h3{
    font-size: 1.5em;
    margin-left: 0px;
    line-height: normal;
    margin-top: 15px;
    width: 90%;
  }
    .featureSection h2 {
    	width: 65%;
    }
    .featureSection h3 {
    	width: 65%;
    }
    #mealPlanImg, #cookImg, #growImg{
       
    }
    #mealPlanImg{background-position-x:-66px;}
    #cookImg{
        background-position-x: -62px;
        background-position-y: 100px;
    }
    #growImg {
        background-position-y: 89px;
    }
    .quickPeakButtonblue{top:127px;}
    .quickPeakButtongold{top:126px;}   
    .quickPeakButtongreen{top:94px;}
    .salesHeadOne{
        font-size: 1.5em;
    }
    .salesHeadThree{
        font-size: 51px;
    }
    .wantsWrap{
        width: 100%;
        webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-top: 28px;
    }
    .want{
        margin: auto;
    }
    .feelListHead {
    	font-size: 40px;
    }
    .feelListtab {
        padding-left: 0px;
    }
    .getList {
        margin-top: 30px;
    }
    .getListMain {
    	width: 95%;
    }
    .bottomtagLine {
    	height: 170px;
    }
    .greensubHeader{
    	font-size: 22px;
    }
}
@media (max-width:667px) {
  	.sectionTitles{
   		width: 78%;
      	margin-left: 10px;
  	}
    .featureSection h3 {
    	width: 84%;
    }
    .learnMoreButton{
        width: 70%;
    }
    .todayButton{
        width: 70%;
    }
    .greenHeader{font-size:45px;}
    .introtagLine {
    	width: 85%;
    }
    .introtagLineGet {
    	padding-top: 126px;
    }
}
@media (max-width:640px) {
    .greenHeader{font-size:38px;}
    .greensubHeader{
    	width: 653px;
    }
}
@media (max-width: 600px){
    #seeHowEasyTop {
        left: 200px;
    }
    .yellowSecWrap {
        height: 385px;
        margin-right: 1px;
    }
    .yellowSec {
        height: 233px;
        width: 249px;
    }
    .yellowBack h2 {
    	font-size: 40px;
    }
    .sectionTitles{
    	width: 77%;
    }
    .featureSection h2 {
    	font-size: 25px;
    	width: 94%;
    }
    .featureSection h3 {
    	font-size: 24px;
   		width: 95%;
    }
    .introtagLine {
    	line-height: 48px;
    }
    .introtagLineGet {
    	padding-top: 87px;
    }
    .bottomrequiretagLine {
    	height: 183px;
    }
}
@media (max-width:568px) {
   .greenHeader{font-size:35px;}
    .greensubHeader{
    	width: 465px;
    }
    .sectionTitles {
    	width: 76%;
    }
    .introtagLineGet {
   	    padding-top: 124px;
    }
	.yellowSecWrap {
        width: 95%;
        height: 572px;
        -moz-column-count: 1;
        columns: 1;
    }
    .yellowSec {
        height: 200px;
        width: 95%;
    }
}
@media (max-width: 435px){
    #seeHowEasyTop {
        left: 121px;
    }
    .introtagLine {
        line-height: 41px;
    }
    .introtagLineGet {
    	font-size: 41px;
    }
    .bottomtagLine {
        height: 245px;
    }
    .getList {
    	font-size: 20px;
    }
    .realHead {
    	width: 100%;
    }
    .bottomrequiretagLine {
        height: 243px;
    }
	.sectionTitles {
        width: 68%;
    }
    .featureSection h2 {
    	font-size: 23px;
        width: 99%;
    }
     .featureSection h3 {
    	font-size: 21px;
        width: 95%;
    }
	#mealPlanImg {
        background-position-x: -182px;
        background-position-y: 100px;
    }
    #cookImg {
        background-position-x: -184px;
        background-position-y: 132px;
    }
    .testomonial {
    	padding: 49px;
    }
}
@media (max-width: 414px){
	#seeHowEasyTop {
        left: 111px;
    }
    .yellowSecWrap {
        margin-right: 8px;
        height: 572px;
    }
    .quickPeakButtonblue {
        top: 68px;
    }
    .testomonial {
        font-size: 21px;
        line-height: 30px;
    }
    .quickPeakButtongold {
        top: 86px;
    }
    #cookBullets .sectionBullet {
        margin-left: 4px;
    }
    .quickPeakButtongreen {
        top: 67px;
    }
    .feelListtab4 {
    	padding-left: 45px;
    }
    .greensubHeader {
        width: 90%;
    }
}
@media (max-width: 411px){
    #seeHowEasyTop {
        left: 111px;
    }
    .quickPeakButtonblue {
        top: 75px;
    }
    .quickPeakButtongold {
        top: 94px;
    }
}
@media (max-width: 400px) {
    .salesHeadOne{
        font-size: 2.25em;
    }
    .greensubHeader{
    	width: 360px;
    }
    .yellowSecWrap {
        height: 584px;
	}
    .sectionTitles {
        width: 67%;
    }
    .bottomtagLine {
        height: 312px;
    }
}
@media (max-width: 375px){
    #seeHowEasyTop {
        left: 95px;
    }
    .yellowSecWrap {
        height: 587px;
    }
    .yellowSec {
        width: 90%;
        height: 203px;
    }
    .introtagLine {
        font-size: 25px;
    }
    .introtagLineGet {
        font-size: 29px;
    }
    .sectionTitles {
        width: 65%;
    }
    .quickPeakButtonblue {
        top: 75px;
    }
    #cookImg {
        background-position-x: -222px;
        background-position-y: 177px;
    }
    .quickPeakButtongold {
        top: 55px;
    }
    .quickPeakButtongreen {
        top: 56px;
    }
    .bottomtagLine {
        line-height: 51px;
    }
    .feelListtab2 {
    	padding-left: 45px;
    }
    .bottomrequiretagLine {
    	height: 194px;
        line-height: 45px;
    }
    .todayButton {
        width: 79%;
    }
    .feelListHead {
    	width: 94%;
    }
    .getList {
        width: 83%;
    }
    .feelListtab4 {
        padding-left: 0px; 
    }
}
@media (max-width: 360px){
    #seeHowEasyTop {
        left: 85px;
    }
    .salesHeadOne {
        font-size: 2.0em;
    }
    .sectionTitles {
        width: 63%;
    }
    .yellowSecWrap {
        height: 650px;
    }
    .yellowSec {
    	height: 215px;
    }
    #growImg {
        background-position-y: 155px;
    }

}
@media (max-width:330px) {
  #seeHowEasyTop{
    width: 164px;
    left: 81px;
        font-size: .8em;
  }
  #videoWrap{
    width: 100%;
  }
  #videoWrap h1{
    left: 3px;
    font-size: 1.25em;
  }
  #videoWrap h2{
    left: 0px;
    font-size: 1.0em;
  }
  .want{
  	width: 290px;
  }
  .step{
    margin-left: 20px;
  }
  .numberCircle{
    width: 69px;
    height: 69px;
    line-height: 67px;
    font-size: 60px;
  }
   .sectionImg h2{
        width: 100%;
  }
  .greensubHeader{
    	width: 300px;
    }
    .todayButton{
        width: 89%;
    }
}
@media (max-width: 320px){
    #videoWrap h2 {
    	width: 99%;
    }
    #seeHowEasyTop {
        left: 78px;
    }
    .salesHeadOne {
        font-size: 1.75em;
    }
    .wantsWrap {
    	margin-top: 28px;
    }
    .want {
        width: 278px;
        font-size: 27px;
    }
    .salesHeadThree {
        font-size: 44px;
    }
    .yellowSecWrap {
        height: 697px;
        columns: 1;
    }
    .yellowSec {
        width: 95%;
        height: 115px;
        margin: auto;
    }
    .introtagLine {
        line-height: 36px;
        width: 87%;
    }
    .quickPeakButtonblue {
        top: 45px;
    }
    #cookImg {
        background-position-x: -313px;
        background-position-y: 205px;
    }
    .testomonial {
        padding: 29px;
    }
    .quickPeakButtongreen {
        top: 32px;
    }
    .bottomtagLine {
        height: 211px;
        line-height: 42px;
        font-size: 26px;
    }
    .getList{
    	width: 94%;
    }
    .feelListtab2{
    	padding-left: 0px;
    }
    .feelListtab3{
    	padding-left: 45px;
    }
    .feelListtab4 {
        padding-left: 45px;
    }
    .bottomrequiretagLine {
        line-height: 40px;
    }
    .todayButton {
        width: 90%;
    }
}

/* Mobile index */
/*INDEX STYLES*/
/* FOOTER STYLES*/
footer{
    background-image: url('/assets/img/footer_bg.jpg');
    /* background: center; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    text-align: center;
    color: white;
    padding-top: 50px;
    <!-- border-top: 50px solid #2B5661; -->
}
footer a{
  color: white;
  text-decoration: none;
}
footer a:hover{
  color: #2B5661;
}
#footerNav{
  margin-top: 30px;
}
#footerNav li {
    display: inline-block;
    width: 170px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
#footerLogo{
  width: 200px;
}
#footerSocial{
  margin-top: 40px;
  margin-bottom: 40px;
}
#footerSocial li {
    display: inline-block;
    font-size: 40px;
    width: 115px;
}
footer div {
    font-size: 14px;
    text-transform: uppercase;
}
/* FOOTER STYLES*/
.popUpVideo{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -300px;
    display: none;
    width: 600px;
    height: 300px;
    z-index: 22;
}
.shadow{
    position: fixed;
    background-color: black;
    z-index: 21;
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0.8;
}
.close{
    color: white;
    margin-bottom: 10px;
    font-size: 40px;
    display: none;
    position: fixed;
    z-index: 22;
    top: 10px;
    right: 10px;
    cursor:pointer;
}
.close:hover{
    color: #77D9C0;
}

/* SALES PAGE STYLES */
button{
    text-shadow: 1px 1px 2px rgba(119, 136, 153, 1);
}


.ownersWrap{
    margin-top: 30px;
    font-size: 18px;
    min-height: 600px;
}
.ownersWrap span{
    font-weight: bold;
}
#ownersImg{
    margin-right: 48px;
    float: left;
    margin-top: 7px;
}

.sayingWrap{
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.saying{
    font-size: 26px;
    margin: auto;
    width: 800px;
    line-height: 33px;
}
.greenButton{
    background-color: #6dc394;
    color: white;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    border: 3px solid #6dc394;
    height: 50px;
    margin-top: 60px;
    display: block;
    font-size: 35px;
    width: 295px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 60px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}
.greenButton:hover {
  background-color: white;
    color: #6dc394;
}
.blueButton{
    background-color: #7EC0D6;
    color: white;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    border: 3px solid #7EC0D6;
    height: 50px;
    margin-top: 60px;
    display: block;
    font-size: 35px;
    width: 295px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 60px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}
.blueButton:hover {
	background-color: white;
    color: #7EC0D6;
}
.centerdP{
    text-align: center;
    margin: auto;
    width: 800px;
    font-size: 30px;
    margin-bottom: 60px;
}
.centerdP span{
    font-weight: bold;
}
.getList{
    width: 710px;
    margin:auto;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom:60px;
}
.getList li{
    margin-bottom: 25px;
}
.numberList {
    display: block;
    float: left;
    font-size: 26px;
    width: 45px;
    /* margin-right: 20px; */
    margin-bottom: 1px;
    color: #79c1cf;
    font-weight: bold;
}
#salesVideoWrap{
    padding-top: 60px;
    padding-bottom: 60px;
    width: 800px;
    margin: auto;
}
.salesReciveWrap{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    columns: 3;
    width: 950px;
    margin: auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.salesRecive img{
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.salesRecive{
    height: 203px;
    width: 288px;
    margin-left: 21px;
    text-align: center;
    font-size: 27px;
    color: #6d6d6d;
    
}
.priceBoxWrap{
    position: relative;
    width: 1200px;
    margin: auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    columns: 3;
    color: white;
}
.priceBox{
    width: 400px;
    height: 420px;
    background: #71b3c3;
    margin-left: 18px;
}
.pricebox2 {
    margin: 10px auto 50px;
    max-width: 1050px;
}
.priceBlue{
    background-color: #71b3c3;
    padding: 30px;
    margin-bottom: -15px;
}
.priceHead{
    font-size: 30px;
    text-align: center;
}
.priceSavings{
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
    margin-left: -11px;
}
.pricesubHead{
    border-bottom: solid 1px #fff;
  font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #7b796a;
    margin-left: -6px;
}
.pricePrice{
    font-size: 63px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pricePriceAnniversary{
    font-size: 63px;
    color: #ffe6a0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.priceDetail{
  text-align: center;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    min-height: 15px;
    margin-left: -11px;
}
.joinButton{
    width: 269px;
    border: 2px solid #012f2f;
    color: #012f2f;
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0px, rgb(255, 230, 160) 2%, rgb(255, 186, 0) 100%);
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    border-radius: 6px;
}
.joinButton:hover {
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0px, rgb(255, 230, 160) 2%, rgb(228, 167, 1) 100%);
    color: white;
}
.joinHead{
    font-size: 46px;
    height: 60px;
    background-color: #eeeeee;
    margin-top: 60px;
    padding-top: 19px;
    margin-bottom: 60px;
}
.bestValue{
    position: absolute;
    top: -10px;
    left: 293px;
    z-index: 2;
}
.question{
  position: relative; 
    top: 2px; 
    left: 12px;
    width: 20px;
    background: white;
    border-radius: 67px;
}
.moreHeadBar{
    color: white;
    font-size: 46px;
    height: 60px;
    background-color: #7fc1d1;
    margin-top: 60px;
    padding-top: 19px;
    margin-bottom: 60px;
}
.moreWrap{
    width: 1200px;
    margin: auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    columns: 3;
    margin-bottom: 60px;
}
.moreSection{
    width: 396px;
    height: 300px;
    margin-left: 18px;
}
.moreHead{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.moreContent{
    font-size: 21px;
    <!--width: 95%; -->
}
.joinWrap{
    width: 800px;
    margin: auto;
    font-size: 21px;
}
.joinWrap p{
    margin-bottom: 30px;
}
.sealWrap {
    background-color: #8ba4ab;
    color: white;
    padding: 20px;
    margin-bottom: 60px;
    height: 264px;
    text-align: center;
}
.sealHead{
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.sealWrap p{
    float: left;
    width: 58%;
    padding-top: 7px;
    line-height: 1.6;
}
.sealWrap img{
    width: 36%;
}
.ownersWrap{
    width: 1000px;
}
.ownersWrap p{
    line-height: 23px;
    margin-bottom: 10px;
}

.priceGroupWrap {
  width: 800px;
    margin: auto;
    font-size: 21px;
    padding-top: 25px;
}
.groupWrap {
  background-color: #71b3c3;
    color: white;
    padding: 20px;
    margin-bottom: 60px;
    height: 200px;
    text-align: center;
}
.priceGroupHead {
  position: relative;
    top: -48px;
    font-size: 30px;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
}
.priceGroupSavings {
  position: relative;
    top: -41px;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: -11px;
}
.contactButton {
  position: relative;
    top: -45px;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    width: 295px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 2px solid #012f2f;
    color: #012f2f;
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0px, rgb(255, 230, 160) 2%, rgb(255, 186, 0) 100%);
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    border-radius: 6px;
}
.contactButton:hover {
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0px, rgb(255, 230, 160) 2%, rgb(228, 167, 1) 100%);
    color: white;
}
.groupImg{
    position: relative;
    top: -10px;
    left: -300px;
    width: 45px;
    height: 45px;
    z-index: 2;
}
.faqWrap{
  width: 800px;
  margin: auto;
  margin-bottom: 60px;
}
.faq{
  width: 100%;
}
.faqAnswer{
  display: none;
    font-size: 18px;
    margin-top: 10px;
    background-color: #efefef;
    padding: 10px;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(199,197,199,1);
  -moz-box-shadow: -2px 2px 5px 0px rgba(199,197,199,1);
  box-shadow: -2px 2px 5px 0px rgba(199,197,199,1);
}
.faqQuestion{
  cursor: pointer;
    font-size: 25px;
    color: #766D6D;
}
.carrot{
  color: #2B5661;
  font-size: 25px;
  float: right;
}
.faqQuestionSpan{max-width:90%;}
/*Mobile Styles*/
@media (max-width: 1060px) {
	.priceBoxWrap, .moreWrap {
      width: 100%;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      columns: 1;
    }
    .priceBox, .moreSection {
      margin: auto;
      margin-bottom: 20px;
      height: 476px;
    }
    .bestValue {
        top: -10px;
    	left: 626px;
    }
}
@media (max-width: 1024px) {
	.bestValue {
    	left: 608px;
    }
}
@media (max-width: 800px) {
    .autoCenter{
        width: 100%;
    }
    
    .ownersWrap{
        width: 98% !important;
        padding-right: 10px;
        padding-left: 10px;
    }
    .saying{
        width: 94%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .centerdP{
        width: 100%;
    }
    .salesReciveWrap{
        width: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        columns: 2;
    }
    .priceBoxWrap, .moreWrap{
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        columns: 1;
    }
    .priceBox, .moreSection{
        margin: auto;
        margin-bottom: 20px;
    }
    .moreSection{
        height: auto;
    }
    .joinWrap{
        width: 95%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .priceGroupWrap {
        width: 95%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mainNav{
        display: none;
    }
    .pageNav{
      display: none;
    }
    #navBarLogo{
        top: 5px !important;
        left: 50% !important;
        margin-left: -35px;
    }
    .mobileNavWrap{
        display: block !important;
        bottom: 0px !important;
        z-index: 30 !important;
        position: fixed !important;
        width: 100%;
    }
    .navBarWrap{
      top: 0 !important;
      position: fixed !important;
      width: 100%;
    }
    .faqWrap{
      width: 95%;
      margin:auto;
    }
    .bestValue{
      left: 496px;
    }
    .faqQuestion{
        font-size: 1em !important;
    }
    .moreHeadBar{
    	height: 107px;
    }

}
@media (max-width: 768px) {
    .bestValue{
          left: 480px;
    }
}
@media (max-width: 700px) {
    #ownersImg{
        margin-right: 0px;
        margin-left: 4%;
        margin-bottom: 20px;
    }
    .ownersWrap p {
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
    }
    .saying{
        width: 90%;
        margin: auto;
    }
    .getList{
        width: 100%;
    }
    .getList ul{
        width: 95%;
        margin: auto;
    }
    .numberList{
        height: 72px;
    }
    #salesVideoWrap{
        width: 100%;
        max-width: 100%;
    }
    .salesReciveWrap {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        columns: 1;
    }
    .salesRecive{
        margin: auto;
        margin-bottom: 20px;
        height: auto;
    }
    .joinHead{
        font-size: 1.5em;
    }
    .sealWrap{
        width: 100%;
        padding-left: 0px;
    }
    .sealWrap p{
        line-height: 20px;
        width: 100%;
        float: none;
    }
    .sealWrap img{
        display: none;
    }
    .joinWrap{
        width: 100%;
        padding-left: 0px;
        padding-right:0px;
    }
    .joinWrap p{
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .priceGroupWrap {
      width: 100%;
        padding-left: 0px;
    }
    .priceGroupSavings {
      width: 90%;
        font-size: 14px;
        top: 14px;
        margin: auto;
    }
    .priceGroupHead {
      top: 0px;
        font-size: 25px;
    }
    .contactButton {
      top: 11px;
        width: 258px;
    }
    .groupImg {
      display: none;
    }
    .faqQuestion i{
      /* display: none; */
    }
    .bestValue{
      left: 446px;
    }

}
@media (max-width: 667px) {
    .bestValue {
        left: 430px;
    }
}
@media (max-width: 600px) {
    .bestValue {
        left: 396px;
    }
}
@media (max-width: 450px) {
  .bestValue{
    left: 321px;
  }
}
@media (max-width: 435px) {
  .bestValue{
    left: 314px;
  }
}
@media (max-width: 414px) {
    .bestValue {
        left: 303px;
    }
}
@media (max-width: 411px) {
    .bestValue {
        left: 302px;
    }
}
@media (max-width: 400px) {
    #ownersImg{
        width: 95%;
        margin-left: 0px;
    }
    .saying{
        font-size: 17px;
    }
    .numberList{
        height: 96px;
    }
    h2.center{
        font-size: 1.5em !important;
    }
    .priceBox, .moreSection{
        width: 95%;
    }
    .joinButton{
      font-size: 27px;
    }
    .faqQuestion{
      font-size: 18px;
    }
    #navBarLogo{
        top: 5px !important;
        left: 50% !important;
        margin-left: -35px;
    }
    .mobileNavWrap{
        display: block !important;
        bottom: 0px !important;
        z-index: 30 !important;
        position: fixed !important;
        width: 100%;
    }
    .navBarWrap{
      top: 0 !important;
      position: fixed !important;
      width: 100%;
    }
    .bestValue{
      left: 296px;
    }
     .moreHeadBar{
       height: 60px; 
    }
}
@media (max-width: 375px) {
    .bestValue {
        left: 262px;
    }
}
@media (max-width: 360px) {
    .bestValue {
        left: 247px;
    }
}
@media (max-width: 330px) {
    .bestValue {
        left: 218px;
    }
}
@media (max-width: 320px) {
    .bestValue {
        left: 208px;
    }
}
/*Mobile Styles*/
/* SALES PAGE STYLES */