/* Dreyfus restoration supplemental styles.
   The ORIGINAL 2014 Gabriels stylesheets were recovered from Wayback and now load
   in /eng/dynamic/orig/. This file only adds: photo visibility fixes + homepage rotator
   (original JS loader is dead). */
img.photo { display: block !important; max-width: 100%; height: auto; object-fit: cover; }
img.smartimage__item { display: none !important; }

/* ============ HOMEPAGE LAYOUT (image-rotator-layout-1, 2015 Gabriels) ============ */
#global_wrapper { margin: 0 auto; font-family: Arial, Helvetica, sans-serif; background: #fff; }
#global_header { width: 100%; background: #fff; border-bottom: 3px solid #1a2e4a; }
#global_user_tools { font-size: 11px; color: #555; padding: 4px 0; }
#translation { font-size: 11px; }
#translation ul { list-style: none; margin: 0; padding: 0; }
#translation ul li { display: inline-block; margin-right: 8px; }
#translation a { color: #666; text-decoration: none; }
#global_search form { margin: 0; }
#GSTermInput input[type=text] { width: 160px; padding: 3px; border: 1px solid #ccc; }

#global_content { width: 980px; margin: 0 auto; overflow: hidden; }
#page_homepage { padding: 12px 0 24px; }
#page_homepage h1 { font-size: 20px; color: #1a2e4a; margin: 16px 0 8px; }
#page_homepage p { font-size: 13px; line-height: 1.6; color: #333; max-width: 700px; }

#home_rotator { position: relative; width: 956px; height: 400px; margin: 0 auto 16px; overflow: hidden; }
#home_rotator .slideshow { position: relative; }
#home_rotator .image-rotator-slide { position: absolute; top: 0; left: 0; width: 956px; height: 400px; display: none; }
#home_rotator .image-rotator-slide:first-child { display: block; }
#home_rotator img { width: 956px; height: 400px; object-fit: cover; display: block; }
#home_rotator a.link { position: absolute; bottom: 10px; left: 10px; background: rgba(26,46,74,.85); color: #fff; padding: 6px 12px; font-size: 13px; text-decoration: none; }

#home_image_links { display: block; margin: 16px 0; overflow: hidden; }
#home_image_links img { max-width: 180px; height: auto; display: inline-block; margin-right: 12px; }
.homepagesmallimages img { border: 1px solid #ddd; }

#freeformhtml { font-size: 13px; color: #333; line-height: 1.6; }
#freeformhtml img { max-width: 100%; height: auto; }
#freeformhtml a { color: #00558d; }
