/* ==========================================================================
   Eric Meyer CSS Reset
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* - - - - - - end reset - - - - - - */

html,
button,
input,
select,
textarea { color: #222; }

html, p, h1, h2, h3, h4, h5, h6, li {
font-size: 1em;
line-height: 1.4;
}

p { margin-bottom: .75em; }

a { 
color: #74AB02;
font-weight: 700;
}

a:hover { 
color: #046332;
text-decoration: underline;
}

::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}

::selection {
background: #b3d4fc;
text-shadow: none;
}

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}

audio,
canvas,
img,
video { vertical-align: middle; }

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

textarea { resize: vertical; }

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a { text-decoration: none; }
a:focus { outline: thin dotted; }
a:active,
a:hover { outline: 0; }

h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Slab', serif;
}

h1, h2 {
color: #8CB700;
}

h3, h4 {
color: #999;
}

h5, h6 {
color: #046332;
text-transform: uppercase;
}

h1 {
font-size: 2em;
margin: 0 0 0.5em 0;
}

h2 {
font-size: 1.5em;
margin: 0.83em 0;
}

h3 {
font-size: 1.17em;
margin: 0 0 .25em 0;
}

h4 {
font-size: 1em;
margin: 0 0 .25em 0;
}

h5 {
font-size: 0.83em;
margin: 0 0 .25em 0;
}

h6 {
font-size: 0.67em;
margin: 2.33em 0;
}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }
 
small { font-size: 80%; }

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ==========================================================================
   Sobeys styles
   ========================================================================== */

body { 
background-color: #e3e4df; 
font-family: 'Lato', sans-serif;
}

.outliner,
.skip-nav {
left:-9999px;
position:absolute;
}

#container {
background: #FFF;
margin: 0 auto;
padding: 1em;
width: 60.25em;
border-radius:0 0 4px 4px;
}

#logo {
float: left;
margin-top: -.5em;
margin-bottom:5px;
}

#small-menu {
font-size: .6em;
text-align: right;
text-transform: uppercase;
}

#small-menu ul li {
display: inline;
margin-left: 1em;
}

#small-menu ul li a {
color: #999;
}

#small-menu ul li a:hover {
color: #666;
text-decoration: underline;
}

/* Responsive Navigation */
.primary-nav {
display: inline-block;
float: right;
font-family: 'Roboto Slab', serif;
font-size: 1em;
margin: 1em 0 .5em 0;
position: relative;
}

.lt-ie9 .primary-nav {
font-size: 14px;
}

.primary-nav > ul {
text-align: center; 
}

.lt-ie9 .primary-nav ul {
background-color: #F9F9EF;
}

.primary-nav ul li {
float: left;
*display: inline;
position: relative;
zoom: 1;
}

.primary-nav > ul > li > a {
color: #046332;
display: block;
margin-left: 1em;
padding-bottom: .25em;
}

.primary-nav ul li > a:hover {
text-decoration: none; 
}

.primary-nav ul li:hover .sub-menu {
display: block;
}

/* Navigation submenu */
.primary-nav .sub-menu {
background: #fff;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
display: none;
left: 0;
position: absolute;
z-index: 9999;
}

.primary-nav .sub-menu li {
display: block;
text-align: left;
width: 230px;  
}

.primary-nav .sub-menu li a {
color: #8CB700;
display: block;
padding: .5em;
}

.primary-nav .sub-menu li a:hover {
background: #EFF5F9;
color: #046332;
text-decoration: none;
}

/* Mobile navigation */
.nav-mobile {
background: transparent url(../img/nav-green.png) no-repeat center center;
background-size: 18px;
cursor: pointer;
display: none; /* Hide from browsers that don't support media queries */
position: absolute;
right: 0;
top: .25em;
height: 50px;
width: 50px;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
background-color: #fff;
cursor: pointer;
display: none;
position: absolute;
right: 0;
top: 0;
height: 48px;
width: 50px;
}

.nav-click i {
background: transparent url(../img/drop-green.svg) no-repeat center center;
background-size: 20px;
display: block;
height: 46px;
width: 50px;
}

.nav-click:hover {
}

.nav-rotate {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

/* Primary navigation active class */
.nav-menu li a.current-menu-item {
color: #222;
}

.primary-nav .sub-menu li a.current-menu-item {
color: #222;
}

/* End navigation styles */

/* Placeholder image */
#intro img {
-webkit-box-shadow: 0px 5px 3px 0px rgba(170, 170, 170, 0.68);
-moz-box-shadow:    0px 5px 3px 0px rgba(170, 170, 170, 0.68);
box-shadow:         0px 5px 3px 0px rgba(170, 170, 170, 0.68);
clear: both;
height: auto;
width: 100%;
}

/* Sobeys info */
#info {
margin-top: 1em;
}

.learn-more {
position:relative;
float: left;
margin-bottom: 1em;
margin-right: 2%;
width: 32%;
/*
height:200px;
*/
}
.learn-more h3{
    margin-left:33%;
    line-height:1em;
}
.learn-more p{
    margin-left:33%;
    line-height:1em;
}
.learn-more .cta_link{
    position:absolute;
    bottom:0;
    right:0;
}
.lt-ie9 .learn-more {
width: 31%;
}


.learn-more:last-child {
margin-right: 0;
}

.learn-more img {
float: left; 
height: auto;
margin: 0;
width: 30%;
}

/*
.learn-more a, 
.btn {
background: #8CB700;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-family: 'Roboto Slab', serif;
font-size: .7em;
font-weight: 700;
letter-spacing: .05em;
margin: 2em 0 0 0;
padding: .5em 1em ;
-webkit-transition: background 0.3s ease 0.3s;
-moz-transition: background 0.3s ease 0.3s;
-o-transition: background 0.3s ease 0.3s;
transition: background 0.3s ease 0.3s;
}

.learn-more a:hover {
background: #046332;
text-decoration: none;
}
*/
#stores, footer {
border-top: 2px solid #f5f5f5;
padding: 1em 0;
}

#stores {
padding: 1em 0;
}

/* Stores Carousel CSS */
#owl-demo .item{
background: #fff;
padding: 0;
margin: 5px;
color: #FFF;      
text-align: center;
} 

.owl-prev, .owl-next {
height: 30px;
width: 20px;
position: absolute;
background: yellow;
top:0;
bottom:0;
margin:auto;
}

.owl-prev {
background: #fff url(../img/carousel-arrow-prev.png) no-repeat top left;
left: 0;
}

.owl-next {
background: #fff url(../img/carousel-arrow-next.png) no-repeat top left;
right: 0;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
/* End carousel CSS */

/* Footer */
footer {
padding: 0.5em 0 0 0;
}
body > footer{
    border:none;
}
.footer-links{
    width:60.25em;
    padding:1em;
    margin:0 auto;
    max-width:100%;
    box-sizing:border-box;
}
.column { 
float: left;
margin: 0 0 1em 0;
width: 25%;
}

footer li, 
footer p {
font-size: .8em;
}

.column ul li a,
.contact ul li a {
font-weight: normal;
}

.contact {
background: #f2f2f2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
clear: both;
padding: 1em;
width:60.25em;
margin:0 auto;
max-width:100%;
}

.contact ul li {
display: inline; 
margin: 0 1em 0 0; 
}

.contact ul li:last-child {
float: right; 
margin: 0;
}

.lt-ie9 .contact ul > li + li + li + li {
float: right; 
margin: 0;
}

.contact ul li:last-child a {
background: url(../img/facebook.png) no-repeat center right;
font-family: 'Roboto Slab', serif;
font-weight: bold;
padding-right: 1.75em;
}

.lt-ie9 .contact ul > li + li + li + li a {
background: url(../img/facebook.png) no-repeat center right;
font-family: 'Roboto Slab', serif;
font-weight: bold;
padding-right: 1.75em;
}  

.contact ul li:last-child a span {
display: none;
}

.lt-ie9 .contact ul > li + li + li + li a span {
display: none;
}
/* End Footer styles */

/* Secondary page content */
.content {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;  
-webkit-box-shadow: inset 0px 1px 14px 4px rgba(72, 116, 171, 0.15);
-moz-box-shadow:    inset 0px 1px 14px 4px rgba(72, 116, 171, 0.15);
box-shadow:         inset 0px 1px 14px 4px rgba(72, 116, 171, 0.15);
clear: both; 
padding: 1.5em;
}

.content h3 {
/*color: #999;*/
border-bottom: 2px solid #f5f5f5; 
margin-bottom: 1em;
padding-bottom: 1em;
}

.text h4 {
margin-top: 1em;
}

.text p {
/*
padding-right: 15%; 
*/
}
/*
.text p:nth-of-type(1):first-letter { 
color: #8CB700;
float: left; 
font-family: 'Roboto Slab', serif;
font-size: 75px; 
line-height: 60px; 
padding: 4px 8px 0 3px;
}
*/
.text ul {
padding: 1em 0 1em .5em;
}

.text li:before {
/*
content:'\2022   ';
color: #8CB700; 
*/
}
.entry-content ul{
    list-style: disc outside none;
    margin: 0 0 0.5em 1.5em;
    padding: 0;
}
.entry-content.withFeaturedImage > p, .entry-content.withFeaturedImage > ul{
    width:42em;
}
.img-right, 
.img-left {
height: auto;
width: 25%;
}

.img-border {
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
padding: .25em;
}

.img-right {
float: right;
margin: 0 0 1em 1em;
}

.img-left {
float: left; 
margin: 0 1em 1em 0;
}

/* Fast Facts 'tabs' */
#side-nav {
float: left; 
font-family: 'Roboto Slab', serif;
width: 22%;
}

.fast-facts {
float: right;
width: 73%;
}

.fast-facts ul { 
list-style: disc outside none;
margin: 0 0 2em 1.5em;
padding:0;
}

.fast-facts ul li { 
margin-bottom: .2em
}

#side-nav {
padding-top: 1em;
}

#side-nav li {
padding: .75em .25em;
border-bottom: 2px solid #f5f5f5;
}

#side-nav li:last-child {
border: none;
}

#side-nav > li a {
color: #046332;
font-weight: 400;
}
#side-nav li ul{
    display:none;
}
#side-nav li.current-menu-item > a, #side-nav li.current-menu-ancestor > a {
    font-weight: 700;
}
#side-nav li.current-menu-item > ul, #side-nav li.current-menu-ancestor > ul {
    display:block;
}
#side-nav li ul li a {
color: #999;
font-size: .85em;
}
#side-nav li ul li {
border: none; 
padding: .25em 0 0 .5em;
}

/*
#side-nav li.current-menu-item .sub-menu, #side-nav li.current-menu-ancestor .sub-menu {
    display:block;
}
*/
#tab-content {
float: right;
width: 73%;
}

#tabs ul {
background: #fff;
padding-top: 1em;
}

#tabs li {
}

#tabs ul li a {
color: #046332;
font-weight: 400;
}

#tabs ul li ul li a {
color: #999;
font-size: .85em;
}

#tabs ul li.active {
font-weight: 700;
}

#tabs ul li.active a {
color: #046332;
font-weight: 700;
}

#tabs ul li.active ul li a {
color: #999;
font-weight: normal;
}

#tabs ul li ul li.active a {
color: #046332;
}

#tabs ul li a {
text-decoration: none;
}

#tabs ul li {
padding: .75em .25em;
border-bottom: 2px solid #f5f5f5;
}

#tabs ul li:last-child {
border: none;
}

#tabs ul li ul li {
border: none; 
padding: .25em 0 0 .5em;
}

#tabs ul li ul li:last-child {
border: none; 
}

#tabs article {
padding: 0 3% 1em 0;
}

/* Reset anchor link styles for tab content articles */
#tabs article a, 
#tabs article ul li a { 
color: #74AB02;
font-weight: 700;
}

#tabs article a:hover,
#tabs article ul li a:hover { 
color: #046332;
text-decoration: underline;
}

/* Reset list styles for tab content */
#tabs article ul {
padding: 1em 0 1em .5em;
}

#tabs article ul li {
border: none;
padding: 0;
}

#tabs article ul li:before {
content:'\2022   ';
color: #8CB700; 
}

/* Media Contacts grid */
.contacts-grid ul {
margin: 1em 0;
}

.contacts-grid ul li {
display: inline;
float: left; 
height: 100px;
margin: 0 1% 2% 0;
padding: 0;
width: 32%;
}

.contacts-grid ul li:before {
content: '';
display: none;
}

.contacts-grid .name,
.contacts-grid .tel,
.contacts-grid .email {
display: block;
font-size: .8em;
}

.contacts-grid .tel:before {
color: #999;
content: 't: ';
}

.contacts-grid .email:before {
color: #999;
content: 'e: ';
}
/* homepage */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 */
.bxslider li{
    position:relative;
    zoom:1;
}
.bxslider li:after{
    padding-top:32.05%;
    display:block;
    content:'';
}
.bxslider li a{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;    
}
.bxslider li span h1{
    display:inline-block;
    margin:0 3.5% 0 0;
    padding:0px;
    font-family: 'Roboto Slab', serif;
    font-size:26px;
    font-weight:normal;
    line-height:2em;
    vertical-align:middle;
    color:#565656;
}

.bxslider li span strong{
    display:inline-block;
    margin:0 3.5% 0 0;
    padding:0px;
    font-family: 'Lato', sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:2em;
    vertical-align:middle;
}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    width:100%;
    height:auto;
    display: block;
}

.bx-wrapper ul, .bx-wrapper ol{
    margin:0;
    padding:0;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: 0;
    background: #fff;    
    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size:9px;
    color:#fff;
    text-decoration:none;
    text-align:center;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    font-size:9px;
    text-decoration:none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bx-wrapper .bx-pager{
    position:absolute;
    bottom: 2.6%;
    right: 1.4%;
    width: 97%;
    text-align:right;
    margin:0;
}

.bx-prev, .bx-next{
    display:none;
}

.bxslider li span{
/*
    position:absolute;
    display:block;
    width:100%;
    top:72.8%;
    background:rgb(255,255,255);
    background: rgba(255, 255, 255, 0.8); 
    text-align:right;
    */
    display:none;
}
.bxslider li span strong{
    color:#8CB700;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #8CB700;
    color:#8CB700;
}
/* History Page */
.post_thumbnail.evenThumbnail{
    float:right;
    margin-left:15px;
}
.post_thumbnail.oddThumbnail{
    float:left;
    margin-right:15px;
}
.history_year{
    color:#60C12F;
    font-size:24px;    
}

a.news_release_title{
    font-weight:normal;
}
.media-centre .shortcode-list-item{
    padding:10px 0;
    line-height:1.2em;
}


.annual_report{
    width:167px;
    float:left;
    position:relative;
    margin-bottom:20px;
    height:246px;
}
.annual_report .post_thumbnail{
    margin-top:45px;
    float:none;
    margin-left:0;
    display:block;
}
.annual_report .annual_report_title{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.contact_list{
    margin-top:20px;
}
.contact_item{
    width:33.33%;
    float:left;
    height:100px;
}
.contact_item .media_contacts_title{
    height:auto;
    padding-bottom:10px;
}
.contact_item .post_custom, .contact_page_item .post_custom{
/*
    padding-top:10px;
    */
}
._additional_info_phone_number{
    padding-top:10px;
}
.media_contacts_title{
    font-weight:bold;
    padding-bottom:10px;
    height:32px;
}


.contact_page_list{
    margin-top:20px;
}
.contact_page_item{
    width:22%;
    float:left;
    height:150px;
    margin-right:3%;
}

#executive-nav{    
    float: left;
    font-family: 'Roboto Slab', serif;
    width: 22%;
    padding:0 10px 0 0;
}
#executive-nav li{
    margin-bottom:10px;
    min-height: 85px;
}
#executive-nav li.active{
    border-right: 5px solid #ddd;
}
#executive-nav img{
    float:left;
    margin-top:5px;
}
#executive-nav div{
    margin-left:82px;
}
#executive-nav div a{
    font-size:13px;
}
#executive-nav span{
    display:block;
    font-size:12px;
}
.executive-committee article{
    display:none;
}
.executive-committee article.active{
    display:block;
    margin-left:212px;
}
.directors{
    font-size:0.9em;
}
.director{
    border-radius:5px;
    padding:10px;
    margin:0 0 3px 0;
}
.director.odd{
    background-color:#eee;
}
.director.even{
    background-color:#ddd;
}
.director_name{
    display:inline-block;
    width:200px;
    text-decoration:underline;
}
.trigger_content{
    display:none;
}
.active .trigger_content{
    display:block;
}
.active .director_header{
    width:190px;
    float:left;
}
.active .director_name, .active .director_region, .active .director_since{
    display:block;
}
.active .director_name{
    margin-bottom:10px;
}
.active .director_region{
    margin-bottom:5px;
}
.active .director_content{
    margin-left:200px;
    padding-right:10px;
}
.foot_notes{
    margin-top:10px;
}
.foot_note{
    width:200px;
    float:right;
    clear:right;
    font-size:0.8em;
}
.super{
    vertical-align:super;
    font-size:0.8em;
}

.accordion_list{
    padding-bottom:15px;    
}
.accordion_item{
    border-radius:5px;
    padding:10px 10px 0 10px;
    margin:0 0 3px 0;
}
.accordion_item.odd{
/*
    background-color:#eee;
    */
}
.accordion_item.even{
/*
    background-color:#ddd;
    */
}
.accordion_item_title{

}
.accordion_item_content{
    margin-top:10px;
}
.contact_form{
    margin-bottom:20px;
}
.contact_form .left_col{
    width:350px;
    float:left;
}
.contact_form .left_col input,
.contact_form .left_col select
{
    width:100%;
}
.contact_form .right_col{
    margin-left:390px;
}
.contact_form .right_col textarea{
    width:98%;
    height:330px;
}
.submit_button_container{
    position:relative;
    text-align:right;
}
.submit_button_container img{
    position:absolute;
    left:0;
}

.format_widget .content_header{
    background-color:#91C002;
    height:31px;
    line-height:31px;
    padding:0 10px;
    font-weight:bold;
    color:#fff;
    border-radius:5px;
    margin-bottom:3px;
}
.format_widget .content_header span{
    float:left;
    display:block;
}
.format_heading{
    width:160px;
}
.profile_heading{
    width:200px;
}
.banner_heading{
    width:100px;
}
.markets_heading{
    width:100px;
    text-align:center;
}
.description_heading{
}
.format_header{
    
}
.format_item{
    padding:10px;
    border:1px solid #91C002;
}
.format_title{
    display:block;
    width:160px;
    float:left;
}
.format_description{
    display:block;
    margin-left:160px;
}
.active .format_title{
    float:left;
    display:block;
}
.active .format_description{
    margin-left:160px;
    display:block;
}
.active .format_header{
    width:350px;
    float:left;
}
.active .format_content{
    margin-left:360px;
}
.logo_container{
    width:100px;
    float:left;
    text-align:center;
}
.markets{
    width:100px;
    float:left;
    text-align:center;
}
.banner_row{
    margin-bottom:10px;
}
.banner_description{
    margin-left:200px;
}
em{
    font-style:italic;
}
#at-a-glance .owl-item{
    height:68px;
    position:relative;
}
.owl-item img{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right:0;
    /*
    max-height:37px;
    */
    width:auto;
}
#stores .owl-item{
/*
    height:50px;
    */
    height:68px;
    position:relative;
}
/* ==========================================================================
   Media Queries 
   ========================================================================== */

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

    body {
        background-color: #fff; 
    }
    .learn-more h3{
        margin-left:0;
    }
    .learn-more p{
        margin-left:0;
    }
    #container {
        padding: 0;
        width: 100%;
    }

    #small-menu {
      position: absolute;
      right: .5em;
      top: .5em;
    }

    #logo {        
        left: .5em; 
        margin-top: -.25em;
        position: absolute;
        top: .5em; 
        z-index: 9999;
    }
    #logo img{
        width:144px;
        height:auto;
    }

    /* - - - - - Navigation reconfigured for mobile - - - - - */  
    .primary-nav {
      font-size: 1em;
    }
    .primary-nav > ul > li > a:hover {
      color: #8CB700;
    }  
    .primary-nav .sub-menu {
      background: #fff;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
    }
    .primary-nav .sub-menu li a {
      background: #EFF5F9;    
      border-bottom: 1px solid #ccc;          
      color: #8CB700;
      text-align: center;
    }
    .primary-nav .sub-menu li a:hover {
      background: #8CB700;
      color: #fff;
    }
    .nav-mobile {
      display: block;
    }
    .primary-nav {
      width: 100%;
      padding: 50px 0 0;
    }
    .primary-nav > ul {
      display: none;
    }
    .primary-nav ul li, .primary-nav .sub-menu li {
      width: 100%;
      float: none;
    }
    .primary-nav ul li > a {
      padding: 15px;
    }
    .nav-click {
      display: block;
    }
    .nav-mobile-open {
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
    }
    .primary-nav ul li:hover .sub-menu {
      display: none;
    }
    .primary-nav .sub-menu {
      position: static;
      width: 100%;
    }

    /* Footer */
    footer {
      padding: 2em 1em;
    }

    .column { 
      float: none;
      margin: 0 0 1em 0;
      width: 100%;
    }
    
    .contact {
      background: #fff;
      border-top: 2px solid #f5f5f5;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      clear: both;
      padding: .5em 0 0 0; 
    }

    .contact ul li {
      display: block; 
      margin: 0 1em 0 0; 
    } 
    
    .contact ul li:last-child {
      float: none; 
      margin: 0;
    }
    
    #intro{
        margin:0 1em;
    }
    
    /* Sobeys info */
    #info {
      margin: 2em 1em 1em 1em;
    }
    
    .learn-more {
      border-bottom: 2px solid #f5f5f5;
      float: none;
      margin-right: 0;
      margin-bottom: 1em;
      padding-bottom: 1em;
      width: 100%;
      height:inherit;
    }
    .learn-more .cta_link{
        position:inherit;
    }
    .learn-more:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .learn-more img {
      float: none; 
      margin: 0 0 .5em 0;
      width: 100%;
    } 

    .learn-more a {      
      display: block;
      font-size: 1em;
      letter-spacing: 0;
      margin: 0 0 0 0;
      padding: .5em 0;
      text-align: center;
      width: 100%;
    }

    #stores {
      padding: 1em 1em;
    }

    .content {
      clear: both; 
      margin: 2em 1em 1em 1em;
      padding-bottom: 2em;
    }

    .text p {
      padding-right: 0; 
    }

    .img-right, 
    .img-left {
      float: none;
      height: auto;
      margin: 1em 0;
      width: 100%;
    }

    .img-border {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      padding: 0;
    }

    #side-nav,
    #tab-content,
    .fast-facts,
    #executive-nav{
      float: none; 
      width: 100%;
    }
    .executive-committee article.active{
        margin-left:inherit;
    }
    #tabs ul {
      padding-top: 0;
    }

    .contacts-grid ul {
      margin: 0;
    }
    .contacts-grid ul li {
      display: block;
      float: none; 
      height: inherit;
      margin: 0 0 1em 0;
      width: 100%;
    }
    
    /* bxslider */
    .bxslider li span{
        top:initial;
        bottom:0;
    }

    .bxslider li span h1{
        font-size:1.0em;
    }

    .bxslider li span strong{
        font-size:.6em;
    }
    .popup{
        padding:10px !important;
    }
    .popup-info{
        left:10px !important;
        right:10px !important;
        bottom:10px !important;
    }
    .popup-info th, .popup-info td{
        padding:0 0.5em .25em 0 !important;
    }
    .popup-info .store_logo{
        padding:0 !important;
    }
    .popup-info .store_logo img{
        max-width:100%;
        height:auto;
    }
    .contact_item, .contact_page_item{
        width:auto;
        float:none;
        height:auto;
        margin-bottom:20px;
        margin-right:0;
    }
    
    
    
    
    
    .format_heading{
        width:160px;
    }
    .profile_heading{
        float:none !important;
        margin-left:160px;
        width:inherit !important;
    }
    .banner_heading{
        display:none !important;
    }
    .markets_heading{
        display:none !important;        
    }
    .description_heading{
        display:none !important;
    }
    .format_title{
        float:left;
        width:160px;
    }
    .format_description{
        margin-left:160px;
        display:block;
    }
    .active .format_header{
        width:100% !important;
        float:none !important;
        
    }
    .active .format_content{
        width:100% !important;        
        margin:0 !important;
    }
    .logo_container{
        width:100px;
        float:left;
    }
    .markets{
        width:auto !important;
        margin-left:100px;
        text-align:left;
        float:none;
    }
    .banner_description{
        margin:0 0 10px 0 !important;
        clear:left;
        border-bottom:1px dotted #91C002;
        padding:10px 0;
    }
    .banner_row{
        margin-top:10px;
    }
    .active .director_header{
        width:100%;
        float:none;
    }
    .active .director_content{
        margin:0;
        width:inherit;
        padding:1em 1em 1em 0;
    }
    .director_region{
        display:block;
        margin-top:5px;
    }
    .contact_form .left_col{
        width:inherit;
        float:none;
    }
    .contact_form .right_col{
        margin:0;        
    }

    .post_thumbnail.evenThumbnail, .post_thumbnail.oddThumbnail{
        float:none;
        margin:auto;
        text-align:center;
    }
    .post_thumbnail img{
        max-width:100%;
        height:auto;
    }
    .entry-content img{
        max-width:100%;
        height:auto;
    }
    .footer-links{
        padding:0;
    }
    .entry-content.withFeaturedImage > p, .entry-content.withFeaturedImage > ul{
        width:inherit;
    }
} /* end max-width: 40em */


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Email you friends css added on 01-07-2015 */
#fancybox-wrap > div {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #9edb75;
  padding: 10px;
  text-align: center;
}
#EmailMe > p {
  color: #707070;
  font-weight: normal;
}
#EmailMe label{
  color: #707070 !important;
  font-weight: normal;
}
.emailto {
   margin-right: -16px;
}
#fancybox-close {
  right: -24px !important;
  top: -24px !important;
}
.send_email {
  background: #6dc437 none repeat scroll 0 0;
  border: medium none;
  border-radius: 26px;
  color: #fff;
  font-family: arvoregular;
  font-size: 15px;
  padding: 3px 19px;
  margin-left: 43px;
  cursor:pointer;
}
#EmailMe form p{ margin:12px auto; width:240px; overflow:hidden; }

@media print {
.outliner
{
     display: none; 
 }
 #small-menu
{
     display: none; 
 }
 #logo
{
     display: none; 
 }
 .primary-nav
{
     display: none; 
 }
 #fancybox-wrap > div
 { display: none; }
 
 .entry-footer 
  { display: none; }
 .outer_cont 
 { display: none; }
   
   .footer-links
   
 { display: none; }
  .column widget
   
 { display: none; }
  .contact
   
 { display: none; }
 img{
     display:none;}
  
 
}

.el_display_none{
    display: none;
}