/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  color: #666666;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body { color:#797979; }

body { margin: 0; font-size: 1em; line-height: 1.4; }


#dole-content:focus,
#dole-site-navigation:focus,
#dole-footer:focus {
  outline:none;
}

h1 { font-weight:700; margin:0.5em 0; }
h2, h3, h4, h5 { font-weight:500; margin:0.5em 0; }


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/

/* =============================================================================
   Links
   ========================================================================== */

a { color: #0355a6; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0); }
a:visited { color: #0355a6; }
a:hover { text-decoration:underline; }/*color: #0b626c; */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

a.btn span { height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px; }




/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, ul.dole-ul-unstyled { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; font-weight: 500; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

input[type="submit"] {
  width:auto;
}




@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus, textarea:focus, input:focus {
    font-size: 1em;
  }
}



/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
 */

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* table styles from Bootstrap 3.1.1 */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.dole-table {
  width: 100%;
  margin-bottom: 20px;
}
.dole-table > thead > tr > th,
.dole-table > tbody > tr > th,
.dole-table > tfoot > tr > th,
.dole-table > thead > tr > td,
.dole-table > tbody > tr > td,
.dole-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.dole-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.dole-table > caption + thead > tr:first-child > th,
.dole-table > colgroup + thead > tr:first-child > th,
.dole-table > thead:first-child > tr:first-child > th,
.dole-table > caption + thead > tr:first-child > td,
.dole-table > colgroup + thead > tr:first-child > td,
.dole-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.dole-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.dole-table .dole-table {
  background-color: #fff;
}
.dole-table-condensed > thead > tr > th,
.dole-table-condensed > tbody > tr > th,
.dole-table-condensed > tfoot > tr > th,
.dole-table-condensed > thead > tr > td,
.dole-table-condensed > tbody > tr > td,
.dole-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.dole-table-bordered {
  border: 1px solid #ddd;
}
.dole-table-bordered > thead > tr > th,
.dole-table-bordered > tbody > tr > th,
.dole-table-bordered > tfoot > tr > th,
.dole-table-bordered > thead > tr > td,
.dole-table-bordered > tbody > tr > td,
.dole-table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.dole-table-bordered > thead > tr > th,
.dole-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.dole-table-striped > tbody > tr:nth-child(odd) > td,
.dole-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.dole-table-hover > tbody > tr:hover > td,
.dole-table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.dole-table > thead > tr > td.dole-table-success,
.dole-table > tbody > tr > td.dole-table-success,
.dole-table > tfoot > tr > td.dole-table-success,
.dole-table > thead > tr > th.dole-table-success,
.dole-table > tbody > tr > th.dole-table-success,
.dole-table > tfoot > tr > th.dole-table-success,
.dole-table > thead > tr.dole-table-success > td,
.dole-table > tbody > tr.dole-table-success > td,
.dole-table > tfoot > tr.dole-table-success > td,
.dole-table > thead > tr.dole-table-success > th,
.dole-table > tbody > tr.dole-table-success > th,
.dole-table > tfoot > tr.dole-table-success > th {
  background-color: #dff0d8;
}
.dole-table-hover > tbody > tr > td.dole-table-success:hover,
.dole-table-hover > tbody > tr > th.dole-table-success:hover,
.dole-table-hover > tbody > tr.dole-table-success:hover > td,
.dole-table-hover > tbody > tr.dole-table-success:hover > th {
  background-color: #d0e9c6;
}
.dole-table > thead > tr > td.dole-table-info,
.dole-table > tbody > tr > td.dole-table-info,
.dole-table > tfoot > tr > td.dole-table-info,
.dole-table > thead > tr > th.dole-table-info,
.dole-table > tbody > tr > th.dole-table-info,
.dole-table > tfoot > tr > th.dole-table-info,
.dole-table > thead > tr.dole-table-info > td,
.dole-table > tbody > tr.dole-table-info > td,
.dole-table > tfoot > tr.dole-table-info > td,
.dole-table > thead > tr.dole-table-info > th,
.dole-table > tbody > tr.dole-table-info > th,
.dole-table > tfoot > tr.dole-table-info > th {
  background-color: #d9edf7;
}
.dole-table-hover > tbody > tr > td.dole-table-info:hover,
.dole-table-hover > tbody > tr > th.dole-table-info:hover,
.dole-table-hover > tbody > tr.dole-table-info:hover > td,
.dole-table-hover > tbody > tr.dole-table-info:hover > th {
  background-color: #c4e3f3;
}
.dole-table > thead > tr > td.dole-table-warning,
.dole-table > tbody > tr > td.dole-table-warning,
.dole-table > tfoot > tr > td.dole-table-warning,
.dole-table > thead > tr > th.dole-table-warning,
.dole-table > tbody > tr > th.dole-table-warning,
.dole-table > tfoot > tr > th.dole-table-warning,
.dole-table > thead > tr.dole-table-warning > td,
.dole-table > tbody > tr.dole-table-warning > td,
.dole-table > tfoot > tr.dole-table-warning > td,
.dole-table > thead > tr.dole-table-warning > th,
.dole-table > tbody > tr.dole-table-warning > th,
.dole-table > tfoot > tr.dole-table-warning > th {
  background-color: #fcf8e3;
}
.dole-table-hover > tbody > tr > td.dole-table-warning:hover,
.dole-table-hover > tbody > tr > th.dole-table-warning:hover,
.dole-table-hover > tbody > tr.dole-table-warning:hover > td,
.dole-table-hover > tbody > tr.dole-table-warning:hover > th {
  background-color: #faf2cc;
}
.dole-table > thead > tr > td.dole-table-danger,
.dole-table > tbody > tr > td.dole-table-danger,
.dole-table > tfoot > tr > td.dole-table-danger,
.dole-table > thead > tr > th.dole-table-danger,
.dole-table > tbody > tr > th.dole-table-danger,
.dole-table > tfoot > tr > th.dole-table-danger,
.dole-table > thead > tr.dole-table-danger > td,
.dole-table > tbody > tr.dole-table-danger > td,
.dole-table > tfoot > tr.dole-table-danger > td,
.dole-table > thead > tr.dole-table-danger > th,
.dole-table > tbody > tr.dole-table-danger > th,
.dole-table > tfoot > tr.dole-table-danger > th {
  background-color: #f2dede;
}
.dole-table-hover > tbody > tr > td.dole-table-danger:hover,
.dole-table-hover > tbody > tr > th.dole-table-danger:hover,
.dole-table-hover > tbody > tr.dole-table-danger:hover > td,
.dole-table-hover > tbody > tr.dole-table-danger:hover > th {
  background-color: #ebcccc;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}



label {
  display: inline-block;
  margin-bottom: 5px;
  /*font-weight: bold;*/
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}




/* ==|== non-semantic helper classes ========================================  */

/* Hide from both screenreaders and browsers: h5bp.com/u */
.dole-hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.dole-visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .dole-visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.dole-visuallyhidden.focusable:active, .dole-visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.dole-invisible { visibility: hidden; }

.dole-hide-ipad { display:inherit; }
.dole-hide-iphone { display:inherit; }
.dole-hide-desktop { display:none; }

/* END base.css */

/* ************************
Styles
*************************** */

body {
  /*padding-top: 10px;
  padding-bottom: 5px;*/
  padding-left:130px;
  font-size:16px;
  
  background-color:#f4efdc;
  overflow-x:hidden;
  
  font-family: 'Dosis', Dosis, Helvetica, sans-serif !important;
  font-weight:500;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  /*font-family: 'Nixie One', sans-serif;
  font-weight: 400;*/
}


/* ************************
Content
*************************** */

#dole-content {
  /*margin-left:140px;
  moved to body */
  background-color: #f4efdc;
  padding:14px 14px 0 14px;
  
  -webkit-transition: -webkit-transform .5s cubic-bezier(.16, .68, .43, .99);
     -moz-transition:    -moz-transform .5s cubic-bezier(.16, .68, .43, .99);
       -o-transition:      -o-transform .5s cubic-bezier(.16, .68, .43, .99);
          transition:         transform .5s cubic-bezier(.16, .68, .43, .99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
#dole-content.dole-menu-open {
    -webkit-transform: translateX(300px);
       -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
         -o-transform: translateX(300px);
            transform: translateX(300px);
}
#dole-content.desktop {
  
}

.dole-site-utils {
  position:absolute;
  top:20px;
  right:20px;
  z-index:1;
}
@media (max-width:740px) {
  .dole-site-utils {
    /*display:none;*/
  }
  .dole-site-utils .dole-search {
    display:none;
  }
}
.dole-search {
  text-transform:uppercase;
  float:left;
  margin-right:10px;
}
.dole-lang {
  float:left;
  position: relative;
}
.dole-search a {
  display:block;
  min-height: 30px;
  color:#fff;
  font-weight:700;
  line-height:30px;
  text-decoration:none;
  background:transparent url('../images/icon-search.png') right center no-repeat;
  background-size:30px 30px;
  padding-right:36px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-search a {
    background-image:url('../images/icon-search-2x.png');
    background-size:30px 30px;
  }
}
.dole-lang > a {
  display:block;
  margin:5px 0;
  width:30px;
  height:20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-lang > a {
    background:transparent url('../images/icon-us-en-2x.png') top left no-repeat;
    background-size:100%;
  }
  .dole-lang img {
    display:none;
  }
}

.dole-masthead {
  width:100%;
  background-position: left center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  overflow:hidden;
  height:460px;
  
  /*min-height:340px;*/
  min-height:240px;
}
.dole-masthead-large {
  height:700px;
}
.dole-masthead-detail {
  height:auto;
  min-height:0;
}
.dole-masthead-title {
  padding:3em 10%;
  position:relative;
  
  top:50%;
  left:50%;
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
.dole-masthead-title img {
  margin:0 auto;
}

.dole-masthead-product {
  padding:1em 5%;
  position:relative;
  
  top:50%;
  
  
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform:translateY(-50%);
}

@media (min-width:1230px) {
  .dole-masthead {
    /*height:660px;*/
  }
  .dole-masthead-detail {
    height:auto;
    min-height:0;
  }
}

@media (max-width:960px) {
  .dole-masthead,
  .dole-masthead-large {
    height:auto;
  }
  .dole-masthead-detail {
    height:auto;
    max-height:none;
  }
  .dole-masthead-title, .dole-masthead-product {
    position:static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform:translate(0);
  }
}

@media (max-width:740px) {
  .dole-masthead {
    height:auto;
    background-position:13% center;
  }
  .dole-masthead-detail {
    height:auto;
    min-height:0;
  }
}

/* ************************
Footer
*************************** */
#dole-footer {
  background-color:#fff;
  color:#666;
  font-size:0.75em;
}

.dole-footer-wrapper {
  padding:20px 10px 30px 10px;
  /*display:inline-block;*/
  margin:0 auto;
  width:100%;
  max-width:860px;
}
.dole-footer-wrapper.dole-footer-2col {
    max-width:640px;
}
.dole-footer-col {
  float:left;
  margin-right:5%;
  width:30%;
}
.dole-footer-2col .dole-footer-col {
  float:left;
  margin-right:6%;
  width:47%;
}
.dole-footer-col:last-child {
  margin-right:0;
}
.dole-footer-col h3 {
  font-size:1em;
  text-transform:uppercase;
  font-weight:700;
  margin:0 0.5em 0.375em 0.5em;
}
.dole-footer-col ul {
  list-style: none; list-style-image: none; margin: 0; padding: 0;
}
.dole-footer-col li {
  display:block;
  line-height:1.2;
  margin-bottom:0;
}

.dole-footer-col li > a {
  display:block;
  padding:0.375em 0.5em;
  color:#666;
  text-decoration:none;
}
.dole-footer-col li > a:hover {
  /*background-color:#be4459;*/
  /*background-color:rgba(85,123,194,0.3);
  color:#fff;
  -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s;*/
}

.dole-copyright {
  background-color:#f7f7f7;
  padding:10px 30px;
  text-align:center;
}


.dole-container-fluid {
  position:relative;
  padding:0;
  margin-bottom:14px;
  margin-right:auto;
  margin-left:auto;
}
.dole-container-fluid.dole-container-grid {
  /*padding-left:5px;
  padding-right:5px;*/
  padding:0;
  margin-left:-7px;
  margin-right:-7px;
  margin-bottom:7px;
  margin-top:-7px;
}


.dole-container-content {
  padding:0;
  margin-left:-7px;
  margin-right:-7px;
  margin-bottom:7px;
  margin-top:-7px;
}
.dole-content-full {
  position:relative;
  width: 100%;
  float:left;
  border:7px solid #F4EFDC;
  /*padding-bottom:3em;*/
  padding:30px;
}
.dole-content-main {
  position:relative;
  width: 66.6%;
  float:left;
  border:7px solid #F4EFDC;
  /*min-height:1260px;
  padding-bottom:3em;*/
}
.dole-content-top {
  padding-bottom:30px;
  overflow-y:auto;
  overflow-x:hidden;
}
/*.dole-content-top > *:first-child {
  margin-top:0;
}
.dole-content-top *:last-child {
  margin-bottom:0;
}*/
.dole-container-content .dole-content-header {
  /*margin:0 -7px 7px -7px;*/
  background-color:#E3DEC8;
  padding:34px 14px;
  position:relative;
  border:7px solid #F4EFDC;
}

.dole-content-header p {
  text-transform:uppercase;
  font-size:1.25em;
  text-align:center;
  margin:0 0.5em;
}
.dole-content-header p.dole-header-hero {
  font-size:2.25em;
  line-height:1.15;
  margin-bottom:0.25em;
}


.dole-content-title {
  width:66.6%;
  float:left;
}
.dole-content-title h1,
.dole-content-title h2,
.dole-content-title h3 {
  font-size:2em;
  font-weight:700;
  margin:0;
  /*line-height:1.2;*/
  line-height:1.4;
  width:80%;
  text-transform:uppercase;
}
.dole-content-title h1 p,
.dole-content-title h2 p,
.dole-content-title h3 p {
  display:inline;
}
.dole-content-header .dole-content-title p,
.dole-content-title p {
  text-align:left;
  margin-left:0;
}

.dole-content-rating {
  font-size:0.875em;
  text-transform:uppercase;
  font-weight:700;
  /*margin-top:0.25em;*/
}
.dole-content-rating span {
  float:left;
  line-height:30px;
  margin-right:6px;
}
.dole-rating-background {
  text-align:left;
  padding: 0;
  margin: 0;
  background: url('../images/rating-stars.png');
  height: 30px;
  width: 160px;
}
.dole-rating-current {
  background: url('../images/rating-stars.png') bottom left;
  padding: 0;
  margin: 0;
  height: 30px; 
}
.dole-rating-active .dole-rating-current {
  position:absolute;
  top:0;
  left:0;
}
.dole-rating-stars {
  position:relative;
}
.dole-rating-stars a {
  display:block;
  height:30px;
  width:32px;
  position:absolute;
  left:0;
  cursor: pointer;
}
.dole-rating-stars a:hover {
  background: url('../images/rating-stars.png') 0px -30px repeat-x;
}
.dole-rating-stars a.star1 { width:32px; }
.dole-rating-stars a.star2 { width:64px; }
.dole-rating-stars a.star3 { width:96px; }
.dole-rating-stars a.star4 { width:128px; }
.dole-rating-stars a.star5 { width:160px; }
.dole-rating-active {
  position:relative;
}
.dole-rating-static {
  float:left;
}



.dole-grid-item .dole-content-rating {
  /*position:absolute;
  bottom:10px;
  left:10px;
  top:1.75em;
  left:8px;
  margin-top:4px;*/
  display: none;
}
.dole-grid-item .dole-rating-background {
  text-align:left;
  padding: 0;
  margin: 0;
  background: url('../images/rating-stars-small.png');
  height: 16px;
  width: 100px;
}
.dole-grid-item .dole-rating-current {
  background: url('../images/rating-stars-small.png') bottom left;
  padding: 0;
  margin: 0;
  height: 16px; 
}




@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-rating-background {
    background-image: url('../images/rating-stars-2x.png');
    background-size:32px 90px;
  }
  .dole-rating-current {
    background-image: url('../images/rating-stars-2x.png');
    background-size:32px 90px;
  }
  .dole-grid-item .dole-rating-background {
    background-image: url('../images/rating-stars-small-2x.png');
    background-size:20px 48px;
  }
  .dole-grid-item .dole-rating-current {
    background-image: url('../images/rating-stars-small-2x.png');
    background-size:20px 48px;
  }
  .dole-rating-stars a:hover {
    background-image: url('../images/rating-stars-2x.png');
    background-size:32px 90px;
  }
}


.dole-content-sharing {
  width:33.3333%;
  float:left;
  padding-left:7px;
  font-size:0.875em;
  text-transform:uppercase;
  font-weight:700;
}
.dole-content-social { float:left; margin-top:0.75em; }
.dole-content-social span {
  float:left; padding:0.25em 0.5em 0.25em 0;
}
.dole-content-social ul { float:left; margin:0; padding:0; list-style:none; font-weight:400; text-transform:none; }
.dole-content-social ul li { float:left; margin:0; line-height:1; }
.dole-content-social ul li a { display:block; padding:0.5em 0.5em 0.5em 0.5em;}
.dole-content-social ul li a span { display:none; }

.dole-about-dole .dole-content-social ul { float:left; margin:0; padding:0; list-style:none; font-weight:400; text-transform:none; }
.dole-about-dole .dole-content-social ul li { float:left; margin:0; line-height:1; }
.dole-about-dole .dole-content-social ul li a { display:block; padding:0.5em 0.5em 0.5em 0.5em;}
.dole-about-dole .dole-content-social ul li a span { display:none; }

.dole-content-comments {
  clear:left;
}

.dole-content-main h1,
.dole-content-main h2,
.dole-content-main h3 {
  text-transform:uppercase;
}

.dole-content-main ul > li{
  /*width:45%;
  margin-right:5%;
  float:left;
  display: block;
  margin-bottom:0.25em;*/
}
.dole-content-side {
  width: 33.3333%;
  float:left;
}
.dole-content-side .dole-grid-item {
  width: 100%;
}

.dole-content-details {
  margin-bottom:2em;
  /*margin-top:-4px;*/
}
.dole-comments-bar {
  position:absolute;
  bottom:0;
  width:100%;
}
.dole-comments-bar a,
.dole-content-toggle a {
  display:block;
  text-align:center;
  padding:0.25em 1em;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:700;
}
.dole-comments-bar .dole-content-toggle-container a,
.dole-content-toggle .dole-content-toggle-container a {
  display:inline;
  float:none;
  text-align:left;
  text-transform:none;
  font-weight:500;
  padding:inherit;
}
/*.dole-content-toggle a {
  background:transparent url('../images/icon-arrow-down.png') center center no-repeat;
}*/

/*toggles*/
.dole-content-toggle {
  width:100%;
  margin-bottom:7px;
  color:#797979;
}
.dole-content-toggle.dole-comments-toggle {
  /*position:absolute;
  bottom:0;*/
  margin-bottom:0;
  /*margin-top:30px;*/
}
.dole-content-toggle ul {
  margin:0;
}
/*
.dole-comments-toggle {
  margin-top:30px;
}
.dole-content-article .dole-comments-toggle {
  margin-top:0;
}
*/
.dole-content-toggle-trigger {
  line-height:32px;
}
.dole-content-toggle-trigger .dole-toggle-icon {
  width:32px;
  height:32px;
  background:transparent url('../images/icon-arrow-down.png') top right no-repeat;
  /*position:absolute;*/
  float:right;
  content:" ";
  /*background-size:75% 75%;*/
  
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.dole-content-toggle.open .dole-content-toggle-trigger .dole-toggle-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*.dole-nav-menu li > a .dole-icon {
  display:block;
  float:right;
  width:24px;
  height:24px;
  background:transparent url('../images/icon-menu-down.png') center center no-repeat;
  background-size:24px 24px;
  
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.dole-nav-menu li.open > a .dole-icon {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}*/


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-content-toggle-trigger .dole-toggle-icon {
    background-image:url('../images/icon-arrow-down-2x.png');
    background-size:32px 32px;
  }
}
.dole-content-toggle .dole-content-toggle-container {
  display:none;
  /*height:0;
  overflow:hidden;*/
  background-color:#E3DEC8;
  padding:20px;
  
  /*transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;*/
}
.dole-content-toggle.open .dole-content-toggle-container {
  display:block;
}
.dole-content-toggle-container p,
.dole-content-toggle-container ul {
  margin-top:0;
  margin-bottom:0;
}
.dole-info-boxes {
  margin:0 -4px 4px -4px;
}
.dole-info-box {
  /*width:24%;
  margin-right:1%;*/
  width:25%;
  border:4px solid #F4EFDC;
  border-top:0;
  float:left;
  /*min-height:100px; causes IE10 to make a box with an anchor taller*/
  padding:1em 10px;
  color:#fff;
  font-size:1em;
  line-height:1;
  text-align:center;
}
@media (max-width:641px) {
  .dole-info-box {
    width:50%;
  }
}

.dole-info-details {
  margin:-4px -4px 4px -4px;
}
.dole-info-detail {
  width:50%;
  border:4px solid #F4EFDC;
  float:left;
  
  padding:0;
}
.dole-info-detail span {
  display:block;
  padding:0.25em 1em;
}
@media (max-width:480px) {
  .dole-info-detail {
    width:100%;
    float:none;
  }
}

.dole-info-box p {
  margin:1em 0;
}
.dole-info-box .dole-info-value {
  font-size:4em;
  display:block;
}
.dole-info-box .dole-info-map-marker {
  display:block;
  height:3.5em;
  margin-top:0.5em;
  background:transparent url('../images/icon-map-marker.png') center center no-repeat;
  background-size:contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-info-box .dole-info-map-marker {
    background-image:url('../images/icon-map-marker-2x.png');
  }
}
.dole-info-box span {
  font-size:0.25em;
  display:inline;
}
.dole-recipe-ingredients {
  margin-bottom:3em;
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.dole-recipe-steps {
  margin-bottom:3em;
  list-style: none;
  list-style-image: none;
  padding: 0;
  counter-reset:li;
}
.dole-recipe-steps strong {
  color:#aecd41;
  text-transform:uppercase;
  font-weight:700;
}
.dole-recipe-steps > li {
  position:relative;
  margin:0 0 0.5em 1.5em; /* Give each list item a left margin to make room for the numbers */
  padding:0; /* Add some spacing around the content */
  list-style:none;
}
.dole-recipe-steps > li:before {
  /*content: counter(li) " • ";*/
  content: counter(li) " ";
  counter-increment:li;
  
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  
  position:absolute;
  top:0;
  left:-1.25em;
  width:1.25em;
  
  /*margin-right:8px;*/
  color:#aecd41;
  font-weight:700;
  text-align:left;
}
.dole-content-main h2 {
  margin-top:2em;
  font-weight:700;
}
/* Recipe specific & Colors */
.dole-content-main.dole-content-recipe h2 {
  color:#aecd41;
}
.dole-content-recipe .dole-info-box {
  background-color:#aece41;
  background: #aece41 url('../images/bg-recipes.gif') top left no-repeat;
}

.dole-content-recipe .dole-info-detail span {
  border:2px solid #aecd41;
}
.dole-content-recipe .dole-content-toggle {
  background-color:#aece41;
  background: #aece41 url('../images/bg-recipes.gif') top left no-repeat;
}
.dole-content-recipe .dole-content-toggle > a {
  color:#fff;
}
.dole-content-recipe .dole-content-toggle-container a {
  /*color:#aece41;*/
  color:#0355a6;
}
.dole-content-recipe .dole-comments-bar a {
  background-color:#aece41;
  color:#fff;
}

/* Product specific & Colors */
.dole-content-main.dole-content-product h2 {
  color:#579CAB;
}
.dole-content-product .dole-info-box {
  background-color:#88cbd9;
  background:#88cbd9 url('../images/bg-products.gif') top left no-repeat;
}

.dole-content-product .dole-info-detail span {
  border:2px solid #579CAB;
}
.dole-content-product .dole-content-toggle {
  background-color:#88cbd9;
  background:#88cbd9 url('../images/bg-products.gif') top left no-repeat;
}
.dole-content-product .dole-content-toggle > a {
  color:#fff;
}
.dole-content-product .dole-content-toggle-container a {
  /*color:#88cbd9;*/
  color:#0355a6;
}

/* Article specific & Colors */
.dole-content-main.dole-content-article h2 {
  color:#ff7a18;
}
.dole-content-article .dole-content-toggle {
  background-color:#ffab18;
  background:#ffab18 url('../images/bg-articles.gif') top left no-repeat;
}
.dole-content-article .dole-content-toggle > a {
  color:#fff;
}
.dole-content-article .dole-content-toggle-container a {
  /*color:#ff7a18;*/
  color:#0355a6;
}
.dole-content-article .dole-comments-bar a {
  background-color:#ffab18;
  background:#ffab18 url('../images/bg-articles.gif') top left no-repeat;
  color:#fff;
}



/* dole-nutrition */
.dole-nutrition {
  width:260px;
  /*max-width:400px;*/
  padding:6px;
  border:1px solid #666;
  background-color:#fff;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  /*display:none;*/
  z-index: 9999;
  font-family:Helvetica, Arial, sans-serif;
  margin:0 auto;
  color:#323232;
}
.dole-nutrition caption h3 {
  margin:0;
  padding:0;
  font-weight:700;
  font-size:1.5em;
  color:#323232;
  text-transform:none;
}
.dole-nutrition caption p {
  margin:0;
  padding:0;
}
.dole-nutrition-table {
  font-size:0.75em;
  width:100%;
}
.dole-nutrition-table caption {
  text-align:left;
  margin-bottom:5px;
}
.dole-nutrition-table tr {
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}

.dole-nutrition-table tr.indent {
  border:none;
}
.dole-nutrition-table tr.divider {
  border-bottom:4px solid #333;
}
.dole-nutrition-table td,
.dole-nutrition-table th {
  padding:2px 0;
}
.dole-nutrition p.info {
  font-size:0.8em;
  line-height:1.1;
  margin:0.5em 0 0 0;
  padding:0;
  font-size:0.6em;
}

.dole-nutrition-table tr.indent td:first-child {
  padding-left:10px;
}
.dole-nutrition-table th {
  font-size:0.8em;
  text-align:left;
  border-top:2px solid #333;
  border-bottom:1px solid #333;
  font-weight:700;
}
.dole-nutrition-table th:last-child,
.dole-nutrition-table td:last-child {
  text-align:right;
}
.dole-nutrition-table span {
  font-weight:700;
}



.breadcrumb {
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  font-weight:700;
  font-size:0.875em;
  line-height:1;
  text-transform:uppercase;
  color:#666;
  margin:0;
  padding: 0px 10px;
  /*background-color:#E3DEC8;*/
  border-radius:0;
}
.breadcrumb a {
  text-decoration:underline;
  color:#666;
}
.navbar {
  margin-bottom: 20px;
}

img {
  max-width:100%;
  display:block;
}

.grid {
  background: transparent url('../images/logo-dole-2x.png') bottom right no-repeat;
  background-size:130px 80px;
}
.dole-grid-item {
  height:180px;
  position:relative;
  
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  font-weight:700;
  font-size:1.5em;
  line-height:1.2;
  text-transform:uppercase;
  color:#fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  
  border:7px solid #F4EFDC;
  background-color:#e2dec8;
  background-position:center center;
  background-size:cover;
}
.dole-grid-item p {
  display:inline;
  margin:0;
  padding:0;
}
.dole-grid-item.dole-grid-product {
  background-position:10% center;
}
.dole-featured .dole-grid-item {
  float:left;
  width:50%;
}
.dole-trending .dole-grid-item {
  float:left;
}
/*.dole-featured + .dole-results-bar,
.dole-trending + .dole-results-bar {
  margin-top:-7px;
}*/

.dole-results-bar {
  
}
.dole-results-bar-header {
  background:#aece41 url('../images/bg-recipes.gif') top left no-repeat;
  width: 100%;
  color: #fff;
  padding: 0px 20px 0 5px;
  text-transform: uppercase;
}
.dole-results-bar-header h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0.3em;
  float: left;
}
.dole-results-bar-header .dole-small {
  float: left;
  margin: 13px 0 0 20px;
  color: #fff;
  text-decoration: underline;
}
.dole-results-bar-header .dole-sort-by {
  float: right;
  margin: 10px 8px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  background: url('../images/icon-arrow-down-no-bg.png') right center no-repeat;
  padding-right: 34px;
}

.dole-grid-item a {
  display:block;
  color:#fff;
  padding:10px;
  height:100%;
  
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  
  background: transparent url('../images/grid-overlay.png') top left no-repeat;
}
.dole-grid-item.dole-grid-centered a,
.dole-grid-item.dole-grid-category a {
  background-image:none;
  text-align:center;
}
.dole-grid-item a:hover,
.dole-grid-item a:focus {
  text-decoration:none;
  background-color:rgba(85,123,194,0.3);
}
/*.dole-grid-item.dole-grid-product.dole-grid-new a,*/
.dole-grid-item.dole-grid-product a {
  padding-right:50%;
}
.dole-grid-item.dole-grid-recipe a {
  padding-right:25%;
}
.dole-grid-item.dole-grid-article a {
  padding-right:25%;
}
.dole-grid-item.dole-new a {
  padding-right:115px;
}


.dole-grid-item.dole-new a:after {
  width:142px;
  height:144px;
  background:transparent url('../images/flag-new.png') top right no-repeat;
  position:absolute;
  top:-7px;
  right:-7px;
  content:" ";
  /*background-size:75% 75%;*/
}
.dole-grid-item.dole-grid-centered.dole-grid-product a,
.dole-grid-item.dole-grid-centered.dole-grid-recipe a,
.dole-grid-item.dole-grid-centered.dole-grid-article a {
  padding-right:10px;
}

.dole-grid-item img {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  opacity:0;
}

@media (max-width:600px) {
  .dole-grid-item.dole-new:after {
    background-size:50% 50%;
    top:-3px;
    right:-3px;
  }
}

.dole-grid-sizer,
.dole-grid-item {
  width: 33.3333%;
  /*overflow:hidden;*/
}
.dole-grid-item span { 
  display:block;
  font-size:0.825em;
  line-height:1.4;
}
.dole-grid-item.dole-grid-recipe span { 
  /*margin-bottom:24px;*/
}
.dole-grid-item.dole-grid-recipe.dole-grid-recipe-no-rating span {
  margin-bottom:0;
}
.dole-grid-item span.dole-grid-article-blurb {
  text-transform:none;
  font-size:0.75em;
  margin-top:1em;
  font-weight:500;
}

.dole-grid-item.dole-grid-centered span,
.dole-grid-item.dole-grid-category span,
.dole-grid-item span.dole-item-centered {
  font-size:1.5em;
  position:absolute;
  top:50%;
  left:50%;
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
.dole-grid-item.dole-grid-category span {
  font-size:1em;
}

/* DOLE PLUS */
.dole-grid-item.dole-plus,
.dole-grid-item .dole-plus {
  /*font-size:1em;*/
  text-shadow:none;
  overflow:hidden;
}
.dole-grid-item.dole-plus-intro {
  background-color:#da4a61;
  background: #da4a61 url('../images/bg-dole-plus.gif') left center no-repeat;
}
.dole-grid-item.dole-plus-intro span {
  font-size:1em;
  position:absolute;
  top:50%;
  left:60%;
  line-height:1;

  font-weight:500;
  width: 55%;
  /*margin-left:35px;*/
  
  text-shadow:none;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
.dole-plus-intro-icon {
  width: 45%;
  height:53px;
  float:left;
  
  /*position:relative;
  top:50%;
  -webkit-transform: translateY(-50%);
  left:50px;*/
  position:absolute;
  top:50%;
  left:-50%;
  
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform:translateY(-50%);

  background: transparent url('../images/icon-you-plus.png') center center no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-plus-intro-icon {
    background-image: url('../images/icon-you-plus-2x.png');
  }
}
.dole-grid-item.dole-plus .dole-plus-bg {
  position:absolute;
  top:0;
  left:0;
  
  -webkit-transform: translateX(-700px);
  -moz-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  -o-transform: translateX(-700px);
  transform: translateX(-700px);
  
  /*-webkit-transform: translate3d(-700px, 0px, 0px);
  transform: translate3d(-700px, 0px, 0px);*/
  
  width:1340px;
  height:180px;
  
  
  z-index: 1;
  background-color:#da4a61;
  background: #da4a61 url('../images/bg-dole-plus-wide.gif') left 0 top 50% no-repeat;
  
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -webkit-transform 0.5s ease;
  -o-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
}



.dole-grid-item.dole-plus:hover .dole-plus-bg {
  -webkit-transform: translateX(-670px);
  -moz-transform: translateX(-670px);
  -ms-transform: translateX(-670px);
  -o-transform: translateX(-670px);
  transform: translateX(-670px);
  
  /*-webkit-transform: translate3d(-670px, 0px, 0px);
  transform: translate3d(-670px, 0px, 0px);*/
}
.dole-grid-item.dole-plus-selected .dole-plus-bg {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  
  /*-webkit-transform: translate3d(-30px, 0px, 0px);
  transform: translate3d(-30px, 0px, 0px);*/
}
.dole-grid-item.dole-plus-selected.dole-plus:hover .dole-plus-bg {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  
  /*-webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);*/
}

.no-csstransforms3d .dole-grid-item.dole-plus {
  background-color:#da4a61;
  background: #da4a61 url('../images/bg-dole-plus-wide.gif') left -700px top 0 no-repeat;
}
.no-csstransforms3d .dole-grid-item.dole-plus-selected {
  background-color:#da4a61;
  background: #da4a61 url('../images/bg-dole-plus-wide.gif') left -30px top 0 no-repeat;
}
.no-csstransforms3d .dole-plus-bg {
  display:none;
}

.dole-plus .dole-plus-mark {
  position: absolute;
  bottom:8px;
  left:12px;
  font-size:0.75em;
  font-weight:400;
  z-index:2;
}

.dole-grid-item.dole-plus span,
.dole-grid-item .dole-plus span {
  font-size:1.25em;
  position:absolute;
  top:50%;
  left:50%;
  line-height:1;
  
  font-weight:400;
  margin-left:35px;
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
.dole-grid-item .dole-plus span {
  /*font-size:0.825em;*/
  font-weight:400;
  margin-left:35px;
}
.dole-grid-item .dole-plus span strong,
.dole-grid-item.dole-plus span strong {
  /*font-size:2em;*/
  /*display:block;*/
}
.dole-grid-item .dole-plus a,
.dole-grid-item.dole-plus a {
  background-image:url('../images/icon-dole-plus.png');
  background-position:right bottom;
  background-repeat:no-repeat;
  position:relative;
  z-index:3;
}
.dole-grid-item .dole-plus.dole-plus-selected a,
.dole-grid-item .dole-plus.dole-plus-back a,
.dole-grid-item.dole-plus.dole-plus-selected a {
  background-image:url('../images/icon-dole-plus-selected.png');
  background-position:right bottom;
  background-repeat:no-repeat;
}
.dole-grid-item.dole-plus-intro a {
  background-image:none;
}

.dole-grid-item.dole-plus a:hover, .dole-grid-item.dole-plus a:focus {
  background-color:transparent;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-grid-item .dole-plus a,
  .dole-grid-item.dole-plus a {
    background-image:url('../images/icon-dole-plus-2x.png');
    background-size:70px 70px;
  }
  .dole-grid-item .dole-plus.dole-plus-selected a,
  .dole-grid-item .dole-plus.dole-plus-back a,
  .dole-grid-item.dole-plus.dole-plus-selected a {
    background-image:url('../images/icon-dole-plus-selected-2x.png');
    background-size:70px 70px;
  }
}
.dole-plus-large-icon {
  width: 75px;
  height:75px;
  float:left;
  /*border-radius:50%;
  border:4px solid #fff;*/
  
  /*position:relative;
  top:50%;
  -webkit-transform: translateY(-50%);
  left:50px;*/
  position:absolute;
  top:50%;
  left:-85px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  
  background: none;
}

.dole-grid-item.dole-video {  }
.dole-grid-item.dole-video span {
  font-size:0.75em; display:block;
}
.dole-grid-item.dole-link-external a {
  /*background-image:url('../images/icon-video.png');
  background-position:center center;
  background-repeat:no-repeat;*/
}
.dole-grid-item.dole-link-external a:after {
  width:70px;
  height:70px;
  background:transparent url('../images/icon-external.png') center center no-repeat;
  position:absolute;
  bottom:0;
  right:0;
  content:" ";
}
.dole-grid-item.dole-video a {
  /*background-image:url('../images/icon-video.png');
  background-position:center center;
  background-repeat:no-repeat;*/
}
.dole-grid-item.dole-video a:after,
.dole-grid-item.dole-video.dole-link-extrnal a:after {
  /*width:56px;
  height:56px;
  background:transparent url('../images/icon-video.png') top right no-repeat;
  position:absolute;
  top:50%;
  left:50%;
  content:" ";
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform:translate(-50%, -50%);
  /*background-size:75% 75%;*/
  
  width:70px;
  height:70px;
  background:transparent url('../images/icon-video.png') center center no-repeat;
  position:absolute;
  bottom:0;
  right:0;
  content:" ";
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /*.dole-grid-item.dole-video a {
    background-image:url('../images/icon-video-2x.png');
    background-size:56px 56px;
  }*/
  .dole-grid-item.dole-link-external a:after {
    background-image:url('../images/icon-external-2x.png');
    background-size:70px 70px;
  }
  .dole-grid-item.dole-video a:after,
  .dole-grid-item.dole-video.dole-link-extrnal a:after {
    background-image:url('../images/icon-video-2x.png');
    /*background-size:56px 56px;*/
    background-size:70px 70px;
  }
  
}

/*.dole-grid-item .dole-plus {
  position:absolute;
  top:50%;
  left:50%;
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform:translate(-50%, -50%);
}*/


.dole-grid-item.dole-subscribe {
  /*height:auto;*/
  font-size:1em;
  line-height:1.1;
  background-color:#e2dec8;
  color:#797979;
  text-shadow:none;
  padding:15px;
}
.dole-grid-item.dole-subscribe h3 {
  font-size:1.5em;
  text-transform:uppercase;
  font-weight:700;
  /*margin:0 0 1em 0;*/
  margin:0 0 0.5em 0;
}
.dole-grid-item.dole-subscribe p {
  font-size:1em;
  line-height:1.3;
  text-transform:none;
  font-weight:500;
  margin:0;
}

.dole-subscribe-copy {
  /*width:40%;
  margin-right:5%;
  float:left;*/
  width:100%;
}
.dole-subscribe-intro,
.dole-subscribe-msg {
  width:100%;
  margin-bottom:10px;
}
#dole-subscribe-start {
  width:20%;
  text-transform:uppercase;
}
.dole-input-standard input[type="text"] {
  margin:0 0.25em 0.5em 0;
}
.dole-subscribe-form {
  float:left;
}
.dole-secondary-nav .dole-subscribe-form {
  
}
.dole-grid-item .dole-subscribe-form {
  width:55%;
}

.dole-grid-item .dole-item-copy {
  font-size:0.675em;
  text-transform:none;
  font-weight:500;
}
#dole-subscribe .dole-input-standard,
#dole-subscribe .dole-input-group {
  width:50%;
  float:left;
}

#dole-subscribe .dole-input-standard input {
  width: 48%;
  margin-right: 2%;
  display: block;
  float: left;
}

.dole-grid-item.w2 { width: 66.6%; }
.dole-grid-item.w3 { width: 100%; }
.dole-grid-item.w4 { width: 100%; }
.dole-grid-item.t2 { height: 360px; }

/*@media (min-width:1600px) {
  .dole-grid-sizer, .dole-grid-item { width: 20%; }
  .dole-grid-item.w2 { width: 40%; }
  .dole-grid-item.w3 { width: 60%; }
  .dole-grid-item.w4 { width: 100%; }
  
  .dole-grid-item.dole-subscribe {
    width: 60%;
  }
}
@media (min-width:1280px) and (max-width:1599px) {
  .dole-grid-sizer, .dole-grid-item { width: 25%; }
  .dole-grid-item.w2 { width: 50%; }
  .dole-grid-item.w3 { width: 75%; }
  .dole-grid-item.w4 { width: 100%; }
}
@media (max-width:600px) {
  .dole-grid-sizer, .dole-grid-item { width: 50%; }
  .dole-grid-item.w2 { width: 100%; }
  .dole-grid-item.w4 { width: 100%; }
}
@media (max-width:480px) {
  .dole-grid-sizer, .dole-grid-item { width: 100%; }
  .dole-grid-item.w2 { width: 100%; }
  .dole-grid-item.w3 { width: 100%; }
  .dole-grid-item.w4 { width: 100%; }
}*/
@media (min-width:2200px) {
  .dole-content-main, .dole-content-title { width:80%; }
  .dole-content-side, .dole-content-sharing { width:20%; }
  
  .dole-trending .dole-grid-item { width: 33.3333%; }
  .dole-featured .dole-grid-item { width: 50%; }
  
  .dole-grid-sizer, .dole-grid-item { width: 20%; }
  .dole-grid-item.w2 { width: 40%; }
  .dole-grid-item.w3 { width: 60%; }
  .dole-grid-item.w4 { width: 100%; }
}
@media (min-width:1600px) and (max-width:2199px) {
  .dole-content-main, .dole-content-title { width:75%; }
  .dole-content-side, .dole-content-sharing { width:25%; }
  
  .dole-trending .dole-grid-item { width: 33.3333%; }
  .dole-featured .dole-grid-item { width: 50%; height:180px; }
  
  .dole-grid-sizer, .dole-grid-item { width: 25%; }
  .dole-grid-item.w2 { width: 50%; }
  .dole-grid-item.w3 { width: 75%; }
  .dole-grid-item.w4 { width: 100%; }
}

@media (max-width:960px) {
  .dole-content-main { width:100%; min-height:0; margin-bottom:1em; }
  .dole-content-side { width:100%; }
  .dole-content-side .dole-grid-item { float:left; width:50%; height:360px; }
  .dole-content-side .dole-grid-item.dole-plus { height:180px; }
  
  .dole-trending .dole-grid-item { width: 100%; height:180px; }
  .dole-featured .dole-grid-item { width: 50%; }
  
  .dole-grid-sizer, .dole-grid-item { width: 50%; }
  .dole-grid-item.w2 { width: 100%; }
  .dole-grid-item.w3 { width: 100%; }
  .dole-grid-item.w4 { width: 100%; }
  .dole-grid-item.dole-subscribe h3 { margin-bottom:0.25em; }
  .dole-subscribe-copy,
  .dole-subscribe-msg {
    /*width:100%;
    margin-right:0;
    margin-bottom:10px;
    float:none;*/
  }
  .dole-grid-item .dole-subscribe-form {
    width:100%;
    margin-right:0;
    float:none;
  }
}

@media (max-width:641px) {
  /*.dole-content-main { width:100%; }
  .dole-content-side { width:100%; }*/
  .dole-content-main, .dole-content-title { width:100%; min-height:0; }
  .dole-content-title h1 {width:100%;}
  .dole-content-title { margin-bottom:1.25em; }
  .dole-content-side, .dole-content-sharing { width:100%; padding-left:0; }
  .dole-content-social { margin-top:0.25em; }
  
  .dole-trending .dole-grid-item { width: 100%; }
  .dole-featured .dole-grid-item { width: 100%; }
  
  .dole-content-side .dole-grid-item { float:none; width:100%; height:180px; }
  .dole-content-side .dole-grid-item.t2 { height:360px; }
  .dole-grid-sizer, .dole-grid-item { width: 100%; }
  .dole-grid-item.w2 { width: 100%; }
  .dole-grid-item.w3 { width: 100%; }
  .dole-grid-item.w4 { width: 100%; }
  .dole-subscribe { height: 360px; }
  .dole-grid-item.dole-subscribe h3 { margin-bottom:1em; }
  .dole-subscribe-copy,
  .dole-subscribe-msg {
    width:100%;
    margin-right:0;
    margin-bottom:30px;
    float:none;
  }
  .dole-subscribe-form {
    width:100%;
    margin-right:0;
    float:none;
  }
  .dole-input-broup-btn .dole-btn {
    padding-left:20px;
    padding-right:20px;
  }
  .dole-grid-item .dole-item-copy {
    display:none;
  }
  #dole-subscribe .dole-input-standard,
  #dole-subscribe .dole-input-group {
    width:100%;
    float:none;
  }

  #dole-subscribe .dole-input-standard input {
    width: 100%;
    margin-right: 0;
    display: block;
    float: none;
  }
  .dole-input-standard input[type="text"] {
    width:100%;
  }
}

@media (max-width:740px) {
  body {
    padding-left:0;
  }
  #dole-nav.desktop {
    position:absolute;
    left:-140px;
  }
  #dole-content {
    margin-left:0;
  }
}
@media (max-width:600px) {
  .dole-footer-wrapper {
    padding:10px 10px;
    width:auto;
    max-width:none;
  }
  .dole-footer-col {
    float:none;
    width:100%;
    margin-bottom:20px;
  }
}
/*@media (min-width:1100px) {
  .dole-grid-item { width: 20%; }
  .dole-grid-item.w2 { width: 40%; }
}
@media (min-width:1300px) {
  .dole-grid-item { width: 10%; }
  .dole-grid-item.w2 { width: 20%; }
}*/

#text {
  font-size:1em;
}



/* FORM STUFF */
input {
  /*height: 50px;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;*/
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  font-weight:500;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  
}
.dole-btn {
  display: inline-block;
  padding:0.5em 1em;
  margin-bottom: 0;
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #557bc2;
  border-radius: 0;
  color:#fff;
  background-color: #557bc2;
  /*background: linear-gradient(80deg, #557bc2 0%,#557bc2 20%,#638fe1 20%,#638fe1 100%);*/
  background: #638fe1 url('../images/bg-button.gif') top left no-repeat;
}
.dole-btn a,
.dole-section-billboard .dole-btn a {
  text-decoration:none;
}
.dole-btn[disabled], .dole-btn.dole-btn-green[disabled] {
  cursor: default;
  color:#999;
  background:#e2e2e3;
  border-color:#ccc;
  border-left-color:#e2e2e3;
}


.dole-btn.dole-btn-green {
  background: url(../images/bg-recipes.gif) left top no-repeat #aece41;
  border: none;
  text-transform: uppercase;
}
.dole-btn.dole-btn-arrow a {
  padding-right:40px;
  /*color: #fff;*/
  /*width:20px;
  height:20px;*/
  
  background: url(../images/icon-arrow-right-white.svg) top 50% right 0 no-repeat;
  background-size:1.5em 1.5em
}
.dole-btn.dole-link-external {
  padding-right:12px;
}

.dole-btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*
.dole-btn:hover,
.dole-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.dole-btn:active,
.dole-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.dole-btn.disabled,
.dole-btn[disabled],
fieldset[disabled] .dole-btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}
*/

.dole-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.dole-subscribe-form .dole-input-group {
  top:50%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform:translateY(-50%);*/
}
.dole-secondary-nav .dole-subscribe-form {
  margin-bottom:100px;
}
.dole-input-group input[type="text"] {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /*padding: 0.5em 35px;*/
  border: 1px solid #ccc;
}
input[type="text"].dole-form-invalid {
  border:1px solid #c00;
}
.dole-mobile-search .dole-input-group input[type="text"] {
  border:none;
  background-color: transparent;
  color:#fff;
}
.dole-input-group span.dole-input-group-btn {
  display: table-cell;
  position: relative;
  /*font-size: 0;*/
  white-space: nowrap;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.dole-grid-item.dole-subscribe span { font-size:1em; }
.dole-input-group-btn .dole-btn {
  padding: 0.5em 35px;
  text-transform:uppercase;
}
.dole-secondary-nav .dole-subscribe-form .dole-input-group-btn .dole-btn {
  padding-right:1em;
  padding-left:1em;
}
.dole-secondary-nav .dole-subscribe-form label {
  text-transform:uppercase;
  /*color:#797979;*/
  color:#a5a5a5;
  font-weight:500;
}
@media (max-width:641px) {
  .dole-input-broup-btn .dole-btn {
    padding:10px 20px;
  }
}
@media (max-width:740px) {
  .dole-secondary-nav-footer .dole-subscribe-form .dole-input-group {
    margin: 10px -40px 40px -40px;
  }
  .dole-secondary-nav-footer .dole-subscribe-form .dole-input-group input {
    padding-left:40px;
    padding-top:15px;
    padding-bottom:15px;
  }
  .dole-secondary-nav-footer .dole-input-group-btn .dole-btn {
    padding-top:15px;
    padding-bottom:15px;
  }
}


.dole-press-list {
  
}
.dole-press-list dt {
  font-weight:700;
}
.dole-press-list dd {
  margin:0 0 2em 0;
}


.tab-container,
.dole-about-dole section .tab-container {
  border-bottom:1px solid #d3d7d9;
  padding:0;
  margin:0 0 30px 0;
  list-style-type: none;
}
.tab-container li {
  font-weight:700;
  line-height:1.2;
  margin:0;
  color:#999;
  font-size: 1em;
  
  position:relative;
  bottom:-1px;
  background-color:#fff;
  
  border:1px solid rgba(255,255,255,0);
  background-color:transparent;
  
  text-align: center;
  width: auto;
  float: left;
}
.tab-container li.active {
  color:#333;
  
  background-color:#fff;
  border:1px solid #d3d7d9;
  border-bottom-color:#fff;
}
.tab-container li > a {
  color:#999;
  display:block;
  padding:1em 1.5em;
  text-decoration:none;
}
.tab-container li.active a {
  color:#333;
}


.dole-wtb-retailer-address {
  margin:0 0 3em 0;
  width: 50%;
  float:left;
  
}
@media (min-width:960px) {
  .dole-wtb-retailer-address {
    width: 33%;
    max-width: 400px;
    float:left;
  }
}
@media (max-width:540px) {
  .dole-wtb-retailer-address {
    width: 100%;
    float:none;
  }
}
.dole-wtb-retailer-address .fn {
  font-weight:700;
  text-transform:uppercase;
}



/* dole-clearfixes */
.dole-container-fluid:before,
.dole-container-fluid:after,
.dole-clearfix:before,
.dole-clearfix:after,
#dole-mobile-utils:before,
#dole-mobile-utils:after,
.dole-footer-wrapper:before,
.dole-footer-wrapper:after,
.dole-nav-social:before,
.dole-nav-social:after,
.dole-secondary-nav-header:before,
.dole-secondary-nav-header:after,
.dole-secondary-nav-footer:before,
.dole-secondary-nav-footer:after,
.dole-info-boxes:before,
.dole-info-boxes:after,
.dole-info-details:before,
.dole-info-details:after,
.dole-content-header:before,
.dole-content-header:after,
.dole-section-billboard:before,
.dole-section-billboard:after,
.dole-billboard-split:before,
.dole-billboard-split:after,
.dole-content-sharing:before,
.dole-content-sharing:after,
.dole-faq-category-list:before,
.dole-faq-category-list:after,
.dole-form-2-col:before,
.dole-form-2-col:after,
.dole-wtb-results:before,
.dole-wtb-results:after,
.dole-results-pane:before,
.dole-results-pane:after,
.dole-sort-by-bar:before,
.dole-sort-by-bar:after,
.dole-filter-tag-panel:before,
.dole-filter-tag-panel:after {
  display: table;
  content: " ";
}
.dole-container-fluid:after,
.dole-clearfix:after,
#dole-mobile-utils:after,
.dole-footer-wrapper:after,
.dole-nav-social:after,
.dole-secondary-nav-header:after,
.dole-secondary-nav-footer:after,
.dole-info-boxes:after,
.dole-info-details:after,
.dole-content-header:after,
.dole-section-billboard:after,
.dole-billboard-split:after,
.dole-content-sharing:after,
.dole-faq-category-list:after,
.dole-form-2-col:after,
.dole-wtb-results:after,
.dole-results-pane:after,
.dole-sort-by-bar:after,
.dole-filter-tag-panel:after {
  clear: both;
}

.dole-content-social span {
  padding:0 10px 0 0;
  line-height:29px;
}
.addthis_sharing_toolbox {
  display:inline-block;
}
.addthis_toolbox {
  float:left;
}


/*.dole-masthead img { display:none; }
.dole-masthead-title img { display:block; }*/
.dole-masthead-detail img { width:100%; max-width:auto; }

@media print {
  * {
    color:#333 !important;
    border:none !important;
    font-size:1em !important;
    /*background: none !important;*/
  }
  body {
    padding:0 !important;
    margin:0 !important;
  }
  .dole-masthead {
    min-height:0 !important;
    height:auto !important;
  }
  .dole-masthead img {
    display:block !important;
    width:auto;
    height:auto;
    max-height:300px;
  }
  .dole-menu-toggle,
  .dole-menu,
  .dole-secondary-nav,
  .dole-site-utils,
  .breadcrumb,
  .dole-comments-bar,
  .dole-content-side,
  #packery,
  .dole-footer-wrapper,
  .dole-content-sharing { display: none !important; } 

  #dole-nav {
    position:relative !important;
  }
  .dole-menu-bar { background: none !important; }
  .dole-logo { margin-bottom:0 !important; }
  .dole-main-nav {
    width:auto !important;
    height:auto !important;
    position:relative !important;
    background:none !important;
    background-image:none !important;
  }
  .dole-content-main {
    height:auto !important;
    width:auto !important;
  }
 
  .dole-info-box {
    width:25% !important;
    background: none !important;
    color:#333;
  }
  .dole-content-title { margin:0; }
  .dole-content-rating span { display: none; }
 
}

#dole-search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(99, 143, 225, 0.9);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
  z-index:10000;
}

#dole-search-overlay.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
}

/*#dole-search-overlay input[type="search"] {
  position: absolute;
  top: 50%;
  width: 70%;
  min-width:400px;
  max-width:900px;
  color: #333;
  background: #ffffff;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
  border: 0px;
  margin: 0px auto;
  
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}*/
#dole-search-overlay .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#dole-search-overlay .dole-search-close {
  position: fixed;
  top: 20px;
  right: 20px;
}
#dole-search-overlay .dole-search-form {
  position:absolute;
  
  top:50%;
  left:50%;
  width:60%;
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform:translate(-50%, -50%);
}

#dole-search-overlay input[type="text"] {
  float:left;
  font-size:2em;
  font-weight: 500;
  height:60px;
  /*border: 1px solid #ccc;
  border-right: 0;*/
  border:none;
  padding:0 20px;
  width: 100%;
  color:#797979;
}

#dole-search-overlay input[type="submit"] {
  width:60px;
  height:60px;
  /*border: 1px solid #ccc;
  border-left: 0;*/
  border:none;
  background: #fff url('../images/icon-search-blue.svg') center center no-repeat;
  background-size:50px 50px;
  padding:0;
  margin:0;
  margin-left: -60px;
  float:left;
}

#dole-search-overlay .ui-autocomplete {
  background: transparent;
}
#dole-search-overlay .ui-autocomplete .ui-menu-item {
  padding-left:20px;
}
#dole-search-overlay .ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #fff;
  color:rgb(99, 143, 225);
  border:1px solid #fff;
}

#scWebEditRibbon { padding-left:130px; }

.dole-about-dole section iframe {
  height:1200px;
}
@media (max-width:1436px) {
  .dole-about-dole section iframe {
    height:2000px;
  }
}


/* END styles.css */

/* ************************
Navigation
*************************** */

/* Site Overlay */

.dole-site-overlay {
  display: none;
  /*background-color:rgba(0,0,0,0.5);*/
  
}

.menu-open .dole-site-overlay,
.search-open .dole-site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  z-index: 999;
  -webkit-overflow-scrolling: none;
}
.menu-open.mobile-menu-open .dole-site-overlay {
  display: none;
}

body.menu-open,
body.search-open {
  overflow:hidden;
  height:100%;
}
body.menu-open.mobile-menu-open {
  overflow:auto;
  height:auto;
}

#dole-nav {
  z-index:9999;
  position:fixed;
  top:0px;
  bottom:0;
  left:0px;
  
  -webkit-transition: -webkit-transform .5s cubic-bezier(.16, .68, .43, .99);
     -moz-transition:    -moz-transform .5s cubic-bezier(.16, .68, .43, .99);
       -o-transition:      -o-transform .5s cubic-bezier(.16, .68, .43, .99);
          transition:         transform .5s cubic-bezier(.16, .68, .43, .99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

#dole-nav.dole-menu-open {
  -webkit-transform: translateX(400px);
     -moz-transform: translateX(400px);
      -ms-transform: translateX(400px);
       -o-transform: translateX(400px);
          transform: translateX(400px);
}



.dole-logo {
  /*margin-top:20px;*/
  width:130px;
  height:80px;
  margin-bottom:70px;
}
.dole-logo a {
  display:block;
  width:130px;
  height:80px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-logo {
    background:transparent url('../images/logo-dole-2x.png') top left no-repeat;
    background-size:100%;
  }
  .dole-logo img {
    display:none;
  }
}


.dole-menu-line {
  display: block;
  position:relative;
  width: 26px;
  height: 3px;
  background: #ffffff;
  margin: 0 auto 3px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}

.menu-open .menu-line-top {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open .menu-line-mid {
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.menu-open .menu-line-btm {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dole-menu-toggle {
  display:none;
}
.dole-menu-toggle {
  z-index:2000;
  /*float: right;*/
  position:fixed;
  right: 0;
  
  margin: 0;
  padding-top: 30px;
  
  width: 60px;
  background: transparent;
  color: #fff;
  /*border-radius: 5px;*/
  text-indent: -60px;
  line-height: 23px;
  font-size: 14px;
  overflow: hidden;
  
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  
  
}
/*.dole-menu-open .menu-line-top {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dole-menu-open .menu-line-mid {
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.dole-menu-open .menu-line-btm {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/


.dole-main-nav {
  width:130px;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  /*background-color:#fff;*/
  background: #fff url('../images/nav-bg.jpg') top left no-repeat;
}



#dole-nav.dole-menu-open .dole-main-nav {
  box-shadow: 2px 0 20px rgba(0,0,0,0.2);
}
.dole-main-nav ul {
  list-style: none;
  list-style-image: none;
  /*margin: 0;*/
  padding: 0;
}
.dole-nav-menu {
  margin:0;
}
.dole-nav-menu li {
  display:block;
  line-height:1;
  /*margin-bottom:40px;*/
}
.dole-nav-menu li > a {
  color:#0355a6;
  text-transform:uppercase;
  text-decoration:none;
  font-size:1em;
  font-weight:700;
  display:block;
  padding:15px 20px;
  
  /*-webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
  
  -webkit-transition: all 0.2s;
          transition: all 0.2s;*/
}
.dole-nav-menu li > a:hover,
.dole-nav-menu li.active > a {
  background-color:#3E3B36;
  color:#fff;

  -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s;
}




.dole-nav-menu-extras {
  margin-top:40px;
}
.dole-nav-menu-extras li {
  display:block;
  line-height:1;
}
.dole-nav-menu-extras li > a {
  color:#3E3B36;
  text-transform:uppercase;
  text-decoration:none;
  font-size:0.75em;
  font-weight:500;
  display:block;
  padding:10px 20px;
  
  /*-webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
  
  -webkit-transition: all 0.2s;
          transition: all 0.2s;*/
}
/*.dole-nav-menu-extras li > a:hover,
.dole-nav-menu-extras li.active > a {
  background-color:#3E3B36;
  color:#fff;

  -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s;
}*/

.dole-navbar-close,
.dole-search-close {
  position:absolute;
  top:10px;
  right:10px;
  z-index:3;
}
.dole-navbar-close a,
.dole-search-close a {
  display:block;
  height:30px;
  width:30px;
  background:transparent url('../images/icon-close.png') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-navbar-close a,
  .dole-search-close a {
    background-image:url('../images/icon-close-2x.png');
    background-size:30px 30px;
  }
}
.dole-navbar-close a span,
.dole-search-close a span {
  display:none;
}

.dole-nav-menu-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

.dole-nav-social {
  background-color:rgba(226,222,200, 0.5);
  font-size:1em;
}
.dole-nav-social ul { margin:0; padding:0; list-style:none; }
.dole-nav-social ul li { float:left; margin:0; line-height:1; }
.dole-nav-social ul li a { display:block; padding:0.5em 0.5em 0.5em 0.5em;}
.dole-nav-social ul li a span { display:none; }

.dole-nav-menu-user {

}
.dole-nav-menu-user li {
  display:block;
  line-height:1;
}
.dole-nav-menu-user li > a {
  color:#5c594c;
  text-transform:uppercase;
  text-decoration:none;
  font-size:0.75em;
  font-weight:500;
  display:block;
  padding:10px 20px;
  
  /*-webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
  
  -webkit-transition: all 0.2s;
          transition: all 0.2s;*/
}
.dole-plus-icon {
  display:block;
  width:25px;
  height:25px;
  line-height: 1;
  background:transparent url('../images/icon-nav-dole-plus.png') top left no-repeat;
  margin-bottom:6px;
}

.dole-menu-small .dole-nav-menu-user li > a {
  padding:10px 30px;
  color:#fff;
  line-height:25px;
}
.dole-menu-small .dole-plus-icon {
  background-image:url('../images/icon-nav-dole-plus-white.png');
  float:left;
  margin-right:5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-plus-icon {
    background-image:url('../images/icon-nav-dole-plus-2x.png');
    background-size:25px 25px;
  }
  
  .dole-menu-small .dole-plus-icon {
    background-image:url('../images/icon-nav-dole-plus-white-2x.png');
    background-size:25px 25px;
  }
}

/*.dole-nav-level h3 {
  position:relative;
  top:-60px;
  
  -webkit-transition-delay: .2s;
      transition-delay: .2s;
}
.dole-nav-level ul {
  position:relative;
  top:-100px;
  
  -webkit-transition-delay: .2s;
      transition-delay: .2s;
}*/

.dole-secondary-nav {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  
  width:400px;
  height:100%;
  position:absolute;
  top:0;
  left:-400px;
  
  color:#fff;
  background-color:#312f2a;
  
  border:none;
  overflow-y:auto;
  -webkit-overflow-scrolling: touch;
}

/*
Fixes a bug in iOS where a <div>'s content no longer needs scrolling when the orientation is changed
*/
@media (orientation: landscape) {
  .dole-secondary-nav {
    -webkit-animation: fixWebkitOverflowScroll 0.25s;
  }

  @-webkit-keyframes fixWebkitOverflowScroll
  {
    0% {padding-bottom: 1px;}
    100% {padding-bottom: 0px;}
  }
}

.dole-secondary-nav-header {
  background-color:#3E3B36;
}
.dole-secondary-nav-footer {
  padding:30px;
  background-color:#312f2a;
  /*color:#797979;*/
  color:#a5a5a5;
}

.dole-secondary-nav h3 {
  text-transform:uppercase;
  font-size:1em;
  font-weight:700;
}
.dole-secondary-nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.dole-secondary-nav ul.dole-nav-column {
  margin: 0;
}
.dole-secondary-nav li {
  display:block;
  line-height:1;
}
.dole-secondary-nav li > a {
  color:#fff;
  font-size:1em;
  display:block;
  padding:5px 0;
  
}
.dole-secondary-nav-footer li > a {
  font-weight:500;
  /*color:#797979;*/
  color:#a5a5a5;
  text-transform:none;
}

.dole-secondary-nav-items {
  /*display:none;*/
  
}
.dole-secondary-nav-items {
  width:100%;
  position:absolute;
  
  /*padding:80px 30px 40px 30px;*/
  padding:60px 30px 30px 30px;
  
  -webkit-transform: translateX(-400px);
     -moz-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
       -o-transform: translateX(-400px);
          transform: translateX(-400px);
          
          
          -webkit-transition: -webkit-transform .5s cubic-bezier(.16, .68, .43, .99);
             -moz-transition:    -moz-transform .5s cubic-bezier(.16, .68, .43, .99);
               -o-transition:      -o-transform .5s cubic-bezier(.16, .68, .43, .99);
                  transition:         transform .5s cubic-bezier(.16, .68, .43, .99);
          /* improves performance issues on mobile*/
          -webkit-backface-visibility: hidden;
          -webkit-perspective: 1000;
}
.dole-secondary-nav-items ul > li.spacer,
.dole-nav-menu .dole-secondary-nav-items ul > li.spacer {
  margin-bottom:30px;
}
.dole-main-nav .dole-secondary-nav-items {
  position:static;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  
  padding:20px 0;
  background-color:#312f2a;
}
.dole-main-nav .dole-secondary-nav-items,
.dole-main-nav .dole-secondary-nav-footer {
  display:none;
}
.dole-secondary-nav-items.open {
  display:block;
  
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}

.dole-secondary-nav-items.open h3 {
 
}

.dole-nav-title a {
  text-transform:uppercase;
  font-size:1em;
  font-weight:700;
  color:#fff;
  font-size:1em;
  display:block;
  padding:5px 0;
  margin-bottom: 20px;
}
.dole-nav-column {
  width:50%;
  float:left;
  position:relative;
}
.dole-secondary-nav-header .dole-nav-column:last-child {
  /*margin-top:3.5em;*/
}
.dole-secondary-nav-header .dole-nav-column.dole-nav-column-no-margin:last-child {
  margin-top:0;
}
.dole-secondary-nav-header .dole-nav-column:first-child {
  margin-top:0;
}

.dole-secondary-nav ul > li {
  text-transform:uppercase;
  font-size:1em;
  font-weight:700;
}
.dole-nav-column > li + li {
  margin-bottom:30px;
}
.dole-nav-column > li + li:last-child {
  margin-bottom:0px;
}
.dole-nav-column > li > ul {
  
}
.dole-secondary-nav ul > li > ul > li,
.dole-nav-column > li > ul > li {
  text-transform:none;
  font-weight:500;
  margin-bottom:0px;
}


.dole-mobile-search {
  display:none;
  padding:25px 30px;
  background-color:#638fe1;
  position:relative;
}
.dole-mobile-search input {
  margin:0;
  background:transparent;
  color:#fff;
  border:none;
  padding:0;
  font-size:1.25em;
}

.dole-mobile-search input::-webkit-input-placeholder { color: #ffffff; }
.dole-mobile-search input:-moz-placeholder { color: #ffffff; }
.dole-mobile-search input::-moz-placeholder { color: #ffffff; }
.dole-mobile-search input:-ms-input-placeholder { color: #ffffff; }

.dole-mobile-search .dole-search-btn {
  background-color: transparent;
  width:30px;
  height:30px;
  border:none;
  background: transparent url('../images/icon-search.png') right center no-repeat;
  padding:0;
  margin:0;
  margin-right:-4px;
}

#dole-mobile-utils { display:none; }


@media (max-width:740px) {
  body { margin-top:80px; padding-left:0; }
  #dole-nav {
    position:fixed;
    top:0px;
    right:0px;
    bottom:auto;
  }
  
  .dole-mobile-search {
    display:block;
  }
  .menu-open #dole-nav {
    bottom:0;
  }
  .dole-menu-bar {
    background:#fff;
    background: #f7f5ed url('../images/nav-bar-bg.jpg') top right no-repeat;
    height:80px;
  }
  .dole-menu-toggle {
    display:block;
  }
  .dole-nav-menu li {
    border-bottom:1px solid #312f2a;
  }
  .dole-nav-menu-footer {
    position:static;
  }
  .dole-logo {
    margin:0;
    float:left;
  }
  .dole-main-nav {
    width:auto;
    position:static;
    
    /*background: #fff url('../images/nav-bg.jpg') top left no-repeat;*/
  }
  .dole-menu {
    height:0;
    overflow:hidden;
    background: #3d3b35;
  }
  .menu-open .dole-menu {
    height:auto;
    overflow-y:auto;
    position:fixed;
    top:80px;
    right:0;
    bottom:0;
    left:0;
    
    -webkit-overflow-scrolling: touch;
  }
  
  .dole-main-nav ul.dole-nav-menu,
  .dole-main-nav ul.dole-nav-menu-extras {
    margin:0;
  }
  .dole-main-nav ul.dole-nav-menu-extras {
    margin:20px 0;
    /*padding-top:20px;*/
    
  }
  
  .dole-nav-menu li > a {
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-size:1em;
    font-weight:700;
    display:block;
    padding:30px;
    line-height:24px;
    /*background:transparent url('../images/icon-menu-down.png') right 20px center no-repeat;
    background-size:18px 18px;*/
  }
  .dole-nav-menu li > a .dole-icon {
    display:block;
    float:right;
    width:24px;
    height:24px;
    background:transparent url('../images/icon-menu-down.png') center center no-repeat;
    background-size:24px 24px;
    
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .dole-nav-menu li.open > a .dole-icon {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .dole-nav-menu-extras li > a {
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-size:0.75em;
    font-weight:500;
    display:block;
    padding:10px 30px;
    background:none;
  }
  .dole-nav-menu li > a:hover,
  .dole-nav-menu li.active > a,
  .dole-nav-menu-extras li > a:hover,
  .dole-nav-menu-extras li.active > a {
    /*background-color:#3d3b35;
    color:#fff;

    -webkit-transition: background-color 0.2s;
              transition: background-color 0.2s;*/
  }
  
  .dole-nav-menu .dole-secondary-nav-items li {
    
  }
  .dole-nav-menu .dole-secondary-nav-items li > ul {
    margin-bottom:30px;
    margin-top:0;
  }
  .dole-nav-menu .dole-secondary-nav-items li > ul > li {
    
  }
  .dole-nav-menu .dole-secondary-nav-items li > a,
  .dole-nav-menu .dole-secondary-nav-items .dole-nav-title a {
    padding:5px 30px;
    background-image:none;
    text-decoration:none; 
  }
  .dole-nav-menu .dole-secondary-nav-items li > a:hover,
  .dole-nav-menu .dole-secondary-nav-items .dole-nav-title a:hover {
    background:none;
  }
  .dole-nav-menu .dole-secondary-nav-items li > ul > li > a {
    text-transform:none;
    font-weight: 500;
  }
  
  .dole-nav-social {
    background:none;
    background-color:#312f2a;
    /*font-size:1.5em;*/
  }
  .dole-nav-social ul { margin:20px; padding:0; list-style:none; }
  .dole-nav-social ul li { float:left; margin:0; line-height:1; } /* width:25%; text-align:center;*/
  .dole-nav-social ul li a { display:block; padding:10px; }
  .dole-nav-social ul li a span { display:none; }
  
  .dole-secondary-nav {
    display:none;
  }
  .dole-secondary-nav-items {
    display:none;
  }
  
  li.open .dole-secondary-nav-items {
    display:block;
  }
  li.open > a {
    background-color:#3d3b35;
    /*background-image:url('../images/icon-menu-up.png');
    background-size:18px 18px;*/
  }
  
  
  .dole-nav-menu .dole-secondary-nav-items ul > li {
    text-transform:uppercase;
    font-size:1em;
    font-weight:700;
    margin-bottom:0px;
  }
  
  .dole-nav-menu .dole-secondary-nav-items > li + li {
    margin-bottom:0px;
  }
  .dole-nav-menu .dole-secondary-nav-items > li > ul {
  
  }
  .dole-nav-menu .dole-secondary-nav-items ul > li > ul > li,
  .dole-nav-column > li > ul > li {
    text-transform:none;
    font-weight:500;
    margin-bottom:0px;
  }
  
  .dole-main-nav .dole-secondary-nav-footer {
    display:block;
    padding:30px;
  }
  .dole-main-nav .dole-secondary-nav-footer ul {
    margin: 0px;
  }
  .dole-main-nav .dole-secondary-nav-footer ul > li {
    display:block;
    float:none;
    padding: 5px 0;
  }
  .dole-main-nav .dole-secondary-nav-footer ul > li a {
    padding: 5px 0;
  }
  
  
  .dole-nav-column {
    float:none;
    width:100%;
  }
  
  #dole-mobile-utils { display:block; background:#312f2a; }

  .dole-nav-menu-user { display:none; }
  .dole-mobile-utils-user .dole-nav-menu-user { display: block; font-size:1.25em; }
  .dole-mobile-utils-user,
  .dole-mobile-utils-lang {
    width:50%;
    float:left;
  }
  .dole-mobile-utils-user {
    
  }
  .dole-mobile-utils-lang {
    
  }
}

@media (min-width:741px) and ( max-height: 640px ) {
  .dole-logo { margin-bottom:20px; }
  .dole-nav-menu-extras { margin-top:10px; }
}
@media (min-width:741px) and ( max-height: 540px ) {
  .dole-logo { margin-bottom:0; }
  .dole-nav-menu-extras { display:none; }
}

/* END nav.css */

/* ************************
Icons
*************************** */

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


.dole-icon {
  display: inline-block;
  font-family: IconFont;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  /*position:relative;
  top:-2px;*/
}

.dole-icon + span {
  border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}


.dole-icon-facebook, .dole-link-facebook .dole-icon,
.dole-icon-twitter, .dole-link-twitter .dole-icon,
.dole-icon-youtube, .dole-link-youtube .dole-icon,
.dole-icon-instagram, .dole-link-instagram .dole-icon,
.dole-icon-pinterest, .dole-link-pinterest .dole-icon { font-family: socicon; text-transform:none !important; }

.dole-icon-facebook:before,
.dole-link-facebook .dole-icon:before {
  content: "b";
}
.dole-icon-twitter:before,
.dole-link-twitter .dole-icon:before {
  content: "a";
}
.dole-icon-youtube:before,
.dole-link-youtube .dole-icon:before {
  content: "r";
}
.dole-icon-instagram:before,
.dole-link-instagram .dole-icon:before {
  content: "x";
}
.dole-icon-pinterest:before,
.dole-link-pinterest .dole-icon:before {
  content: "d";
}

.dole-link-facebook .dole-icon { color:#537bbd; }
.dole-link-twitter .dole-icon { color:#78cdf0; }
.dole-link-pinterest .dole-icon { color:#eb5755; }
.dole-link-youtube .dole-icon { color:#e9654b; }
.dole-link-instagram .dole-icon { color:#997450; }


.dole-link-print i.dole-icon {
  background-image:url('../images/icon-print.svg');
  height:1em;
  width:1em;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
  fill:#333;
}
.dole-link-email i.dole-icon {
  background-image:url('../images/icon-email.svg');
  height:1em;
  width:1em;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.dole-section-billboard .dole-link-print i.dole-icon {
  background-image:url('../images/icon-print-white.svg');
}
.dole-section-billboard .dole-link-email i.dole-icon {
  background-image:url('../images/icon-email-white.svg');
}







/* You+ */

.dole-plus-active .dole-plus-large-icon {
  background:transparent url('../images/youplus-active.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-calories .dole-plus-large-icon {
  background:transparent url('../images/youplus-calories.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-entertain .dole-plus-large-icon {
  background:transparent url('../images/youplus-entertain.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-fast .dole-plus-large-icon {
  background:transparent url('../images/youplus-fast.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-juice .dole-plus-large-icon {
  background:transparent url('../images/youplus-juice.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-kids .dole-plus-large-icon {
  background:transparent url('../images/youplus-kids.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-parent .dole-plus-large-icon {
  background:transparent url('../images/youplus-parent.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-protein .dole-plus-large-icon {
  background:transparent url('../images/youplus-protein.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-snack .dole-plus-large-icon {
  background:transparent url('../images/youplus-snack.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-spicy .dole-plus-large-icon {
  background:transparent url('../images/youplus-spicy.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-sweet .dole-plus-large-icon {
  background:transparent url('../images/youplus-sweet.svg') center center no-repeat;
  background-size:75px 75px;
}
.dole-plus-veg .dole-plus-large-icon {
  background:transparent url('../images/youplus-veg.svg') center center no-repeat;
  background-size:75px 75px;
}

/* END icons.css */

/* ************************
Forms
*************************** */

button, input, select, textarea {
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
}
option {
  font-family: Helvetica, sans-serif !important;
}

input[type="submit"] {
  width:auto;
}
input[type="text"], input[type="search"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  
  background-color:#ffffff;
  color:#333333;
  border:1px solid #cececd;
  padding:0.5em 1em;
  
  margin:0 0 1em 0;
}
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  
  background-color:#ffffff;
  /*color:#bababa;*/
  border:1px solid #cececd;
  padding:0.5em 1em;
  
  margin:0 0 1em 0;
}
button[disabled] {
  
}
html input[disabled] {
  cursor: default;
  
  border:1px solid #e2e2e3;
  padding:0.5em 2.75em 0.5em 1em;
  
  color:#999;
  
  background-color:#e2e2e3;
}



.dole-form-row {
  display: block;
  clear: left;
  margin-bottom: 15px;
}
.dole-form-2-col .dole-form-row {
  width:50%;
  max-width: 400px;
  float:left;
  clear:none;
  padding:10px;
  margin:0;
}
.dole-form-2-col .dole-form-row:nth-child(2n+1) {
  clear:left;
}
.dole-form-row input {
  margin:0;
}
.dole-about-dole label {
  float: left;
  width: 20%;
}
.dole-about-dole .dole-form-2-col label {
  width:100%;
}
.dole-about-dole label:after {
  content: ' (required)';
  color: #FF2A2A;
  display: none;
  padding-left: 0.5em;
}
.dole-about-dole label.dole-required-label:after {
  display: inline-block;
}

.dole-about-dole input,
.dole-about-dole textarea,
.dole-about-dole .dole-select.dole-select-wide select {
  
}

.dole-wtb {
  min-height:600px;
}
.dole-wtb select {
  width:100%;
  max-width:300px;
}
.dole-about-dole .dole-wtb label {
  width:100%;
}

.dole-about-dole .dole-wtb input {
  width:auto;
}


.dole-wtb-results {
  margin-top:50px;
}
.dole-wtb-results h3,
.dole-about-dole .dole-wtb-results h3 {
  font-size:1em;
  text-transform:none;
  color:#333333;
  font-weight:700;
}
.dole-wtb-results-list {
  margin:10px 0 30px 0;
  padding:30px 0 0 0;
  border-top:1px solid #009;
}
.dole-wtb-results-list img {
  height:auto;
  width:auto;
  float:left;
  margin:0 20px 20px 0;
  width:90px;
  height:40px;
}


/*.dole-section-billboard input[type="text"],
.dole-section-billboard input[type="search"],
.dole-section-billboard input[type="email"],
.dole-section-billboard input[type="password"],
.dole-section-billboard textarea {
  -webkit-appearance: none;
  border-radius: 0;
  
  background-color:#ffffff;
  border:1px solid #343c40;
  color:#b3b9bb;
}*/


::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }



.dole-dropdown select,
.dole-dropdown input[type="date"]{
  appearance: none;
  -o-appearance:none;
  -ms-appearance:none;
  -moz-appearance: none;
  -webkit-appearance:none;
  
  border-style: none;
  border-radius:0;
  border:1px solid #557bc2;
  padding:0.5em 2.75em 0.5em 1em;
  
  color:#fff;
  
  background-color:#557bc2;
  background-image: url("../images/icon-dropdown.svg");
  background-size: 26px 26px;
  background-repeat:no-repeat;
  background-position:right 5px top 50%;
}
.dole-dropdown select[disabled] {
  border-style: none;
  border-radius:0;
  border:1px solid #e2e2e3;
  padding:0.5em 2.75em 0.5em 1em;
  
  color:#999;
  
  background-color:#e2e2e3;
  background-image: url("../images/icon-dropdown.svg");
  background-size: 26px 26px;
  background-repeat:no-repeat;
  background-position:right 5px top 50%;
}
.dole-browser-firefox .dole-dropdown select {
  background-image:none;
  padding:0.5em;
}

.dole-section-billboard .dole-dropdown select {
  color:#6184c6;
  background-color:#ffffff;
  background-image: url("../images/icon-dropdown-blue.svg");
  
  border:1px solid #ffffff;
}

.dole-dropdown { position:relative; margin-bottom:1em;}

.dole-dropdown select::-ms-expand {
  display: none;
}

.ie9 .dole-dropdown select {
  padding:0.5em 1em;
  background-image:none;
}

.dole-dropdown select[disabled] {
  cursor: not-allowed;
}

.dole-dropdown select option:not(:checked) {
    margin:40px;
    background: #fff;
    color:#333;
}

/* END forms.css */

/* ************************
Supplemental
*************************** */

.dole-embed-responsive {
  position: relative;
  display: block;
  height: 0;
  max-height: 700px;
  max-width: 1244px;
  margin: 0 auto;
  overflow: hidden;
}

.dole-embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.dole-embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: 700px;
  max-width: 1244px;
}

@media screen and (min-width: 1420px) {

  .dole-embed-responsive-16by9 {
    padding-bottom: 700px;
  }

}

.dole-embed-responsive-matte {
  background-color: #3d3b35;
}


.dole-content-video h1 {
  background-color: #3d3b35;
  margin: 0 0 14px;
  color: #fff;
  padding: 10px 20px;
}

.dole-content-header .dole-video-page-title p {
  text-transform: none;
  font-size: inherit;
  text-align: left;
  margin: inherit;
  padding-right: 2em;
}

.dole-content-video .grid {
  margin: -7px;
}


.dole-content-video .dole-grid-item,
.dole-content-video .dole-grid-sizer {
  width: 50%;
}

@media (max-width: 2199px) and (min-width: 1600px) {
  .dole-content-video .dole-grid-item,
  .dole-content-video .dole-grid-sizer {
    width: 33.3%;
  }
}

@media (min-width: 2200px) {
  .dole-content-video .dole-grid-item, .dole-content-video .dole-grid-sizer {
    width: 25%;
  }
}

.dole-content-main.dole-content-video {
  min-height: 0;
  padding-bottom:0;
}



/* Video Category page styles */



.dole-container-fluid.dole-featured-videos {
  margin: -7px;
}

.dole-featured-videos .dole-video {
  height: auto;
  float: left;
  width: 50%;
}

.dole-featured-videos .dole-video:last-child {
  float: right;
}

.dole-featured-videos .dole-video a {
  height: 0;
  min-height: 250px;
  max-height: 440px;
  padding-bottom: 56%;
}

@media screen and (min-width: 1600px) {

  .dole-featured-videos .dole-video a {
    height: 400px;
    padding-bottom: 0;
  }

}

@media screen and (max-width: 960px) {

  .dole-featured-videos .dole-video a {
    height: 200px;
    padding-bottom: 0;
  }

}

.dole-container-fluid.dole-video-results {
  margin-top: 14px;
}

.dole-sort-by-bar {
  background: url('../images/bg-videos.gif') 0 -96px no-repeat #8341ce;
  width: 100%;
  color: #fff;
  padding: 0px 20px 0 5px;
  text-transform: uppercase;
  position: relative;
}

.dole-sort-by-bar h1 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 5px;
  float: left;
}

.dole-sort-by-bar .dole-small {
  float: left;
  margin: 13px 0 0 20px;
  color: #fff;
  /*text-decoration: underline;*/
}

.dole-sort-by-bar a.sort-by {
  float: right;
  margin: 10px 8px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  padding-right: 34px;
  position: relative;
}

.dole-sort-by-bar a.sort-by span {
  display: block;
  position: absolute;
  background: url('../images/icon-arrow-down-no-bg.png') center center no-repeat;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 0;
  margin-top: -10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dole-sort-by-bar a.sort-by span.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dole-video-results .dole-sort-options {
  position: absolute;
  background: #5C2897;
  z-index: 1000;
  top: 100%;
  right: 0;
  display: none;
}
/*.dole-video-results .dole-sort-options.dole-sort-options-articles,*/
.dole-sort-by-bar.dole-article-results .dole-sort-options {
  background: #FF7A18;
}
/*.dole-video-results .dole-sort-options.dole-sort-options-products,*/
.dole-sort-by-bar.dole-product-results .dole-sort-options {
  background: #569CAB;
}
/*.dole-video-results .dole-sort-options.dole-sort-options-recipes,*/
.dole-sort-by-bar.dole-recipe-results .dole-sort-options {
  background: #A3B45E;
}



.dole-video-results .dole-sort-options li {
  padding: 0.4em 2em;
}

.dole-video-results .dole-sort-options li:hover {
  /*background-color: rgba(132,65,207,1);*/
  background-color:rgba(255,255,255,0.4);
}
.dole-video-results .dole-sort-options li.dole-sort-active {
  /*background-color: rgba(132,65,207,0.5);*/
  background-color:rgba(255,255,255,0.2);
  pointer-events: none;
  cursor: pointer;
}


/* Recipe Results page */

.dole-recipe-results .dole-sort-by-bar {
  background: url('../images/bg-recipes.gif') 0 -96px no-repeat #aece41;
}

.dole-recipe-results .dole-filter-tag-panel,
.dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tagsinput {
  background: #a5c241;
  margin: 0;
  padding: 0px;
  border: none;
}

.dole-recipe-results .dole-filter-tag-panel {
  display: none;
}

.dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tagsinput {
  padding-top: 70px;
}

.dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tagsinput input {
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  background: #8ba533;
  color: white;
  border: none;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  padding: 6px;
  width: 50%;
  position: absolute;
  top: 20px;
  left: 10em;
}

.dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tagsinput input::before {
  content: '';
}

.dole-recipe-results .dole-filter-tag-panel .dole-tag-input {
  float: left;
  padding: 20px;
  width: 80%;
  position: relative;
}

.dole-recipe-results .dole-filter-tag-panel label {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  position: absolute;
  top: 0px;
  left: 0em;
  padding: 0.4em;
}

.dole-recipe-results .dole-filter-tag-panel input {
  background: #8ba533;
  color: white;
  border: none;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  padding: 6px;
  width: 40%;
}

.dole-recipe-results .dole-filter-tag-panel .dole-tag-control-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.dole-recipe-results .dole-filter-tag-panel button {
  text-transform: uppercase;
  padding: 10px 17px;
  font-size: 1.2em;
  margin: 0;
  border: none;
  width: 20%;
  text-align: left;
  min-width: 150px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 5px solid #A5C241;
  border-right: 5px solid #A5C241;
}

.dole-recipe-results .dole-filter-tag-panel button span {
  background: url(../images/icon-plus-blue-bg.png) 50% 50% no-repeat;
  display: block;
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  margin: -13px;
  right: 25px;
}

.dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tag {
  font-size: 1.1em;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  background-color: #8ba533;
  font-weight: 400;
  text-transform: uppercase;
  padding: 40px 0;
  color: #fff;
  margin: 0;
  position: relative;
  width: 20%;
  text-align: center;
  border: 5px solid #A5C241;
}

.dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tag a {
  display: block;
  position: absolute;
  width: 27px;
  height: 26px;
  bottom: 7px;
  right: 7px;
  background: url(../images/icon-minus-red-bg.png) 50% 50% no-repeat;
}

.dole-recipe-results .dole-filter-tag-panel .dole-sort-options {
  float: right;
  color: #fff;
  text-transform: uppercase;
  border-left: 1px solid #c7ec48;
  width: 20%;
}



.dole-sort-options ul {
  list-style-type: none;
  margin: 0;
  padding: 1em 0;
}

.dole-sort-options ul li {
  font-size: 1.3em;
  padding: 0.4em 0 0.4em 15%;
}

.dole-sort-options ul li a {
  color: #fff;
}

.dole-sort-options ul li:hover {
  background-color: #8ba533;
}

.dole-sort-options ul a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .dole-recipe-results .dole-filter-tag-panel .dole-sort-options {
    float: none;
    border-left: none;
    width: 100%;
    border-bottom: 1px solid #c7ec48;
  }

  .dole-sort-options ul li {
    padding-left: 1.3em;
  }

  .dole-recipe-results .dole-filter-tag-panel .dole-tag-input {
    float: none;
    width: 100%;
  }

  .dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tag {
    width: 50%; 
  }
}

@media screen and (max-width: 820px) {
  .dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tagsinput input {
    top: 3em;
    left: 1em;
  }

  .dole-recipe-results .dole-filter-tag-panel button {
    width: 33%;
    left: 0;
    top: 6em;
  }

  .dole-recipe-results .dole-filter-tag-panel .dole-tag-input .tagsinput {
    padding-top: 190px;
  }

}

/*recipe results 3 column layout*/

.dole-recipe-results .dole-grid-item {
  float: left;
}

@media (max-width: 2199px) and (min-width: 1600px) {
  .dole-recipe-results .dole-grid-item {
    /*width: 33.3%;*/
  }
}

.dole-recipe-results .dole-load-more-bar {
  background: #e2dec8;
  color: #797979;
  margin-top: 0px;
  font-size:1.25em;
  padding:0.75em;
}

.dole-recipe-results .dole-load-more-bar a {
  font-size: 1em;
  color: #797979;
  text-decoration:underline;
}

.dole-load-more-bar {
  background: #5c2897;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  margin-top: -7px;
}

.dole-load-more-bar a {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}

.dole-video-related {
  margin: -7px -7px 7px -7px;
}

.dole-video-related .dole-grid-item {
  float: left;
  width: 66.6%;
}

.dole-video-related .dole-grid-item:last-child {
  float: right;
  width: 33.3%
}

@media screen and (max-width: 960px) {

  .dole-video-related .dole-grid-item {
    float: none;
    width: 100%;
  }

  .dole-video-related .dole-grid-item:last-child {
    float: none;
    width: 100%
  }

}

/*Article Styles*/

.dole-article-list,
.dole-article-category-list {
  /*margin: 7px;*/
  padding: 20px;
  background-color: #ffab18;
  color: #fff;
  border:7px solid #F4EFDC;
}
/*.dole-article-category-list {
  margin-top: 14px;
}

.dole-article-category-list {
  margin-bottom: 7px;
}*/
.dole-article-list ul,
.dole-article-category-list ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin:0;
}
.dole-article-list li,
.dole-article-category-list li {
  margin-bottom:1em;
}
.dole-article-list a,
.dole-article-category-list a {
  display: block;
  color: #fff;
  font-size: 1.4em;
  /*border-bottom:1px solid #fff;*/
  text-decoration:underline;
}
.dole-article-category-list a {
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 700;
}
.dole-article-category-list p {
  font-size: 1.4em;
}

.dole-article-list h2 {
  font-size:2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  margin-top:0;
}



@media screen and (max-width: 960px) {
  .dole-content-article .dole-article-list,
  .dole-content-article .dole-article-category-list {
    float: left;
    width: 97.7%;
  }
  .dole-content-side .dole-grid-item {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .dole-article-list {
    float: left;
    width: 97.7%;
  }
}


.dole-container-content .dole-content-header.dole-article-header {
  padding-left: 28px;
}

/*.dole-article-header h1 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}*/

.dole-article-author,
.dole-article-date,
.dole-article-info-separator {
  float: left;
  font-weight: 700;
  font-size: 1.3em;
  text-transform: uppercase;
}

.dole-article-author {
  margin-right: 0.75em;
}
.dole-article-author:after {
  margin-left: 0.75em;
  content: "|"
}

.dole-article-date {
  font-weight: 500;
}

/*.dole-article-info-separator:after {
  content: "|"
}*/

.dole-content-article blockquote {
  border: 2px solid #ffab18;
  color: #ff7a18;
  font-size: 2em;
  margin: 40px 0;
  padding: 20px 30px;
}

.dole-content-article h1 {
  color: #ff7a18;
}

.dole-content-article ul.dole-recommended {
  list-style: none;
  padding-left: 0;
}

.dole-content-article ul.dole-recommended li a {
  /*color: #ffab18;*/
  color:#ff7a18;
}

.dole-content-article .dole-comments-bar {
  /*display: none;*/
}

/*.dole-content-article .dole-comments-bar a {
  background-color: #ffab18;
  color: #fff;
}*/

.dole-content-main.dole-content-article {
  min-height: 0;
}

/*Autocomplete custom styles*/

.dole-recipe-results .dole-filter-tag-panel .ui-widget-content {
  background: #8ba533;
  color: #fff;
}

/* About Dole pages */

.dole-container-content.dole-about-dole {
  /*margin: 0 0 0px;
  padding: 0 0 14px;*/
  background: #fff;
}

.dole-about-dole section {
  /*margin: 0;
  padding: 0*/
}

.dole-about-dole section h1,
.dole-about-dole section h2 {
  color: #006699;
  text-transform: uppercase;
  font-size: 2em;
  margin: 0;
  /*padding: 30px;*/
}

.dole-about-dole section h1,
.dole-about-dole section h2 {
  /*margin-left:-10px;*/
}
.dole-about-dole section h1 {
  /*adding-left: 15px;*/
}

.dole-about-dole section h2 {
  text-transform: uppercase;
  font-size: 1.75em;
  font-weight:700;
  margin:1em 0 1em -10px;
}
.dole-about-dole section h2:first-child {
  margin-top:0;
}
.dole-about-dole section h3 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #006699;
  /*padding: 10px 30px 0;*/
  margin-bottom:0em;
}

.dole-about-dole section h4 {
  font-size: 1.1em;
  font-weight: 700;
}

.dole-about-dole section p {
  margin: 0 0 1em 0;
  /*padding: 0px 30px 20px;*/
}

.dole-about-dole .dole-row {
  clear: both;
}

.dole-col-half {
  float: left;
  width: 48%;
  padding-bottom: 2.5em;
}

.dole-col-half + .dole-col-half {
  float: right;
}

@media (max-width: 780px) {

  .dole-col-half {
    float: none;
    width: 96%;
  }

  .dole-col-half + .dole-col-half {
    float: none;
  }

}


.dole-section-image-full {
  margin: 0 -30px 30px -30px;
  /*width: 100%;*/
  height: 315px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #6083c4;
}
.dole-section-text {
  width:67%;
}
@media (max-width: 889px) {
  .dole-section-text {
    width:100%;
  }
}


.dole-about-dole section .dole-section-billboard {
  margin: -30px -30px 30px -30px;
  /*width: 100%;
  height: 315px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
  background-color: #6083c4;
  padding:20px;
}
.dole-about-dole section .dole-section-billboard:only-child {
  margin-bottom:-30px;
}

.dole-about-dole section img {
  margin-bottom:50px;
}

.dole-about-dole .dole-image-no-pad {
  margin: 0;
  padding: 0;
}

.dole-about-dole .dole-image-no-pad img {
  margin: 0;
  padding: 0;
}

.dole-about-dole section .dole-section-billboard h1,
.dole-about-dole section .dole-section-billboard h2,
.dole-about-dole section .dole-section-billboard h3,
.dole-about-dole section .dole-section-billboard p {
  color: #fff;
  margin-left:0;
  margin-top:0;
}
.dole-about-dole section .dole-section-billboard p.dole-billboard-strong {
  font-weight:700;
  font-size:1.25em;
  margin-bottom:0.25em;
}
.dole-about-dole section .dole-section-billboard p:last-child {
  margin-bottom:0;
}

/*.dole-about-dole section .dole-section-billboard h1 {
  padding-left: 15px;
}

.dole-about-dole section .dole-section-billboard h2 {
  text-transform: none;
}*/

/*.dole-about-dole ul {
  list-style: none inside;
  padding:0 0 0 40px;
  margin:0;
}

.dole-about-dole ul > li:before {
  content: "–";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.dole-about-dole .dole-section-billboard ul {
  list-style: none inside;
  padding:0;
  margin:0;
}
.dole-about-dole .dole-section-billboard ul > li:before {
  content: " ";
  display: none;
  width:0;
  margin:0;
}*/



.dole-about-dole .dole-grid-item {
  float: left;
}

.dole-container-fluid.dole-container-grid.dole-about-dole {
  /*margin-top: 7px;*/
}

@media (max-width: 1999px) and (min-width: 1600px) {
  .dole-about-dole .dole-grid-item {
    width: 33.3333%;
  }
}

@media (min-width: 2000px) {
  .dole-about-dole .dole-grid-sizer,
  .dole-about-dole .dole-grid-item {
    width: 16.6666%;
  }

}

.dole-press-nav {
  margin: 0;
  padding: 0 0 7px;
}

.dole-about-dole section .dole-section-billboard .dole-press-nav ul {
  list-style: none;
  margin: 0;
  padding:0;
  /*padding: 0 0 0 15px;*/
}

.dole-press-nav ul li {
  float: left;
  min-width: 75px;
  background: #465e8c;
  text-align: center;
  margin: 0 7px 7px 0;
  padding: 8px 16px;
  font-size: 1.1em;
}

.dole-press-nav ul li.active {
  background: #304f87;
}

.dole-press-nav ul li a {
  color: #fff;
}

.dole-press-nav:first-of-type {
  font-weight: 700;
}

.dole-container-content.dole-about-dole .dole-content-header.dole-article-header {
  margin-top: -14px;
  border-top: none;
  border-bottom: none;
}

.dole-about-dole .dole-article-header .dole-content-sharing {
  position: static;
  float: left;
  /*font-size: 1.3em;*/
}

.dole-about-dole .dole-article-header + section.dole-content-full {
  border-top: none;
}

.dole-about-dole section > ul.dole-contact > li::before {
  content: '';
}

.dole-about-dole .dole-article-header .dole-content-sharing span {
  /*padding: 0 0.8em 0 0;*/
}

.dole-about-dole section .dole-section-billboard.dole-billboard-long {
  height: auto;
  color: #fff;
  padding:0;
}
.dole-billboard-split {
  /*margin:-20px;*/
}

.dole-section-billboard .dole-billboard-left {
  float: left;
  width: 67%;
  padding: 30px;
}

.dole-section-billboard .dole-billboard-right {
  float: right;
  width: 33%;
  background: #3e64aa;
}

.dole-section-billboard .dole-billboard-left,
.dole-section-billboard .dole-billboard-right {
  padding: 30px 30px 35px 30px;
}

.dole-section-billboard .dole-billboard-left h1 {
  padding-left: 15px;
}

.dole-about-dole section .dole-billboard-right p {
  /*padding: 20px 0;*/
}



.dole-billboard-right .dole-btn {
  margin-left: 0;
}

.dole-btn.dole-btn-int-link,
.dole-btn.dole-btn-pdf {
  /*padding: 12px 40px 12px 1.5em;*/
  padding:0.5em 2.75em 0.5em 1em;
  position: relative;
  width: 60%;
  text-align: left;
  max-width: 310px;
  min-width: 140px;
  white-space: normal;
}

.dole-btn.dole-btn-pdf {
  max-width: 400px;
}

.dole-billboard-right .dole-btn.dole-btn-int-link {
  width:80%;
  text-transform: uppercase;
}

.dole-billboard-left .dole-btn {
  /*float: left;*/
  margin-right: 30px;
  margin-bottom: 20px;
}

.dole-about-dole .dole-content-full .dole-content-text {
  float: left;
  width: 63%;
}

.dole-about-dole .dole-content-full .dole-content-images {
  float: right;
  width: 33%;
}

.dole-btn.dole-btn-int-link span {
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../images/icon-arrow-right-no-bg.png) center center no-repeat;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.dole-btn.dole-btn-pdf span {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/icon-pdf.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}


@media  (min-width: 890px) and (max-width: 980px) {
  .dole-billboard-right .dole-btn.dole-btn-int-link span {
    display: none;
  }
}



@media (max-width: 889px) {

  .dole-section-billboard .dole-billboard-left {
    float: none;
    width: 100%;
  }

  .dole-section-billboard .dole-billboard-right {
    float: none;
    width: 100%;
  }

  .dole-about-dole .dole-content-full .dole-content-text {
    float: none;
    width: 100%;
  }

  .dole-about-dole .dole-content-full .dole-content-images {
    float: none;
    width: 100%;
  }

  .dole-about-dole .dole-article-header .dole-content-title {
    float: none;
    width: 100%;
  }

  .dole-about-dole .dole-article-header .dole-content-sharing {
    float: none;
    width: 100%;
    clear: left;
    padding-left: 0;
  }

}

.dole-about-dole ul.dole-contact {
  list-style: none;
  padding: 0;
}

.dole-contact > li:first-child {
  font-weight:700;
}


/*.dole-section-billboard .dole-btn a {
  padding-right:40px;
  color: #fff;
  display: block;
  width: 100%;
  
  background: url(../images/icon-arrow-right-white.svg) top 50% right 0 no-repeat;
  background-size:contain;
}*/

.dole-section-billboard .dole-btn a:hover {
  text-decoration: none;
}


/* FAQs */

section.dole-faq-categories h2 {
  color: #666666;
  margin-top:-7px;
}
section.dole-faq-categories .dole-section-billboard + h2 {
  margin-top:0;
}

.dole-about-dole section.dole-faq-categories > ul > li::before {
  content: "";
}

.dole-about-dole section ul.dole-faq-category-list {
  width: 70%;
  margin: -7px -7px 30px -7px;
  /*padding-right: 15px;*/
  padding:0;
}

.dole-about-dole section ul.dole-faq-category-list li {
  float: left;
  padding: 0;
  background: #557bc2;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.3em;
  width: 25%;
  border: 7px solid #fff;
  text-align: center;
}

.dole-about-dole section ul.dole-faq-category-list li a {
  color: #fff;
  display: table-cell;
  height: 110px;
  width: 1%;
  vertical-align: middle;
  padding: 0 5px;
}

.dole-about-dole section ul.dole-faq-category-list li a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .dole-about-dole section ul.dole-faq-category-list {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 930px) {
  .dole-about-dole section ul.dole-faq-category-list li {
    width: 50%;
  }
}

section.dole-faq-answers h2 {
  text-transform: none;
  font-weight: 700;
}


section.dole-faq-answers .dole-wrapper {
  margin: 30px;
  width: 70%;
}

section.dole-faq-answers .dole-wrapper h2,
section.dole-faq-answers .dole-wrapper p {
  margin-left: 0;
  padding-left: 0;
}

section.dole-faq-answers .dole-wrapper h2 {
  padding: 30px 90px 30px 0;
  position: relative;
}

section.dole-faq-answers .dole-wrapper p {
  /*padding-bottom: 30px;*/
}

section.dole-faq-answers .dole-wrapper h2 a.dole-faq-toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  background: url(../images/icon-arrow-down-blue-no-bg.png) center center no-repeat;
  margin-top: -15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

section.dole-faq-answers .dole-wrapper h2 a.dole-faq-toggle.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.dole-faq-answers .dole-faq-panel {
  border-top: 1px solid #006699;
}

section.dole-faq-answers .dole-faq-panel:last-of-type {
  border-bottom: 1px solid #006699;
}

section.dole-faq-answers .dole-faq-panel p {
  display: none;
}
section.dole-faq-answers .dole-faq-panel p.open {
  display: block;
}


.dole-faq-list dt {
  font-size:1.75em;
  font-weight:700;
  color:#006699;
  margin:1em 0;
  padding-top:1em;
  border-top:1px solid #006699;
}
.dole-faq-list a, .dole-faq-list a:visited {
  color:#006699;
}
.dole-faq-list dd {
  display:none;
  margin:0;
  padding:0;
  
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.dole-faq-list dd.open {
    display:block;
}
.dole-faq-list dt a {
  display:block;
  position:relative;
  padding-right: 40px;
}
.dole-faq-list dt a > i.dole-faq-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top:4px;
  right:0;
  background: url(../images/icon-arrow-down-blue-no-bg.png) center center no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dole-faq-list dt a.open > i.dole-faq-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dole-faq-list dd > p {
    margin:0 0 1em 0;
    padding:0;
}



.dole-about-dole .dole-content-sharing {
  width:auto;
  float:none;
  margin-top:-20px;
  margin-bottom:0.5em;
  padding-left:0;
}


@media (max-width: 930px) {
  section.dole-faq-answers .dole-wrapper {
    width: 100%;
    padding-right: 60px;
  }
}

.dole-section-billboard a {
  text-decoration: underline;
  color: #fff;
}

/* About Dole - Form Styles */



form.dole-contact-us input,
form.dole-contact-us textarea {
  border: 1px solid #ccc;
  padding: 0.4em 1em;
}


form.dole-contact-us .dole-form-wrapper {
  width: 60%;
  max-width: 48em;
  min-width: 40em;
  padding-top: 3em;
}

form.dole-contact-us h4 {
  margin: 3em 0 2em;
}

form.dole-contact-us .dole-form-row {
  margin-bottom: 2em;
  position: relative;
}



form.dole-contact-us .dole-form-row label {
  float: left;
  width: 40%;
  padding: 0.5em 0 1.0em;
  margin-bottom: 0;
}


form.dole-contact-us .dole-form-row.dole-extra-field {
  margin-bottom: 0;
}

form.dole-contact-us .dole-form-row.dole-extra-field input {
  margin-bottom: .5em;
}


/* moved to forms.css


.dole-about-dole label:after {
  content: ' (required)';
  color: #FF2A2A;
  display: none;
  padding-left: 0.5em;
}

.dole-about-dole label.dole-required-label:after {
  display: inline-block;
}

*/


form.dole-contact-us input[type=date],
form.dole-contact-us .dole-dropdown select {
  width: 30%;
}

form.dole-contact-us input[type=text],
form.dole-contact-us textarea,
form.dole-contact-us .dole-dropdown.dole-select-wide select {
  width: 60%;
}

form.dole-contact-us textarea {
  height: 10em;
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  font-weight: 400;
  color: #999;
  background: #fff;
}

form.dole-contact-us button[type="submit"] {
  float: right;
  text-transform: uppercase;
  width: 11em;
}

/*
form.dole-contact-us .dole-dropdown select,
form.dole-contact-us input[type="date"] {
  background-color: #6083c4;
  color: #fff;
  background-image: url("../images/icon-select-down-white.png");
  font-size: 1em;
  padding: 0.5em 1em;
  width: 13em;
  margin: 0;
}
*/

form.dole-contact-us .dole-dropdown select option {
  background: #fff;
  color: #666;
}


form.dole-contact-us input[type="date"] {
  padding: 0.4em 1em;
}

form.dole-contact-us input[type="date"]::-webkit-clear-button {
  margin-right: 0.6em;
}

form.dole-contact-us input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  height: 1.1em;
  width: 2em;
  margin-right: -1em;
}

form.dole-contact-us input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

form.dole-contact-us input[type="date"]::-webkit-datetime-edit { 
  text-transform: uppercase;
  padding: 0;
}


.dole-contact-theme.ui-widget-content {
  background-color: #fff;
  border: 1px solid #ddd;
  color: inherit;
}

.dole-contact-theme .ui-state-hover,
.dole-contact-theme .ui-widget-content .ui-state-hover,
.dole-contact-theme .ui-widget-header .ui-state-hover,
.dole-contact-theme .ui-state-focus,
.dole-contact-theme .ui-widget-content .ui-state-focus,
.dole-contact-theme .ui-widget-header .ui-state-focus {
  border: 1px solid #666;
  background: #aaa;
  color: #ffffff;
  font-weight: 700;
}

form.dole-contact-us form.dole-contact-us input.dole-form-error,
form.dole-contact-us form.dole-contact-us select.dole-form-error {
  border: 1px solid #FF2A2A;
  background: url("../images/icon-form-error.png") 97% center no-repeat;
  background-size: 25px;
  color: #666;
}

form.dole-contact-us div.dole-form-error {
  position: absolute;
  width: 15em;
  color: #FF2A2A;
  top: 0.3em;
  left: 105%;
  padding-bottom: 0.3em;
}

@media (max-width: 889px) {

  form.dole-contact-us .dole-form-wrapper {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  form.dole-contact-us .dole-form-row label {
    float: none;
    width: 100%;
    padding-bottom: 0.2em;
  }

  form.dole-contact-us input[type=text],
  form.dole-contact-us textarea,
  form.dole-contact-us .dole-dropdown.dole-select-wide select,
  form.dole-contact-us input[type=date],
  form.dole-contact-us .dole-dropdown select {
    width: 100%;
  }

  form.dole-contact-us .dole-form-row.dole-extra-field + .dole-form-row label {
    display: none;
  }

  form.dole-contact-us .dole-form-row {
    margin-bottom: 0.3em;
  }

}

@media (max-width: 1190px) {

  form.dole-contact-us div.dole-form-error {
    position: static;
    width: 100%;
    margin-top: 0.2em
  }

  form.dole-contact-us .dole-extra-field div.dole-form-error {
    margin-top: 0.4em;
  }


  .dole-about-dole label.dole-label-tall {
    padding-bottom: 3.6em;
  }

}


/* Language Selector */

.dole-lang-options {
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: -6px;
  overflow: hidden;
  display: none;
}

.dole-lang-options-menu {
  -webkit-transform: translate(0, -210px);
  -moz-transform: translate(0, -210px);
  -ms-transform: translate(0, -210px);
  -o-transform: translate(0, -210px);
  transform: translate(0, -210px);

  background: #333333;

  -webkit-transition: -webkit-transform .5s cubic-bezier(.16, .68, .43, .99);
  -moz-transition: -moz-transform .5s cubic-bezier(.16, .68, .43, .99);
  -o-transition: -o-transform .5s cubic-bezier(.16, .68, .43, .99);
  transition: transform .5s cubic-bezier(.16, .68, .43, .99);
}

.dole-lang-options-menu.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.dole-lang-options-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.8em;
}

.dole-lang-options-menu ul li {
  width: 11em;
  text-align: right;
}

.dole-lang-options-menu ul li:hover {
  width: 11em;
  text-align: right;
  background: #4a89dc;
}

.dole-lang-options-menu ul li a {
  display: block;
  color: #fff;
  width: auto;
  margin: 0;
  padding: 8px 50px 8px 0;
  height: auto;
  background-position: right 6px top 50%;
  background-repeat: no-repeat;
}

.dole-lang-options-menu ul li a:hover {
  text-decoration: none;
}

.dole-lang-options-menu ul li.active a {
  color: #929292;
}

.dole-lang-options-menu ul li a.dole-us {
  background-image: url(../images/icon-us-en.png);
}

.dole-lang-options-menu ul li a.dole-cdn,
.dole-lang-options ul li a.dole-cdn-fr {
  background-image: url(../images/icon-cdn.png);
}

.dole-lang-options-menu ul li a.dole-chile {
  background-image: url(../images/icon-chile.png);
}

.dole-lang-options-menu ul li a.dole-eu {
  background-image: url(../images/icon-eu.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dole-lang-options-menu > ul > li > a {
    background-size: 30px 20px;
  }
  .dole-lang-options-menu ul li a.dole-us {
    background-image: url(../images/icon-us-en-2x.png);
  }

  .dole-lang-options-menu ul li a.dole-cdn,
  .dole-lang-options ul li a.dole-cdn-fr {
    background-image: url(../images/icon-cdn-2x.png);
  }

  .dole-lang-options-menu ul li a.dole-chile {
    background-image: url(../images/icon-chile-2x.png);
  }

  .dole-lang-options-menu ul li a.dole-eu {
    background-image: url(../images/icon-eu-2x.png);
  }
}
.dole-lang-options-menu ul li.dole-lang-divider {
  padding: 8px 10px 8px 0;
  background-color: #3d3b35;
  color: #fff;
}

/* search results */

.dole-masthead.dole-search-masthead {
  background: #638fe1;
  height: auto;
}

.dole-masthead-search-wrapper {
  margin: 100px auto 0;
  width: 60%;
  position: relative;
}

.dole-search-masthead input {
  font-size: 3em;
  padding: 0 10px;
  margin: 0;
  font-weight: 500;
  width: 100%;
  border: none;

}

.dole-search-masthead button[type="submit"] {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 5px;
  width: 60px;
  height: 60px;
  background: url(../images/icon-search-blue.png) center center no-repeat;
  margin-top: -30px;
  border: none;
}

.dole-search-masthead button.dole-view-results-grid {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: -50px;
  width: 40px;
  height: 40px;
  background: url(../images/icon-grid-btn.png) center center no-repeat;
  margin-top: -20px;
  border: none;
}

.dole-search-masthead button.dole-view-results-list {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: -95px;
  width: 40px;
  height: 40px;
  background: url(../images/icon-list-btn.png) center center no-repeat;
  margin-top: -20px;
  border: none;
}

.dole-masthead-search-filter {
  margin: 20px auto 40px;
  width: 60%;
  font-size: 1.2em;
}

.dole-search-masthead .dole-filter-bar {
  padding: 15px 0px;
  width: 60%;
  margin: 0 auto;
}

.dole-search-masthead .dole-filter-bar a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 5px 30px 5px 15px;
}

.dole-search-masthead .dole-filter-bar a span {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url('../images/icon-arrow-down-no-bg-17X17.png') center center no-repeat;
  top: 50%;
  right: 0;
  margin-top: -8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}


.dole-search-masthead .dole-filter-bar a span.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dole-search-nav-panel {
  border-top: 2px solid #557bc2; 
  padding-top: 10px;
  display: none;
}

.dole-search-nav-panel ul {
  list-style: none;
  text-transform: uppercase;    
  margin: 0;
  padding: 0;
  position: relative;
  width: 25%;
}

.dole-search-nav-panel ul ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}

.dole-search-nav-panel ul ul ul {
  display: none;
}

.dole-search-nav-panel a {
  color: #fff;
  display: block;
}

.dole-search-nav-panel a:hover {
  text-decoration: none;
}

.dole-search-nav-panel a span {
  float: right;
}

.dole-search-nav-panel ul li {
  padding: 5px 30px 5px 15px;
}

.dole-search-nav-panel ul li.active-search-item.open-search-item {
  background: #fff !important;
}

.dole-search-nav-panel ul li.open-search-item {
  background: #638fe1 !important;
}

.dole-search-nav-panel ul li.active-search-item > a {
  color: #638fe1;
}

.dole-search-nav-panel ul ul li:hover {
  background: #557bc2;
}

.dole-search-nav-panel li.dole-no-hover:hover {
  background: initial;
}

.dole-search-nav-panel ul li.open-search-item > ul {
  display: block;
}

.tagsinput + button {
  width: 30px;
  height: 30px;
  background: url(../images/icon-search-blue.png) center center no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  top: 1em;
  left: 50%;
  margin-left: -30px;
  margin-top: -16px;
}

.dole-search-nav-panel .tagsinput {
  background: none;
  border: none;
  padding: 0 0 0 54%;
}

.dole-search-nav-panel .tagsinput input {
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  background: #fff;
  color: #666;
  border: none;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.5em;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.dole-search-nav-panel .tagsinput span.tag {
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  font-size: 0.9em;
  background: none;
  border: none;
  float: none;
  position: relative;
  color: #fff;
}

.dole-search-nav-panel .tagsinput span.tag a {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 7px;
  margin-top: -10px;
  background: url(../images/icon-minus-red-bg.png) 50% 50% no-repeat;
  background-size: contain;
}

ul.dole-mast-search-auto {
  background: #638FE1;
}

ul.dole-mast-search-auto li {
  font-family: 'Dosis', Dosis, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: 500;
}

ul.dole-mast-search-auto li.ui-state-focus {
  background: none;
  border: none;
  color: #D4DEF0;
  font-weight: 500;
  margin: 0;
}

.dole-sort-by-bar.dole-product-results {
  background: url('../images/bg-products.gif') 0 -96px no-repeat #88CBD9;
}

.dole-sort-by-bar.dole-recipe-results {
  background: url('../images/bg-recipes.gif') 0 -96px no-repeat #aece41;
}

.dole-sort-by-bar.dole-article-results {
  background: url('../images/bg-articles.gif') 0 -96px no-repeat #FFAB18;
}

@media (max-width: 1300px) {

  .dole-masthead-search-filter {
    width: 100%;
  }

  .dole-masthead-search-wrapper {
    margin: 100px auto 0 5%;
    width: 80%;
  }

  .dole-search-masthead .dole-filter-bar {
    margin: 0 auto 0 5%;
    width: 80%;
  }

  .dole-search-masthead .dole-filter-bar a {
    padding-left: 0;
  }

}

@media (max-width: 820px) {

  .dole-search-masthead button.dole-view-results-grid {
    top: 110%;
    right: 50px;
    margin-top: 0;
  }

  .dole-search-masthead button.dole-view-results-list {
    top: 110%;
    right: 0;
    margin-top: 0;
  }


  .dole-masthead-search-wrapper {
    margin: 100px auto 0;
    width: 90%;
  }

}

@media (max-width: 620px) {

  .dole-search-nav-panel ul {
    width: 100%;
  }

  .dole-search-nav-panel ul ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .dole-search-nav-panel ul ul ul {
    position: relative;
    background: #638FE1;
  }

  .dole-search-nav-panel ul li {
    padding: 0;
  }

  .dole-search-nav-panel a {
    padding: 10px;
  }

  .dole-search-nav-panel ul ul ul li {
    padding-left: 20px;
  }

  .dole-search-nav-panel .tagsinput input {
    position: relative;
    width: 100%;
    margin: 0;
    border-top: 2px solid #638FE1;
  }

  .dole-search-nav-panel .tagsinput {
    padding-left: 0;
  }

  div.tagsinput div {
    float: none;
  }

  .tagsinput + button {
    right: 3%;
    top:auto;
    bottom: 1em;
    left: auto;
    margin-top: auto;
    margin-bottom: -16px;
  }

}

img.dole-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* END supplemental.css */

.dole-container-content.dole-about-dole.dole-timeline {
  background-color:#f4efdc;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.dole-about-dole ul.timeline {
  padding:0;
  list-style: none inside;
}
.dole-about-dole ul.timeline > li:before {
  content: " ";
  display: none;
  width:0;
  margin:0;
}
.dole-about-dole section .timeline-body img {
  margin:0;
  float:right;
  margin-left:20px;
}
.dole-about-dole section .timeline-inverted .timeline-body img {
  margin:0;
  float:left;
  margin-right:20px;
}
    
#dole-timeline { position:relative; }
#dole-timeline .dole-timeline-container:before {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #d7e4ed;
  left: 50%;
  margin-left: -1.5px;
}
    
    /*.timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }*/

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }
    
    .timeline > li.timeline-badge {
        margin-bottom: 0px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            background-color:#ffffff;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }
        
        .timeline > li > .timeline-badge,
        .timeline > li.timeline-badge > div {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #006699;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.dole-about-dole section .timeline-body > p:last-child {
  margin-bottom: 0;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
    
  .dole-about-dole section .timeline-body img,
  .dole-about-dole section .timeline-inverted .timeline-body img {
    margin:0;
    float:right;
    margin-left:20px;
  }
  
  
  #dole-timeline .dole-timeline-container:before,
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  
  ul.timeline > li > .timeline-badge,
  ul.timeline > li.timeline-badge > div {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

@media (max-width: 569px) {
  .timeline-body img { display:none; }
}

.cssanimations .timeline-badge.is-hidden {
  visibility: hidden;
}
.cssanimations .timeline-badge.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}

.cssanimations .timeline-panel.is-hidden {
  visibility: hidden;
}
.cssanimations .timeline-panel.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}

@media (min-width: 767px) {
    .cssanimations .timeline-inverted .timeline-panel.bounce-in {
      -webkit-animation: cd-bounce-2-inverse 0.6s;
      -moz-animation: cd-bounce-2-inverse 0.6s;
      animation: cd-bounce-2-inverse 0.6s;
    }
}


@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}