 @font-face {
font-family: 'NeutraTextTF-Demi';
font-style: normal;
font-weight: normal;
src: local('../fonts/NeutraTextTF-Demi'), url('../fonts/NeutraTextTF-Demi.woff') format('woff');
}


@font-face {
font-family: 'NeutraTextTF-Demi';
font-style: normal;
font-weight: normal;
src: local('../fonts/NeutraTextTF-Demi'), url('../fonts/NeutraTextTF-Demi.woff') format('woff');
}

@font-face {
    font-family: 'novecento_sans_widedemibold';
    src: url('../fonts/Novecentosanswide-DemiBold-webfont.eot');
    src: url('../fonts/Novecentosanswide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentosanswide-DemiBold-webfont.woff2') format('woff2'),
         url('../fonts/Novecentosanswide-DemiBold-webfont.woff') format('woff'),
         url('../fonts/Novecentosanswide-DemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Novecentosanswide-DemiBold-webfont.svg#novecento_sans_widedemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.tag-cloud {
	font-weight: 300;
	line-height: 1.5rem;
}

.tag-cloud a {
	margin: 0 2.5px;
}

.tag-cloud a:hover {
	text-decoration: underline;
}

.smallest {
  font-size: .8rem;
}
 
.small {
  font-size: .9rem;
  font-weight: 400;
}
 
.medium {
  font-size: 1.2rem;
  font-weight: 400;
}
 
.large {
  font-size:1.5rem;
  font-weight: 400;
}
 
.largest {
  font-size:1.6rem;
  font-weight: bold;
}

body {
	background-color: #65350c; // This is the background color for the consumer pages
	font-family: 'Open Sans', sans-serif !important;
	font-size: 90%;
	color: #3A3A3A;
}

body.recipes {
	background-color: #974415;
}

body.foodservice {
	background-color: #692402;
}

body.retail {
	background-color: #0b3855;
}

body.industry {
	background-color: #65350c;
}

body.licensing {
	background-color: #65350c;
}

body.international {
	background-color: #767241;
}

body.login {
	background-color: #fafafa;
}

body.login .card {
	padding: 65px 15px 15px;
	margin: -60px 0 10px;
	padding-bottom: 0;
	background-color: #FFF;
	box-shadow: 0 0 1px rgba(25,25,25,0.75);
}

body.login .logo-wrap {
	margin-top: 100px;
	z-index: 2;
}

body.login .logo-wrap a {
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	border: 1px solid #AAA;
}

body.active-modal {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

.page-title {
	font-size: 1.5rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.1rem;
}

a {
	color: #0069A2;
}

a:hover {
	color: #000;
}

strong {
	color: #000;
}

li {
	margin-left: 15px;
}

small {
	font-size: 75%;
}

ul, ol, dl, p {
	font-size: .9rem;
}

.themed-button {
	background: #643512;
  border: 1px solid #643512;
  color: #dcc064;
  transition: .2s linear;
}

.themed-button:hover, .themed-button:focus {
	background: #643512;
  border: 1px solid #643512;
  color: #fff;
}

.page {
	padding-bottom: 20px;
}

.header {
	padding-bottom: 20px;
}

.page-content {
	background-color: RGBA(255, 244, 226, 0.9);
	padding: 20px 0;
}

.spaced-row {
	padding: 15px 0;
}

.align-left, .alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.align-right, .alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignnone, .aligncenter {
	display: block;
	margin: 15px 0;
}

.aligncenter {
	display: block;
	margin: 15px auto;
}

.img-responsive {
	width: 100%;
	max-width: 100%;
}

.label .icon {
	vertical-align: middle;
}

a.label:hover {
	color: #fff;
}

/* Responsive Embeds (YouTube, etc.)
---------------------------------------------------------------------- */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* HEADER
---------------------------------------------------------------------- */

.logo img {
	margin-top: 7px;
}

/* TOP MAIN NAVIGATION
---------------------------------------------------------------------- */

.contain-to-grid, .top-bar, .top-bar-section ul {
	background: transparent;
}

.top-bar-section ul li {
	background: none;
	margin-left: 3px;
}

.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
	font-family: 'NeutraTextTF-Demi', sans-serif;
	background: #432109;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-transform: uppercase;
	line-height: 35px;
	box-shadow: 0 0 2px rgba(0,0,0,0.7);
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.top-bar-section ul li > a.home {
	background: #432109 !important;
}

.top-bar-section ul li > a.recipes {
	background: #d56120 !important;
}

.top-bar-section ul li > a.foodservice {
	background: #8e2a0f !important;
}

.top-bar-section ul li > a.retailers {
	background: #10537d !important;
}

.top-bar-section ul li > a.international {
	background: #4D4A25 !important;
}

.secondary-navigation {
	width: 100%;
	text-align: right;
	margin: 0;
}

.secondary-navigation > li {
	position: relative;
	float: none;
	display: inline-block;
}

.secondary-navigation a {
	display: block;
	font-family: 'NeutraTextTF-Demi', sans-serif;
	color: #dcc064;
	text-transform: uppercase;
	padding: 5px 15px;
}


.secondary-navigation a:hover {
	color: #fff;
}

.secondary-navigation li.parent > a {
	cursor: default;
}

.sub-menu {
	background-color: #65350c;
	position: absolute;
	left: -999em;
	top: auto;
	width: 15em;
	text-align: left;
	z-index: 10;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

.sub-menu li {
	margin-left: 0;
}

.sub-menu a:hover {
	background-color: #80440f;
}

.secondary-navigation li:hover .sub-menu {
	left: 0;
}


nav.top-bar.expanded {
	transition: height .3s ease-in-out;
}

.home-slider img, .home-boxes img, .single-recipe img {
	width: 100%;
}

.home-slider {
	border-top: 1px solid #4d2909;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.home-slider .slick-slide a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 20px 70px rgba(0,0,0,0.4), inset 0 -20px 70px rgba(0,0,0,0.4);
}

/* HOME PAGE STYLES
---------------------------------------------------------------------- */

/* <<<<Home Slider>>>> */

.slide .text {

}

.slide .text {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.slide .text p {
	font-size: 40px;
}

/* <<<<Home Tagline>>>> */

.tagline {
	padding: 20px 0;
	font-family:'Serifa W01 45 Light';
	font-size: 45px;
	color: #dcc064;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1;
}

/* <<<<Home Boxes>>>> */

.home-boxes, .home-boxes a {
	display: block;
	font-family: 'NeutraTextTF-Demi', sans-serif;
	color: #fef2c9;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}

.home-boxes a:hover {
	color: #fff;
}

.homeboxes .box {
	position: relative;
}

.home-boxes span {
	display: block;
	padding: 10px 0;
}

/* <<<<Home Carousel>>>> */

.home-carousel span, .carousel span {
	display: block;
	padding: 10px;
	font-family: 'NeutraTextTF-Demi', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.home-carousel .slick-slide {
	opacity: .6;
}

.home-carousel .slick-slide span {
	opacity: .6;
}

.home-carousel .slick-center, .home-carousel .slick-center span {
	opacity: 1;
}

.home-carousel span,
.home-carousel .slick-slide span,
.home-carousel .slick-slide,
.home-carousel .slick-center,
.home-carousel .slick-center span {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

img {
	max-width: 100%;
}

.tool {
	margin-bottom: 12px;
}

.tool.last {
	margin-bottom: 0;
}

#site-search {
	background: #432109;
	width: 250px;
	margin-top: 50px;
	font-family: 'NeutraTextTF-Demi', sans-serif;
	border: 1px solid #dcc064;
}

::-webkit-input-placeholder {
	color: #dcc064;
   text-transform: uppercase;
}

.resource-search ::-webkit-input-placeholder {
	color: #721A00;
  text-transform: none;
}

.recipes .resource-search button, .dr-potato .resource-search button {
	background-color: #692402;
}

:-moz-placeholder {
	color: #dcc064;
   text-transform: uppercase;
}

::-moz-placeholder {
	color: #dcc064;
   text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #dcc064;
   text-transform: uppercase;
}

#site-search input {
	background: transparent;
	margin-bottom: 0;
	color: #dcc064;
	border: none;
}

#site-search button {
	background: none;
	margin-bottom: 0;
}

.footer-wrap {
	background-color: #351c06;
	margin-top: 15px;
}

.footer {
	padding: 35px 0;
}

.footer, .footer a {
	color: #e1e1e1;
}

.footer h4 {
	margin-bottom: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.footer .box-1 p {
	font-size: 13px;
}

.social-icons a {
	display: inline-block;
	opacity: 0.9;
	background: rgba(255,255,255,1);
	width: 30px;
	height: 30px;
	margin: 0 1px;
	color: #322014;
	line-height: 30px;
	text-align: center;
	-webkit-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

.social-icons a:hover {
	opacity: 1;
}

.footer-right {
	font-size: 12px;
	text-align: right;
}

/* Recipes Styling */

.masonry-grid .columns {
	padding-left: .4rem;
	padding-right: .4rem;
	margin-bottom: 10px;
}

.masonry-grid img {
	width: 100%;
}

.masonry-grid h3 {
	margin-top: 0;
	font-size: 16px;
}

.recipes-block .brick {
	width: 33%;
}

.people .brick, .previous-winners .brick {
	width: 25%;
}

.single-recipe .featured-image {
	position: relative;
	margin-bottom: 15px;
}

.single-recipe .featured-image .media-download-link {
	background-color: #E65500;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 5px 15px;
	border-top-left-radius: 2px;
}

.more-images-link {
	background: transparent url(../img/lifted-corner.png) no-repeat 0 0;
	background-size: cover;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 122px;
}

.photo-credit {
	position: absolute;
  bottom: 10px;
  right: 15px;
  color: #fff;
  text-align: right;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0,0,0,0.75);
  font-size: 1.1em;
}

.photo-credit.multiple {
	bottom: 100px;
}

.card .content {
	padding: 8px 16px;
}

.card .actions {
	padding: 8px;
	border-top: 1px solid #e6e6e6;
}

.card .actions a {
	display: inline-block;
	font-weight: bold;
	padding: 8px 16px;
	text-align: center;
	border-radius: 2px;
	transition: .5s ease;
}

.card .actions a.full {
	display: block;
}

.card .actions a:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.card {
	background-color: rgba(255,255,255,0.85);
	margin-bottom: 10px;
	-webkit-transition: all .15s ease-in;
	   -moz-transition: all .15s ease-in;
	    -ms-transition: all .15s ease-in;
	     -o-transition: all .15s ease-in;
	        transition: all .15s ease-in;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	border-radius: 2px;
}

.card:hover {
	background-color: rgba(255,255,255,1.0);
}

.recipe-primary .summary{
	padding: 10px 0;
}

.recipe-secondary {
	margin-bottom: 20px;
}

.yield, .source, .ERIngredientsHeader, .ERInstructionsHeader {
	font-size: 1.3em;
	font-weight: 500;
}

.ERSeparator {
	list-style: none;
  margin-left: 0;
  margin-top: 10px;
}

.ingredients .ERSeparator {
	margin-left: -1.1rem;
}

/* Recipes Listing and Single View Recipe Styles
---------------------------------------------------------------------- */

.filter-button {
	background-color: #692402;
	margin: 0;
	vertical-align: top;
	border-color: #732802;
}

.filter-button:hover {
	background-color: #732802;
}

.filter-button:visited {
	background-color: #732802;
}

.filter-list {
	max-height: 250px;
	overflow-y: scroll;
}

.submit-photo-link {
	display: block;
	margin-bottom: 15px;
}

.submit-photo-link span {
	display: block;
  background-color: #F7F8F8;
  color: #222;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/* Profile (People) Listings and Single Profile Styles
---------------------------------------------------------------------- */

img.left {
	margin: 0 15px 15px 0;
}

.single-profile .social-icons {
	text-align: left;
	margin: 10px 0;
}

.single-profile .social-icons a {
	color: #fff;
	border-radius: 50%;
}

.profile-primary {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

a.facebook {
	background-color: #3A5795;
}
a.twitter {
	background-color: #55ACEE;
}
a.youtube {
	background-color: #E62117;
}
a.pinterest {
	background-color: #BD071D;
}
a.instagram {
	background-color: #595959;
}

/* Dr. Potato
---------------------------------------------------------------------- */

.notice {
	font-weight: bold;
	background: #dcc064;
  color: #692402;
}

.notice h3 {
	font-weight: bold;
}

.resource-search-wrap {
	padding: 10px;
}

.loop-article {
	padding: 10px 0;
	border-bottom: 1px solid #FFF;
}

.dropcap {
	color: #6C3200;
	float: left;
	margin-right: 10px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
}

.loop-article .question {
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.loop-article img {
	padding: 15px 0;
}

.loop-article img {
	padding: 0;
}

.question, .answer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.dr-potato-back, .dr-potato-back:focus {
	background-color: #692402;
  position: absolute;
  top: 0;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
}

.dr-potato-back:hover {
	background-color: #462107;
}

.content.dr-potato-single {
	padding-top: 35px;
}

/* Calendar Styles
---------------------------------------------------------------------- */

.calendar td, .calendar th {
  width: 14.28%;
  border: 2px solid #EFE1CC;
  vertical-align: top;
}

.calendar th {
  background-color: #65350C;
  color: #fff;
}

.calendar td {
	min-height: 250px;
}

.calendar td:hover {
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.calendar .day-number {
	margin-bottom: 10px;
}

.calendar .event {
	line-height: 1.1em;
}

.calendar .event-name {
  font-size: .85em;
}

.calendar-bar {
  position: relative;
}

.calendar-bar .prev, .calendar-bar .next {
  position: absolute;
  top: 0;
}

.calendar-bar .prev {
  left: 0;
}

.calendar-bar .next {
  right: 0;
}

.reveal-modal {
	padding: 30px 15px;
}

.close-reveal-modal {
	z-index: 100;
}

.single-event .modal-heading {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.single-event .page-title {
	margin-bottom: 0;
}

.single-event .medium-6 {
	margin-bottom: 20px;
}

.event-description {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

/* General Styles
---------------------------------------------------------------------- */

.entry {
	padding: 10px 0;
}

.document-list li {
	margin: 0;
}

.document-list .entry {
	border-bottom: 1px solid #DCC064;
}

table {
	border-collapse: collapse;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pagination {
	padding: 10px 0;
}

/* Featured Blogger Page Template
---------------------------------------------------------------------- */

.recipes-block {
	padding: 20px 0;
}

.boxed-summary {
	background-color: #EEE;
	padding: 10px;
	font-size: .9rem;
	line-height: 1.5em;
}

/* COLLAPSABLE PANELS
-------------------------------------------------------------------- */

.reveal-switch {
	background-color: #00386C;
	cursor: pointer;
	padding: 2px 10px;
	color: #FFF;
}

.reveal-switch:before {
	content: '\002B';
	font-size: .8em;
	margin-right: 10px;
}

.reveal-switch.active:before {
	content: '\002D';
}

.reveal-block {
  display: none;
  padding: 10px;
  border-top: 0;
}

.reveal-block.visible {
  display: block;
}

body.recipes .reveal-switch {
	background-color: #974415;
}

body.foodservice .reveal-switch {
	background-color: #692402;
}

body.retail .reveal-switch {
	background-color: #0b3855;
}

body.industry .reveal-switch {
	background-color: #65350c;
}

body.licensing .reveal-switch {
	background-color: #65350c;
}

body.international .reveal-switch {
	background-color: #767241;
}

body.international .reveal-modal-bg {
	background: none;
}

/* Frequently Asked Questions
-------------------------------------------------------------------- */

dl.question-list {
	margin-left: 10px;
}

dd.answer {
	background-color: rgba(255,255,255,0.65);
	border-left: 7px solid #65350C;
	border-radius: 2px;
	margin-left: 2px;
	padding: 15px 15px 1px;
}

/* COST PER SERVING CALCULATOR
------------------------------------------------------------------------------ */

.cost-calculator {
	background-color: #0178B7;
	overflow: hidden;
	padding: 15px;
	box-shadow: inset 0 0 50px rgba(0,0,0,0.3);
}

.cost-calculator label {
	color: #fff;
}

.calculator-fields {
	float: left;
	width: 70%;
}

.form-group {
	margin-bottom: 10px;
}

.form-group select {
	width: 190px;
	margin-left: 15px;
}

.form-group input[type="text"] {
	width: 180px;
	padding: 5px;
}

.form-group label {
	display: inline-block;
	width: 130px;
}

.button-group {
	padding-left: 145px;
}

#calculateButton {
	background-color: #fff0d1;
	padding: 5px 50px;
	font-size: 1.2em;
	color: #9f750c;
	text-transform: uppercase;
	border: none;
	border: 1px solid #c0a37a;
	cursor: pointer;
}

#calculateButton:hover {
	background-color: #ffe9ba;
}

.costs {
	text-align: center;
}

.costs strong {
	font-size: 1.1em;
}

.costs div {
	background-color: #e49d09;
	padding: 7px 10px;
	margin-bottom: 5px;
	color: #fff;
	line-height: 1.2em;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255,255,255,0.15);
}

.costs div.ounce {
	background-color: #6c8b37;
}

.costs span {
	display: block;
	margin-top: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

.all-things-grid .card {
	padding: 10px;
	margin-bottom: 30px;
}

.card.all-things-au-gratin-potatoes {
	background-color: #4DA7D2;
}

.card.all-things-baked-potatoes {
	background-color: #AA3E93;
}

.card.all-things-mashed-potatoes {
	background-color: #EFAC2B;
}

.card.all-things-potato-salads {
	background-color: #9DBA4B;
}

.card.all-things-french-fried-potatoes {
	background-color: #D84F3D;
}

.card.all-things-hash-brown-potatoes {
	background-color: #FFE400;
}

/* SIDEBARS
---------------------------------------------------------------------- */

.sidebar .block {
	padding: 15px 0;
	border-bottom: 1px solid #DFC35C;
}

.sidebar-block img {
	margin-bottom: 10px;
}

.side-nav li {
	margin-bottom: 3px;
}

.side-nav.page-menu li a {
	background-color: #eee;
	padding: 0.15rem 0.875rem;
	color: #65350c;
}

.side-nav.page-menu li a:hover {
	color: #65350c;
}

.side-nav {
	padding: 0;
}

.side-nav .sub {
	margin-top: 2px;
	margin-left: .5rem;
	border-left: 5px solid #ccc;
}

/* FORM STYLES
---------------------------------------------------------------------- */

span.required {
	color: red;
}

label.required:before {
	content: '*';
	color: red;
	margin-right: 3px;
}

/* Google Custom Search Styles
---------------------------------------------------------------------- */

.gsc-control-cse {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0;
}

.gsc-modal-background-image {
	background-color: black !important;
}

.cse .gsc-resultsHeader, .gsc-resultsHeader {
	border: none;
	margin-bottom: 0 !important;
}

.gsc-orderby .gsc-selected-option-container {
	width: auto !important;
}

.gsc-results-close-btn {
	top: 10px !important;
	right: 10px !important;
}

.gsc-table-cell-snippet-close, .gsc-table-cell-snippet-open {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.gsc-control-cse .gsc-table-result {
  border: none !important;
  margin-bottom: 0 !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-bottom: 1px solid #ddd !important;
}

/* KIDS SECTION STYLES
---------------------------------------------------------------------- */

.recipes-for-kids {
	position: relative;
}

.recipes-for-kids .collection-link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
  opacity: .75;
}

/* FOODSERVICE CONTACT PAGE STYLES
------------------------------------------------------------------------------ */

#us-map {
	overflow: hidden;
	width: 960px;
	height: 500px;
	max-width: 100%;
	margin-bottom: 30px;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.foodservice-bio, .retail-bio {
	display: none;
}

.foodservice-bio.active, .retail-bio.active {
	display: block;
}

#imageDownloads {
	display: none;
}

#imageDownloads.active {
	display: block;
}

/* SHIPPERS & PROCESSORS DIRECTORY STYLES
------------------------------------------------------------------------------ */

.pack-size-table td, .pack-size-table th {
	padding: 0.3rem 0.6rem;
	border: 1px solid #ddd;
	font-size: .8rem;
	text-align: center;
}

span.brand {
	display: inline-block;
	width: 150px;
}

/* ADVERTISING PAGES STYLE
------------------------------------------------------------------------------ */

.ads-grid {
	font-size: 13px;
}

/* CUSTOM FORMS
------------------------------------------------------------------------------ */

.validation-messages {
  background-color: #00376E;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5px;
  color: #fff;
}

.alert-validation {
  background-color: RGBA(221, 193, 93, 1);
  position: relative;
  padding: 15px;
  margin-bottom: 10px;
}

.tailgating-rules-button, .tailgating-rules-button:hover, .tailgating-rules-button:focus {
  background-color: RGBA(185, 100, 30, 1);
}

.tailgating-enter-button, .tailgating-enter-button:hover, .tailgating-enter-button:focus {
  background-color: RGBA(139, 21, 21, 1);
}

/* HARVEST TOUR FORM
---------------------------------------------------------------------- */

.harvest-tour-form h2 {
	padding-top: 10px;
	border-top: 1px solid #333;
	font-size: 1.75rem;
}

.harvest-tour-form textarea {
	height: 100px;
}

/* CONTEST STYLING
------------------------------------------------------------------------------ */

.contest-1 .thumbnail {
  padding: 10px;
}

/* PLM PAGES
------------------------------------------------------------------------------ */

.plm-page-content {
	background: url(../img/plm-bg.png) no-repeat 0 0;
	background-size: cover;
}

.plm-page-content .card {
	background-color: rgba(255,255,255,0.4);
}

.plm-page-content .sidebar {
	padding: 0 10px;
}

.plm-page-content .sidebar li {
	margin-left: 0;
}

.plm-page-content .sidebar li a {
	display: block;
	background-color: #008CB2;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #fff;
}

.plm-page-content .sidebar li a:hover {
	background-color: #00A5CA;
}

.double-chances {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #00A5CA;
	border-radius: 2px;
}

.double-chances p {
	margin-bottom: 0;
}

.double-chances strong {
	margin-bottom: 15px;
	color: #00A5CA;
	font-size: 1.3em;
	text-transform: uppercase;
}

.double-chances {
	margin-bottom: 20px;
}

#plmEntryForm {
  width: 100%;
  border: 0;
  height: 1000px;
}

.military-form {
  height: 900px;
}

/* ===== 2017 PLM STYLES ===== */

.plm-2017-page-content {
	background: url(../img/plm-2017-bg.jpg) no-repeat 0 0;
	background-size: cover;
}

/* BIN PROMO PAGE STYLES
---------------------------------------------------------------------- */

body.retail .bin-promo .reveal-switch {
	background-color: #443072;
}

/* Define mobile styles */

@media only screen and (min-width: 40.063em) {

	.top-bar-section .has-dropdown>a {
		padding-right: 0.9375rem !important;
	}

	.top-bar-section .has-dropdown>a:after {
		display: none;
	}

}

@media only screen and (max-width: 40em) {

	body {
		padding-top: 45px;
	}

	.header {
		padding-bottom: 0;
	}

	.social-icons, .footer-right {
		text-align: center;
		padding: 15px 0;
	}

	.recipes-block .brick,
	.people .brick {
		width: 50%;
	}

	.filter-button {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.logo {
		margin-top: 15px;
		text-align: center;
	}

	.logo img {
		margin-left: 0;
	}

	#site-search {
		width: 100%;
	}

	.tagline {
		font-size: 28px;
	}

	.home-boxes span {
		background-color: rgba(0,0,0,0.75);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.toggle-topbar {
		width: 100%;
	}

	.top-bar {
		background-color: #481E00;
		z-index: 10;
		box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	}

	.top-bar .title-area {
		display: block;
	}

	body.recipes .top-bar {
		background-color: #D56120;
	}

	body.foodservice .top-bar {
		background-color: #8E2A0F;
	}

	body.retail .top-bar {
		background-color: #10537D;
	}

	body.international .top-bar {
		background-color: #4D4A25;
	}

	.global-access {
		background-color: #481E00;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		z-index: 999;
	}

	.top-bar-section ul li {
		margin-left: 0;
	}

	.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
		border-radius: 0;
		line-height: inherit;
	}

	.top-bar-section li.active:not(.has-form) a:not(.button) {
		box-shadow: none;
	}

	.secondary-navigation-wrap {
		opacity: 0;
		background-color: rgba(0,0,0,0.9);
		position: fixed;
		top: 45px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		transition: opacity .2s ease-in-out;
	}

	.secondary-navigation-wrap.active {
		opacity: 1;
		z-index: 1000;
	}

	.secondary-navigation {
		overflow-y: scroll;
		height: 100%;
		padding-top: 15px;
		padding-bottom: 65px;
	}

	.secondary-navigation-wrap.active .secondary-navigation {

	}

	.secondary-navigation li {
		display: block;
		text-align: left;
		margin-left: 0;
	}

	.secondary-navigation .sub-menu {
		background-color: initial;
	  position: static;
	  width: 100%;
	  margin-left: 20px;
	  border-left: solid 2px #DFC35C;
	}

	.secondary-navigation .sub-menu a:hover {
		background-color: initial;
	}

	.search-toggle, .nav-toggle {
		background-color: #DCC064;
		position: absolute;
	  top: 0;
	  right: 0;
	  width: 45px;
	  height: 45px;
	  line-height: 45px;
	  text-align: center;
	  color: #00386C;
	}

	.nav-toggle {
		background-color: #00336E;
		right: 45px;
	}

	.nav-toggle a {
		color: #fff;
	}

	#site-search {
		position: absolute;
		top: -40px;
		left: 0;
		margin: 0;
		border-left: 0;
		border-right: 0;
		transition: .3s ease-in-out;
	}

	#site-search.active {
		top: 45px;
	}

	.small-responsive {
		width: 100%;
	}

	.gsc-results-wrapper-overlay {
		width: 100% !important;
		left: 0 !important;
	}

	.recipes-for-kids .collection-link {
		position: static;
		width: 100%;
	}

	.seasonal-clipart-column {
		clear: both;
	}
}
