/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    width:100%;
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 25px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}

ul {
	padding-left: 1.5em;
}

ol {
    list-style-type: decimal;
}

ol {
    padding-left: 1.5em;
}

ol ol {
    list-style-type: lower-latin;
}

ol ol ol {
    list-style-type: lower-roman;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;


}
/*----
----------- content width----------------- */
.content_container {
    width: 960px;
    margin: 0 auto;
}
.right {
    float: right ;
}

.left{
    float: left;
}

.clear_both{
    clear: both;
}
/*------------------------------------------------------------------ global--------------------------------------------------- */
h1{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size:48px;
    color: #28709a;
    color: #000;
    line-height: normal;
}

h2{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size:30px;
    color: #28709a;
    color: #000;
    line-height: normal;
}

h3{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #28709a;
    line-height: normal;
}

p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 25px;
    margin-bottom: 12px;

}

a{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: inherit;
    color: #28709a;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: #61b7e8;
}

img{
    max-width: 100%; 
    height: auto;
    max-height: 100%;
}

strong{
    font-weight: 900;
}

em, i {
	font-style: italic;
}

td{
        font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 25px;
    padding: 7px;
    vertical-align: top;
}
/*------------------------------------------------------------------ HEADER--------------------------------------------------- */

#sticky_nav{
    background-color: #2b2b2b;
    background: -webkit-linear-gradient(#2b2b2b, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2b2b2b, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2b2b2b, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2b2b2b, #000); /* Standard syntax (must be last) */
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index:  10;

}

#sticky_nav ul.menu{
    float: left;    
}

#sticky_nav ul.menu li {
    float : left;
    padding-right: 20px;
    padding-top: 3px;
    list-style: none;
}

#sticky_nav ul.menu li a{
    font-weight: inherit;
    color : #34bce7;
}

#sticky_nav ul.menu li:first-child a {  
    color : #d8d8d8;

}

#sticky_nav ul.menu li a:hover{
    color : #d8d8d8;
    text-decoration: underline;
}

#sticky_nav ul.menu li:last-child {
    padding-right: 35px;
}

.donate_button{
    float: left;
}

#header_nav{
    margin-top: 65px;
    padding-top: 25px;

}

#logo_container{
    float: left;
    width: 435px;
    height: 95px;
    margin-right: 50px;
}

#logo_container img{
    max-width: 100%;
    max-height: 100%;
}

#social_search_container{
    float: left;
    padding-top: 10px;
    max-width: 475px;

}

#search-form{
    float:left;
    margin-right: 34px;
    border: 1px solid #000;
}

#search_box{    
    color: #909090;
    font-size: 13px;     
    padding: 6px 29px 7px 8px;
    width: 222px;

    border: none; 
    height : 17px;

}

#searchsubmit {
    background: url("images/search.png") no-repeat center center;

    border: none;
    cursor: pointer;
    height: 30px;
    text-indent: -9999px;
    width: 25px;

}

.social_media{
    float: right;
    padding-top: 5px;
}

.social_media ul li{
    float: left;
    margin-right: 15px;
}

.social_media ul li:last-child{
    margin-right: 0;
}

#search_box_menu ul.menu{
    padding-left: 65px;
    padding-top: 16px;
}

#search_box_menu ul.menu li{
    float: left;
    padding: 0 15px;
    border-right: 1px solid #6196b5;
    list-style: none;

}

#search_box_menu ul.menu li a{
    font-weight: inherit;
}

#search_box_menu ul.menu > li:first-child{
    padding-left: 0;
}

#search_box_menu ul.menu li:last-child{
    padding-right: 0;
    border: none;
}

#main_menu_wrapper{
    padding-top: 33px;

}

#main_menu_head{
    float: left;

}

#menu_opener{
    font-size: 22px;
    padding: 13px 40px 22px; ;
    word-spacing: 15px;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    position: relative;
    cursor: pointer;
}

#menu_opener::after{
    content: url('images/arrow.png');
    position: absolute;
    top: 24px;
    padding-left:10px;

}

#main_menu{
    position: absolute;
    height: 943px;
    margin-left: 17px;
    width: 880px;
    height: 258PX;
    display: none;
    background-color: rgba(255, 255, 255, 0.93);
    z-index: 25;
    padding-left: 28px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 60px;
}



.main_menu_col{
    padding-right: 5px;
    float: left;
}
.main_menu_col .expanded{
    list-style: none;
}

.main_menu_col .expanded .menu{
    padding-top: 10px;
}

.main_menu_col .expanded > a{
    font-size: 16px;
    color: #0e4363;
    font-weight: 900;
    text-transform: uppercase;

}

.main_menu_col li, .main_menu_col ul li.leaf{
    list-style: none;
}

.main_menu_col a{
    color: #28739b;
    font-size: 15px;
    text-decoration: none;
}

.main_menu_col a:hover{
    text-decoration: none;
    color: black;
}

#list_menu{
    float: right;
    padding-top: 19px;
}

#list_menu ul.menu li{
    float: left;
    padding: 10px 25px 18px;
    border-right: 1px solid #b2b2b2;
    list-style: none;

}

#list_menu ul.menu li a{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

#list_menu ul.menu > li:first-child{
    padding-left: 0;
}

#list_menu ul.menu li:last-child{
    padding-right: 0;
    border: none;
}

/*************** Slider ******************************/

#home_gallery_slides{
    overflow: hidden;
    height: 452px;
    position: relative;

}
#home_gallery_slides .content_container{
    position: relative;
}

.slider_center  {
    position: relative;
    margin-left: -650px;
    left: 50%;
    height: 452px; 

}

.slide {
    height:452px;
    position:absolute;

}

.content_slider{
    position : absolute ;
    bottom: 0px;
    left: 0px;
    background-color: rgba(28, 28, 28, 0.6);
}

.next{
    padding: 30px 13px 30px 20px;
    float: left;
    cursor: pointer;
    width: 52px;
    text-align: center;
    height: 100%;
}

.next img {
   position: absolute;
   top: 50%;
   margin-top: -9px;
}

.prev{
    padding: 30px 13px 30px 20px;
    float: left;
    cursor: pointer;
    width: 52px;
    text-align: center;
    height: 100%;
}
.prev img {
   position: absolute;
   top: 50%;
   margin-top: -9px;
}

.slider_box{
    padding: 30px 50px 30px 30px;
    float: left;
    min-height: 50px;
    width: 1050px;
}

.slider_box h1 {
    color : #fdfdfd;
    font-style: italic;
    padding-bottom: 10px;
    line-height: 48px;

} 

.slider_box p{
    color: #e2e2e2;
    padding: 15px 0px 10px 2px;
    display: inline;
}

.slider_box a{
    display: inline;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
    background-color: #28709a;
    color: #fff;
}

#bottom_slider_links{
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 400px;
    padding: 25px 37px;
    background: rgba(240,47,23,1);
    background: -moz-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(224,230,230,1) 83%, rgba(224,230,230,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(83%, rgba(224,230,230,1)), color-stop(100%, rgba(224,230,230,1)));
    background: -webkit-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(224,230,230,1) 83%, rgba(224,230,230,1) 100%);
    background: -o-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(224,230,230,1) 83%, rgba(224,230,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(224,230,230,1) 83%, rgba(224,230,230,1) 100%);
    background: linear-gradient(to bottom, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(224,230,230,1) 83%, rgba(224,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02f17', endColorstr='#e0e6e6', GradientType=0 );
}

#bottom_slider_links a{
    color : #28709a;
    text-decoration: none;
    font-size: 16px; 
    font-weight: 700;
    padding-left: 28px;
    padding-right: 25px;
    background-image: url('images/heart.png');
    background-repeat: no-repeat;    
    padding-bottom: 5px;

}

#bottom_slider_links a:first-child{
    background-image: url('images/calendar.png');
}

#bottom_slider_links a:last-child{
    background-image: url('images/action.png');
}

/* Featured Campaigns */

#featured_campaigns{
    padding-top: 40px;
    padding-bottom: 50px;
}

#block-views-featured-campaigns-block h2{
    font-size: 16px;
    font-weight: 900;
/*    text-transform: uppercase; */
    padding-bottom: 6px;

}

#block-views-featured-campaigns-block .content{
    border-top:  #413f39 dotted 1px;
    padding-top: 20px;
}

#block-views-featured-campaigns-block .content .views-row{
    position: relative;
    float: left;
    width: 297px;
    padding-right: 34px;
}

#block-views-featured-campaigns-block .content .views-row:last-child{
    padding-right: 0;
}

#block-views-featured-campaigns-block .content .views-row .views-field-field-image{
    border : solid 1px #d1d1d1;
    width: 295px;
    height: 190px;
}

#block-views-featured-campaigns-block .content .views-row .views-field-title{
    position: absolute;
    top: 100px; 
    left : 0px;
    padding: 15px 48px 15px 25px;
    width: 145px;
    background: rgba(38,112,155,0.8);
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#block-views-featured-campaigns-block .content .views-row .views-field-title h3 a{
    font-size: 18px;
    color: #fff;
    text-transform: none;
    font-weight: 700;
}

#block-views-featured-campaigns-block .content .views-row .views-field-body{
    padding-top: 22px;
    padding-bottom: 10px;

}

#block-views-featured-campaigns-block .content .views-row .views-field-field-link-path a{
    text-decoration: underline;
}


/************Take Action *****************/

#takeaction{
    background: url('images/taleaction_bg.png');
    padding-bottom: 175px;
    padding-bottom: 25px;

}

#takeaction_bg{
    background-image: url('images/takeaction_bg.png');
    background-repeat: no-repeat;
    background-position: left;

    background-position-y: 270px;
}

#takeaction_bg .takeaction_home{
    padding-top: 25px;
    /* background-color: #fff;*/
    /* background-image: url('images/top_takeaction_bg.png'); */
    background-repeat: no-repeat;
    background-position: top;
}

@media print {
	#takeaction_bg .takeaction_home{
    		/* background-image: url('images/top_takeaction_bg.png'); */
	}
}

.takeaction_other{
    padding-top: 25px;
}

#takeaction_content{
    background-color: #fff;
    -webkit-box-shadow: 10px 0px 22px -6px rgba(34,83,119,0.3);
    -moz-box-shadow: 10px 0px 22px -6px rgba(34,83,119,0.3);
    box-shadow: 10px 0px 22px -6px rgba(34,83,119,0.3);

    padding: 72px 74px 0px 80px;
}

body.front #upcoming_events div.event-title {
   padding-top: 15px;
}

body.front #upcoming_events div.event-title a {
   font-weight: bold;
}

body.front #upcoming_events div.full-width-date {
   padding: 0px 0px 15px 0px;
}

#takeaction_article{
    padding-bottom: 80px;   
}

.takeaction_title{
    text-align: center;    
    font-size: 98px;
    font-style: italic;
    color :#3a3a3a ;
    padding-bottom: 85px;
}

.column_left{
    width: 495px;
    float:left;
    padding-right: 65px
}

.column_left div.view-front-page-new-noteworthy div.views-row a {
   color: #28709a;
   font-size: 20px;
   text-decoration: none !important;
}

.column_left div.view-front-page-new-noteworthy div.views-row a:hover {
   text-decoration: underline !important;
}

.column_left div.view-front-page-new-noteworthy div.views-row {
   clear: both;
   display: inline-block;
   padding: 10px 0px 15px 0px;
   border-bottom: 1px solid #666;
   margin-bottom: 20px;
}

.column_left div.view-front-page-new-noteworthy div.views-row.views-row-last {
   border-bottom: 0px;
}

.column_left div.view-front-page-new-noteworthy div.view-content 
   > div > div {
   display: inline-block;
   max-width: 302px;
}

.column_left div.view-front-page-new-noteworthy div.view-content 
   div.views-field-field-thumbnail  {
   max-width: 180px;
   padding-right: 10px;
   float: left;
   clear: left;
}

.column_right{
    width: 355px;
    float: right;
}

#takeaction div.column_right {
   width: 246px;
}

#takeaction_article h2{
    padding-bottom: 40px;
}

p.view-calendar-link {
   display: block;
   width: 100%;
   text-align: center;
   margin: 0;
   border-top: 1px dotted #28709a;
   padding: 0;
}

body.front #takeaction_article h2,
body.front #takeaction_content h2 {
    padding-bottom: 15px;
}

#takeaction_article a{

    text-decoration: underline;
    display: block;
}

#healthystuff{
    padding-top: 20px;
    border-top: 1px dotted #413f39;
}

.section_head h3{
    float: left; 
}

.section_head a{
    float: right;
    text-decoration: underline;
}

.section_head{
    padding-bottom: 9px;
    border-bottom: 1px dotted #413f39;
}

.news_home{
    padding-top: 0px;
}
.news_home h4{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size:14px;
    color: #28709a;

}

.news_home a{

    text-decoration: underline;
    display: block;
}

#upcoming_events{
    padding-top: 50px;
}

.calendar_row_box
{
    width: 53px;
    height: 38px;
    margin-top: 15px;
    padding: 0px 0px 18px 0px;
    border: 1px solid #2b77a4;
    text-align: center;
    color: #2b77a4;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius-: 15px;  
    border-radius: 15px;
    clear: both;
}

.calendar_row_box span.date-display-single{
    font-size: 13px;
    text-transform: uppercase;
}

.calendar_row_box div.full-width-date span.date-display-single{
    display: inline-block;
    margin-left:65px;
}

#upcoming_events div.full-width-date {
   max-width: 175px;
   display: inline-block;
}

.calendar_row_box span span.date-display-single{
    font-size: 26px;

}



.calendar_row p
{
    margin-top:10px;
    margin-bottom:10px;
}


/************Get Social *****************/

#getsocial_border{
    height: 17px;
    background-color: #4c413b;

    -webkit-box-shadow: 0px 5px 0px 0px rgba(174,149,111,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(174,149,111,1);
    box-shadow: 0px 5px 0px 0px rgba(174,149,111,1);
}

#getsocial{
    background: url('images/get_social_bg.png');
    padding: 60px 0;
    margin-top: 5px;
}

.getsocial_title{
    font-size: 48px;
    font-weight: 900;
    font-style: italic;
    padding-bottom: 20px;
    width: 50%;
}

#getsocial .getsocial_overview{
    width: 490px;
    padding-left: 20px;
    padding-bottom: 10px;

}

#social_feeds{
    margin-top: 20px;
    height: 433px;
}
.region-facebook{
    width: 310px;
    padding-right: 15px;
    float: left;
}
.region-twitter{
    width: 310px;
    padding-right: 15px;
    float: left;
}
#twitter-widget-0{
    width: 300px !important;
    height: 440px !important;
}
.region-instagram{
    padding-top: 5px;
    float: left;
    width: 310px;
    background-color: #fff;
}
.region-instagram h2{
    font-size: 15px;
    color:#000;
    padding-left: 8px;
    padding-bottom: 5px;
}

/************** Healthy Living *****************/
#healthyliving_border{
    height: 10px;
    background-color: #d8d2c4;
}
#healthy_living{
    background-color: #efede8;
    padding-top: 110px;
    padding-bottom: 100px;
    border-bottom: solid 10px #dddad5;
}
.healthyliving_content{
    width: 530px;
    float:left;
}

.healthyliving_images{
    float: right;
}

.healthyliving_content p{
    padding-left: 18px;
}
#initiatives_content{
    padding-top: 50px;
}

#healthy_living_content table td{

    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 25px;
    padding: 10px;
    padding-top: 0px;


}
#healthy_living_content strong{
    font-weight: 900;
    color: #000;
}

#healthy_living_content table {
    padding-top: 30px;
    padding-left: 20px;
}

#healthy_living_content  ul li{
    margin-left: 60px;
    list-style: disc;
    line-height: 28px;
}

.healthyliving_link{
    display: inline-block;
    margin-top: 15px;
    margin-left: 20px;
    padding : 20px 35px;
    background: -moz-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,236,232,1)));
    background: -webkit-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
    background: -o-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
    background: linear-gradient(to bottom, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02f17', endColorstr='#edece8', GradientType=0 );
    -webkit-border-radius: 10px;
    -moz-border-radius-: 10px;  
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);

}

#initiatives_content .healthyliving_images{
    padding-top: 50px;
}

.initiatives_menu{
    width: 250px;
    padding-top: 35px;

}
.initiatives_menu ul li.leaf{
    list-style: none;
    padding-bottom: 7px;
    line-height: 15px;  
}

.initiatives_menu  h2{
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 40px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: url('images/menu_3.png') no-repeat;
}

.initiatives_menu .menu{
    padding-left: 35px;
}

.initiatives_menu_left{
    float: left;
}

.initiatives_menu_right{
    float: right;
}

.initiatives_menu .region-our-work-1 h2{
    background: url('images/menu_1.png') no-repeat;

}

.initiatives_menu  .region-our-work-2 h2{
    background: url('images/menu_2.png') no-repeat;
}


.initiatives_menu  .region-our-work-3 h2{
    background: url('images/menu_4.png') no-repeat;
}


/**********************Footer**************************************/
footer{
    background-color: #eeeeee;
    padding-top: 30px;
    padding-bottom: 60px;
}

.footer_col_1{
    width: 215px;
    float: left;
}
.region-address{
    background-color: #fff;
    padding: 30px 18px 35px 18px;
    border: 1px solid #c4c4c4;
}

.region-address img{
    padding-bottom: 20px;
    border-bottom: 1px dotted #413f39;
}
.region-address .address-content{
    padding-top: 20px;    
}

.region-address .address-content p{
    font-size: 12px;
    padding-left: 18px;
}

.region-address a{
    font-size: 12px;

}

#copyright{
    padding-top: 15px;
    width: 180px;
}

#copyright p{
    font-size: 12px;
    color: #8f8f8f;
}

#copyright a{
    font-size: 12px;
    color: #8f8f8f;
}

.footer_col_2, .footer_col_3, .footer_col_4{
    width : 125px;
    float: left;
    padding-left: 38px;
    border-right: 1px solid #85adc7;
    height: 230px;
    padding-top: 11px;
}

.footer_col_2 {
	padding-left: 125px;
}

.footer_col_3, .footer_col_4{
    border:none;
}

.footer_col_2 .menu a{
    font-size: 28px;
    font-weight: 900;
}

.footer_col_3 .menu a{
    font-size: 18px;
    font-weight: 900;
}


.footer_col_2 ul li, .footer_col_3 ul li, .footer_col_4 ul li{
    list-style: none;
    padding-bottom: 10px;
}

.footer_col_5{
    width: 215px;
    float: right;
}

.footer_col_5 .social_media{
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
}

.footer_col_5 h3{
/*    text-transform: uppercase; */
    font-size: 14px;
    padding-bottom: 15px;
}
#user_title{
    display: none;
}

.page-user #user_title{
    padding-left: 40px;
    display: block;
    padding-top: 20px;
    
}
#user-login{
    padding: 40px;
    padding-top: 0px;
}

/************BASIC PAGE****************/

#content_column_1{
    width: 697px;
    float: left;
}

#sidebar{
    width: 225px;
    float: left;
    padding-top: 0px;
    padding-left: 35px;
}

.img_content{
    padding-bottom: 45px; 
}
.img_content img{
    max-width: 100%;
    height: auto;
}

#interior_content{
    background-color: #fff;
    padding-bottom: 50px;
}

#program_interior_content{
    padding-left: 80px;
}

#program_interior_content h1{
    font-size: 16px;

/*    text-transform: uppercase; */
    width: 435px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #413f39;
    color: #0e4363;
}
#program_interior_content .interior_content_body{
    padding-top: 20px;
    width: 520px;
    padding-bottom:  35px;
}

#program_interior_content p {
    color: #272727;
}


.program_section .block h2{
    font-size: 16px;
/*    text-transform: uppercase; */
    width: 435px;
    padding-bottom: 10px;
/*    border-bottom: 1px dotted #413f39; */
    color: #0e4363;
}

.program_section .view-content{
    padding-bottom: 35px;
}
.program_section .block .views-row{
    padding-top: 28px;
}
.program_section .views-row::after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; 
}

#block-views-healthystuff-reports-block-1 div.view-healthystuff-reports .views-row {
	border-bottom: 1px solid #000;
	padding: 1em 0;
	display: block;
}

.program_section.views-row {
    display: inline-block; 
}
/* start commented backslash hack \*/
* html .program_section .views-row { 
    height: 1%;
}

.program_section .views-row {
    display: block; 
}
/* close commented backslash hack */
.program_section .block .views-row .views-field-field-thumbnail{
   /*
    width: 100px;
    height: 146px;
    padding-right: 15px;
    padding-top: 10px;
    float: left;
    */

}
.program_section .block .views-row .views-field-field-thumbnail .field-content{
   /*
    width:100px; 
    height: 100px;
    */
}

.program_section .block .views-row .views-field-field-thumbnail .field-content img{
      width: 200px;
      height: 125px;
      max-width: auto;
}

.program_section .block .views-row .views-field-title{
    padding-bottom: 15px;
}

.program_section .block .views-row .views-field-body{
    padding-bottom: 15px;
}

.program_section .block .view-id-program_events .views-row .views-field-title{
    padding-bottom: 3px;
}

.program_section .block .view-id-program_events .views-row .views-field-body{
    padding-bottom: 5px;
}

.program_section .block .view-id-program_events .views-row .views-field-event-calendar-date{
    padding-bottom: 5px;
}

#sidebar ul li{
    padding-bottom: 10px;
}
#sidebar ul li h3{
    font-size: 18px;
    color: #0e4363;
}

#page_interior_overview{
    background-color: rgba(8, 33, 49, 0.92);
    width: 485px;
    padding: 35px 50px 30px 30px;
    position: absolute;
    bottom: 0;
    margin-bottom: -30px;
    left: 67px;
    color: #fff;
}

#page_interior_overview p{
    color: #fff;
    font-weight: 400;
}

#page_interior_overview h1{
    font-size: 46px;
    color: #fff;
    font-style: italic;
    padding-bottom: 20px;
}

#page_interior_content{
    position: relative;
}

#page_interior_section{
    padding-left: 103px;
    padding-top: 65px;
    padding-right: 80px;
}

#page_interior_section ul,
#page_interior_section ol,
#page_interior_section li,
#page_interior_content ul,
#page_interior_content ol,
#page_interior_content li {
   font-size: 15px;
}

body.node-type-mouko-healthystuff-report div.mouko-healthystuff-sample-listing {
   margin-top: 30px;
}

body.node-type-mouko-healthystuff-report #page_interior_content {
	margin-bottom: 5em;
}

body.node-type-mouko-healthystuff-report #page_interior_section {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

#page_interior_section h2 {
	margin-top: 0.5em;
}

.interior_section h3{
    font-size: 16px;
    color: #000;
    font-weight: 900;
/*    text-transform: uppercase;     */
    padding-bottom: 10px;
    padding-top: 50px;
}

.interior_section:first-child h3{
    padding-top: 20px;
}

.interior_section ul {
    list-style:  disc;
    margin-left: 25px;
}
.interior_section ul li{

    line-height: 25px;
}
.view-calendar{
    padding: 10px 50px;
}

body.page-calendar .view-calendar tr.even,
body.page-calendar .view-calendar tr.odd {
        background-color: transparent;
}

body.page-calendar .view-calendar td.views-field-title {
        width: 25%;
        padding-left: 0px;
}

body.page-calendar .view-calendar td.views-field-event-calendar-date {
        width: 25%;
}

body.page-calendar .view-calendar td {
        border-bottom: 1px solid #c0c0c0;
        padding-bottom: 20px;
}

body.page-calendar .view-calendar tr.views-row-last td {
        border-bottom: none;
}

.date-prev{
    background-color:  inherit !important;
}

.date-next{
    background-color:  inherit !important;
}

.article_content{
    padding: 0px 50px 0 50px;
}

.node-type-event-calendar #interior_content{
    padding: 50px;
}

.node-type-event-calendar #interior_content label{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 900;
}
.date-display-start{
    font-size: 14px;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 25px;
}

.date-display-end{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 25px;
    padding-bottom: 20px;
}

.node-event-calendar > h2{
    padding-bottom: 20px;
}

.node-type-newsletter #interior_content{
    padding: 50px;
}

.node-type-newsletter #interior_content label{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 900;
}

.node-newsletter > h2{
    padding-bottom: 20px;
}

/******************News******************/

#news_interior_content{
    padding-top: 50px;
    padding-left: 80px;
}

.news_section .views-row::after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; 
}

.news_section .views-row {
    display: inline-block; 
}
/* start commented backslash hack \*/
* html .news_section .views-row { 
    height: 1%;
}

.news_section .views-row {
    display: block; 
}
/* close commented backslash hack */

.news_section h3{
    font-size: 16px;
/*   text-transform: uppercase; */
    width: 435px;
    padding-bottom: 10px;
/*    border-bottom: 1px dotted #413f39; */
    color: #0e4363;
}

.news_section .views-row-first{
    padding-top: 28px;
}

.news_section .views-row{
    padding-bottom: 20px;
}

.news_section .views-row-last{
    padding-bottom: 28px;
}

.news_section  .views-row .views-field-field-thumbnail{
   /*
    width: 100px;
    height: 100px;
    */
    float: left;
    padding-right: 15px;
    padding-bottom: 29px;
    padding-top: 10px;
}

.news_section  .views-row .views-field-field-thumbnail .field-content{
   /*
    width: 100px;
    height: 100px;
    */
}


.news_section .views-row .views-field-title{
    padding-bottom: 5px;
}
.news_section .views-row .views-field-field-synopsis{
    padding-bottom: 15px;
}

.acc_trigger{
    background: url('images/arrow_news_closed.png') no-repeat;
    background-position-y: 4px;
    padding-left: 10px;
}

.acc_trigger.open_sidebar_news  {
    color : #0e4363;
}
.acc_trigger.open_sidebar_news{
    background: url('images/arrow_news_open.png') no-repeat;
    background-position-y: 7px;
    padding-left: 15px;
}

.acc_container{
    padding-left: 25px;

}

.acc_trigger.open_sidebar_news .acc_container a{
    font-size: 13px;
    color: #28739b;
}

#sidebar ul li ul.acc_container li {
    padding-bottom: 0;
}

a.active_date::before{
    content:'> ';
    color : #0e4363;
    font-weight: 900;

}

a.active_date{
    font-weight: 900;
    color : #0e4363;

}

.mobile{
    display: none;
}
.mobile_hide{
    display: block;
}

.article_content h1{
    line-height: normal;
    padding-bottom: 20px;
}

#sidebar .donate_button{
    padding: 20px 0;
}

.contact-form input{
    width: 60%;
}

#edit-copy{
    width: auto;
}

#edit-submit{
    width: auto;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#content_column_1 ul{
    list-style: disc;
}

#main_menu ul li ul li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 210px;
}

#main_menu li a {
     border-bottom: 1px solid #000;
}

#main_menu ul li ul li a{
     border-bottom: none;
}

#main_menu ul li ul, #main_menu ul li {
      padding-left: 0px;
      margin-left: 0px;
}

#main_menu{
    width: auto;
}

/********************* IPADS*********************************/

@media screen 
and (min-width : 768px) 
and (max-width : 1024px) {
    /* Styles */


    #main_menu{
        width: 810px;
        width: auto;
    }

    #search_box_menu ul.menu li {
        margin: 0;
    }

    #main_menu li,
    #main_menu li.expanded {
        margin: 0;
        padding: 0;
    }

    #main_menu ul.menu {
        padding-left: 0px;
        background-color: transparent;
    }
    #main_menu ul.menu ul.menu {
        background-color: transparent;
    }

    #main_menu li a {
         border-bottom: 1px solid #000;
    }

    #main_menu ul li ul li {
       min-width: 0px;
       width: auto;
    }

    #main_menu ul li ul li a{
         border-bottom: none;
   }

   #main_menu div.main_menu_col {
         padding: 0 0px;
         max-width: 220px;
         min-width: 220px;
   }

}

@media screen 
and (min-width : 320px) 
and (max-width : 767px) {

    #header_nav {
        margin: 0;
        padding: 0;
        padding-top: 10px;
        position: relative;
    }

    .content_container{
        width: 320px;
    }

    .mobile_hide{
        display: none;
    }

    .mobile{
        display: block;
    }

    #logo_container {
        float: none;
        width: 80%;
        height:auto;
        margin: 0;

    }

    .mobile_menu_search{
        position: absolute;
        right: 30px;
        top: 5px;
        width: 24px;
        height: 21px;
        background-image: url("images/search.png");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 0px; 
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 10px;
    }
    body.page-search #search-form {
        border: none;
    }

    .mobile_menu_opener{
/*
        position: absolute;
        right: 0;
        top: 0;
        width: 16px;
        height: 21px;
        background-image: url("images/mobile_menu.png");
        background-repeat: no-repeat;
        background-position-x: 20px;
        background-position-y: 10px;       
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
*/

        position: absolute;
        right: 0;
        top: 0;
        width: 16px;
        height: 21px;
        background-image: url("images/mobile_menu.png");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
    }

    a.mobile_menu_opener.open{
        height: 114px;
        background-image: url("images/mobile_menu_close.png");
        background-color: #015584;
        background-repeat: no-repeat;

    }

    .mobile_menu_home{
        position: absolute ;
        top : 0;

    }
    #second_mobile_menu_openers{
        padding-top: 10px;
    }
    .mobile_menu_title{
        background-image:  url('images/arrow_news_open.png');
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 50%;
        width: 33%;
        float: left;
        padding-right: 2%;
        text-align: center;
        padding: 10px 0;
    }
    .mobile_menu_title:first-child{
        background-position-x: 90%;
    }

    .mobile_menu_title:last-child{
        background-position-x: 90%;
    }
    .mobile_menu_title h3{
        font-size: 20px;
    }

    .mobile_menu_title.open {
        background-image:  url('images/arrow_mobile_open.png');
        background-color: #015584;
    }
    .mobile_menu_title.open h3{
        color: #FFF
    }

    #mobile_menu_links{
        position: absolute;
        z-index: 99;
        left: 0;
        width: 100%;
        background-color: #015584;
        height: 282px;
        overflow: hidden;
        padding-top: 18px;
    }

    #mobile_menu_links ul.menu li.leaf{
        padding: 5px 0;
        padding-left: 20px;
        list-style: none;   
        border-bottom: solid 1px #31769f;
    }

    #mobile_menu_links ul.menu li.leaf.last{
        border: none;
        padding-bottom: 0;
    }

    #mobile_menu_links ul.menu li.leaf a{
        color: #f7f9f6;
        font-size: 14px;

    }

    .column_left div.view-front-page-new-noteworthy div.view-content 
         div.views-field-field-thumbnail,
    .column_left div.view-front-page-new-noteworthy div.view-content 
         div.views-field-field-thumbnail img  {
	min-width:280px;
    }

    /**************************SLIDER MOBILE *****************************************/
    #home_gallery_slides{
        overflow: hidden;
        height: 300px;
        position:  static;

    }
    #home_gallery_slides .content_container{
        position: static;
    }

    .slider_center  {
        position: relative;
        margin-left: -431.5PX;
        left: 50%;
        height: auto; 

    }

    .slide {
        height:300px;
        position:absolute;

    }
    .slide img{
        height:100%;
        width: auto;
        max-width: NONE;
    }

    .content_slider{
        position : absolute ;
        width: 320px;
        top: 20%;
        left: 270px;
        background-color: transparent;
    }
    .next{
        display: none;
    }

    .prev{
        display: none;

    }


    .slider_box{
        width: auto;
        padding: 15px 20px 15px 20px;
        float: left;
        background-color: rgba(28, 28, 28, 0.8);
        height: auto;
        border-radius: 20px;

    }

    .slider_box h1 {
        color : #fdfdfd;
        font-style: italic;
        padding-bottom: 5px;
        font-size: 24px;
        line-height: 24px;
    } 

    .slider_box p{
        color: #e2e2e2;
        padding-bottom: 10px;
        line-height: 16px;
        display: block;
    }

    .slider_box a{
        display: inline-block ;
        background-color: #2a749c;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 10px 5px 10px;    
        -webkit-border-radius: 7px;
        -moz-border-radius-: 7px;  
        border-radius: 7px;
    }

    #mobile_bottom_links{
        padding-top: 10px;
    }

    #mobile_bottom_links a{
        display: block;
        color : #28709a;
        width: 292px;
        text-decoration: none;
        font-size: 16px; 
        font-weight: 700;
        background-image: url('images/heart.png');
        background-repeat: no-repeat;    
        padding: 10px 0;
        padding-left: 28px;
        border-bottom: 1px dotted #413f39;
        background-position-y: 10px;

    }

    #mobile_bottom_links a:first-child{
        background-image: url('images/calendar.png');
    }

    #mobile_bottom_links a:last-child{
        background-image: url('images/action.png');
    }

    /* Featured Campaigns */

    #featured_campaigns{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #block-views-featured-campaigns-block .content{
        border-top:  none;
        padding-top: 10px;
    }

    #block-views-featured-campaigns-block .content .views-row{
        position: relative;
        float: none;
        width: 295px;
        padding-right: 0;
        padding-bottom: 15px;
    }


    #block-views-featured-campaigns-block .content .views-row .views-field-title{
        position: absolute;
        top: auto;
        bottom: 15px;
        left : 0px;
        padding: 0;
        width: 100%;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;

    }

    #block-views-featured-campaigns-block .content .views-row .views-field-title h3 a{
        display: block;
        font-size: 18px;
        color: #fff;
        padding: 15px 48px 15px 25px;
        text-transform: none;
        font-weight: 700;
    }

    #block-views-featured-campaigns-block .content .views-row .views-field-body{
        display: none;

    }

    #block-views-featured-campaigns-block .content .views-row .views-field-field-link-path a{
        display: none;
    }

    /************Take Action *****************/



    #takeaction_content{
        background-color: #fff;
        -webkit-box-shadow: 10px 0px 22px -6px rgba(34,83,119,0.3);
        -moz-box-shadow: 10px 0px 22px -6px rgba(34,83,119,0.3);
        box-shadow: 10px 0px 22px -6px rgba(34,83,119,0.3);

        padding: 30px 20px 30px 20px;
    }

    #takeaction_article{
        padding-bottom: 20px;   
    }

    .takeaction_title{
        font-size: 48px;
        padding-bottom: 45px;
        line-height: 60px;
    }

    .column_left{
        width: 100%;
        float:none;;
        padding-right:0;
        padding-bottom: 25px;
    }

    .column_right{
        width: 100%;
        float: none;
    }

    #takeaction_article h2{
        padding-bottom: 40px;
        font-size: 22px;
    }


    .calendar_row_box
    {
        margin-bottom: 20px;
    }
    /************Get Social *****************/

    #getsocial_border{
        display: none;
    }

    .getsocial_title {
        font-size: 40px;
        line-height: 43px;
        font-style: normal;

    }
    /************** Healthy Living *****************/
    #healthy_living {

        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: solid 10px #dddad5;
    }
    .healthyliving_content{
        width: 100%;
        float:none;
    }

    .healthyliving_images{
        float: none;
        padding-bottom: 20px;
    }

    .healthyliving_content p{
        padding-left: 18px;
    }
    #initiatives_content{
        padding-top: 50px;
    }

    #healthy_living_content table td{

        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #4a4a4a;
        line-height: 25px;
        padding: 10px;
        padding-top: 0px;


    }
    #healthy_living_content table td strong{
        font-weight: 900;
        color: #000;
    }

    #healthy_living_content table {
        padding-top: 30px;
        padding-left: 20px;
    }

    #healthy_living_content table td ul li{
        margin-left: 20px;
        list-style:  disc;
    }

    #healthy_living_content .healthyliving_content a{
        margin-left: 20px;
        padding : 20px 35px;
        background: -moz-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,236,232,1)));
        background: -webkit-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
        background: -o-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
        background: -ms-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
        background: linear-gradient(to bottom, rgba(240,47,23,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,255,255,1) 0%, rgba(237,236,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02f17', endColorstr='#edece8', GradientType=0 );
        -webkit-border-radius: 10px;
        -moz-border-radius-: 10px;  
        border-radius: 10px;
        -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);
        box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);

    }

    #initiatives_content .healthyliving_images{
        padding-top: 0px;
    }



    .initiatives_menu_left{
        float: none;
    }

    .initiatives_menu_right{
        float: none;
    }

    .initiatives_menu  .region-our-work-1 h2{
        background: url('images/menu_1.png') no-repeat;

    }

    .initiatives_menu .region-our-work-2 h2{
        background: url('images/menu_2.png') no-repeat;
    }

    .initiatives_menu  .region-our-work-3 h2{
        background: url('images/menu_4.png') no-repeat;
    }




    /**********************Footer**************************************/


    .footer_col_1{
        width: 100%;
        float: NONE;
    }
    .region-address{
        background-color: transparent;
        padding: 0;
        border: none;
    }

    .region-address img{
        display: none;
        padding-bottom: 20px;
        border-bottom: 1px dotted #413f39;
    }

    .region-address .address-content:before{
        content:'Ecology Center';
        font-size: 16px;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        color: inherit;
        padding-bottom: 20px;
    }

    .region-address .address-content{
        padding-top: 0px;    
    }

    .region-address .address-content p{
        font-size: inherit;
        padding-left: 0;
    }

    .region-address a{
        font-size: inherit;

    }

    #copyright{
        padding-top: 15px;
        width: 270px;
    }

    #copyright p{
        font-size: inherit;
        color: #8f8f8f;
    }

    #copyright a{
        font-size: inherit;
        color: #8f8f8f;
    }

    .footer_col_1 .social_media{
        float: NONE;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    #sidebar{
        display: none;
    }

    #content_column_1{
        float: none;
        width: 320px;
    }

    body.node-type-mouko-healthystuff-report #content_column_1{
       max-width: 264px;
    }

    /****************** Page Interior *********/
    #page_interior_overview{
        background-color: transparent;
        width : auto;
        position: static;
        bottom: auto;
        margin-bottom: 0;
        left: auto;
        color: inherit;
        padding: 0 10px;
    }

    #page_interior_overview p{
        color: inherit;
        font-weight: 700;
    }

    #page_interior_overview h1{
        font-size: 14px;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding-top: 20px;
        font-style: normal;

    }

    #page_interior_section{
        padding-left: 10px;
        padding-top: 20px;
        padding-right: 10px;
    }

    .takeaction_other {
        padding-top: 60px;
    }

    /************************************Program Pages ***************************************/

    #program_interior_content{
        padding-left: 10px;
        padding-right: 10px;
    }

    #block-mouko-salsa-action-mouko-salsa-action-center,
    #block-mouko-salsa-action-mouko-salsa-action {
        padding-left: 10px;
        padding-right: 10px;
    }

    #mouko-salsa-action-list {
        width: 100%;
    }

    #program_interior_content h1{
        width: 100%;
    }

    #program_interior_content .interior_content_body{
        width: 100%;
    }

    #program_interior_content p {
        color: #272727;
    }


    .program_section .block h2{
        width: 100%;
    }

    .program_section .view-content{
        padding-bottom: 35px;
    }
    .program_section .block .views-row{
        padding-top: 28px;
    }

    /* start commented backslash hack \*/
    * html .program_section .views-row { 
        height: 1%;
    }

    .program_section .views-row {
        display: block; 
    }
    /* close commented backslash hack */
    .program_section .block .views-row .views-field-field-thumbnail{
       /*
        width: 100px;
        height: 146px;
        */
        float: left;
        padding-right: 15px;
        padding-top: 10px;

    }
    .program_section .block .views-row .views-field-field-thumbnail .field-content{
        width:100px; 
        height: 100px;
    }
    .program_section .block .views-row .views-field-field-thumbnail .field-content img{
        max-width: 100%;
        max-height: 100%;
    }

    .program_section .block .views-row .views-field-title{
        padding-bottom: 15px;
    }

    .program_section .block .views-row .views-field-body{
        padding-bottom: 15px;
    }

    .program_section .block .view-id-program_events .views-row .views-field-title{
        padding-bottom: 3px;
    }

    .program_section .block .view-id-program_events .views-row .views-field-body{
        display: none;
        padding-bottom: 5px;
    }

    .program_section .block .view-id-program_events .views-row .views-field-event-calendar-date{
        padding-bottom: 5px;
    }
    /*************** Event **************/
    .node-type-event-calendar #interior_content {
        padding: 50px 10px;;
    }

    /******************News******************/

    #news_interior_content{
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .news_section h3{
        width: 100%;
    }

    .view-calendar {
        padding: 50px 10px;
    }

    .view .date-nav-wrapper .date-prev{
        top: -40px;
        right: auto;
        left: 15%;
    }
    .view .date-nav-wrapper .date-prev a{
        font-size: 20px;
    }

    .view .date-nav-wrapper .date-next{
        right: 15%;
        top: -40px;
    }

    .view .date-nav-wrapper .date-next a{
        font-size: 20px;
    }
}

/* Search form settings */
.content .search-form {
	padding: 20px;
	margin: 20px;
}

h3#menu_opener {
	text-transform: uppercase;
}


#content_column_1 h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#takeaction_bg div.pre-content-content {
/*        position: absolute;
        left: 50%;
        margin-left: -480px;
        width: 938px;
        display: inline-block; */
        display: inline-block;
        margin-top: 15px;
}

#takeaction_bg div.pre-content-content div#block-block-19,
#takeaction_bg div.pre-content-content div.block-mouko-healthystuff-embargo {
        width: 940px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #ccc;
        padding: 5px 10px;
}

#takeaction_bg div.pre-content-content div#block-block-19 h2,
#takeaction_bg div.pre-content-content div.block-mouko-healthystuff-embargo h2 {
	font-size: 1.6em;
        text-transform: uppercase;
        color: #a00;
}

#takeaction_bg div.pre-content-content div.block-mouko-healthystuff-embargo p {
	line-height: 1.5em;
}

@media screen
and (max-width : 768px) {
        #takeaction_bg div.pre-content-content {
                position:relative;
                margin-left: -160px;
                width: 150px;
                height: auto;
        }

      #takeaction_bg div.pre-content-content {
         left: 50%;
      }


      #takeaction_bg div.pre-content-content
            div.block-mouko-healthystuff-embargo {
         width: 300px;
      }

      body.node-type-mouko-healthystuff-report #content_column_1 {
         max-width: 280px;
      }
}

div.not-visible {
	display: none;
}

body.page-calendar div.region.region-content h2 {
        padding: 20px 50px 0px 50px;
}

body.page-search #search-form {
	float: none;
	display: inline-block;
	margin-top: 1em;
}

body.page-search div.content div {
	display: inline-block;
	float: none;
}
body.page-search #search-form {
	margin-right: 0px;
	margin-left: 10px;
	max-width: 90%;
}

body.page-blog #news_interior_content .views-field-created-1 {
   display: inline !important;
   font-weight: 400 !important;
}

body.page-blog #news_interior_content .views-field-body {
   display: inline !important;
}

div.healthyliving_images {
   max-width: 300px;
}

body.page-eco-stories p,
body.mouko-press-aggregation p,
body.node-type-eco-story p,
body.node-type-article-2 p,
body.node-type-program-page-2 p,
body.node-type-hs-basic-page p,
body.node-type-program-area p,
body.node-type-mouko-healthystuff-report p,
body.node-type-press-page p {
   font-weight: 500;
   font-size; 15px;
}

body.page-eco-stories #sidebar,
body.mouko-press-aggregation #sidebar,
body.node-type-eco-story #sidebar,
body.node-type-article-2 #sidebar,
body.node-type-program-page-2 #sidebar,
body.node-type-hs-basic-page #sidebar,
body.node-type-program-area #sidebar,
body.node-type-mouko-healthystuff-report #sidebar,
body.node-type-press-page #sidebar {
   padding-left: 0px;
   padding-right: 21px;
}

body.page-eco-stories #content_column_1,
body.mouko-press-aggregation #content_column_1,
body.node-type-eco-story #content_column_1,
body.node-type-article-2 #content_column_1,
body.node-type-program-page-2 #content_column_1,
body.node-type-hs-basic-page #content_column_1,
body.node-type-program-area #content_column_1,
body.node-type-mouko-healthystuff-report #content_column_1,
body.node-type-press-page #content_column_1 {
   width:651px;
   padding: 0 23px;
}

body.node-type-mouko-healthystuff-report h1#overview {
}

body.node-type-program-area h1#overview {
   border-bottom: 5px solid #000;
}

body.page-eco-stories #content-title,
body.mouko-press-aggregation #content-title,
body.node-type-eco-story #content-title,
body.node-type-article-2 #content-title,
body.node-type-program-page-2 #content-title,
body.node-type-hs-basic-page #content-title,
body.node-type-program-area #content-title,
body.node-type-mouko-healthystuff-report #content-title,
body.node-type-press-page #content-title {
   padding: 23px;
}

body.page-eco-stories #content-title h1,
body.mouko-press-aggregation #content-title h1,
body.node-type-eco-story #content-title h1,
body.node-type-article-2 #content-title h1,
body.node-type-program-page-2 #content-title h1,
body.node-type-hs-basic-page #content-title h1,
body.node-type-program-area #content-title h1,
body.node-type-mouko-healthystuff-report #content-title h1,
body.node-type-press-page #content-title h1 {
   font-weight: 700;
   color: #000;
}

body.node-type-eco-story #content-title h2,
body.node-type-article-2 #content-title h2,
body.node-type-hs-basic-page #content-title h2,
body.node-type-program-area #content-title h2,
body.node-type-mouko-healthystuff-report #content-title h2,
body.node-type-press-page #content-title h2 {
   font-style: italic;
   color: #626262;
}

body.node-type-eco-story #sidebar blockquote div.airquote,
body.node-type-article-2 #sidebar blockquote div.airquote,
body.node-type-program-page-2 #sidebar blockquote div.airquote,
body.node-type-hs-basic-page #sidebar blockquote div.airquote,
body.node-type-program-area #sidebar blockquote div.airquote,
body.node-type-program-mouko-healthystuff-report #sidebar blockquote div.airquote,
body.node-type-press-page #sidebar blockquote div.airquote {
   width: 38px;
   height: 23px;
   opacity: 0.15;
   background-repeat: no-repeat;
   display: inline-block;
   position: relative;
}

body.node-type-eco-story #sidebar blockquote div.airquote.open,
body.node-type-article-2 #sidebar blockquote div.airquote.open,
body.node-type-program-page-2 #sidebar blockquote div.airquote.open,
body.node-type-hs-basic-page #sidebar blockquote div.airquote.open,
body.node-type-program-area #sidebar blockquote div.airquote.open,
body.node-type-mouko-healthystuff-report #sidebar blockquote div.airquote.open,
body.node-type-press-page #sidebar blockquote div.airquote.open {
   background-image: url(../img/oquote.png);
   margin-left: -10px;
   position: relative;
   bottom: -25px;
   left: -10px;
}

body.node-type-eco-story #sidebar blockquote div.airquote.closed,
body.node-type-article-2 #sidebar blockquote div.airquote.closed,
body.node-type-program-page-2 #sidebar blockquote div.airquote.closed,
body.node-type-hs-basic-page #sidebar blockquote div.airquote.closed,
body.node-type-program-area #sidebar blockquote div.airquote.closed,
body.node-type-press-page #sidebar blockquote div.airquote.closed {
   background-image: url(../img/qquote.png);
   background-position: right center;
   width: 100%;
   display: inline-block;
   position: relative;
   top: -20px;
   right: -20px;
}

body.node-type-eco-story #sidebar blockquote,
body.node-type-article-2 #sidebar blockquote,
body.node-type-program-page-2 #sidebar blockquote,
body.node-type-hs-basic-page #sidebar blockquote,
body.node-type-program-area #sidebar blockquote,
body.node-type-mouko-healthystuff-report #sidebar blockquote,
body.node-type-press-page #sidebar blockquote {
   font-size: 1.2em;
   font-weight: 500;
}

body.node-type-eco-story #sidebar blockquote .quote-body,
body.node-type-article-2 #sidebar blockquote .quote-body,
body.node-type-program-page-2 #sidebar blockquote .quote-body,
body.node-type-hs-basic-page #sidebar blockquote .quote-body,
body.node-type-program-area #sidebar blockquote .quote-body,
body.node-type-mouko-healthystuff-report #sidebar blockquote .quote-body,
body.node-type-press-page #sidebar blockquote .quote-body {
   color: #000;
}

body.node-type-eco-story #sidebar blockquote .quote-attribution,
body.node-type-article-2 #sidebar blockquote .quote-attribution,
body.node-type-program-page-2 #sidebar blockquote .quote-attribution,
body.node-type-hs-basic-page #sidebar blockquote .quote-attribution,
body.node-type-program-area #sidebar blockquote .quote-attribution,
body.node-type-mouko-healthystuff-report #sidebar blockquote .quote-attribution,
body.node-type-press-page #sidebar blockquote .quote-attribution {
   text-align: left;
   margin-top: -25px;
   color: #626262;
}

body.node-type-eco-story #sidebar div.contact-box h2,
body.node-type-article-2 #sidebar div.contact-box h2,
body.node-type-program-page-2 #sidebar div.contact-box h2,
body.node-type-hs-basic-page #sidebar div.contact-box h2,
body.node-type-program-area #sidebar div.contact-box h2,
body.node-type-mouko-healthystuff-report #sidebar div.contact-box h2,
body.node-type-press-page #sidebar div.contact-box h2 {
   color: #082131;
   font-size: 24px;
   margin-top: 1em;
   padding: 2px 10px;
}

body.node-type-eco-story #sidebar div.contact-box div.contacts,
body.node-type-article-2 #sidebar div.contact-box div.contacts,
body.node-type-program-page-2 #sidebar div.contact-box div.contacts,
body.node-type-hs-basic-page #sidebar div.contact-box div.contacts,
body.node-type-program-area #sidebar div.contact-box div.contacts,
body.node-type-mouko-healthystuff-report #sidebar div.contact-box div.contacts,
body.node-type-press-page #sidebar div.contact-box div.contacts {
   border-top: 4px solid #26729d;
   border-bottom: 4px solid #26729d;
   background-color: #e7e6e8;
   padding: 0px 10px;
}

body.node-type-eco-story #sidebar div.contact,
body.node-type-article-2 #sidebar div.contact,
body.node-type-program-page-2 #sidebar div.contact,
body.node-type-hs-basic-page #sidebar div.contact,
body.node-type-program-area #sidebar div.contact,
body.node-type-mouko-healthystuff-report #sidebar div.contact,
body.node-type-press-page #sidebar div.contact {
   margin-top: 12px;
   margin-bottom: 12px;
}

body.node-type-eco-story #sidebar div.contact div,
body.node-type-article-2 #sidebar div.contact div,
body.node-type-program-page-2 #sidebar div.contact div,
body.node-type-hs-basic-page #sidebar div.contact div,
body.node-type-program-area #sidebar div.contact div,
body.node-type-mouko-healthystuff-report #sidebar div.contact div,
body.node-type-press-page #sidebar div.contact div {
   padding: 0px;
   margin: 0px;
   line-height: 1.3em;
}

body.node-type-eco-story #sidebar div.contact span.label,
body.node-type-article-2 #sidebar div.contact span.label,
body.node-type-program-page-2 #sidebar div.contact span.label,
body.node-type-hs-basic-page #sidebar div.contact span.label,
body.node-type-program-area #sidebar div.contact span.label,
body.node-type-mouko-healthystuff-report #sidebar div.contact span.label,
body.node-type-press-page #sidebar div.contact span.label {
   text-transform: uppercase;
   font-size: 0.70em;
   color: #26729d;
}
body.node-type-eco-story #sidebar div.contact div.full-name,
body.node-type-article-2 #sidebar div.contact div.full-name,
body.node-type-program-page-2 #sidebar div.contact div.full-name,
body.node-type-hs-basic-page #sidebar div.contact div.full-name,
body.node-type-program-area #sidebar div.contact div.full-name,
body.node-type-mouko-healthystuff-report #sidebar div.contact div.full-name,
body.node-type-press-page #sidebar div.contact div.full-name {
   color: #072031;
   font-size: 16px;
   font-weight: 700;
}

body.node-type-eco-story #sidebar div.contact div.title-role,
body.node-type-article-2 #sidebar div.contact div.title-role,
body.node-type-program-page-2 #sidebar div.contact div.title-role,
body.node-type-hs-basic-page #sidebar div.contact div.title-role,
body.node-type-program-area #sidebar div.contact div.title-role,
body.node-type-mouko-healthystuff-report #sidebar div.contact div.title-role,
body.node-type-press-page #sidebar div.contact div.title-role {
   font-style: italic;
   font-weight: 500;
}

body.node-type-eco-story #sidebar div.contact div.focus,
body.node-type-article-2 #sidebar div.contact div.focus,
body.node-type-program-page-2 #sidebar div.contact div.focus,
body.node-type-hs-basic-page #sidebar div.contact div.focus,
body.node-type-program-area #sidebar div.contact div.focus,
body.node-type-mouko-healthystuff-report #sidebar div.contact div.focus,
body.node-type-press-page #sidebar div.contact div.focus {
}

body.node-type-eco-story #sidebar div.contact div.focus ,
body.node-type-eco-story #sidebar div.contact div.email ,
body.node-type-eco-story #sidebar div.contact div.office,
body.node-type-eco-story #sidebar div.contact div.cell,
body.node-type-article-2 #sidebar div.contact div.focus ,
body.node-type-article-2 #sidebar div.contact div.email ,
body.node-type-article-2 #sidebar div.contact div.office,
body.node-type-article-2 #sidebar div.contact div.cell,
body.node-type-program-page-2 #sidebar div.contact div.focus ,
body.node-type-program-page-2 #sidebar div.contact div.email ,
body.node-type-program-page-2 #sidebar div.contact div.office,
body.node-type-program-page-2 #sidebar div.contact div.cell,
body.node-type-hs-basic-page #sidebar div.contact div.focus ,
body.node-type-hs-basic-page #sidebar div.contact div.email ,
body.node-type-hs-basic-page #sidebar div.contact div.office,
body.node-type-hs-basic-page #sidebar div.contact div.cell,
body.node-type-program-area #sidebar div.contact div.focus ,
body.node-type-program-area #sidebar div.contact div.email ,
body.node-type-program-area #sidebar div.contact div.office,
body.node-type-program-area #sidebar div.contact div.cell,
body.node-type-mouko-healthystuff-report #sidebar div.contact div.focus ,
body.node-type-mouko-healthystuff-report #sidebar div.contact div.email ,
body.node-type-mouko-healthystuff-report #sidebar div.contact div.office,
body.node-type-mouko-healthystuff-report #sidebar div.contact div.cell,
body.node-type-press-page #sidebar div.contact div.focus ,
body.node-type-press-page #sidebar div.contact div.email ,
body.node-type-press-page #sidebar div.contact div.office,
body.node-type-press-page #sidebar div.contact div.cell {
   padding-left: 2em;
   font-weight: 500;
}

body.node-type-eco-story div.downloads,
body.node-type-program-page-2 div.downloads,
body.node-type-hs-basic-page div.downloads,
body.node-type-program-area div.downloads,
body.node-type-mouko-healthystuff-report div.downloads,
body.node-type-article-2 div.downloads,
body.node-type-press-page div.downloads {
   display: inline-block;
   width: 651px;
}

body.node-type-eco-story div.downloads h2, 
body.node-type-program-page-2 div.downloads h2, 
body.node-type-hs-basic-page div.downloads h2, 
body.node-type-program-area div.downloads h2, 
body.node-type-mouko-healthystuff-report div.downloads h2, 
body.node-type-article-2 div.downloads h2, 
body.node-type-press-page div.downloads h2{
   font-weight: 300;
   color: #000;
   margin: .5em 0;
}

body.node-type-eco-story div.downloads p,
body.node-type-program-page-2 div.downloads p,
body.node-type-hs-basic-page div.downloads p,
body.node-type-program-area div.downloads p,
body.node-type-mouko-healthystuff-report div.downloads p,
body.node-type-article-2 div.downloads p,
body.node-type-press-page div.downloads p{
   display: inline-block;
   width: 651px;
   height: 65px;
}

body.node-type-eco-story div.downloads a,
body.node-type-article-2 div.downloads a,
body.node-type-program-page-2 div.downloads a,
body.node-type-hs-basic-page div.downloads a,
body.node-type-program-area div.downloads a,
body.node-type-mouko-healthystuff-report div.downloads a,
body.node-type-press-page div.downloads a {
   display: inline-block;
   height: 65px;
   width: 596px;
   background-color: #082131;
   background-image: url(../img/download-arrow.png);
   background-position: 10px center;
   background-repeat: no-repeat;
   padding-left: 55px;
   line-height: 65px;
   font-size: 24px;
   color: #fff;
}

body.node-type-eco-story div.press-link-list,
body.node-type-article-2 div.press-link-list,
body.node-type-program-page-2 div.press-link-list,
body.node-type-hs-basic-page div.press-link-list,
body.node-type-program-area div.press-link-list,
body.node-type-mouko-healthystuff-report div.press-link-list,
body.node-type-press-page div.press-link-list {
   margin-top: 2em;
   margin-bottom: 2em;
}

body.node-type-eco-story div.press-link-list h2,
body.node-type-article-2 div.press-link-list h2,
body.node-type-program-page-2 div.press-link-list h2,
body.node-type-hs-basic-page div.press-link-list h2,
body.node-type-program-area div.press-link-list h2,
body.node-type-mouko-healthystuff-report div.press-link-list h2,
body.node-type-press-page div.press-link-list h2,
body.page-eco-stories #press-sidebar-content h2,
body.mouko-press-aggregation #press-sidebar-content h2,
body.node-type-eco-story #press-sidebar-content h2,
body.node-type-article-2 #press-sidebar-content h2,
body.node-type-program-page-2 #press-sidebar-content h2,
body.node-type-hs-basic-page #press-sidebar-content h2,
body.node-type-program-area #press-sidebar-content h2,
body.node-type-mouko-healthystuff-report #press-sidebar-content h2,
body.node-type-press-page #press-sidebar-content h2 {
   font-size: 24px;
   font-weight: 500;
   color: #000;
   margin: .5em 0 .25em 0;
   padding: 2px 10px;
}

body.page-eco-stories #press-sidebar-content h2,
body.mouko-press-aggregation #press-sidebar-content h2,
body.node-type-eco-story #press-sidebar-content h2,
body.node-type-article-2 #press-sidebar-content h2,
body.node-type-program-page-2 #press-sidebar-content h2,
body.node-type-hs-basic-page #press-sidebar-content h2,
body.node-type-program-area #press-sidebar-content h2,
body.node-type-mouko-healthystuff-report #press-sidebar-content h2,
body.node-type-press-page #press-sidebar-content h2 {
   color: #ff9d00;
}

body.node-type-eco-story div.this-link,
body.node-type-article-2 div.this-link,
body.node-type-program-page-2 div.this-link,
body.node-type-hs-basic-page div.this-link,
body.node-type-program-area div.this-link,
body.node-type-mouko-healthystuff-report div.this-link,
body.node-type-press-page div.this-link {
   margin-top: 1em;
}

body.node-type-eco-story div.press-link-list img,
body.node-type-article-2 div.press-link-list img,
body.node-type-program-page-2 div.press-link-list img,
body.node-type-hs-basic-page div.press-link-list img,
body.node-type-mouko-healthystuff-report div.press-link-list img,
body.node-type-press-page div.press-link-list img,
body.page-eco-stories #press-sidebar-content img,
body.mouko-press-aggregation #press-sidebar-content img,
body.node-type-eco-story #press-sidebar-content img,
body.node-type-article-2 #press-sidebar-content img,
body.node-type-program-page-2 #press-sidebar-content img,
body.node-type-hs-basic-page #press-sidebar-content img,
body.node-type-program-area #press-sidebar-content img,
body.node-type-mouko-healthystuff-report #press-sidebar-content img,
body.node-type-press-page #press-sidebar-content img {
   margin: 0px;
   display: block;
}

body.page-eco-stories #press-sidebar-content p,
body.mouko-press-aggregation #press-sidebar-content p,
body.node-type-eco-story #press-sidebar-content p,
body.node-type-article-2 #press-sidebar-content p,
body.node-type-program-page-2 #press-sidebar-content p,
body.node-type-hs-basic-page #press-sidebar-content p,
body.node-type-program-area #press-sidebar-content p,
body.node-type-mouko-healthystuff-report #press-sidebar-content p,
body.node-type-press-page #press-sidebar-content p {
   margin: 0;
   padding: 0;
}

body.page-eco-stories #press-sidebar-content,
body.mouko-press-aggregation #press-sidebar-content,
body.node-type-eco-story #press-sidebar-content,
body.node-type-article-2 #press-sidebar-content,
body.node-type-program-page-2 #press-sidebar-content,
body.node-type-hs-basic-page #press-sidebar-content,
body.node-type-program-area #press-sidebar-content,
body.node-type-mouko-healthystuff-report #press-sidebar-content,
body.node-type-press-page #press-sidebar-content {
   margin-top: 0em;
   margin-bottom: 4em;
}

body.node-type-eco-story div.press-link-list div.link-area,
body.node-type-article-2 div.press-link-list div.link-area,
body.node-type-program-page-2 div.press-link-list div.link-area,
body.node-type-hs-basic-page div.press-link-list div.link-area,
body.node-type-program-area div.press-link-list div.link-area,
body.node-type-mouko-healthystuff-report div.press-link-list div.link-area,
body.node-type-press-page div.press-link-list div.link-area,
body.page-eco-stories #press-sidebar-content div.link-area,
body.mouko-press-aggregation #press-sidebar-content div.link-area,
body.node-type-eco-story #press-sidebar-content div.link-area,
body.node-type-article-2 #press-sidebar-content div.link-area,
body.node-type-program-page-2 #press-sidebar-content div.link-area,
body.node-type-hs-basic-page #press-sidebar-content div.link-area,
body.node-type-program-area #press-sidebar-content div.link-area,
body.node-type-mouko-healthystuff-report #press-sidebar-content div.link-area,
body.node-type-press-page #press-sidebar-content div.link-area {
   background-color: #e7e6e8;
   padding: 10px 10px 20px 10px;
   margin: 0;
   display: block;
   line-height: 1.4em;
}

body.node-type-eco-story div.press-link-list div.link-dest,
body.node-type-article-2 div.press-link-list div.link-dest,
body.node-type-program-page-2 div.press-link-list div.link-dest,
body.node-type-hs-basic-page div.press-link-list div.link-dest,
body.node-type-program-area div.press-link-list div.link-dest,
body.node-type-mouko-healthystuff-report div.press-link-list div.link-dest,
body.node-type-press-page div.press-link-list div.link-dest,
body.page-eco-stories #press-sidebar-content div.link-dest,
body.mouko-press-aggregation #press-sidebar-content div.link-dest,
body.node-type-eco-story #press-sidebar-content div.link-dest,
body.node-type-article-2 #press-sidebar-content div.link-dest,
body.node-type-program-page-2 #press-sidebar-content div.link-dest,
body.node-type-hs-basic-page #press-sidebar-content div.link-dest,
body.node-type-program-area #press-sidebar-content div.link-dest,
body.node-type-mouko-healthystuff-report #press-sidebar-content div.link-dest,
body.node-type-press-page #press-sidebar-content div.link-dest {
   text-align: center;
   margin-top: 1em;
}

body.node-type-eco-story div.press-link-list div.link-dest a,
body.node-type-article-2 div.press-link-list div.link-dest a,
body.node-type-program-page-2 div.press-link-list div.link-dest a,
body.node-type-hs-basic-page div.press-link-list div.link-dest a,
body.node-type-program-area div.press-link-list div.link-dest a,
body.node-type-mouko-healthystuff-report div.press-link-list div.link-dest a,
body.node-type-press-page div.press-link-list div.link-dest a,
body.page-eco-stories #press-sidebar-content div.link-dest a,
body.mouko-press-aggregation #press-sidebar-content div.link-dest a,
body.node-type-eco-story #press-sidebar-content div.link-dest a,
body.node-type-article-2 #press-sidebar-content div.link-dest a,
body.node-type-program-page-2 #press-sidebar-content div.link-dest a,
body.node-type-hs-basic-page #press-sidebar-content div.link-dest a,
body.node-type-program-area #press-sidebar-content div.link-dest a,
body.node-type-mouko-healthystuff-report #press-sidebar-content div.link-dest a,
body.node-type-press-page #press-sidebar-content div.link-dest a {
   padding: .5em;
   text-transform: uppercase;
   background-color: #26729d;
   color: #fff;
   font-weight: 500 !important;
}

body.page-eco-stories #press-sidebar-content div.link-dest a,
body.mouko-press-aggregation #press-sidebar-content div.link-dest a,
body.node-type-eco-story #press-sidebar-content div.link-dest a,
body.node-type-article-2 #press-sidebar-content div.link-dest a,
body.node-type-program-page-2 #press-sidebar-content div.link-dest a,
body.node-type-hs-basic-page #press-sidebar-content div.link-dest a,
body.node-type-program-area #press-sidebar-content div.link-dest a,
body.node-type-mouko-healthystuff-report #press-sidebar-content div.link-dest a,
body.node-type-press-page #press-sidebar-content div.link-dest a {
   background-color: #ff9d00;
}

body.page-eco-stories div.press-view-header,
body.mouko-press-aggregation div.press-view-header {
   padding: 0 0 1em 0;
   font-size: 15px;
}

.program_section .block .views-row div.views-row,
body.page-eco-stories div.views-row,
body.mouko-press-aggregation div.views-row {
   display: inline-block;
   width: 651px;
   padding: 1em 0;
   border-bottom: 1px solid #000;
}

.program_section .block .views-row div.views-field-field-thumbnail,
body.page-eco-stories div.views-field-field-thumbnail,
body.mouko-press-aggregation div.views-field-field-thumbnail {
   display: inline-block;
   float: left;
   margin-right: 15px;
   width: 200px;
   height: 125px;
   background-color: #e0e0e0;
}

#block-mouko-salsa-action-mouko-salsa-action {
   padding-left: 80px;
}

#block-mouko-salsa-action-mouko-salsa-action,
#block-mouko-salsa-action-mouko-salsa-action-center {
   width: 697px;
}

#block-mouko-salsa-action-mouko-salsa-action,
#block-mouko-salsa-action-mouko-salsa-action-center {
   margin-top: -2.5em;
   display: inline-block;
}

#block-mouko-salsa-action-mouko-salsa-action-center {
   margin-top: 0em;
}

#mouko-salsa-action-center #mouko-salsa-action-list {
   padding-left: 80px;
}

body.front #block-mouko-salsa-action-mouko-salsa-action-center {
   max-width: 246px;
}

#block-mouko-salsa-action-mouko-salsa-action-center div.mouko-salsa-action-item {
   margin-bottom: 1em; 
   max-width: 246px;
}

#block-mouko-salsa-action-mouko-salsa-action div.mouko-salsa-action-item {
   margin-bottom: 1em; 
}

#news_interior_content .views-row div.views-field-created,
.program_section .block .views-row div.views-field-created,
body.page-eco-stories div.views-field-created,
body.mouko-press-aggregation div.views-field-created {
   width: 436px;
   display: inline-block;
   font-weight: 700;
}

#news_interior_content .views-row div.views-field-created,
.program_section .block .views-row div.views-field-created {
   width: 387px;
}

#news_interior_content .views-row div.views-field-title,
.program_section .block .views-row div.views-field-title,
body.page-eco-stories div.views-field-title,
#block-views-healthystuff-reports-block-1 div.views-field-title,
body.mouko-press-aggregation div.views-field-title {
   color: #26729d;
   width: 436px;
   display: inline-block;
}

#news_interior_content div.views-row,
.program_section .block .views-row {
   border-bottom: 1px solid #000;
   padding: 1em 0;
}

#news_interior_content div.views-row.views-row-last {
   border-bottom: none;
   margin-bottom: 1em;
}

#news_interior_content h3 {
	margin-top: 1.5em;
}

#news_interior_content .views-row div.views-field-title,
.program_section .block .views-row div.views-field-title {
   width: 387px;
   padding-bottom: 0px;
}

#news_interior_content .views-row div.views-field-title a,
.program_section .block .views-row div.views-field-title a,
body.page-eco-stories div.views-field-title a,
#block-views-healthystuff-reports-block-1 .view-content div.views-field-title a,
body.mouko-press-aggregation div.views-field-title a {
   font-size: 20px;
}

#news_interior_content .views-row div.views-field-field-summary-in-lists,
.program_section .block .views-row div.views-field-field-summary-in-lists,
body.page-eco-stories div.views-field-field-summary-in-lists,
body.mouko-press-aggregation div.views-field-field-summary-in-lists {
   width: 436px;
   display: inline-block;
}

#news_interior_content .views-row div.views-field-field-summary-in-lists,
.program_section .block .views-row div.views-field-field-summary-in-lists {
   width: 387px;
}

#sidebar a {
   font-weight: 900;
}

/* Add space after UL/OLs in content area */
#content_column_1 ul, #content_column_1 ol {
   margin-bottom: 1em;
   margin-top: 1em;
}

/* Header size tweaks */

#content_column_1 h2 { font-size: 31px; color: #000; font-weight: 700; }
#content_column_1 h3 { font-size: 26px; color: #0076a8; font-weight: 700; }
#content_column_1 h4 { font-size: 22px; color: #0b3d5d; font-weight: 700; }
#content_column_1 h5 { font-size: 18px; color: #0076a8; font-weight: 700; }
#content_column_1 h6 { font-size: 15px; color: #000; font-weight: 700; }

#content_column_1 h2,
#content_column_1 h3,
#content_column_1 h4,
#content_column_1 h5,
#content_column_1 h6 {
   margin: 0.1em 0;
   padding: 0;
}

#program-area-title {
   display: block;
   border-top: 5px solid #000;
   text-transform: uppercase;
   text-align: right;
   margin-bottom: 1.5em;
}

#program-area-title a {
   color: #000;
}

#program-area-common-links {
   display: inline-block;
   margin-bottom: 1.5em;
}

#program-area-common-links div.program-area-link {
   background-color: #626262;
   width: 225px;
   display: inline-block;
   border-bottom: 5px solid #fff;
   margin-top: 0.5em;
}

#program-area-common-links div.program-area-link.secondary {
   display: block;
   background-color: rgba(98,98,98,.25);
   border-bottom: 1px solid #c0c0c0;
   margin-top: 0px;
}

#program-area-common-links div.program-area-link a {
   display: block;
   color: #fff;
   text-decoration: none;
   padding: 5px 10px;
   text-overflow: wrap;
   font-weight: 500;
   line-height: 1.1em;
}

#program-area-common-links div.program-area-link.secondary a {
   margin-top: 0;
   padding-left: 20px;
   color: #000000;
}

/* Responsive tweaks for press pages */

@media screen 
and (max-width : 768px) {

   body.page-eco-stories #content_column_1,
   body.mouko-press-aggregation #content_column_1 {
      max-width: 300px;
      padding: 0 10px;
   }

   #block-mouko-salsa-action-mouko-salsa-action-center,
   #block-mouko-salsa-action-mouko-salsa-action {
       padding-left: 10px;
       padding-right: 10px;
       width: 300px;
   }

   #mouko-salsa-action-list {
       width: 100%;
       padding: 0;
   }

   #content_column_1 #news_interior_content,
   body.node-type-eco-story #content_column_1,
   body.node-type-article-2 #content_column_1,
   body.node-type-program-page-2 #content_column_1,
   body.node-type-hs-basic-page #content_column_1,
   body.node-type-program-area #content_column_1,
   body.node-type-press-page #content_column_1 {
      max-width: 300px;
      padding: 0 10px;
   }

   body.node-type-eco-story div.downloads,
   body.node-type-article-2 div.downloads,
   body.node-type-program-page-2 div.downloads,
   body.node-type-hs-basic-page div.downloads,
   body.node-type-program-area div.downloads,
   body.node-type-press-page div.downloads {
      max-width: 300px;
   }

   body.node-type-eco-story div.downloads p,
   body.node-type-article-2 div.downloads p,
   body.node-type-program-page-2 div.downloads p,
   body.node-type-hs-basic-page div.downloads p,
   body.node-type-program-area div.downloads p,
   body.node-type-press-page div.downloads p{
      display: block;
      max-width: 300px;
      padding: 0;
      margin: 5px 0;
   }

   body.node-type-eco-story div.downloads a,
   body.node-type-article-2 div.downloads a,
   body.node-type-program-page-2 div.downloads a,
   body.node-type-hs-basic-page div.downloads a,
   body.node-type-program-area div.downloads a,
   body.node-type-press-page div.downloads a {
      display: inline-block;
      max-width: 245px;
   }

   body.node-type-eco-story #content-title h1,
   body.node-type-article-2 #content-title h1,
   body.node-type-program-page-2 #content-title h1,
   body.node-type-hs-basic-page #content-title h1,
   body.node-type-program-area #content-title h1,
   body.node-type-press-page #content-title h1 {
      font-size: 28px;
   }

   body.node-type-eco-story #content-title h2,
   body.node-type-article-2 #content-title h2,
   body.node-type-hs-basic-page #content-title h2,
   body.node-type-program-area #content-title h2,
   body.node-type-press-page #content-title h2 {
      font-size: 18px;
      margin-top: 0.5em;
   }

   body.page-eco-stories div.views-field-field-thumbnail,
   body.mouko-press-aggregation div.views-field-field-thumbnail {
      display: none;
   }

   body.page-eco-stories div.press-view-header,
   body.mouko-press-aggregation div.press-view-header {
      width: 300px;
      display: block;
   }
   

   body.page-eco-stories #content-title h1,
   body.mouko-press-aggregation #content-title h1 {
      font-size: 32px;
   }

   #news_interior_content div.views-row,
   body.page-eco-stories div.views-row,
   body.mouko-press-aggregation div.views-row,
   body.page-eco-stories div.views-field-title,
   body.mouko-press-aggregation div.views-field-title,
   body.page-eco-stories div.views-field-field-summary-in-lists,
   body.mouko-press-aggregation div.views-field-field-summary-in-lists {
      width: 300px;
      display:inline-block;
      clear:both;
   }

   #news_interior_content .views-row div.views-field-field-thumbnail,
   .program_section .block .views-row div.views-field-field-thumbnail {
      display: none;
   }

   #news_interior_content .views-row div.views-field-title,
   .program_section .block .views-row div.views-field-title,
   .program_section .block .views-row div.views-field-field-summary-in-lists {
      max-width: 300px;
   }

   #news_interior_content div.field-content {
      max-width: 300px;
   }

   iframe {
      max-width: 300px;
   }

   div.tabs ul.tabs.primary {
      white-space: normal;
   }

   div.tabs ul.tabs.primary li {
	margin-top: .5em;
	display: inline-block;
   }

}

@media (min-device-width: 740px) and (min-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  .align-left {
    max-width: 46%;
  }
  .align-right {
    max-width: 46%;
  }
}

@media (min-width: 481px) and (max-width:739px) {
  .align-right,
  .align-left {
    margin-left: 0;
    margin-right: 0;
    float: none;
    max-width: 100%;
    width: auto;
  }
}

/* intermediate breakpoint for front page slider */
@media (max-width:1300px) and (min-width: 768px) {
   div.slider_box {
      width: 400px;
   }
   div.content_slider {
      left: 50%;
      margin-left: -380px;
   }
   .slider_box h1 {
      font-size: 30px;
      line-height: 32px;
   }
}
