/* layout.css adjustments */

body
{
  width:auto !important;
  margin:0 10px !important;
  padding: 0 !important;
}

.inner, #breadcrumbs { width: auto; }

#content
{
  display:block !important;
  float:none !important;
  margin: 10px 0 0 0 !important;
  padding:10px;
  width:auto !important;
  border:0 !important;
}

main
{
  width:auto !important;
  float:none !important;
  display: block;
}

aside
{
  float: none;
  width: auto !important;
  margin: 0 !important;
  position: static !important;
  display: block;
}


header, nav#main, footer
{
  margin: 0 !important;
  display: block;
}


img { max-width:100%; height:auto; }
#wrapper * { float:none; }
#body { width:auto; margin:0; }
#slider1 { display:grid; }



/* nav.css adjustments */

nav#main
{
  float:none;
  display:block;
  margin: 20px 0 0 0;
}

nav#main ul li:hover ul
{ display:none; }

nav#main > ul > li#nav-news:hover > a,
nav#main > ul > li#nav-multimedia:hover > a
{
  border-radius:10px !important;
}

nav#main > ul > li
{
  margin:2px 0;
  display:block;
  text-align: center;
}

nav#secondary
{
	position:static;
	text-align: center;

}

div#breadcrumbs
{
  border-radius: 10px 10px 0 0 !important;
  margin: 10px 0 -10px;
}

ul#nav-sm { float: none; }


#nav-sm li 
{
   float:none;
   padding:0 5px;
   display:inline-block;
}

#nav-sm li a
{
   width:40px;
   height:40px;
   border-radius:5px;
}



/* screen.css adjustments */
html {-webkit-text-size-adjust: none;}

iframe  { max-width:100%; }
/* #slider1 { display:none; } */

/* #home header h1, header #logo
{
  position:static;
  margin:0;
  background:url(/images/logo.png) top left no-repeat;
  background-size: contain;
  width:300px;
  height:100px;
  text-indent:-9999em;
  overflow:hidden;
  display:block;
} */

#home header h1, header #logo
{
  position:static;
  margin: 20px auto 0;
  width:100%;
  height:82px;
  text-indent:-9999em;
  overflow:hidden;
  display:block;
}

#home h1 img { display: none; }

#home section#surveybox,
#home section#familyadvocate
{ width:auto; }

#home section#surveybox,
#home section#familyadvocate,
#contact #content fieldset dt,
footer .inner { flex-wrap: wrap; }
footer .inner > section { flex: 1 0 auto; }
footer section, footer form {
	width: auto !important;
	float:none !important;
	}
footer form input[type="text"] { width: 150px; }
#google_search {
	position: static !important;
	/* width: 80% !important; */
	width: 100% !important;
}
footer form.donate_button {
	top: 10px;
}
/* contentslider.css adjustment */
.contentdiv .objectwrapper, .contentdiv img, .contentdiv object, .contentslide .opacitylayer {
	width: 100% !important;
	height: auto !important;
}
.contentdiv .desc {
	width: inherit !important;
}
#slider1 .pagination a {
	height: auto;
}
#slider1 .pagination {
	width: 100%;
}
#home #headlines li:not(:first-child) {
	display:block !important;
}
#paginate-slider1 {
    display: none;
}
footer .nav-sm {
	text-align: center;
}
#cta {
    display: flex;
    flex-direction: column;
}
footer form.donate_button {
    margin-left: 5px;
}
#share-buttons  {
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.fb-like.fb_iframe_widget.fb_iframe_widget_fluid, #fb-root {
    margin-right: 0;
}