ul.btns li {
    width: 90px;
}
/*
 NAV
---------------------------*/
.sf-menu li:hover, .sf-menu li.sfHover, #nav li.sfHover a.selected, #nav a.active, .sf-menu a:focus,  .sf-menu a:hover,  .sf-menu a:active {
    background: url("~/media/Bayer CropScience/Country-Canada-Internet/sys/standard_sprite_nav.png") repeat-x scroll 0 -924px #399c39;      
}
#nav li ul.sub li .selected {
    color: #FFFFFF;    
}
#nav a.selected {
  color: #ffffff !important;
}
#nav a.selected:hover {
  background: url("~/media/Bayer CropScience/Country-Canada-Internet/sys/standard_sprite_nav.png") repeat-x scroll 0 -924px #399c39 !important;  
}
 .sf-menu li li:hover,  .sf-menu li li.sfHover,  .sf-menu li li a:focus,  .sf-menu li li a:hover,  .sf-menu li li a:active,  .sf-menu li li,  .sf-menu li li li,  .sf-vertical a:focus,  .sf-vertical a:hover, grey .sf-vertical a:active,  .sf-vertical li,  .sf-vertical li:hover,  .sf-vertical li.sfHover {
    background: none repeat scroll 0 0 #DCEECC;
}
 .sf-vertical li.selected:hover,  .sf-vertical li.selected.sfHover {
    background: url("~/media/Bayer CropScience/Country-Canada-Internet/sys/standard_sprite_nav.png") repeat-x scroll 0 -924px #399c39
}
 .sf-vertical li.selected span.selected {
    background: none;
    display: block;
}
 .sf-vertical li.selected span.selected a.selected {
    background: url("~/media/Bayer CropScience/Internet/sys/sprite.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
    background-position: 0 -50px !important;
}
 .sf-vertical li {
    color: #FFFFFF;
}
 .sf-vertical li.selected,  .sf-vertical li li.selected,  .sf-vertical li.hiddenselected {
    background: url("~/media/Bayer CropScience/Country-Canada-Internet/sys/standard_sprite_nav.png") repeat-x scroll 0 -924px #399c39;
}

.navHide {
	display: none;
}

.left-nav-menu li {
    border-top: 1px solid white;
    position: relative;
}

.left-nav li ul li:last-child {
    padding-bottom: 0;
}

span.has-children:before {
    font-family: 'fontawesome';
    content: '\f0d7';
    color: #393;
    font-size: 16px;
    cursor: pointer;
}

.selected span.has-children:before {
    color: #d0e5bc;
}

.left-nav .has-children {
    background: none;
    position: absolute;
    left: 154px;
    top: -2px;
    width: auto;
}

.left-nav li > span {
    width: 100%;
    display: inline-block;
    padding: 2px 0;
}

.left-nav ul li ul {
    display: none;
}

.left-nav ul li.open > ul {
    display: block;
}

li.open > span.has-children:before {
    content: '\f0d8';
}

.left-nav li li span
 a {
    display: inline-block;
    padding: 0;
    padding-left: 16px;
}

.left-nav li li li span
 a {
    padding-left: 24px;
}

.left-nav li a {
    padding-left: 8px;
}

.left-nav li li li li span
 a {
    padding-left: 32px;
}

.left-nav li li li {
    background: #edf9e0;
}

.left-nav ul.sf-vertical li a:hover {
    background: none !important;
}

.left-nav ul.sf-vertical li a:hover {
    background: none !important;
}

.left-nav li {
    background: #d0e5bc;
}

.left-nav li li {
    background: #dceecc;
}

.left-nav li li:hover {
    background: #d0e5bc;
}

/*
TWO COLUMN
---------------------------*/
.two-columns .folder.column-1 {
	width: 320px;
}

/*
YOUTUBE
---------------------------*/
.youTube .box img {
	max-width: 47px;
}

span.pull-right.view-all {
	float:right;
    font: 11px arial, Helvetica, sans-serif;
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}
span.pull-right.view-all a:hover {
	color: #43BFF1;
}

.green-bg-spacer {
	height: 5px;
	background-color: #dceecc;
}

.youmax {
  position:relative;
  padding-bottom:5px;
  background-color: #DCEECC;
}
.youmax .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin-left: 2px;
  margin-right: 2px;
}
.youmax iframe,
.youmax object,
.youmax embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youmax .control{ 
  border:transparent solid 20px;
  cursor: pointer;
  height:0;
  margin-top:-20px;
  position:absolute;
  text-indent: -9999px;
  top:60%;
  width:0;
}

.youmax .control.inactive{ 
  display:none;
}
.youmax .control.previous{ 
  border-left:none;
  border-right:8px solid #a2c79c;
  left:3px;
}
.youmax .control.next{ 
  background:none;
  border-left:8px solid #a2c79c;
  border-right:none;
  float:none;
  right:3px;
}
.grey .alternate .youmax .control.previous {
  border-right-color:#cccccc;
}
.grey .alternate .youmax .control.next{
  border-left-color:#cccccc;
}
.youmax-video-list-views,
.youmax-video-list-title { display:none; }

.youmax-video-list-wrapper {
  padding: 12px 0 0;
  position:relative;
}
.youmax-video-list-div {
  overflow:hidden; 
  position:relative;
  margin:0 15px 5px 11px;
}
.youmax-video-list-div ul {
  left:0;
  position:absolute;
}
.youmax-video-list-div ul li { 
  float:left; 
  padding:0 4px;
  text-align: center;
}
.youmax-video-list-div ul li img {  
  cursor:pointer;
  display:inline;
  max-height: 100%;
  max-width:100%;
  vertical-align: middle;
}

.youTube-container {
    margin: 20px 0 30px 0;
}

.shdw li {
    z-index: 9;
}

.youTube-container iframe {
    z-index: 4;
}

.youTube-container h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

.youTube-container p {
    margin: 0 0 10px 0;
    padding: 0;
}

ul.youTube-playlist {
    width: 560px;
    margin-top: 10px;
    padding: 0;
    border: solid 1px gainsboro;
    list-style-type: none;
}

    ul.youTube-playlist li {
        float: left;
        width: 117px;
        margin: 6px 0 6px 0;
    }

        ul.youTube-playlist li .video-item {
            width: 100px;
            margin: auto;
        }

.box h4 {
    
}
.boxBtnWrap {
    float: left;
    background: url(images/boxR.gif) repeat-y 0px 0px;
}

.boxBtnImage p {
    line-height: 15px;
    padding: 15px 0 0 0;
    height: 64px;
}

.boxBtnImage h4 {
    font: bold 12px/14px Arial,sans-serif;
    color: #46a42c;
    display: block;
}

.boxBtnTop {
    float: left;
    background: url(images/boxT.gif) no-repeat 0px 0px;
}

.boxBtnBot {
    float: left;
    background: url(images/boxB.gif) no-repeat bottom left;
}

.boxBtnImage {
    float: left;
    width: 221px;
    padding: 13px 0px 18px 12px;
}

#keyvisual {
    background: #fff;
}

/*
TWITTER
---------------------------*/
.twitter {
    margin: 0;
    width: 100%;
    max-width: 520px;
    background-color: white;
    position: relative;
}

.twitter .green-bg-spacer {
	border-bottom: solid 1px #A4D19C;
}

.twitter-timeline {
    border-radius: 0;
    background-color: white;
}

.twitterheader {
    height: 36px;
    margin: 0;
    font: bold 12pt arial, Helvetica, sans-serif;
    color: #3D9C3C;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}

.twitterimage {
    position: relative;
    display: inline;
    vertical-align: top;
    width: 23px;
}

.twitter iframe {
	background-color: #E1F0D5;
	padding-left: 5px;
	padding-right: 5px;
	/*max-width: 250px !important;*/

}

@media only screen and (max-width: 1012px) {
    .twitterimage {
        width: auto !important;
    }
}

/*
ACCORDION
---------------------------*/
.onAccordion .selected {
    background-position: 0 -1250px;
    /*background: #dceecc url("~/media/Bayer CropScience/Internet/sys/sprite.ashx") no-repeat 0 -1706px;*/
    color: #393;
}

.onAccHead {
    color: #393;
    background: #75b775 url("~/media/Bayer CropScience/Internet/sys/sprite.ashx") no-repeat 0 -1706px;
    cursor: pointer;
    padding-left: 11px;
    padding: 4px 10px 4px 23px;
}

.onAccHead:before {
    border-left: 7px solid #393;
}

/*
RIGHT RAIL
------------------------------*/
.margiblock {
	float: right;
	width: 100%;
	font-size: 11px;
	max-width: 180px;
}

.margiblock h5 {
	font-weight: normal;
}
.margiblock .shdw {
	margin-bottom: 7px;
}

.margi-search {	/* Hides an unused control on the old Main layout */
	display:none;
}

.rebateBoxCtl {
    background: #dceecc url("~/media/Bayer CropScience/Internet/sys/standard.ashx") no-repeat 0 -1000px;
}

.rebateBoxCtl h4 {
    background: url("~/media/Bayer CropScience/Internet/sys/standard.ashx") no-repeat 0 -300px;
    display: block;
    zoom: 1;
}

#ctlRoiCalculator {
    float: right;
    width: 175px;
    margin-bottom: 2em;
}

.cols400_180 {
    display: none;
}


.rebateBoxCtl {
    background: #dceecc url("~/media/Bayer CropScience/Internet/sys/standard.ashx") no-repeat 0 -1000px;
}

.rebateBoxCtl h4 {
    background: url("~/media/Bayer CropScience/Internet/sys/standard.ashx") no-repeat 0 -300px;
    display: block;
    zoom: 1;
}

#ctlRoiCalculator {
    float: right;
    width: 175px;
    margin-top: 2em;
}

.cols400_180 {
    display: none;
}

.divRoiCalculator {
    color: #393;
}

.divRoiCalculator a {
    color: #393;
}


.divRoiCalculator a {
    color: #393;
}


.newsContents {
    background: transparent;
}

    .newsContents .blck2 {
        padding: 0px 0 10px;
    }

    .newsContents a {
        color: #393;
    }

    .newsContents .txtcol {
        overflow: hidden;
        position: relative;
        padding-bottom: 16px;
    }

    .txtcol-inner {
    height: 87px;
    overflow: hidden;
}

    .newsContents .newsMedia {
        float: left;
        margin-right: 10px;
        padding-top: 3px;
    }

    .newsContents .newsImage {
        width: 120px !important;
        height: auto;
        border: 1px solid #ccc;
    }

    .newsContents .newsdate {
        color: #666;
        line-height: 16px;
        font-size: 12px;
    }

.newsContents .more-link {
    position: absolute;
    bottom: 0;
    left: 0;
}

.newsContents .txtwrapper {
    position: relative;
}

.prodtable table, .prodtable th, .prodtable tr, .prodtable td {
    border-collapse: collapse;
    border: 1px solid #CCC;
}

.prodtable th {
    padding: 5px;
}

.mixItUpBigBoxWrap {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.onAccordion div h3 {
    padding: 10px 10px 0px 0px;
}

.branches img {
    max-width: 100%;
    height: auto;
}

.auto {
    z-index: 1;
}

/* Follow Us */
.margiblock .follow-us li a {
	background-color: #DDEECC;
}

/* 
IFRAME
------------------------------*/
.iframeControl {
	width: 100%;
	min-height: 100px;
}
.iframeControl iframe {
	border: none;
	width: 100%;
	height: 100%;
}

/*************************************
* News Stories *
************************************/

.storiesColLeft {
    float: left;
    width: 180px;
    padding-top: 9px;
}

.storiesColRight {
    float: left;
    width: 275px;
    margin-left: 20px;
    padding-left: 15px;
    overflow: hidden;
}

.newsStory {
    overflow: hidden;
    zoom: 1;
}

.newsStory  .txtcol > img {
    float: left;
    margin-right: 10px;
}

.featuredNewsStory-media  {
    margin-bottom: 10px;
}

.featuredNewsStory-body h5 {
    font-size: 12px;
}

    .featuredNewsStory-body h2 {
        font-size: 18px;
        line-height: 1.2;
        margin: 6px 0;
    }

.featuredNewsStory img {
	height: auto;
	width: auto;
	max-height: 180px;
	max-width: 180px;
}
.newsStory img {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
}

@media screen and (min-width: 1013px) {
    .newsStory {
        position: relative;
        padding-bottom: 16px;
    }

    .newsStory .more-link {
        position: absolute;
        bottom: 2px;
        left: 0;
    }

    .newsStory .txtcol {
    overflow: hidden;
}

    .featuredNewsStory .inner-text {
        overflow: hidden;
}

    .featuredNewsStory p {
    position: relative;
        max-height: 176px;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .storiesColRight p {
    max-height: 112px;
}

}

@media screen and (max-width: 1012px){

.storiesColLeft > .featuredNewsStory {
    border-bottom-color: #ccc;
    padding: 9px 0 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.storiesColRight {
    margin-top: 0;
}

.featuredNewsStory img {
    float: left;
    margin-right: 10px;
}

.newsStory p {
    max-height: 114px;
}
}

/*
	Hide Footer Social Media links
------------------------------------*/
.footWrap .col-3 .some {
	display: none;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* New Responsive Styles */

@media only screen and (max-width:1012px) {

    .storiesColRight {
        float: none;
        width: auto;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 20px;

    }

    .storiesColLeft {
        float: none;
        width: auto;
    }
}


/*
	MEDIA CAROUSEL
	using FlexSlider 2
-------------------*/
.media-carousel-component .flex-container a:active,
.media-carousel-component .flexslider a:active,
.media-carousel-component .flex-container a:focus,
.media-carousel-component .flexslider a:focus { outline: medium none; }

.flex-direction-nav,
.flex-direction-nav li,
.flex-direction-nav a {
	z-index: 900;
}

.no-display {
	display: none !important;
}

.media-carousel-component .slides,
.media-carousel-component .flex-control-nav,
.media-carousel-component .flex-direction-nav {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.media-carousel-component .media-caption {
	color: #FFF;
	background-color: #000;
	z-index: 10;
	width: 100%;
	position: absolute;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.media-carousel-component .media-caption > div {
	padding: 5px 0 5px 5px;
}

.media-carousel-component .flexslider {
	margin: 0;
	padding: 0;
}

.media-carousel .slides li {
	padding: 0 2px;
}

.media-carousel-component .flexslider .slides > li {
	 display: none;
	max-height: 450px;
}

.media-carousel-component .flexslider .slides img {
	display: block;
	width: 100%;
}

.media-carousel-component .flex-pauseplay span { text-transform: capitalize; }

.media-carousel-component .slides:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .media-carousel-component .slides { display: block; }

* html .media-carousel-component .slides { height: 1%; }

.no-js .media-carousel-component .slides > li:first-child { display: block; }

.media-carousel-component .flexslider {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #FFFFFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	margin: 0 0 20px;
	position: relative;
}

.media-carousel-component .flex-viewport {
	max-height: 2000px;
	transition: all 1s ease 0s;
}

.media-carousel-component .loading .flex-viewport { max-height: 300px; }

.media-carousel-component .flexslider .slides { }

.media-carousel-component .carousel li { margin-right: 5px; }

.media-carousel-component .flex-direction-nav a {
	background-image: url('/img/flexSlider/bg_direction_nav.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 30px;
}

.media-carousel-component .flex-direction-nav .flex-next {
	background-position: 100% 0;
	-ms-background-position-x: 100%;
	right: -36px;
	display: none;
}

.media-carousel-component .flex-direction-nav .flex-prev {
	left: -36px;
	display: none;
}

.media-carousel-component .flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
	display: block;
}

.media-carousel-component .flexslider:hover .flex-prev {
	left: 5px;
	opacity: 0.8;
	display: block;
}
.media-carousel-component.isIE .flex-next {
	opacity: 0.8;
	right: 5px;
	display: block;
}
.media-carousel-component.isIE .flex-prev {
	opacity: 0.8;
	left: 5px;
	display: block;
}

.media-carousel-component .flexslider:hover .flex-next:hover,
.media-carousel-component .flexslider:hover .flex-prev:hover { opacity: 1; }

.media-carousel-component .flex-direction-nav .disabled {
	cursor: default;
	opacity: 0.3 !important;
}

.media-carousel-component .flex-control-nav {
	bottom: -40px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.media-carousel-component .flex-control-nav li {
	display: inline-block;
	margin: 0 6px;
}

.media-carousel-component .flex-control-paging li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}

.media-carousel-component .flex-control-paging li a:hover { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); }

.media-carousel-component .flex-control-paging li a.flex-active {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
	cursor: default;
}

.media-carousel-component .flex-control-thumbs {
	margin: 5px 0 0;
	overflow: hidden;
	position: static;
}

.media-carousel-component .flex-control-thumbs li {
	float: left;
	margin: 0;
	width: 25%;
}

.media-carousel-component .flex-control-thumbs img {
	cursor: pointer;
	display: block;
	opacity: 0.7;
	width: 100%;
}

.media-carousel-component .flex-control-thumbs img:hover { opacity: 1; }

.media-carousel-component .flex-control-thumbs .active {
	cursor: default;
	opacity: 1;
}
.flex-vid {
	width: 600px;
	height: 450px;
}
.media-carousel .video-overlay {
	position: absolute;
	right: 31%;
	top: 25%;
	width: 55px;
}

.column-2 .media-carousel .slides li {
	width: 75px !important;
}
.column-2 .media-carousel .video-overlay {
	right: 32%;
	top: 26%;
	width: 30px;
}
.column-2 .flex-vid {
	width: 245px !important;
	height: 184px !important;
}
.column-2 .media-slider .slides > li {
	max-height: 184px;
}
.column-2 .media-carousel-component {
	max-width: 245px;
	margin-left: 2px;
}

.column-1 .media-carousel .slides li {
	width: 75px !important;
}
.column-1 .media-carousel .video-overlay {
	right: 32%;
	top: 26%;
	width: 30px;
}
.column-1 iframe.flex-vid {
	width: 308px;
	height: 231px;
}
.column-1 .media-slider .slides > li {
	max-height: 240px;
}
.column-1 .media-carousel-component {
	max-width: 320px;
	margin-left: 2px;
	margin-right: 10px;
}

.onAccordion iframe.flex-vid {
	max-width: 555px;
	max-height: 416px;
}
.onAccordion div.flexslider {
	max-width: 555px;
}
.onAccordion .onAccordion iframe.flex-vid {
	max-width: 520px;
	max-height: 390px;
}
.onAccordion .onAccordion div.flexslider {
	max-width: 520px;
}

@media screen and (min-width: 768px) and (max-width: 1012px)
{
	.onAccordion iframe.flex-vid {
		max-width: 555px;
		max-height: 398px;
	}
	.onAccordion div.flexslider {
		max-width: 530px;
	}
	.onAccordion .onAccordion iframe.flex-vid {
		max-width: 500px;
		max-height: 375px;
	}
	.onAccordion .onAccordion div.flexslider {
		max-width: 500px;
	}

	#content > div.media-carousel-component img,
	#content > div.media-carousel-component .flex-vid,
	#content > div.media-carousel-component
	{
		max-width: 575px !important;
	}
	#content > div.media-carousel-component .flex-vid {
		max-height: 431px !important;
	}
	#content > div.media-carousel-component .slides > li {
		max-height: 431px !important;
	}
}

@media screen and (max-width: 767px) {
	.flex-vid {
		width: 460px;
		height: 345px;
	}
	.media-carousel .slides li {
		width: 100px !important;
	}
	.media-slider .slides > li {
		max-height: 345px !important;
	}
	.column-2 .media-slider .slides > li {
		max-height: 184px !important;
	}
	.media-carousel .video-overlay{
		width: 40px;
	}
	.media-carousel-component .flexslider {
		margin-bottom: 20px;
	}
	#content .two-columns .column-2 > div.media-carousel-component img,
	#content .two-columns .column-2 > div.media-carousel-component .flex-vid,
	#content .two-columns .column-2 > div.media-carousel-component
	{
		width: 260px !important;
	}

	.onAccordion iframe.flex-vid {
		max-width: 415px;
		max-height: 311px;
	}
	.onAccordion div.flexslider {
		max-width: 415px;
	}
	.onAccordion .onAccordion iframe.flex-vid {
		max-width: 380px;
		max-height: 285px;
	}
	.onAccordion .onAccordion div.flexslider {
		max-width: 380px;
	}
}
@media screen and (max-width:459px) {
	.flex-vid {
		width: 300px;
		height: 225px;
	}
	.media-carousel-component .flexslider {
		margin-bottom: 10px;
	}
	.media-slider .slides > li {
		max-height: 225px !important;
	}
	.column-2 .media-slider .slides > li {
		max-height: 184px !important;
	}

	.media-carousel .slides li {
		width: 75px !important;
	}
	.media-carousel .video-overlay {
		width: 30px;
	}

	#content .two-columns .column-2 > div.media-carousel-component img,
	#content .two-columns .column-2 > div.media-carousel-component .flex-vid,
    #content .two-columns .column-2 > div.media-carousel-component {
	    width:245px !important;
    }
	.onAccordion iframe.flex-vid {
		max-width: 255px;
		max-height: 191px;
	}
	.onAccordion div.flexslider {
		max-width: 255px;
	}
	.onAccordion .onAccordion iframe.flex-vid {
		max-width: 225px;
		max-height: 169px;
	}
	.onAccordion .onAccordion div.flexslider {
		max-width: 225px;
	}

}

@media screen and (max-width: 860px) {
	.media-carousel-component .flex-direction-nav .flex-prev {
		left: 0;
		opacity: 1;
	}

	.media-carousel-component .flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}

/* iPhone 5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	.media-carousel .flex-direction-nav {
		display: none;
	}
}
/* older iPhones/iPod Touch */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.media-carousel .flex-direction-nav {
		display: none;
	}
}

/* PAGE OPTIONS SETTINGS */
.withoutrightmargin #content { width:784px; }
.withoutlefthand.withoutrightmargin #content { width:972px;  margin: 0 12px 0; }

/* MYBAYER IFRAME*/
.divLogoutBtn {
	float: right;
    height: 2em;
    margin-right: 15px;
}

.divLogoutBtn a {
	color: #393;
	font-weight: bold;
}

/* Responsive Overrides*/
.plaintext {
  max-width: 100%;
}

ul.youTube-playlist {  
  max-width: 100%;
}

.errorbody .errorpage {
    width:80% !important;
}

.storiesColRight .newsStory h2 a {
    color: #393 !important;
}
/* End of Responsive Overrides */

/* Accordion styling update */
.storiesColRight .newsStory h2 a {
    color: #393 !important;
}
.onAccHead,.grey .onAccHead, .blue .onAccHead, .lightblue .onAccHead, .orange .onAccHead, .greenAcc .onAccHead {
    background: none repeat scroll 0 0 #e6e6e6;
    font-size: 14px;
    padding: 10px 7px 10px 15px;
    position: relative;
}

.onAccHead {
    background: none repeat scroll 0 0 #e6e6e6 !important;
}

.onAccHead:before,.grey .onAccHead:before, .blue .onAccHead:before, .lightblue .onAccHead:before, .orange .onAccHead:before, .greenAcc .onAccHead:before {
    border-bottom: 7px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 13px;
    margin-left: 3px;
    margin-right: 4px;
    position: absolute;
    vertical-align: middle;
}
.grey .onAccHead {
    color: #666;
}
.grey .onAccHead:before {
    border-left: 7px solid #666;
}
.lightblue .onAccHead {
    color: #5096cb;
}
.lightblue .onAccHead:before {
    border-left: 7px solid #5096cb;
}
.blue .onAccHead {
    color: #286eaa;
}
.blue .onAccHead:before {
    border-left: 7px solid #286eaa;
}
.orange .onAccHead {
    color: #f60;
}
.orange .onAccHead:before {
    border-left: 7px solid #f60;
}
.greenAcc .onAccHead {
    color: #393;
}
.greenAcc .onAccHead:before {
    border-left: 7px solid #393;
}
.onAccHead.selected:before,.grey .onAccHead.selected:before, .blue .onAccHead.selected:before, .lightblue .onAccHead.selected:before, .orange .onAccHead.selected:before, .greenAcc .onAccHead.selected:before {
    border-bottom: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #5096cb;
    margin-left: 0px;
}
.onAccHead.selected:before {
    border-top: 7px solid #393;
}
.grey .onAccHead.selected:before {
    border-top: 7px solid #666;
}
.orange .onAccHead.selected:before {
    border-top: 7px solid #f60;
}
.blue .onAccHead.selected:before {
    border-top: 7px solid #286eaa;
}
.lightblue .onAccHead.selected:before {
    border-top: 7px solid #5096cb;
}
.greenAcc .onAccHead.selected:before {
    border-top: 7px solid #393;
}
.back-to-top {
    text-align: right;
}
.grey .back-to-top a {
    color: #666;
}
.blue .back-to-top a {
    color: #286eaa;
}
.lightblue .back-to-top a {
    color: #5096cb;
}
.orange .back-to-top a {
    color: #f60;
}
.greenAcc .back-to-top a {
    color: #393;
}
.onAccordion .fb-like span {
    height: 20px !important;
    width: 78px !important;
}
.onAccordion .fb_iframe_widget iframe {
    height: 20px !important;
    width: 78px !important;
}
.onAccordion iframe.fb_iframe_widget_lift {
    height: 329px !important;
    width: 450px !important;
}

.onAccordion .onAccHead span {
    display: block;
    margin: 0 15px;
}

.onAccordion .onAccHead .selected {
    color: #393;   
}

/* Social Share Button */
#breadcrumb {
	width: 90%;
	display: inline-block;
}

.social-share-button {
	display: inline-block;
	float: right;	
}

.social-share-button .addthis_pill_style {
    width: 50px !important;
}

/* Grower Consent Form */
.consent-form * {
    box-sizing: border-box;
}

.consent-form fieldset,
.consent-form__message {
    border: 2px solid #eee;
    padding: 6px;
    margin-bottom: 30px;
}

.consent-form fieldset h3,
.consent-form__message h3 {
    width: 100% - ;
    font-size: 24px;
    text-align: center;
    padding: 24px 16px;
    color: #969696;
    background-color: #eee;
    margin-bottom: 20px;
}

.consent-form__field {
    transition: background-color 0.2s ease-in;
    border: 1px solid #ffffff;
    padding: 10px;
}

.consent-form__field.is-focused {
    background-color: #ccc;
}

.consent-form__field.is-invalid,
.consent-form__field.is-focused.is-invalid {
    background-color: #ffeeee;
}

.consent-form__field.is-phone {

}

#content .consent-form__field label {
    width: auto;
    color: #000;
    font-weight: 400;
    float: none;
    display: block;
    padding: 0;
    margin-bottom: 4px;
}

.consent-form__row {
    width: 100%;
}

.consent-form__row.has-two::after,
.consent-form__row.has-two::before,
.consent-form__row.has-three::after,
.consent-form__row.has-three::before {
    content: "";
    display: table;
}

.consent-form__row.has-two::after,
.consent-form__row.has-three::after {
    clear: both;
}

.consent-form__row.has-two .consent-form__field {
    width: 45%;
    float: left;
}

.consent-form__row.has-multi .consent-form__field:last-child {
    margin-left: 5%;
}

.consent-form__row.has-three .consent-form__field {
    width: 30%;
    float: left;
}

.consent-form__row.has-three .consent-form__field:last-child {
    margin-left: 3%;
}


.consent-form__field input,
.consent-form__field select {
    display: block;
    margin-bottom: 4px;
    border: 1px solid #ccc;
    padding: 2px;
    box-shadow: inset 1px 1px 7px -1px #ccc;
}

.consent-form__field input,
.consent-form__invalid {
    width: 100%;
    max-width: 350px;
}

#content .consent-form__field.is-inline label,
.consent-form__field.is-inline input,
.consent-form__field.is-inline select {
    display: inline-block;
}

.consent-form__field.is-inline input {
    max-width: 275px;
    width: auto;
}


.consent-form__field.is-inline .consent-form__input {
    display: inline-block;
    margin-left: 52px;
}

@media (max-width: 460px) {
    .consent-form__field.is-inline .consent-form__input {
        margin-left: 0;
    }
}

.consent-form__field.is-medium input,
.consent-form__field.is-medium .consent-form__invalid {
    max-width: 275px;
}

.consent-form__field.is-small input,
.consent-form__field.is-small .consent-form__invalid {
    max-width: 100px;
}

.consent-form__errors {
    display: none;
    color: #ff0000;
    border: 2px solid #ff0000;
    background-color: #ffeeee;
    font-size: 12px;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
    margin: 10px 0;
}

.consent-form__invalid {
    display: none;
    color: #ff0000;
    border: 1px solid #ff0000;
    font-size: 10px;
    padding: 3px;
    border-radius: 3px;
}

.consent-form__submit {
    text-align: center;
}

.consent-form__button {
    display: inline-block;
    color: #eee;
    background-color: #009900;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 20px;
}

.consent-form__button.disabled {
    pointer-events: none;
    background-color: rgba(0,0,0,.2);
}

.g-recaptcha {
    margin: 20px auto;
}

/* Cookies Popup */
.popup-modal .close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    border: none;
    background: none;
    border: none;
    cursor: pointer;
}

.popup-modal .popup-inner {
    margin: 35px 70px;
    text-align: left;
}

.popup-modal .btn {
    background: none;
    border: none;
}

.popup-modal .dont-show-btn {
    display: none;
}

.popup-modal .buttons .opt-out-btn {
    float: left;
}

.popup-modal .buttons .dont-show-btn {
    float: right;
}

.popup-modal .cookies-background {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
}

.popup-modal #popupWindow {
    height: auto;
        border: none;
    top: auto;
    bottom: 0;
    background: #D2E4C1;
    border: 1px solid #393;
    border-bottom: none;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
}

@media screen and (min-width:700px) and (max-width:780px) {
    .popup-modal #popupWindow {
    width: 75%;
}
}

@media screen and (max-width: 700px){
.popup-modal #popupWindow {
    width: 100%;
    border-left: none;
    border-right: none;
}

.popup-modal .popup-inner{
    margin: 25px;
}

.popup-modal .close-btn{
    right: 20px;
}
}

/*.popup-modal #popupWindow a {
    color: #393
}*/