@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}


body.home {
	background-color: #04aced;
}

img {
	max-width: 100%;
}

.breaker {
	height: 10px;
	clear: both;
}

.nav {
	height: 59px;	
	background-color: white;
    padding-top: 10px;
}

.rounded {
	border-radius: 20px;
	margin-bottom: 24px;
	padding: 3.3276%; /* 2.5836177474403% */
}

.rounded-bottom {
	border-radius: 0 0 20px 20px;
	margin: -4px 0 24px 0;
	padding: 3.3276%; /* 2.5836177474403% */
}


.full-width {

	display: block;
	clear: both;
}

.half-width {
	width: 42.8328%;
	float: left;
}

.quarter-width {
	width: 22%;
	float: left;
}

.table-row {
    display: table-row;
}

.pad-left {
    margin-left: 1.03%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.indent {
    margin-left: 50px;
}



/* ================================    COLORS    ================================ */


/* RED #c82128 */
/* ORANGE #f46b23 */
/* DK BLUE #277bbb */
/* MED BLUE #0899d2 */
/* LT BLUE #04aced */
/* DK GREEN #51853d */
/* MED GREEN #62a242 */
/* LT GREEN #87ba41 */
/* YELLOW #ffd509 */

.bg-red {
	background-color: #c82128;
}

.bg-orange {
	background-color: #f46b23;
}

.bg-dkblue {
	background-color: #277bbb;
}

.bg-medblue {
	background-color: #0899d2;
}

.bg-ltblue {
	background-color: #04aced;
}

.bg-dkgreen {
	background-color: #51853d;
}

.bg-medgreen {
	background-color: #62a242;
}

.bg-ltgreen {
	background-color: #87ba41;
}

.bg-yellow {
	background-color: #ffd509;
}

.bg-red {
	background-color: #c82128;
}

.color-orange {
	color: #f46b23;
}

.color-dkblue {
	color: #277bbb;
}
.color-slateblue {
	color: #1c5885;
}

.color-medblue {
	color: #0899d2;
}
.color-ltblue {
	color: #04aced;
}

.color-dkgreen {
	color: #51853d;
}

.bg-medgreen {
	background-color: #62a242;
}

.color-ltgreen {
	color: #87ba41;
}

.color-yellow {
	color: #ffd509;
}




/* ================================    FONT AND TEXT    ================================ */
/* font-family: 'Sniglet', cursive; *** Comes in 400 Regular and 800 Extra Bold - very puffy */

p {
	font-family: 'Sniglet', cursive;
	font-weigth: 400;
	font-size: 1.6em;
	line-height: 1.45;
	color: white;
}

h1 {
	font-family: 'Sniglet', cursive;
	font-weigth: 400;
	font-size: 2.25em;
	line-height: 1.8;
	color: white;
    margin: 0 0 16px 0;
}

.chalkboard {
    font-family: 'eraserdustregular';
    color: white;
}


/* ================================    HEADER    ================================ */

.wrapper {
	max-width: 1770px;
	margin: auto;
}

.header {
    margin: auto;
	height: 530px;
}

.header-image {
	background-image: url(images/home-header.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 480px;
}

.lvl-logo {
    margin-left: 60px;
    width: 20%;
}


/* ================================    NAVIGATION    ================================ */


.top-spacer {
	width: 100%;
	height: 36px;
	background-color: black;
}

.nav-content {
	width: 66.1399548532731%;
	margin: auto;
	background-color: white;
}


.social-block {
    float: right;
}

.nav-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  margin: 15px 45px;

}
    
.nav-content li{
    display: inline-block;
    }

.nav-content li a {
    text-decoration: none;
    font-family: 'Sniglet', cursive;
	font-weigth: 400;
    font-size: 1.3em;
    color: #51853d;
    padding: 10px 18px;
}

.nav-content li a:hover {
    color: #04aced;
}
 

/* ================================    CONTENT    ================================ */

.content {
    max-width: 1170px;
	/* width: 66.1399548532731%; */
	margin: auto; 
	background-color: white;
	border-radius: 25px;
	height: auto;
	margin-top: -28px;
    padding: 2.5597%;
	/* padding: 1.85%; */
    display: table;
}

.earn-cash-block, .what-is-block, .product-block {
	height: 420px;
}

.earn-cash-block {
    background-image: url(images/chalkboard.jpg);
}

.enroll-block, .new-schools, .recipe-2, .coupon-block {
    display: table-cell;
    vertical-align: top;	
    min-height: 310px;
    position: relative;
 }


.earn-cash-block {
    /* background-image: url(images/l4l-logo-large.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 28%;
    padding-left: 32%; */
}


.earn-cash-block h1 {
	font-size: 3em;
    font-family: 'eraserdustregular';
    color: #f46b23;
}

.prof-loafy {
    float: right;
}


.earn-cash-block {
	margin-top: 35px;
}

.earn-cash-block p {
	font-size: 2em;
}


.prof-loafy {
    
}

.lil-loafy {
    float: right;
    position: absolute;
    margin-left: 20px;
    right: 10px;
    bottom: 10px;
}

.new-schools p {
    font-size: 1.45em;
}

.school-house {
    float: right;
    margin-left: 25px;
}


  .product-images {
        text-align: center;
    }
.redemption-form {
    float: right;
    margin-left: 20px;
}

.recipe-idea-block {
    position: relative;
}

.recipe-idea-block h1 {
    color: #f46b23;
}

.recipe-idea-block p{
    width: 33%;
    float: left;
    color: #1c5885;
}


.check-loafy {
    float: right;
    position: absolute;
    margin-left: 20px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}

.recipe-site {
    width: 66%;
    float: right;
    z-index: 2;
}

.recipe-site img {
    float: left;
    width: 50%;
    margin-top: 30px;
    }


.loafyland-block {
    position: relative;
}

.loafyland-block h1 {
    /* color: #f46b23; */
}

.loafyland-block p{
    width: 33%;
    float: left;
    color: #1c5885;
}
.loafy-activities {
    float: right;
}

    


/* ======================= RULES ========================== */
	
.rules {
    font-family: 'Sniglet', cursive;
	font-weigth: 400;
    color: white;
    
}

.rules p {
    margin-bottom: 20px;	

}


h1.rules-title {
    font-size: 3em;
    text-align: center;
}


.rules h4 {
	margin: 55px 0 15px 0;
    font-size: 1.8em;
    color: #ffd509;
    
}

.rules ul, .rules ol {
	margin-left: 5%;
    font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 25px;
}

.rules ol {
	list-style: lower-latin;
}

.rules li {
	margin-bottom: 15px;
}

.rules a {
	color: #094777;
}

/* ======================= SCHOOLS ========================== */

.schools {
    font-family: 'Sniglet', cursive;
	font-weigth: 400;
    
}

h1.schools-title {
    font-size: 3em;
    text-align: center;
    color: #277bbb;
    
}

.schools p {
    margin-bottom: 20px;
    color: #f46b23;
}

.form-image {
    margin-left: 80px;
}

.schools h4 {
	margin: 55px 0 15px 0;
    font-size: 1.8em;
    color: #277bbb;
    
}

p.address {
    color: #62a242;
}


.enroll-form {
	width: 80%;	
    margin: auto;
}
    
p.required {
	color: red;
	font-size: 1em;
    margin-top: -15px;
}

#sweepsFrm {
	width: 90%;
	margin: auto;
}

#sweepsFrm input {
    background-color: #ffea84;
    border: 2px solid #d1ad01;
    border-radius: 6px;  
    font-size: 1.5em;
}

label {
	font-size: 1.55em;
}

.enroll-form td{
	padding: 5px;
}

#school_type_0, #school_type_1, #school_type_2, #school_type_3 {
	margin-bottom: 10px;
}

.enroll form {
}

hr {
    border: #d1ad01 solid 2px; 
}

#submit {
    background-color: #f46b23 !important;
    color: white;
    margin: 35px auto;
    width: 50%;
    padding: 20px;
}

td.button {
    text-align: center;
}

.map-left {
    float: left;
    width: 50%;
}

.state-listing {
    float: left;
    width: 50%;
}

.state-listing h4 {
    margin: 0 !important;
    font-size: 1.8em;
    color: #277bbb;
}

.state-listing li {
    font-size: 1.5em;
    line-height: 1.25;
}

/* ================================    LOAFYLAND    ================================ */


.loafy-fun-box {
	width: 28%;
    /* max-height: 400px; */
	/* border: 1px solid #cecece;  */
	padding: 10px;
	margin: 10px;
	float: left;
	text-align: center;
}

.loafy-vert-fix img {
	max-width: 85%;
	
}


.loafy-text p {
	font-family: 'Sniglet', cursive;
	font-weigth: 400;
	font-size: 1.6em;
	line-height: 1.45;
	color: #fff9ad;
	text-align: center;
	margin-top: 10px;
}

.loafy-share {
	font-family: 'Sniglet', cursive;
    font-size: 2em;
	text-align: center;
	margin-top: 30px;
    color: #62a242;
}

.loafy-email {
	font: 2 em 'StRyde-Bold';
	text-align: center;
    color: #62a242;
}



/* ================================    FOOTER    ================================ */

.footer {
	width: 66.1399548532731%;
    margin: auto;
    padding: 45px 0 100px 0;
}

.footer p {
    font-size: 1.2em;
}

.footer .social-block {
    margin-top: 25px;
}


/**
 * Basic CSS Media Query Template
 * Author: Michael Vieth
 * ------------------------------------------
 *  Responsive Grid Media Queries - 1280, 1024, 768, 480
 *   1280-1024   - desktop (default grid)
 *   1024-768    - tablet landscape
 *   768-480     - tablet 
 *   480-less    - phone landscape & smaller
 * --------------------------------------------
 */
@media all and (max-width: 1280px) { 
    
        
    .header {
        height: auto;
    }

    .half-width {
	    width: 41.8328%;
	    float: left;
    }

     .content {
        margin: 0 10px;
    }
    
    .lvl-logo {
        margin-left: 20px;
        width: 25%;
    }
    


}

@media all and (max-width: 1024px) { 
    
    .header {
        height: auto;
        margin-bottom: 20px;
    }
    
    .header-image {
	    height: auto;
        background-position: center;
    }
    
    .nav-content {
        width: 95%;    
    }

    
    
    .earn-cash-block, .what-is-block, .product-block, .enroll-block, .new-schools, .redeem-block, .coupon-block, .recipe-idea-block {
	    height: auto;
        display: block;
        position: relative
        /* margin: 15px auto; */
        /* width: 95%; */
    }    
    

    .earn-cash-block h1 {
            font-size: 2.2em;
        }
    
    .earn-cash-block p {
        font-size: 1.8em;
    }
        
    .girl-adj {
        width: 30%;
        margin: -22px 20px 0 0;
        }

    .coupon-img {
        float: right;
        width: 50%;
    }
    
    .pad-left {
    margin-left: 2.03%;
}


}

@media all and  (max-width: 768px) {

    h1 {
        line-height: 1.2;
    }
    
    .girl-adj {
        margin: -12px 20px 0 0;
    }
    
    .loafy-adj {
        width: 35%;
        margin: 55px 0 0 30px;
    }

    .earn-cash-block p, .what-is-block p, .product-block p, .enroll-block p, .new-schools p, .redeem-block p, .coupon-block p, .recipe-idea-block p {
        font-size: 1.4em;
    }
    
  
    
    .product-images img {
        padding: 0 15px;
    }
    
    .enroll-form {
        width: auto;
    }
    
    .school-house, .redemption-form {
        clear: both;
        width: 100%;
        display: block;
        margin: auto;
        text-align: center;
    }
    
    .lil-loafy {
        clear: both;
        width: 100%;
        display: block;
        margin: auto;
        text-align: center;
        position: relative;
    }
}

@media all and (max-width: 480px) { 
    
    .top-spacer {
        display: none;
    }
    
    .nav {
        height: 35px;
    }
    
    .social-block {
        width: 25%;
    }
    
    .social-block img {
        width: 30%;
    }
    
    .nav-content ul {
        margin: 4px 3px 0 3px;
        width: 73%;
    }

    .nav-content li a {
        font-size: 1em;
        padding: 15px 6px;
    }
    
    h1 {
        text-align: center;
    }
    
    .girl-adj {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    .girl-adj img {
        width: 70%;
    }
    
    .loafy-adj {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    .loafy-adj img {
        width: 70%;
    }
    
    .enroll-block, .new-schools, .recipe-2, .redeem-block, .coupon-block, .recipe-idea-block {
        display: block;
        width: auto;
    }
    
    .product-images img {
        width: 70%;
    }
        

    
    .coupon-img, .recipe-site {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center
    }
    
    .recipe-site img {
        clear: both;
        width: 100%;
        display: block;
        margin: 15px auto;
        text-align: center;
    }
    
    .footer {
        width: 90%;
        text-align: center;
    }
    
    .footer .social-block {
        clear: both;
        width: 100%;
        display: block;    
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .social-block img {
        width: 40px;
    }
    
    .footer p {
        font-size: 1em;
    }
    
    #sweepsFrm {
        width: 100%;
    }
    
    label {
        font-size: 1em;
    }
    
    input {
        width: 70%;
    }
    
    .form-image {
        clear: both;
        margin: auto;  
        width: 100%;
        text-align: center;
    }
    
    .form-image img {
        margin-left: 20px;
    }
    
    p.indent {
        margin-left: 10px;    
    }
    
    .radio_btn {
        float: left;    
    }
    
    .radio_btn input {
        width: 10%;
    }
    
    .button {
        font-size: .7em;
    }
    
    #submit {
        width: 100%;
    }
    
    .map-left {
        width: 100%;
    }
    
    .state-listing {
        width: 100%;
        text-align: center;
    }
    
    .state-listing ul {    
        margin-top: 20px;
    }
    
    .state-listing {
        
    }
    
    .shrink-email {
        font-size: .7em;
    }
}


/* Portrait */
@media screen and (orientation:portrait) { /* Portrait styles here */ }
/* Landscape */
@media screen and (orientation:landscape) { /* Landscape styles here */ }


/* CSS for iPhone, iPad, and Retina Displays */

/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
} 

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape) {
}

