/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (min-width: 981px) {
    #logo {
        max-height: none !important;
    }
}
@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
        /*width: 27%;*/
        width:23%;
        margin-right: 1%;
    }
    .et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
        width: 72%;
        margin-left: 3%;
    }
    #sidebar {
        float: left;
        width: 22%;
    }
    #left-area {
        width: 78%;
    }
}
.et_pb_widget_area_left.et_pb_sidebar_0 {
    padding-right: 0px;
}
/*General Styles*/
a:hover {
    color: #8ac33e;
}
h1 {
    font-size: 38px !important;
    margin-bottom: 25px;
}
h2 {
    font-size: 30px !important;
    font-weight: 300;
}
h3 {
    font-size: 22px !important;
}
h4 {
    font-size: 20px !important;
}
p, #et-main-area ul li, #et-main-area ol li {
    line-height: 1.3em;
}
#et-main-area ul, #et-main-area ol {
    margin-top: 10px;
}
#et-main-area ul li, #et-main-area ol li {
    margin-bottom: 10px;
}
.body-content h2 {
    font-size: 26px !important;
    font-weight: normal !important;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
}
body:not(.home) .et_pb_divider  {
       padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.no-french p {
    font-style: italic;
    font-size: 15px;
}
/*Header*/
#top-header .et-social-icons {
    float: right;
}
#top-menu {
   /* margin-top: 10px;*/
	    margin-top: 17px;
}
@media (min-width: 980px) {
.donate, #top-menu li.donate:hover,  #top-menu > li.et-hover {
	background: #ff6600;
    padding: 8px 0px;
    top: -8px;
}
}
@media (min-width: 990px) {
    .et_header_style_left .logo_container {
        position: relative !important;
        float: left;
        top: -30px;
        z-index: 1;
    }
}
#logo {
    max-height: none;
    -webkit-box-shadow: 0px 0px 22px -2px rgba(66,66,66,1);
    -moz-box-shadow: 0px 0px 22px -2px rgba(66,66,66,1);
    box-shadow: 0px 0px 22px -2px rgba(66,66,66,1);
    margin-top:0;
    margin-right:0;
}
.et_fixed_nav #top-header {
    z-index: 10;
}
.et_fixed_nav #main-header {
    height: 60px;
    z-index: 12;
}
@media (min-width: 981px) {
    #main-header.et-fixed-header {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none;
    }
}
#et-info, #et-secondary-menu > ul > li a {
    font-weight: 300;
    padding-bottom: 6px;
    text-transform: lowercase;
}
#top-header .container {
    padding: 10px 55px 0 38px;
}
#main-header .container.et_menu_container,
.body-content .et_pb_row, #content-area  {
    padding: 0 55px 0 38px !important;
}
#main-header .container.et_menu_container {height: 15px;}
#et-top-navigation {padding-left:0 !important;padding-top: 0px !important;}
#top-menu li {
    padding-right: 0;
    margin-right: 0;
	float: left; 
	display: unset;
}
#top-menu li.et-hover {
    /*background: #5daa41;*/
    background: #498c2f;
}

/*
#top-menu li#menu-item-63 .sub-menu {
    width: 231.8px;
    min-width: initial;
}
@-moz-document url-prefix() {
    #top-menu li#menu-item-63 .sub-menu {
        width: 231px;
    }
}
*/
#top-menu li.take-action.et-hover {
    background: transparent;
}
#top-menu > li > a {
    padding: 0px 15px !important;
    color: #eeeeec !important;
}

#top-header a {
    color: #fff !important;
}

#top-header .et-social-icon a {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    padding: 6px 6px 5px;
    font-size: 10px;
}
#top-header .et-social-icon.et-social-facebook a {background: #3a5898;}
#top-header .et-social-icon.et-social-twitter a{ background: #00acec;}
#top-header .et-social-icon a:before {
    font-size: 12px !important;
}

#top-header .et-social-icons li.et-social-icon {
    margin-left: 6px;
}
#et-secondary-nav {
    /*right: 200px;*/
	right:10px;
    position: relative;
}
#top-menu li.take-action {
    background-image: url("/wp-content/uploads/take-action.png");
    top: -42px;
    z-index: 1;
    height: 105px;
    width: 161px;
    background-repeat: no-repeat;
    padding-right:0;
    margin-right: 0;
}
#top-menu li.take-action a {
    position: relative;
    top: 42px;
}
html:lang(fr-CA) #top-menu li.take-action {
    top: -42px;
}
html:lang(fr-CA) #top-menu > li.take-action > a {
    padding: 5px 0 5px 0 !important;
    font-size: 20px;
}
html:lang(fr-CA) #main-header .nav li.take-action ul.sub-menu a {font-size:15px;}
#top-menu li.take-action ul, #top-menu li.take-action li, #top-menu li.take-action a {
    background: transparent !important;
    box-shadow: none;
    width: 100% !important;
}
#top-menu li.take-action.et-hover {
    background: #ee4300;
    background: -moz-linear-gradient(top, #ee4300 0%, #fe6400 32%, #fe6400 100%);
    background: -webkit-linear-gradient(top, #ee4300 0%,#fe6400 32%,#fe6400 100%);
    background: linear-gradient(to bottom, #ee4300 0%,#fe6400 32%,#fe6400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4300', endColorstr='#fe6400',GradientType=0 );
    box-shadow: 0 0 8px rgba(0,0,0,0.33);
   /* min-height: 300px;*/
    -webkit-box-shadow:inset 0px 0px 0px 3px #e8e4c9;
    -moz-box-shadow:inset 0px 0px 0px 3px #e8e4c9;
    box-shadow:inset 0px 0px 0px 3px #e8e4c9;
}
#top-menu li.take-action.et-hover > .sub-menu {
    background: #ee4300;
    background: -moz-linear-gradient(top, #ee4300 0%, #fe6400 32%, #fe6400 100%) !important;
    background: -webkit-linear-gradient(top, #ee4300 0%,#fe6400 32%,#fe6400 100%) !important;
    background: linear-gradient(to bottom, #fe6400 0%,#fe6400 32%,#fe6400 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4300', endColorstr='#fe6400',GradientType=0 ) !important;
    -webkit-box-shadow: inset 3px 0px 0px 0px #e8e4c9, 3px 3px 0px 0px #e8e4c9;
    -moz-box-shadow: inset 3px 0px 0px 0px #e8e4c9, 3px 3px 0px 0px #e8e4c9;
    box-shadow: inset 3px 0px 0px 0px #e8e4c9, 3px 3px 0px 0px #e8e4c9;
    width: 158px !important;
}
#main-header .nav li.take-action ul.sub-menu a {
    font-size:16px;
    z-index: 1;
}
.take-action a {
    top: 32px;
    text-align: center;
}
#top-menu > li:last-child {
    margin-right: 0;
}
#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.et_pb_widget_area_left  .child-sidebar-menu  li.current_page_item > a , #main-header .nav li ul.sub-menu li.current-menu-item a,
#advanced_sidebar_menu-3 .current_page_item > a, #advanced_sidebar_menu-3 .current_page_parent > a,  .menu .current_page_item a, .parent-pageid-95 .current_page_parent > a,
.page-item-95.current_page_ancestor > a , .current_page_ancestor > a{
    color: #000 !important;
}

#listcategorypostswidget-3 li a, #listcategorypostswidget-2 li a {
	color: #339900 !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
/*Submenu*/
#top-menu li li a {
    width: auto;
}
#top-menu li li {
    margin: 0;
    padding: 0;
    display: block;
	float: none;
}
#main-header .nav li ul.sub-menu {
    /*background: #5daa41;*/
    background: #498c2f;
    border-top: 0;
    width: 100%;
    /*min-width: 265px;*/
    box-shadow: none;
	margin-top: 10px;
}

#main-header .nav li#menu-item-63 ul.sub-menu {
	width: 145px;
}

#main-header .nav li#menu-item-62 ul.sub-menu {
	min-width: 230px;
}

#main-header .nav li#menu-item-61 ul.sub-menu {
	min-width: 190px;
}

#main-header .nav li.take-action ul.sub-menu {
    z-index: -1;
    opacity: 1;
    min-height: 100%;
    padding-bottom: 40px;
    min-width: auto;
}

#main-header .nav li ul.sub-menu a {
    font-size:20px;
    color:#fff !important;
    font-weight: normal;
    text-align: left;
    padding: 2px 5px 2px 10px;
    /*text-transform: lowercase;*/
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    display: none;
}
#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 0;
}

#top-menu li.et-hover.take-action  a , #top-menu-nav > ul > li.take-action > a:hover{
    background: transparent;
    padding: inherit;
}
/*Slider*/
.slider-row.et_pb_row {padding: 0 !important;}
.et_pb_slide {
   /* background-size: 100% auto!important;*/
	background-size: contain !important;
    box-shadow: none !important;
    background-position: top !important;
}
.et_pb_slide .et_pb_container {height: 493px !important;}

@media (max-width: 1440px) {
    .et_pb_slide .et_pb_container {height: 460px !important;}

}
@media (max-width: 1280px) {
    .et_pb_slide .et_pb_container {height: 425px !important;}

}
@media (max-width: 1200px) {
    .et_pb_slide .et_pb_container {height: 408px !important;}
}
@media (max-width: 990px) {
    .et_pb_slide .et_pb_container {height: 390px !important;}
}
@media (max-width: 768px) {
    .et_pb_slide .et_pb_container {height: 315px !important;}
}
@media (max-width: 450px) {
    .et_pb_slide .et_pb_container {height: 175px !important;}
}
@media (max-width: 380px) {
    .et_pb_slide .et_pb_container {height: 155px !important;}
}
@media (max-width: 330px) {
    .et_pb_slide .et_pb_container {height: 134px !important;}
}
.et-pb-controllers {z-index:4;}
.et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev{
    left: -22px;
    opacity: 1;
}
.et_pb_slider:hover .et-pb-arrow-next, .et_mobile_device .et-pb-arrow-next {
    right: -22px;
}
.et-pb-arrow-prev, .et-pb-arrow-next {
    opacity:1;
    z-index: 1;
}
.et-pb-arrow-next {
    -moz-border-radius: 90px 0 0 90px;
    height: 101px;
    width: 70px;
    border-radius: 90px 0 0 90px;
    background: #181f23;
}
.et-pb-arrow-prev{
    -moz-border-radius: 0 90px 90px 0;
    height: 101px;
    width: 70px;
    border-radius: 0 90px 90px 0;
    background: #181f23;
}
.et-pb-arrow-prev:before {
    content: "\34";
    top: 25px;
    left: 15px;
    position: relative;
}
.et-pb-arrow-next:before {
    content: "\35";
    right: -5px;
    top: 25px;
    position: relative;
}
.et-pb-controllers .et-pb-active-control {
    background-color: #000000 !important;
}
.et-pb-controllers a {
    background-color: #b2b2b2;
}
.et-pb-controllers {
    bottom:34px;
}


/*Boxes Home Page*/
.boxes-home > div {
    width: calc( 100% - 20px /3 ) !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.boxes-home .et_pb_column {
    background: #fff;
    padding:40px 20px;
}
.boxes-home h2 {font-size: 28px !important;font-weight:bold;}
.et_pb_blurb_position_left .et_pb_main_blurb_image {
    width:100px;
    height: 116px;
}
.modified-foods h4 {
    font-size:24px !important;
}
.modified-foods h4 a, .modified-foods h3 a {
    color: #fff !important;
}
.modified-foods .et_pb_blurb_position_left .et_pb_blurb_container, .modified-foods .et_pb_blurb_position_right .et_pb_blurb_container {
    display: table-cell;
    vertical-align: middle;
}
.modified-foods h3 {
    color:#e1fcbd !important;
}

/*Footer Site*/
.footer-site.et_pb_section {
    padding: 58px 0 0 0;
}
.footer-site h3{
    font-size: 26px !important;
}
#footer-bottom .container {
    padding-left: 84px;
    color: #000000;
}
#footer-bottom .container .col-sm-10 {
    margin-top: 20px;
}
#footer-bottom p.header {
    padding-bottom: 5px;
    font-size: 18px;
}
#footer-bottom  p {
    font-size: 14px;
    padding-bottom: 0;
}
#menu-footer-menu {
    font-size: 14px;
    padding: 0;
}
.bottom-nav li {
    font-weight: normal;
    padding-right: 5px;
}
footer .et_pb_column{
    margin-right: 0 !important;
}
footer .et_pb_column:first-child{
    width: 25% !important;
    padding-right:5%;
}

footer .et_pb_column:last-child {
    width: 75% !important;
}
#footer-info, .bottom-nav {
    text-align: left;
    padding-bottom: 2px;
}
/*Add this Row*/

.addthis-row {
    text-align: right;
}
.addthis-header {
    color: #666666;
    font-size: 16px;
    font-family: Kreon;
    margin-right: 10px;
}
.addthis_inline_share_toolbox {
    width: auto;
    float: right;
}

/*Body Content*/

.body-content .et_pb_row.addthis-row {
    padding-bottom: 35px !important;
    width: 100%;
}
.et_pb_widget_area_left {
    border-right:0;
}


/*Left Menu*/
.et_pb_widget_area_left  .child-sidebar-menu  li  a:after ,
#main-header .nav li ul.sub-menu a:after ,  #advanced_sidebar_menu-3 li a:after  {
    content: ">";
}
.et_pb_widget_area_left  .child-sidebar-menu > li > a,  #menu-publications li a, #menu-info-on-gmos li a, #advanced_sidebar_menu-3 li.page_item > a {
    color: #339933;
    font-family: Kreon;
    font-size: 19px;
}
.et_pb_widget_area_left  .child-sidebar-menu .children > li > a , #advanced_sidebar_menu-3 .grandchild-sidebar-menu > li > a{
    color: #339933;
    font-family: Kreon;
    font-size: 16px;
}
.et_pb_widget_area_left  .child-sidebar-menu .children > li {
    line-height: 18px;
}
.et_pb_widget ul li  {
    margin-bottom: 10px;
}
.et_pb_widget_area_left  .child-sidebar-menu .children, .grandchild-sidebar-menu {
    margin-top: 10px;
    width: 225px;
}
#advanced_sidebar_menu-2 {
    margin-bottom: 0;
}
/*blog and search page*/
.et_pb_post {
    margin-bottom:25px;
}
.et_pb_posts a.more-link {
	    font-family: 'Kreon',Georgia,"Times New Roman",serif;
    clear: none;
}
.more-link:after {
	content: ">";
    left: 5px;
    position: relative;
    top: 1px;
}
.et_pb_post .entry-featured-image-url{
	max-width: 20%;
    float: left;
    margin-right: 15px;
}
.et_pb_post .entry-title {
	    color: #393;
}
.single-post img {
    width: auto;
    height: auto;
    margin-right: 25px;
    margin-top: 25px;
    float:left;
}
.list-view.et_pb_post h2 {
    color:#339933;
}
.list-view.et_pb_post .featured-image {
    width: 20%;
    float: left;
}
.list-view.et_pb_post .entry-summary {
    width: 78%;
    float: right;
}
.list-view.et_pb_post {
    margin-bottom: 0px;
    clear: both;
    padding-top: 35px;
}
.pip-nav {clear:both;    padding-top: 25px;}
.pip-nav li {list-style: none;}
.pip-nav li a:before {content:"<< ";}

.list-view.et_pb_post a {
    font-family: 'Kreon', Georgia, "Times New Roman", serif;
}
@media (min-width: 981px) {
    .et_right_sidebar #left-area {
        float: right;
        width: 73.625%;
    }
    .et_right_sidebar #main-content .container:before {
        display:none;
    }
}

.special-search, #sidebar .widget_search
    /*#search-*/{
    background-color: #498c2f;
    padding: 25px 15px;
    float: left !important;
    width: 80%;
}
#sidebar .widget_search {width: 100% !important;}
.fa#searchsubmit {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.search #sidebar {
    padding: 25px 15px;
    float: left !important;
    width: 22%;
}
#main-content .container:before {display: none;}
#sidebar .et_pb_widget {
    float: inherit;
}
.search #content-area {
    margin-bottom: 150px;
}
.widget_search {
    margin-bottom: 0 !important;
}
.widget_search .widgettitle {font-size:22px !important;color:black;}
.widget_search input#s {
    border: 0;
    border-radius: 0;
}
.widget_search #searchsubmit, .widget_search input#searchsubmit {
    clear: both;
    display: block;
    position: relative;
    float: right;
    background: #ff6600;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    font-family: Open Sans Condensed;
    margin-top: 18px;
    border-radius: 0;
    height: auto !important;
    padding: 7px 25px;
    width: auto;
    letter-spacing: 1px;
}
.widget_search #searchsubmit:hover, .widget_search input#searchsubmit:hover {
    opacity: 0.5;
}

#recent-posts-2 {
    margin-top: 50px;
}
.textwidget {font-size: 16px;}
.et_pb_widget li a {
    color: #666;
    font-family: Kreon;
    font-size: 16px;
}
/*Content Pages*/

.home h3 a {
    color: #e1fcbd;
}
h3 a {
    color:#339933;
}
.list-nodots li {
    list-style: none;
}

.odd_even_col > div > div {
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    float: left;
    min-height: 120px;
}
.odd_even_col  .et_pb_blurb_content {
    max-width:250px;
    height: 106px;
}

img.alignleft ,  img.alignright {
    margin-bottom: 50px;
}


/*Accordions*/
.et_pb_accordion .et_pb_toggle {
    background: transparent;
    border: 0;
    margin-bottom:0px !important;
}
.et_pb_toggle_close h5.et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #339933;
    font-family: Kreon;
    font-size: 22px;
}
.et_pb_accordion .et_pb_toggle {
    padding: 15px 0;
}
.et_pb_toggle_title:before {
    position: relative;
    top: 50%;
    left: 0;
    padding-right: 5px;
    content: "\f054";
    font-family: FontAwesome !important;
    color: #339933;
}
.et_pb_toggle_open .et_pb_toggle_title:after {
    position: relative;
    top: 50%;
    left: 0;
    padding-left: 15px;
    content: "\f078";
    font-family: FontAwesome !important;
    color: #339933;
}

/*List Content FCE*/

.list-content  .et_pb_blurb_content {
    max-width:none;
}
.list-content.et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 25%;
    padding-right: 15px;
}
.list-content.et_pb_blurb h4 {
    color: #339933;
    font-size: 26px !important;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.list-content.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0;
}
.list-content.et_pb_blurb p a {
    color: #339933;
    font-size: 18px;
    font-family: 'Kreon', Georgia, "Times New Roman", serif;
}
.child-sidebar-menu select {
    display: none;
}

/*Action Page*/

.action-box a {
    color: #333333 !important;
    text-decoration: underline;
}


/*SpeakOut Styling*/
.dk-speakout-petition-wrap h3 {
line-height: 1em !important;
font-size: 20px !important;
padding-top: 25px !important;
}

.dk-speakout-response {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.dk-speakout-error {
    background-color: #ffebe8 !important;
    border: 2px solid #e81e00 !important;
}
.postallookup_search p {margin-top:20px !important;}
.postallookup_search a , .postallookup_search a:hover {
    color: #294e1a !important;
    font-size: 12px;
    text-decoration: underline;
}

.email-petition {
    top: -15px;
    position: relative;
}
#loadingmessage {text-align: center;}
#loadingmessage img {
    width: 40px;
}

.dk-speakout-petition {
    padding-bottom: 15px;
}
 .dk-speakout-progress-wrap {display: none;}
.dk-speakout-petition-wrap {margin:0;}
.postallookup_search #txtpostalcode {
    display: inline-block;
    width: 100px;
    margin-left: 0;
    height: 31px;
    border: 0;
}

.dk-speakout-submit  {
    background: #ff6600 !important;
    border: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #fff !important;
    box-shadow: none;
    cursor: pointer !important;
    text-shadow: none;
    border-radius: 0;
    padding: 8px 15px;
}

.postallookup_search #postal_serach {
    background: #ff6600 !important;
    border: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    color: #fff !important;
    font-weight: bold !important;
    box-shadow: none;
    display: inline-block;
    width: 70px;
    /* margin-top: 0;
     margin-left: 0;
     height: 30px;
     padding: 0 .5em 0 .5em;*/
    top: 0px;
    position: relative;
    font-size: 15.5px !important;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    cursor: pointer !important;
}
html:lang(fr-CA) .postallookup_search #postal_serach {width:auto;    padding: 0 10px;}
#colorbox #cboxClose{
    top: 0;
    right: 0;
    bottom: inherit;
}
#cboxLoadedContent{
    margin-top:0px;
    margin-bottom:0;
}
@-moz-document url-prefix() {
    .postallookup_search #postal_serach{
        top: 2px;  }
}

.postallookup_search #postal_serach:hover , .dk-speakout-submit:hover{opacity: 0.5;}
.dk-speakout-petition-wrap, .dk-speakout-progress-wrap, .dk-speakout-share {
    background: #8ac43e;
}
.dk-speakout-petition-wrap h3 {
    font-family: 'Kreon', Georgia, "Times New Roman", serif;
}
.dk-speakout-facebook {display:none !important;}
.dk-speakout-message, .dk-speakout-message-editable textarea {
    background: #e0e0e0;
    border-radius: 6px;
    border: 0px;
    margin-top: 5px;
}
.dk-speakout-full.cus_info_text p {
    margin-bottom: 0;
    color: #010101;
}
.dk-speakout-progress-wrap {display: none;}
.apiresult {
    margin: 5px 10PX;
}
.dk-speakout-full.dk-speakout-message-editable {
    margin-top: 0px;
    margin-bottom: 10px;
}
.dk-speakout-petition-wrap label {
    color: #010101;
    font-size: 14px;
    font-weight: normal;
    margin-left: 1px;
    position: relative;
    text-shadow: none;
    text-transform: capitalize;
}
.dk-speakout-full.postallookup_search label {
    text-transform: initial;
}

/*Petition Popup*/

.pum-container .dk-speakout-half, .pum-container .dk-speakout-full, .pum-container .dk-speakout-submit-wrap {
	display: none;
}

.pum-container .dk-speakout-full.dk-speakout-message-editable{
	display: inline-block;
	pointer-events: none;
}

.pum-container .dk-speakout-share {
	margin-bottom: 30px;
}


/*Special elements*/

.Additional_Information br {
    display: none;
}
.Additional_Information a {
    width: 32.9%;
    margin-bottom: 10px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    min-height: 20px;
    padding-right: 0;
    font-size: 16px;
}

p.post-meta {
    display: none;
}

/*Publications Lists*/

.lcp_catlist {
    list-style-type: none !important;
    padding: 0 !important;
}

.lcp_catlist li {
    padding: 0 0 1em 0 !important;
}

.click_search_mobile, .click_search_mobile:hover  {
    color: #fff;
    float: right;
    font-size: 20px;
}


/*Sign Up*/

.footer-site .et_pb_widget_area_right {border-left:0;padding-left:0;}

.footer-site .widget_newsletterwidget{
    width: 100% !important;
    font-size: 16px;
    color: #010101;
}
.tnp-profile {
    display: inline-block;
}
.tnp-profile .tnp-field-profile, .tnp-field-email, .tnp-field-privacy {
    width:48% !important;
    float:left;
}
.tnp-field-profile,  .tnp-field-button, .tnp-field-language {
    width:48% !important;
    float:right;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select, .tnp-field input, .tnp-field select {
    height:38px;
    color: #010101;
    font-size: 16px;
    padding: 0 15px;
}

.tnp-profile .tnp-field-button {
    margin-top: 24px;
}

.tnp-profile form .tnp-field input[type=text], .tnp-profile form .tnp-field input[type=email], .tnp-profile form .tnp-field input[type=submit], .tnp-profile form .tnp-field textarea, .tnp-profile form .tnp-field select {
    width: 100%;
}
.tnp-widget select, .tnp-field select {line-height: 33px;}

.footer-site .widget_newsletterwidget form input[type=checkbox] {
    width: 19px;
    height: 19px;
    margin: 5px 5px 0 0;
    padding: 0;
    border-radius: 0;
    background: #ffffff;
}
/*.footer-site  form .tnp-field-email label, .tnp-field-profile label {display:none !important;}*/

.footer-site form .tnp-field.tnp-lists {display:none !important;}

.tnp-subscription div.tnp-field.tnp-privacy-field {
	clear: both;
}

.tnp-subscription input[type=checkbox] {
    height: auto;
}

.tnp-widget input.tnp-submit, .tnp-field input[type="submit"]{
    float: right !important;
    background: #ff6600 !important;
    border: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #fff !important;
    height: 35px !important;
    padding: 0 15px !important;
    cursor: pointer !important;
    width: 95px;
}
.tnp-widget input.tnp-submit:hover, .tnp-field input[type="submit"]:hover {
    background: #333333 !important;
}
.tnp-widget label {font-size: 16px;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333333;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333333;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:  #333333;
}
.newsletter-field.newsletter-field-privacy {
    width: calc(100% - 100px);
    float: left;
    margin-top: 10px;
}
.newsletter-field.newsletter-field-button {
    width: 100px;
    float: left;
    margin-top: 10px;
}
input.newsletter-privacy {
    vertical-align: text-bottom;
}



@media (max-width: 768px) {

    .footer-site .widget_newsletterwidget form p:nth-child(odd), .footer-site .widget_newsletterwidget form p:nth-child(even) {
        width: 100%;
    }
    .newsletter-subscription div.newsletter-field {
        width: 100%;
        float: left;
    }
    .footer-site .widget_newsletterwidget form input[type="email"], .footer-site .widget_newsletterwidget form  select {
        width: 100% !important;
        float: none;
    }
}


/*Responsive*/
@media (max-width: 1325px) {
	.et_pb_row, .container {
		width: 90%;	
	}
}
@media (max-width: 1290px) {
    .et_pb_slider .et_pb_slide {
        background-size: 100% auto;
    }
    .et_pb_slider_fullwidth_off .et_pb_container {
        min-height: 100% !important;
    }
    .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
        padding: 22% 8%;
    }
    #main-header .container.et_menu_container, .body-content .et_pb_row {padding: 0 15px 0 15px !important;}
    #top-header .container {padding: 10px 15px 0 15px !important;}
    #top-menu > li > a {
      /*  padding: 11px 5px !important;*/
    }
    .boxes-home.et_pb_row_2.et_pb_row {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .postallookup_search #txtpostalcode {
        display: block;
        margin: 5px 0;
        width: auto;
    }
    #et-secondary-menu .et-social-icons {
        margin-right: 7px;
    }
}

@media (max-width: 1090px) {

    #footer-bottom .container .col-sm-10 {
        margin-right: 0;
        width: 75%;
    }
    #footer-bottom .container {
        padding-left: 0;
    }
    #top-header .container {
        padding: 10px 0px 0 0px !important;
    }
    #main-header .container.et_menu_container, .body-content .et_pb_row {
        padding: 0 0px 0 0px !important;
    }
    #et-secondary-menu .et-social-icons {
        margin-right: 5px;
    }
    .footer-site .et_pb_row_9.et_pb_row , .footer-site .et_pb_row_10.et_pb_row{
        padding-right: 0px;
        padding-left: 0px;
    }
    .container, .et_pb_row {width:95%;}
    .footer-site .et_pb_row {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #footer-bottom p.header {
        font-size: 17px;
    }

}

@media (max-width: 980px) {
    .et_pb_space.et-hide-mobile.test {display: block !important;}
    .Additional_Information {
        margin-bottom: 40px !important;
    }
    .Additional_Information a {width:100%;}
    #top-header .container {
        padding: 10px 15px 0 0px !important;
        width: 100%;
    }
    .logo_container a div {float:left;}
    .body-content .et_pb_row.addthis-row {
        padding-top: 35px !important;
    }
    #mobile_menu {padding-top: 35px;}
    .child-sidebar-menu li    { display: none; }
    .child-sidebar-menu select {
        display: inline-block;
        display: block !important;
        color: #339933;
        font-family: Kreon;
        font-size: 20px;
        padding: 2px;
        height: 35px;
        border: 1px solid #333333;
    }
    .et_fixed_nav #main-header {z-index:initial;height: 78px;}
    #et-secondary-menu {
        display: block !important;
    }
    .mobile_menu_bar:before {
        color: #fff !important;
        font-size: 40px;
    }
    .opened .mobile_menu_bar:before {
        content: '\4d';
    }
    .logo_container {
        position: relative !important;
        float: left;
        top: -32px;
    }
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: none;
    }
    .mobile_menu_bar.mobile_menu_bar_toggle{
        top: -95px;
        position: relative;
    }
    .et_pb_section {
        padding: 0 !important;

    }
    .footer-site {
        margin-top: 25px;
    }
    .et_mobile_menu {
        border-top: 0;
        opacity: 1;
        background: #fff;
        -webkit-box-shadow:none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    .et_mobile_menu li a {
        font-size:22px;
        border-bottom: none;
        padding: 5px 4px;
    }
    #main-header .et_mobile_menu .menu-item-has-children > a {
        position: initial;
    }
    .take-action a {
        top: 0;
        text-align: inherit;
    }
    .menu-item-68 , .menu-item-67, .menu-item-66 , #mobile_menu > li.menu-item:last-child {
        font-weight: 300;
        text-transform:lowercase;
    }
    .menu-item-68 a, .menu-item-67 a, .menu-item-66 a, #mobile_menu > li.menu-item:last-child a { color: #fff !important;font-size: 18px !important;}

    /*#et-main-area {margin-top:50px;}*/
    .fullwidth .et_pb_row {
        width: 100%;
    }
    #mobile_menu {
            top: 64px;
    z-index: -1;
    }

    .logo_container {
        padding: 0 15px;
    }
    .container.clearfix.et_menu_container {
        width: 100%;
    }
    .mobile_menu_bar.mobile_menu_bar_toggle {
        top: 10px;
        right: 15px;
        position: absolute;
    }
    #mobile_menu li {
        padding: 0 15px;
        padding-bottom: 10px;
    }
    .modified-foods .et_pb_column_1_3 {width: 50% !important;   }
    .modified-foods .et_pb_module { min-height: 100px;}
    .et_pb_blurb_position_left .et_pb_blurb_container {
        padding-left: 6px;
    }
    .et_pb_blurb_position_left .et_pb_main_blurb_image {
        width: 50px;
    }
    .modified-foods .et_pb_row:after {}
}

@media (max-width: 768px) {
    .special-search, #search-4 {
        background-color: #498c2f;
        padding: 10px 10px;
        float: left !important;
        width: 100%;
    }
    .et_pb_column .et_pb_widget.widget_search, #advanced_sidebar_menu-2 {
        margin-bottom: 0 !important;
    }
    .et_pb_space.et-hide-mobile.test {display: block !important;}
    .et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev {
        left: -15px;
    }
    .et-pb-arrow-prev, .et-pb-arrow-next {
        background: transparent;
    }
    #et-main-area {    padding-top: 1px;}
    .et-pb-arrow-prev, .et-pb-arrow-next {
        font-size: 38px;
    }

    h1 {
        font-size: 28px !important;
        margin-bottom: 25px;
    }
    h2 {
        font-size: 25px !important;
    }
    .et_pb_row, .et_pb_column .et_pb_row_inner {
        padding: 15px 0;
    }
    .et_pb_column {
        margin-bottom: 10px;
    }
    .et_pb_section .et_pb_column .et_pb_module {
        margin-bottom: 15px;
    }
    .boxes-home .et_pb_column {
        background: #dcedc5;
        padding: 20px 20px;
    }

    .modified-foods h4 {
        font-size: 16px !important;
    }
    .modified-foods h3 {
        font-size: 18px !important;
    }
    #footer-bottom .container {
        padding-left: 0;
    }
    .bottom-nav {
        text-align: initial;
    }

    .et-pb-controllers {
        bottom: 1px;
    }
    .et-pb-arrow-prev, .et-pb-arrow-next {
        height: 78px;
        width: 45px;
    }
    .et-pb-arrow-prev:before {
        content: "\34";
        top: 12px;
        left: 5px;
    }
    .et-pb-arrow-next:before {
        content: "\35";
        right: 12px;
        top: 12px;
    }
    .thumbnails .et_pb_column {
        width: 33.333% !important;
        padding: 1%;
    }
    .footer-site .et_pb_row {
        padding: 10px 20px;
    }
    .footer-site h1 {
        margin-top: 35px;
        margin-bottom: 0;
    }
    #footer-bottom .container .col-sm-10 {
        margin-top: 0;
    }
    .odd_even_col > div > div {
        width: calc(100% / 2);
        float: left;
    }
    #footer-bottom p.header {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 0;
        max-width: 222px;
    }
    #footer-bottom p {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    ul#menu-footer-menu a {
        font-size: 16px;
    }
    footer .et_pb_column:last-child {
        width: 100% !important;
    }
    footer .et_pb_column:first-child {
        width: 70% !important;
        padding-right: 5%;
    }
    .registration_footer span:nth-child(2){
        display: none;
    }
    .registration_footer span{
        clear:both;
        display:block;
    }

}

@media (max-width: 480px) {
    .et_pb_column .et_pb_widget.widget_search, #advanced_sidebar_menu-2 {
        margin-bottom: 0 !important;
    }
    .et_fixed_nav #main-header{
        height: 61px;
    }
    #mobile_menu {
        top: 72px;
    }
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 80%;
        margin-top: 6px;
    }
}

@media (max-width: 375px) {
    .et_pb_widget.widget_search , #advanced_sidebar_menu-2{
        margin-bottom: 0 !important;
    }
    .et_fixed_nav #main-header {
        height: 53px;
    }
    #mobile_menu {
        top: 53px;
    }
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 70%;
        margin-top: 6px;
    }

}
@media (max-width: 345px) {
    .et_pb_column .et_pb_widget.widget_search , #advanced_sidebar_menu-2 {
        margin-bottom: 0 !important;
    }
    .et_fixed_nav #main-header {
        height: 47px;
    }
    #mobile_menu {
        top: 30px;
    }
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 60%;
        margin-top: 12px;
    }
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 60%;
        margin-top: 12px;
    }

}

/*Collapsible Menu*/
#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top:5px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

/* new popup */
.email-petition.active {

}
.email-petition.active .dk-speakout-petition-wrap  {
	right: 20%;
    margin-right: -150px;
    width: 80%;
    top: 120px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 80%;
	z-index: 9999;
}
.active .dk-speakout-message {height:150px !important;}
body.active {
	    overflow: hidden;
}

