.row .row {
   max-width: 960px;
   margin: 0 auto;
}

.row.hero-banner {
   width: 100%;
   max-width: 100%;
}
.temp-carousel-description {
	opacity: 0;
	height: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
		
.temp-carousel-description.show {
	opacity: 1;
	height: auto;
	margin-bottom: 15px;
}

div.header-hero {
   width: 100%;
   background-size: cover;
   background-position: 50% 0;
}

div.header-hero.convenience {
   padding: 30px 50px 80px 50px;
}

div.header-hero.convenience h2 {
   font-family: 'KSansBold','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
   -webkit-font-smoothing: antialiased;
   font-size: 38px;
   font-weight: normal;
   line-height: 1.1em;
   margin-bottom: 10px;
   margin-left: 30px;
   color: #595758;
}

div.header-hero.convenience p {
   font-family: 'KSansRegular','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
   color: #595758;
   margin-left: 30px;
   font-size: 16px;
   line-height: 1.1em;
   font-weight: lighter;
}

@media all and (max-width:1024px){
   div.header-hero.convenience h2 { margin-left: auto; }
   div.header-hero.convenience p { margin-left: auto; }
}

@media all and (max-width:767px){
   h2.section-title:after {
      display: none;
   }
   img.head-icon {
      display: none;
   }
}


/* Header Homepage */
.video_holder {
    padding-bottom: 66px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
.hero_content .video_holder {
    margin-top: 40px;
}
}
						
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    border: solid 6px #9d6c45;
}
						
.video_poster {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
}
		
.play_button {
    width: 80px;
    height: 80px;
    border-radius: 120px;
    display: block;
    border: solid 3px white;
    background-color: white;
    overflow: hidden;
    background-image: url("../images/video_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    transition: background-color 300ms;
    background-color: rgba(255,255,255,0.2);
}					
						
.video_poster .play_button {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}						

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
.image_holder {
    position: relative;
    height: 280px;
    width: 100%;
    margin: 50px auto 0px;
    max-width: 400px;
}
				
.image-container {
    height: 230px;
    border: solid 6px #9d6c45;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    width: 100%;
}			
		
		
.hero_content .temp-carousel-description {
	width: 100%;
}				
	
					
.illustrations_holder {
    position: relative;
}					
img.illustrations-container {
    margin: 20px auto 0px;
    display: block;
	max-width: 450px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.illustrations_holder {
		height: 300px;
	}
	img.illustrations-container {
    	bottom: 21px;
    	position: absolute;
							
	}
}
				
.centered {
   text-align: center;
}

a.cta-one, a.cta-two {
   background: #D31045;
   border-radius: 5px;
   padding: 5px 15px;
   color: #fff;
   transition: .15s;
}

a.cta-one:hover, a.cta-two:hover {
   background: #A21C39;
   transition: .15s;
}

span.arrow-right-white {
   padding-right: 20px;
   background: url('../images/white-arrow.png') no-repeat center right;
   transition: .15s;
}

span.arrow-right-white.secondary:hover {
   padding-right: 25px;
   transition: .15s;
}

p.prod-description {
   margin-bottom: 30px;
}

h2.secondary-pod-title {
   background: #A01F3B;
   color: #fff;
   padding: 10px 20px;
   border-bottom-right-radius: 17px;
   margin: 0 0 -52px 0;
   position: absolute;
   font-family: 'KSansRegular','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
}

p.secondary-pod-description {
   background: #A01F3B;
   color: #fff;
   padding: 14px 20px;
   margin: 0;
   font-family: 'KSansRegular','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
}

a.secondary-pod-cta {
   background: #A01F3B;
   color: #fff;
   padding: 0 20px 14px 20px;
   margin: 0;
   font-family: 'KSansBold','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
   display: block;
}

.dotted-line {
   float: none;
   border-bottom: 2px dotted #D7D7D7;
   max-width: 960px;
   margin: 50px auto 20px auto;
}

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

   .secondary-pod:last-of-type {
      margin-top: 40px;
   }

}

						
/* Go straight to */

.foodservice-quicklinks h3 {
	float: left;
}
								
.foodservice-quicklinks ul {
    float: left;
    padding: 0px;
}
						
.foodservice-quicklinks li {
    list-style: none;
    float: left;
    margin: 5px;
}		

.foodservice-quicklinks a {
	color: #d31145;
	font-family: KSansMedium, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
}
								
.foodservice-quicklinks a:hover {
	text-decoration: underline;
}								
	

/* Pods */	
.main-pod {
	margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;	
	min-height: 466px;
}

.main-pod-image {
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
		}
.columns.main-pod {
	float: none !important;	
}
			
@media all and (min-width:767px){ 
.columns.main-pod {
	float: left !important;	
}
}

.main-pod h2 {
    background: #321139;
    color: #fff;
    padding: 10px 20px;
    border-bottom-right-radius: 17px;
    margin: 0 0 -52px 0;
    position: absolute;
}			
									
.main-pod img {
    width: 100%;
}		
							
.main-pod .main-pod-description {
    background: #321139;
    color: #fff;
    padding: 13px;
    min-height: 137px;
}								

									
/* btn */
a.btn {
    background: #CA0C45;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 5px;
    font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
    transition: all .5s;
}

a.btn.white {
    background: #fff;
    color: #575757;
}

a.btn:hover {
    background: #b5123e;
}					
										
a.btn.white:hover {
    background: #eaeaea;
}
										
a.btn span.arrow {
    width: 10px;
    height: 10px;
    background-image: url("../images/white_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin: 0px 5px 0px 10px;
}
										
a.btn.white span.arrow {
    background-image: url("../images/pink_arrow.png");
}
									

div.temp-carousel-slide {
   padding-bottom: 20px;
}

div.temp-carousel-slide .temp-carousel-animation {
   background-position: center bottom;
   background-repeat: no-repeat;
   height: 100%;
   left: 0;
   right: 0;
   bottom: 0;
   position: absolute;
   width: 100%;
   z-index: 1;
   background-size: cover;
   min-width: 600px;
}


div.row.hero_content { 
   /*text-align: center;*/
}


div.temp-carousel-description {
   /*margin: 0px auto 0 auto;*/
}
		
div.temp-carousel-title h2 {
	color: #fff;
}

div.temp-carousel-title h2 span.dark {
	color: #321239;
}
		
div.temp-carousel-description h2 {
   color: #fff;
   font-size: 40px;
   margin: 0;
}

div.temp-carousel-description h2 span {
   color: #D40541;
}

div.temp-carousel-description p {
   color: #fff;
   margin-top: 10px;
}

div.down-arrow-css {
   margin: 20px auto 0 auto;
   height: 10px;
   width: 10px;
   border-left: 3px solid #fff;
   border-bottom: 3px solid #fff;
   -ms-transform: rotate(-45deg); /* IE 9 */
   -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
   transform: rotate(-45deg);
}

.label {
   text-align: center;
}

.label a {
   margin-top: 20px;
   display: block;
   background: #fff;
   position: absolute;
   top: 35%;
   padding: 10px 20px;
   border-radius: 5px;
}

.row.characters {
   margin: 30px auto 0 auto;
}

.row.characters_links {
   top: 210px;
   z-index: 200;
   position: relative;
}

.row.characters_links a.label {
   background: #fff;
   padding: 10px 20px;
   border-radius: 4px;
}

div.email-signup h3 {
	margin:0;
	float:left;
   max-width: 50%;
   display: inline-block;
}

div.email-signup .cta {
   margin-top: 8px;
	float:right;
   display: inline-block;
   max-width: 50%;
}

div.email-signup {
   background-image: url('/media/5492/kelloggs-bg.jpg');
   background-size: cover;
	max-width: 960px;
	background-color:#f1f1f1;
	padding:20px;
	margin: 60px auto;
	color:#666;
}

.secondary-pod img {
	width: 100%;
}

@media all and (max-width:768px){
   div.email-signup {
      max-width: 90%;
      margin: 60px auto 0 auto;
   }
   div.email-signup .cta {
      max-width: 100%;
      width: 100%;
      text-align: center;
   }
   div.email-signup h3 {
      max-width: 100%;
      width: 100%;
      text-align: center;
      margin: 0 auto 20px auto;
      float: none;
   }
}

@media all and (max-width:767px){
   .row.characters {
      margin: 60px auto 0 auto;
   }
   .row.characters_links {
      margin-top: 40px;
      top: 0px;
      z-index: 200;
      position: relative;
   }
   .medium-6.columns.label-text {
      margin-bottom: 10px;
   }
   .row.characters_links a.label {
      background: #fff;
      padding: 20px;
      border-radius: 4px;
      margin-bottom: 30px;
      display: block;
      max-width: 80%;
      margin: 0 auto;
   }
   .arrow-down-css {
      margin-bottom: 40px;
   }
   div.temp-carousel-description h2 span {
      display: block;
   }
}


/* email signup */

.email-signup {
    background-image: url('/media/5492/kelloggs-bg.jpg');
    background-size: cover;
    max-width: 830px;
    background-color: #f1f1f1;
    padding: 20px;
    margin: 60px auto;
    color: #666;
}

.email-signup h3 {
    margin: 0;
    float: left;
    max-width: 50%;
    display: inline-block;
}

.email-signup .cta {
    margin-top: 8px;
    float: right;
    display: inline-block;
    max-width: 50%;
}

.foodservice-quicklinks ul li.title-li {
	font-family: 'KSansBold','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
