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


body#content{
	padding: 0; 
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 16px;
}


/*--- CSS reset ---*/

div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
	margin:0;
	padding:0;
}


/*--- Top banner ---*/

#banner-container{
	height: 63px;
	width: 100%;
	line-height: 18px;
}

#banner-content{
	margin: 0 auto;
	max-width: 960px;
}

#banner-links{
	text-align: right;
	font-size: 12px;
	padding: 0;
}

#banner-links a {
	text-decoration: none;
}

#banner-links a:hover{
	text-decoration: underline;
}

#banner-logo{
	padding: 0;
	float: left;
}

#banner-slogan{
	float: left;
	padding: 23px 28px 0 30px;
}

#banner-findbtns{
	float: left;
	padding-top: 20px !important;
	
}

span.button {
    position: absolute;
    top: -999px;
}

a#coop_btn{
    display: inline-block;
    height: 28px;
    width: 92px;
}

a#coop_btn:hover{
	background-position: 0 -28px;
}

a#eflyer_btn{	
    display: inline-block;
    height: 28px;
    width: 92px;
}

a#eflyer_btn:hover{
	background-position: 0 -28px;
}

.wcmAddBtn{
	background: url("/FCLCoopThemeStatic/themes/FCLCoopTheme/images/custom/btn-add.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 28px;
    width: 92px;
}

.wcmAddBtn:hover{
	background-position: 0 -28px;
}

.wcmEditBtn{
	background: url("/FCLCoopThemeStatic/themes/FCLCoopTheme/images/custom/btn-edit.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    width: 92px;
    margin-bottom: 1em;
    float:left;
}
.wcmDeleteBtn{
	background: url("/FCLCoopThemeStatic/themes/FCLCoopTheme/images/custom/btn-delete.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    width: 92px;
    margin-bottom: 1em;
    float: left;
	margin-left: 10px;
}
.wcmEditBtn:hover,.wcmDeleteBtn:hover{
	background-position: 0 -28px;				
}
/*Style is not used*/
#banner-desc{
	color: #FFFFFF;
    font-family: MuseoSans-500;
    font-size: 15px;
    padding: 0 0 8px;
}

span.error{
	padding: 5px;
}

#nav-container{
	height: 47px;
	width: 100%;
	
	/* CJ customization begin */
	line-height: 20px;
	/* CJ customization end */
}

#nav-content{
	margin: 0 auto;
	max-width: 960px;
}

#subnav-container{
	height: 40px;
	width: 100%;
	min-width: 950px;
	background-color: white;
	background-image: url(/FCLCoopThemeStatic/themes/FCLCoopTheme/images/custom/subnav-bg.jpg);
	background-repeat: repeat-x;
	
	/* CJ customization begin */
	line-height: 20px;
	/* CJ customization end */
}

#subnav-content{
	width: 950px;
	margin: 0 auto;
}


/*--- Search bar ---*/

#nav-search{
	float: right;	
	padding: 10px 0 0 10px;
}

#searchbar {
	width: 150px; 
	float: left; 
	padding: 2px 0 2px 13px;
	background-color: #e9e9e9;
	border: 0;	
	font-size: 14px; color: black;
	outline: none;
	font-family; Open Sans, Calibri, Arial, sans-serif;
	padding-right:35px;
}	

/* Search field on the search page */
#searchfield {
	width: 450px; 
	padding: 2px 0 2px 13px;
	border: 1px solid;
	/* CSS3 rounded corners, IE fallback is square */	
	font-size: 18px; color: black;
	outline: none;
	font-family: Open Sans;
}

#searchfieldbtn {
	width: 21px; 
	height: 17px; 
	margin: 2px 0 0 -30px;
	background: url(/FCLCoopThemeStatic/themes/FCLCoopTheme/images/custom/search-icon.png); 
	text-indent: -9999px;
	padding: 0 0 0 21px; /*IE 7 fix - text-indent not supported*/
	cursor: pointer;
	border:0;
}

#searchbtn {
	width: 21px; 
	height: 17px; 
	float: left; 
	margin: 2px 0 0 -30px;
	background: url(/FCLCoopThemeStatic/themes/FCLCoopTheme/images/custom/search-icon.png); 
	text-indent: -9999px;
	padding: 0 0 0 21px; /*IE 7 fix - text-indent not supported*/
	cursor: pointer;
	border:0;
}


/* Dropdown menu for main nav*/

#nav-links{
	float: left;
	padding: 0;
}

#nav-links a, #nav-links a:visited .nav-linksRight a, .nav-linksRight a:visited{
	text-decoration: none;
	font-size: 16px; 
	color: #fff;
}

#nav-links a:hover{
	text-decoration: none;
	font-size: 16px; 
	color: #fff;
}

#nav{
	list-style:none;
/*	margin-bottom:10px;
 Clear floats */	
	width:100%;
	z-index: 900;
	position: relative;
	line-height: 27px;
}

#nav li{
	float:left;
/*	z-index: 999;*/
	position: relative;
}

#nav a, .linksRight a{
	display:block;
	padding: 12px 15px 8px 15px;
	color:#fff;
	text-decoration:none;
/*	z-index: 999;*/
	position: relative;
	font-family: Open Sans, Calibri, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

#nav a:hover, #nav a:focus, .linksRight a:hover, .linksRight a:focus{
	color:#fff;
	font-size: 15px;
	text-decoration: none;
}

#nav ul{
	background: #405059; /* IE Fix */
	background: rgba(52,66,74,0); /* Set bg to transparent in modern browsers */
	list-style: none;
	position: absolute;
	left: -9999px; /* Hide off-screen when not needed */
}

#nav ul li{
	float:none;
}

#nav ul a{
	white-space: nowrap; 
	font-size: 14px; 
}

#nav li:hover ul{
	left: 0;
}

#nav li:hover ul a{ 
	text-decoration:none;
	background: #405059;
	font-size: 13px; 
	background:rgba(64,80,89,0.9); /* Set bg to semi-transparent in modern browsers */
}

#nav li:hover ul li a:hover{ 
	background:#34424A;
}

.linksRight li{
	display: inline-block;
}

.nav-linksRight{
	float: right;
}

/* Dropdown menu for sub nav*/

#subnav-links{
	float: right;
	 padding:13px 0;
	
}

#subnav-links li{
	line-height:15px;
}


/* does nothing ah */
#subnav-links a{
	text-decoration: none;
	font-size: 18px; 
	color:  #fff;
}


#subnav-links a:hover{
	text-decoration: none;
	color: #fff;
}

#subnav{
	list-style:none;
/*	margin-bottom:10px;
 Clear floats */
	float:left;
	width:100%;
	z-index: 900;
	position: relative;
}

#subnav li{
	float:left;
/*	z-index: 999;*/
	position: relative;
}

#subnav a{
	display:block;
	padding: 10px 15px;
	color: #fff;
	text-decoration:none;
/*	z-index: 999;*/
	font-family: Open Sans, Calibri, Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.3px;
}

#subnav .headerSeparator {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default !important;
	font-size: 23px;
	padding: 8px 5px;
	font-weight: 400;
}

#subnav .headerSeparator:hover {
	background:transparent !important;
}
#subnav a:hover{
	color: #fff;
}

#subnav ul{
	background:  #fff; /* IE Fix */	
	list-style: none;
	position: absolute;
	left: -9999px; /* Hide off-screen when not needed */
}

#subnav ul li{
	float:none;
}

#subnav ul a{
	white-space: nowrap; 
	font-size: 14px; 
}

/* Moved into header, only loads when not tablet or smartphone
#subnav li:hover ul{
	right: 0;
	left: auto;
	padding-top: 12px;
	background-color: #405059;
}

#subnav li:hover a{ 
	background: #CC0000;
}
*/
#subnav li:hover ul a{ 
	text-decoration:none;
	background: #fff;
	font-size: 13px; 
	background:rgba(64,80,89,0.9); /* Set bg to semi-transparent in modern browsers */
}

/* Main content area */

a {
    text-decoration: none;
}

#main-container{
/* Clear floats */
	float:left;
	width:100%;
}

#main-content{
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#main-col1{
	float: left;
	width: 655px;
	padding: 0 40px 60px 0;
}


#main-col2{
	float:left;
	width: 255px;
	padding: 0 0 60px 0;
	position: relative;
	top: -15px;
}


/* Moved Image slider styles to sliderCSS.css */



/* Main content body text */

#col1-body{
	padding: 20px 0 0 0;
}

.content-header{
	font-size: 19px;
	font-family: MuseoSans-500;
	font-weight: bold;
	width: 100%;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #666;
	
}

#col1-body p{
	line-height: 1.5;
}

.more{
	margin: 0 25px 0 0;
}

a.more{
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

a.more:hover{
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}


/* News/Careers sidebar content */
/*
#sidebar-tab{
	position: relative;
	top: -10px;
	left: 20px;
	display: inline;
}

.tab-section {
	padding-top: 40px;
}

#article{
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #666;
}

.date{
	font-weight: bold;
	font-size: 13px;
}

.title{
	padding: 8px 0 0 0;
}

.title a{
	font-weight: bold;
	text-decoration: none;
}

.title a:hover{
	font-weight: bold;	
	text-decoration: underline;
}

.intro{
	padding: 8px 0 0 0;
}
*/

/* Footer */

#footer-container{
	clear: both;
	width: 100%;
	overflow:auto;
	padding-bottom:10px
}


.social{
	float: right;
	padding: 6px 5px 0 0;}

/* FOOTER-MENU CODE HERE */
.menu-desc {
    clear: both;
    margin-top: 5px;
    line-height: 1;
}

	
.menu-desc a, .menu-desc a:visited {
    color: white;
    display: inline-block;
    font-family: Open Sans;
    font-size: 15px;
    margin-top: -5px;
    width: 100%;
    font-weight: 300;
    line-height: 24px;
}

.menu-desc a:hover{
	text-decoration: underline;
	color: white;
}



#sub-col2{
	width: 100%;
	padding: 0;
	/*line-height: 1.5;*/
	
	/* CJ customization begin */
	padding-top: 5px !important;
	/* CJ customization end */
}


#first{
	background-image: url(/FCLCoopThemeStatic/themes/FCLCoopTheme/images/custom/tab_bg1.png);
	background-repeat: no-repeat;
}

#second{
	background-image: url(/FCLCoopThemeStatic/themes/FCLCoopTheme/images/custom/tab_bg2.png);
	background-repeat: no-repeat;
}

/* News */
.news-header{
	font-size: 16px; 
	font-weight: bold;
}

#news-story{
	padding: 20px 0 0 0;	
	border-bottom: 1px dotted #666;
}

.news-right{
	float: right;
	padding: 5px 0 5px 15px;
}

.news-left{
	float: left;
}

a.search-header{
	color: #333;
	text-decoration: underline;
}

a.search-header:hover{
	color: #333;
	text-decoration: underline;
}

/* CJ -- lightbox styles begin */

/*--- Services Styles begin ---*/

#top-col{	
	width: 655px;
	float: left;
}

#text-col{	
	width:415px;
	float: left;
}

#img-col{
	float:right;
	width:200px;
	margin-bottom:20px;
}

/*--- Services Styles end ---*/

/*--- New Styles from the components 20130924 ---*/
.info, .tab-section {
	display: none;
	}
.autofill {
	width:100px;
	float:left;
	}
.more {
	margin-before: 1em;
	margin-after: 1em;
	}
.pointer {
	cursor: pointer;
	}
.aligncenter{
	text-align:center;
	}

.padd{
	padding: 10px 50px 10px 5px;
	}
tdbord{
	border-bottom: 1px dotted #666;
	}
/* Promotions changes */	
#result {
	width: 100%;
	float:left;
}
#pocketImage_id img {
	height: auto;
	width: 100%;
}
.imageDiv img {
	max-width:255px;
    width: auto;
    height: auto;
	margin:0 25px 10px 0;
}
.imageDiv{
	float :left;
}

#pocketImage_id{
	max-width:655px;
	margin: 0 auto 10px;
}

#largePromoImage_id img {
	width:100%;
}


/* RGRAF Main Styles */
.lotusui30dojo .footerTitle {
    color: white;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}


  .container.footerContent {
    max-width: 960px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footerContent .col-sm-4 > img {
    margin-top: 5px;
}

.footerContent .col-sm-4 > a {
    color: white;
    font-family: Open Sans;
    font-size: 20px;
}

  .trcInlineSection.trcRelative ul {
      width: 100% !important;
  }

  .trcInlineSection {
      margin:-2px; !important;
  }
  .component-container ul{
      //padding-left:0px !important;
  }

  /* ------------------------Fonts--------------------------- */
  .articleType{
    font-family: Open Sans;
  }

  .articleTitle{
    font-family: Open Sans;
  }

  .detailArticleTitle{
    font-family: Open Sans;
  }

  .articleBody{
    font-size: 16px;
    padding-bottom: 10px;
  }
  
  .articleBody ol li, .standaloneRow ol li,
  .recipeLeft ol li, .recipeRight ol li{
  	line-height: 24px;
  	padding-bottom: 12px;
  }
  
  .articleBody ul, .recipeLeft ul, 
  .recipeRight ul, .standaloneRow ul{
  	padding-bottom: 15px;
  }
  
  /* The previous statement adds padding to the bottom of the secondary
  bullets, remove those.*/
  .articleBody ul ul, .recipeLeft ul ul, 
  .recipeRight ul ul, .standaloneRow ul ul{
  	padding-bottom: 0px;
  }
  
  .articleBody ul ul ul, .recipeLeft ul ul ul, 
  .recipeRight ul ul ul, .standaloneRow ul ul ul{
  	padding-bottom: 0px;
  }
  
  

  .micrositesManageBtns{
    font-family: Open Sans;
  }

  body#content{
    font-family: Georgia;
  }

  /* --------------------------manageBtns---------------------------*/
  .micrositesManageBtns{
    display: inline-block;
    float: right;
    font-size: 15px;
  }

  .micrositesManageBtns a{
    color: #ff3600 !important;
    text-decoration: none;
  }

  .micrositesManageBtns a:hover{
    text-decoration: underline !important;
  }


  /* -----------------------Breadcrumb trail----------------------- */

  .breadcrumbTrail{
    text-transform: uppercase;
    font-family: open sans;
    font-style: italic;
    color: #8a8a8a;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    font-size: 15px;
  }

  .breadcrumbTrail a, .breadcrumbTrail a:visited{
      color: #8a8a8a;
  }

  .breadcrumbTrail a:hover{
    color: #cc0000;
  }

  .articleBody .foodHR{
    margin-top: 20px !important;
  }

  .foodHR{
    color: #8a8a8a;
     margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-top: 1px solid #8a8a8a !important;
  }

  

  /* -------------------------PT-Article----------------------------*/

  .container.relatedSide .sharing{
    position: relative;
    bottom: 0;
  }

  .largePromoCaption{
    font-family: Open Sans;
    font-style: italic;
    color: #8A8A8A;
    font-size: 13px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0;
  }
  .detailArticleTitle{
    text-transform: uppercase;
    color: black;
    font-size: 42px !important;
    line-height: 36px !important;
    letter-spacing: 0px !important;
    font-weight: 700 !important;
    margin-left: 4px; /*new theme cuts off a few px of the first letter */
  }
  .articleSummary{
    text-transform: uppercase;
    color: black;
    font-size: 19px;
    margin-top: 0;
    font-family: Open Sans;
    font-weight: 400;
    padding-top: 7px;
    line-height: 24px;
  }

  .articleDate, .caption{
    text-transform: uppercase;
    font-style: italic;
    font-family: Open Sans;
    color: #8A8A8A;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: -5px;
    display: inline-block;
  }

  .articleDate{
    padding-bottom: 10px;
  }

  .articleAuthor{
    font-style: italic;
    color: #8A8A8A;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: -5px;
    display: inline-block;
    font-family: Open Sans;
  }

  .lotusui30dojo .articleAuthor a{
    font-style: italic;
    color: #8A8A8A;
    font-size: 12px;
    margin-top: -5px;
    display: inline-block;
  }


  .articleBody img{
    width: 100%;
  }

  #sub-col2 .container{
    padding: 10px;
  }

  .container.news{
    width: 100%;
    padding: 0;
    max-width: 960px;
    padding-top: 25px;
  }

  .leftCol{
    padding-left: 0;
    padding-right: 40px;
  }

  .rightCol{
    padding: 0 !important;
  }

  .col-sm-9{
    /*padding-left: 0px !important;*/
  }

  .col-sm-3{
    padding-right: 0px;
  }

  .headingTitles{
    border-bottom: 1px solid #8a8a8a;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 5px !important;
    color: #8a8a8a;
    font-size: 14px !important;
    
  }

  .relatedTitle{
    margin-right: 10px;
  }

  .addthis_sharing_toolbox{
    margin-bottom: 25px;
  }

  .sharingLabel{
    margin-right: 10px;
    font-size: 16px;
}

  #sharingBottom{
    margin-top: 25px;
  }

  #sharingBottom div{
    display: inline-block !important;
  }

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

  .imageBanner img{
    width: 100%;
    height: auto;
  }

  /* -------------------------MENU-Article------------------------- */
  .fa-4{
    font-size: 4em;
  }

  .imageDiv{
    width: 100%;
    float: none;
  }

  .advertDiv{
    width: 100%;
  }

  .imageDiv img{
    width: 100%;
    max-width: none;
    padding: 0px;
    height: auto;
    margin: 0;
  }

  .advertDiv img{
    width: 100%;
    max-width: none;
    padding: 0px;
    margin: 0;
    height: auto;
    max-height: 265px;
  }

  .articleTitle{
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: 600;
    font-size: 19px;
    
  }

  .col-sm-4.news{
    height: 270px;
    position: relative;
    padding: 10px;
  }

  .col-sm-4.relatedList{
    /*height: 260px;*/
    position: relative;
    padding: 0 10px 10px 0;
  }

  .sharing{
    position: absolute;
    bottom: 10px;
  }

  .container.addBtn{
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin-top: 20px;
  }

  .container.newsList{
    width: 100%;
    max-width: 960px;
    padding: 5px !important; 
    background-color: white;
  }


  .wpthemeOverflowAuto {
  	overflow: hidden !important;
  
  }
  .container.newsList a{
    text-decoration: none;
    color: #222;
  }

  .searchBtns{
    width: 100%;
    text-align: right;
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 5px;
  }

  .carat{
    color: #fff;
    position: absolute;
    left: 25px;
    top: 146px;
  }

  .articleType{
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
  }

  .articleInfo{
    margin-top: 5px;
  }

  .recipeTitle {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
  }
  

  /* -----------------------Keywords--------------------------- */

  .container {
    width: 100%;
  }

  .container.related a{
    text-decoration: none;
    color: #222;
  }




  /* -------------------------Featured News-------------------------*/

  .featuredImg{
    width: 100%;
  }

  .featuredImg img{
    width: 100%;
    height: auto;
  }

  .featuredVideoDiv .featuredInfo{
    width: 38%;
  }

  .featuredInfo {
      background-color: black;
      bottom: 10%;
      left: 0px;
      padding: 10px;
      position: absolute;
      width: 40%;
  }

  .featuredInfo .articleType{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }

  .featuredInfo .articleTitle{
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    font-size: 30px;
    color: #fff;
  }

  .featuredDiv{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
   padding: 10px 15px 0;
  }

  .featuredDiv a:hover{
    text-decoration: none;
  }
  /* -------------------------Video-------------------------*/

  .featuredVideoDiv, .embeddedDiv{
    margin: 0 auto;
    max-height: 480px;
    max-width: 960px;
    position: relative;
  }
  .embedHelper{
    height: 0px;
    padding-bottom: 50%;
    position: relative;
  }


  .embedHelper iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .container.videoContainer{
    width: 100%;
    max-width: 960px;
    padding: 0;
    background-color: white;
  }

  .container.videoDetail{
    width: 100%;
    padding: 0;
    max-width: 960px;
    padding-top: 25px;
  }

.col-sm-4.videoList a{
    color: #222;
    text-decoration: none;

  }

  .col-sm-4.videoList{
    height: 270px;
    padding: 10px;
    position: relative;
  }

  .videoList .imageDiv{
    padding-bottom: 54%;
    max-height: 160px;
    overflow: hidden;    
    background-position: center;
    background-size: 100% auto;


  }

  .featuredVideoDiv .videoImage{
    padding-bottom: 50%;
    max-height: 480px;
    overflow: hidden;    
    background-position: center;
    background-size: 100% auto;
  }


  /* -------------------------Featured Sidebar-------------------------*/

  .col-sm-12.news{
    /*height: 250px;*/
    position: relative;
    padding: 0 0 15px 0;
  }

  .col-sm-12.news > a {
    color: black;
  }

  .col-sm-12.news > a:hover {
    text-decoration: none;
  }

  /* -------------------------Sharing footer-------------------------*/
  #sharing-container{
    color: white;
    font-family: Open Sans;
    font-size: 18px;
    clear: both;
  }

  #sharing-container a{
    color: white;
  }

  .container.sharingContent{
    padding: 10px 15px;
    max-width: 960px;
  }

  .sub{
    padding-left: 40px;
  }

  .container.sharingContent .col-sm-4{
    line-height: 35px;
  }

  .socialIcon{
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
  }
  
  
  .standaloneHeader{
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    overflow: hidden;
    position: relative;
  }

  .standaloneRow{
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding: 25px;

  }
  
  .standaloneRow img{
  	width: 100%;
  	height:auto;
  }

  .standaloneContent{
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    line-height: 24px;
    
  }

  .standaloneContent h1{
    text-align: center;
    font-size: 68px;
    margin: 0;
  }

  .standaloneContent h2{
    text-align: center;
    font-size: 56px;
    margin: 0;
  }

  .standaloneContent h3{
    text-align: center;
    font-size: 44px;
    margin: 0;
  }

  .standaloneContent h4{
    text-align: center;
    font-size: 34px;
    margin: 0;
  }

  .standaloneContent h5{
    text-align: center;
    font-size: 22px;
    margin: 0;
  }

  .standaloneContent h6{
    text-align: center;
    font-size: 10px;
    margin: 0;
  }

  .standaloneContent h1,
  .standaloneContent h2,
  .standaloneContent h3,
  .standaloneContent h4,
  .standaloneContent h5,
  .standaloneContent h6{
    font-family: Open Sans;
    font-weight: 700;
  }


  .standaloneContent p{
    text-align: left;
    font-size: 16px;
  }
  
  .standaloneRow .buttonClear{
  	position: relative;
  	z-index: 1;
  }
  
  .standaloneContent .blissheavy{
  	 line-height: 1.5;
  }

  .columns2{
    text-align: left;
    font-size: 16px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }

  .columns3{
    text-align: left;
    font-size: 16px;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
  
    /* Classes for bottom and top aligning in standalone */
    .bottomAligned{
    	width: 100%;
    	bottom: 0;
    	position: absolute;
    }
    
    .topAligned{
    	width: 100%;
    	top: 0;
    	position: absolute;
    }
  
  #coopFoodSearch, #coopHomeSearch, #coopAgSearch, #coopPromotionsSearch, #coopFuelSearch{
  	font-family: Open Sans;
  	font-size: 15px;
  	padding-top: 20px;
  	padding: 0 25px;
  }
  
  .searchRowWrap{
  		clear: both;
  		padding: 10px 0 0;
  	}
  	
  #coopFoodSearch .articleTitle, #coopHomeSearch .articleTitle, #coopAgSearch .articleTitle, #coopPromotionsSearch .articleTitle, #coopFuelSearch .articleTitle{
  	float: right;
  	clear: both;
  }
  
  @media (min-width: 768px){
	.searchLeft{
		width: 20%;
		float: left;
		padding-right: 15px;
	}
	
	.searchLeft img{
		width: 100%;
		max-width: 167px;
	}
	
	.searchRight{
		width: 80%;
		float: right;
	}

  	.searchTitle{
  		float: left;
  		width: 25%;
  	}
  
  	.searchDate{
  		float: right;
  		width: 20%;
  	}
  
  	.searchDesc{
  		width: 55%;
  		padding: 0 10px;
  	}		
  
  	.searchTitle, .searchDate, .searchDesc{
    	display: inline-block;
  	}
  	
  	.searchTitle a:hover{
  		color: #CC0000;
  	}
  	
  	.searchLeft, .searchRight{
  		display: inline-block;
  	}
  
  	.searchHead{
  		font-family: Open Sans;
  		font-weight: 600;
  	}
  }
  
  /* Classes to add fonts */
  .blissbold{
  	font-family: Open Sans !important;
  	font-weight: 600;
  }
  .blissitalic{
  	font-family: Open Sans !important;
  	font-style: italic;
  }
  .blissregular{
  	font-family: Open Sans !important;
  }
  .blisslight{
  	font-family: Open Sans !important;
  	font-weight: 300;
  }
  .blissheavy{
  	font-family: Open Sans !important;
  	font-weight: 700;
  }
  
  /* Classes to add fonts */
  .openbold{
  	font-family: Open Sans !important;
  	font-weight: 600;
  }
  .openitalic{
  	font-family: Open Sans !important;
  	font-style: italic;
  }
  .openregular{
  	font-family: Open Sans !important;
  }
  .openlight{
  	font-family: Open Sans !important;
  	font-weight: 300;
  }
  .openheavy{
  	font-family: Open Sans !important;
  	font-weight: 700;
  }
  
  .dropdown:hover{
  	cursor: pointer;
  }
  
  .recipeLeft td{
  	line-height: 18px;
  	padding: 5px 0;
  }
  
  #sub-col2 .container.relatedSide,
  #sub-col2 .container.related{
  	padding: 0 !important;
  }
  
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  @media print{
  	a[href]:after{
  		content: none !important;
  	}
  }
  
  .wf-loading body {
    //visibility: hidden;
  }
  
  #stickyHeader{
  	display: none;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 99;
	}

	.sticky{
  		display: block !important;
	}
	
	.trademark{
		width: 50%;
		color: rgba(255,255,255,0.5);
		font-size: 9px;
		margin-top: 20px;
		font-family: Open Sans;
		line-height: 14px;
	}
  
  .generatedList a:hover{
  	text-decoration: none;
  }
  
  .lightMobileNav{
  	background-color: #595959 !important;
  	background-image: none !important;
  }
  
  .wpthemeHasChildren .lightMobileNav{
  	background-color: #666 !important;
  }
  
  .discoverM {
  	line-height: 18px;
  }
  
  /* CSS For Alerts/Quicklinks */
@media(min-width: 768px){
	.alertBox{
		padding: 0 15px;
	}

	.alertItem{
		margin-top: 10px; 
	}
	.trademark span{
		display: block
	}
}

.alertBox{
	color: white;
	font-size: 14px;
}

@media (max-width: 375px){
	.alertBox{
		font-size: 12px;
	}
}

.typeAlert a{
	text-decoration: underline;
}

.typeAlert a:hover{
	text-decoration: none;
}

.alertBox a, .alertBox a:focus, .alertBox a:hover, .alertBox a:visited{
	color: white;
}

.alertItem{
	padding: 5px 15px;
}

.typeAlert{
	background-color: #cc0000;
}

.typeQuickLink{
	background-color: #494949;
}

.lotusui30dojo .coopH1{
	font-size: 36px;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
}

.searchField{
	text-align: center;
	line-height: 24px;
}

.glyphicon-star, .glyphicon-star-empty{
    font-size: 24px;
}

/*Hide empty on hover, hide filled when non hovered*/
.favIcon:hover .glyphicon-star-empty,
.favIcon .glyphicon-star,
.favIcon.selected .glyphicon-star-empty{
    display: none;
}

.favIcon:hover .glyphicon-star,
.favIcon.selected .glyphicon-star{
    display: inline;
}

.glyphicon-star, .glyphicon-star-empty{
    color: #cc0000;
}

#myCoopModal{
	font-family: Open Sans;
}

#findCoopKeywords{
	display: block;
	margin: 0 auto;
}

#myCoopModal .modal-body{
	padding-top: 0;
}


#myCoopModal .searchRow{
	padding: 30px 0;
	font-weight: 600;
	font-size: 20px;
	background-color: #eaeaea;
}

#myCoopModal .modal-title{
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Open Sans;
	color: #cc0000;
	font-size: 20px;
}

#myCoopModal .retailListing{
	padding: 5px 0;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}

#myCoopModal #allRetails{
	margin: 0 -15px;
}

#myCoopModal .retailName{
	font-weight: bold;
}

#myCoopModal .retailName a{
	color: black;
}

#myCoopModal .website-wrapper{
	margin-top: 13px;
	margin-bottom: 13px;
	padding-right: 15px;
}

#myCoopModal .retailWebsite{
	text-transform: uppercase;
	color: white !important;
	font-weight: 600;
	background-color: #cc0000;
	padding: 5px 10px;
}

.noresults{
	padding-top: 15px;
}

@media (min-width: 768px){
	#myCoopModal .modal-title{
		margin-left: 15px;
	}
	
	#findCoopKeywords{
		display: inline-block;
		margin-left: 10px;
		width: 200px;
	}
	
	#myCoopModal #allRetails{
		margin: 0;
	}
	
	#myCoopModal .website-wrapper{
		text-align: right;
	}
	
	#myCoopModal .modal-lg{
		width: 800px;
	}
	
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.newsList a:focus,
.advertDiv a:focus,
.featuredDiv a:focus{
	outline: 3px solid black; /* High-contrast blue outline */
    outline-offset: 3px; /* Adds spacing between element and outline */
}

.advertDiv > a{
  display: block;
}