/*  Additional reset
************************************* */
/* Home 3 col listing item anchor hover */
a,
a:link {
  cursor:pointer;
}

/*  Assets 
************************************* */
/* dotted border – top and bottom */
#inner-footer-2017 {
  background-image:url('../images/2015/yf_border_dotted.gif'), url('../images/2015/yf_border_dotted.gif');
  background-position:0 0, 0 100%;
  background-repeat:repeat-x;
}
/* Social – footer – twitter  */
#foot_close .social .twitter a, 
#foot_close .social .twitter a:hover {
  background-image:url('../images/2017/social_footer_twitter.png');
  background-repeat:no-repeat;
}

/* Search icon – header */
form#searchform input#searchsubmit {
  background-image:url('../images/2017/search_icon_black.png');
  background-repeat:no-repeat;
}



/*  Header
************************************* */
#inner-header {
  padding: 0 20px;
}
.header #orientation {
  margin: 0 20px;
}
/* site logo */
#logo {
  background-image:url('../images/2017/logo_youngfoundation_2017_200.png');
  background-size:210px 53px;
  width:210px;
  height:53px;
  margin:0;
}
/* header top bar */
.header #orientation {
  height:26px;
  overflow:visible;
}
.nav {
  padding-right:0;
}

#menu-navigation li:last-child {
  padding-right:0;
}


form#searchform input {
  color:#000;
}
/*  Placeholders search */
form#searchform input::-webkit-input-placeholder {
  color:#000;
}
form#searchform input::-moz-placeholder,
form#searchform input::-moz-placeholder {
  color:#000;
}
form#searchform input:-moz-placeholder,
form#searchform input:-moz-placeholder {
  color:#000;
  opacity:1;
}
form#searchform input :-ms-input-placeholder {
  color:#000;
}

/* search submit */
form#searchform input#searchsubmit {
  background-size:16px 15px;
}

/* sign up box */
#mc_signup {
  right:0;
}


/*  Home top
************************************* */
/* Home top areas */
#home_top_2017, /* holds 3 col list */
#home_latest_news_2017, /* holds news heading */
#home_footer_2017, 
#home_top_2017_3cols /* home top 3 col listing */ {
  overflow:hidden;
}




/* News heading div
************************************* */


/* remove border from last list item in news columns */
#home_left article.listing:last-child,
#home_mid article.listing:last-child,
#home_right article.listing:last-child {
  border-bottom:none;
}
/* news columns */
#home_left,
#home_right {
  width:227px;
}
#home_mid {
  width:470px;
}
#home_right {
  margin-right:0;
}



/* Footer
************************************* */


#inner-footer-2017 {
  /*border-top:1px solid black;*/
  /*border-bottom:1px solid black;*/
  padding:9px 10px 6px;
}
.footer #inner-footer,
.footer #foot_close {
  padding-left:0;
  padding-right:0;
  width: 960px;
}


#inner-footer-2017 h2 {
  font-size:18px;
  text-align:center;
  text-transform:uppercase;
  margin:0;
}
#inner-footer-2017 h2 a {
  color:#000;
}
/* footer columns */
.footer #inner-footer .twocol {
  width:226px;
  margin-right:18px;
}
.footer #inner-footer .twocol.twocol_3 {
  margin-right:0;
}

/* footer close */
/*.footer #foot_close {
  border-color:#000;
}*/
#foot_close .social a, 
#foot_close .social a:hover {
  width: 25px;
  height: 25px;
  background-position:50% 50%;
}
#foot_close .social .twitter a, 
#foot_close .social .twitter a:hover {
  right: 19px;
}
#foot_close .social a {
  background-size:18px 15px;
}



