@font-face {
  font-family: 'PT Sans';
  src: url('/_resources/css/fonts/PTS55F_W.eot'); 
  src: url('/_resources/css/fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'),
       url('/_resources/css/fonts/PTS55F_W.woff') format('woff'),
       url('/_resources/css/fonts/PTS55F_W.ttf') format('truetype'),
       url('/_resources/css/fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  src: url('/_resources/css/fonts/PTS56F_W.eot'); 
  src: url('/_resources/css/fonts/PTS56F_W.eot?#iefix') format('embedded-opentype'),
       url('/_resources/css/fonts/PTS56F_W.woff') format('woff'),
       url('/_resources/css/fonts/PTS56F_W.ttf') format('truetype'),
       url('/_resources/css/fonts/PTS56F_W.svg#PTSans-Italic') format('svg');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: url('/_resources/css/fonts/PTS75F_W.eot');
  src: url('/_resources/css/fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'),
       url('/_resources/css/fonts/PTS75F_W.woff') format('woff'),
       url('/_resources/css/fonts/PTS75F_W.ttf') format('truetype'),
       url('/_resources/css/fonts/PTS75F_W.svg#PTSans-Bold') format('svg');
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold; 
  src: url('/_resources/css/fonts/PTS76F_W.eot'); 
  src: url('/_resources/css/fonts/PTS76F_W.eot?#iefix') format('embedded-opentype'),
       url('/_resources/css/fonts/PTS76F_W.woff') format('woff'),
       url('/_resources/css/fonts/PTS76F_W.ttf') format('truetype'),
       url('/_resources/css/fonts/PTS76F_W.svg#PTSans-BoldItalic') format('svg');
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/_resources/css/fonts/PTN57F_W.eot');
  src: url('/_resources/css/fonts/PTN57F_W.eot?#iefix') format('eot'),
       url('/_resources/css/fonts/PTN57F_W.woff') format('woff'),
       url('/_resources/css/fonts/PTN57F_W.ttf') format('truetype'),
       url('/_resources/css/fonts/PTN57F_W.svg#PTSans-Narrow') format('svg');
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/_resources/css/fonts/PTN77F_W.eot');
  src: url('/_resources/css/fonts/PTN77F_W.eot?#iefix') format('eot'),
       url('/_resources/css/fonts/PTN77F_W.woff') format('woff'),
       url('/_resources/css/fonts/PTN77F_W.ttf') format('truetype'),
       url('/_resources/css/fonts/PTN77F_W.svg#PTSans-NarrowBold') format('svg');
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  min-width: 1160px;
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.container:before,
.container:after {
  content: '';
  display: block;
  clear: both;
}

/*** Header ***/
header {
  display: block;
  height: 130px;
  background-color: #fff;
}

header [itemscope] {
  position: absolute;
  top: 34px;
  left: 20px;
  width: 214px;
  height: 62px;
}

header [itemscope] [itemprop="logo"] {
  display: none;
}

header [itemscope] [itemprop="url"] {
  display: block;
  width: 214px;
  height: 62px;
  background: url('images/logo.svg') center center no-repeat;
}

.descriptions a span,
header [itemscope] [itemprop="url"] span,
footer a span {
  display: none;
}

.ie header [itemscope] [itemprop="url"],
.no-svg header [itemscope] [itemprop="url"] {
  background-image: url('images/logo.png');
}

[role="search"] {
  position: absolute;
  top: 0;
  right: 50px;
  width: 175px;
  height: 32px;
  background-color: #323232;
  overflow: hidden;
}

[role="search"] input[type="text"] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  width: 125px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
  font-family: 'PT Sans';
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

[role="search"] input[type="text"]:required {
  box-shadow: none;
}

[role="search"] input[type="submit"] {
  cursor: pointer;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  display: block;
  float: left;
  height: 32px;
  width: 30px;
  background: url('images/search.svg') center center no-repeat;
  border: 0;
  text-indent: 30px;
  -webkit-appearance: none;
  border-radius: 0;
}

.ie [role="search"] input[type="submit"],
.no-svg [role="search"] input[type="submit"] {
  background-image: url('images/search.png');
}

header [role="search"] input[type="text"],
footer [role="search"] input[type="text"] {
  position: absolute;
  top: 0;
  right: 30px;
}

header [role="search"] input[type="submit"],
footer [role="search"] input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}

header [role="search"] input[type="submit"].active,
header [role="search"] input[type="submit"]:hover {
  background-image: url('images/search-hover-header.svg');
}

.ie header [role="search"] input[type="submit"].active,
.ie header [role="search"] input[type="submit"]:hover,
.no-svg header [role="search"] input[type="submit"].active,
.no-svg header [role="search"] input[type="submit"]:hover {
  background-image: url('images/search-hover-header.png');
}

footer [role="search"] input[type="submit"].active,
footer [role="search"] input[type="submit"]:hover {
  background-image: url('images/search-hover-footer.svg');
}

.ie footer [role="search"] input[type="submit"].active,
.ie footer [role="search"] input[type="submit"]:hover,
.no-svg footer [role="search"] input[type="submit"].active,
.no-svg footer [role="search"] input[type="submit"]:hover {
  background-image: url('images/search-hover-footer.png');
}

/*** Navigation ***/
nav {
  display: block;
  height: 0;
}

nav ul {
  position: relative;
  top: -67.5px;
  left: 320px;
  width: 640px;
}

nav ul li {
  list-style: none;
  display: block;
  float: left;
  padding: 0 5px;
}

nav ul li a {
  font-family: 'PT Sans';
  font-size: 17.6px;
  line-height: 33px;
  color: #4C4C4C;
  padding: 0 10px;
  display: block;
}

nav ul li a.current,
nav ul li a:hover {
  color: #fff;
  background-color: #E1B835;
}

nav ul li ~ li ~ li ~ li {
  float: right;
}

nav ul li ~ li ~ li ~ li a {
  color: #808184;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

nav ul li ~ li ~ li ~ li a.current,
nav ul li ~ li ~ li ~ li a:hover {
  color: #89181A;
  background-color: transparent;
}

/*** Content ***/
main {
  display: block;
  background-color: #DBDCDD;
  color: #4D4D4F;
  font-family: 'PT Sans';
  font-size: 15px;
  line-height: 20px;
}

main h2 {
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  color: #2F8EAF;
  margin: 0 0 10px;
}

main p,
main ul,
main ol {
  margin: 0 0 20px;
}

main ul,
main ol {
  padding: 0 0 0 30px;
}

main li ~ li {
  margin: 5px 0 0;
}

main.home {
  position: relative;
}

main.home:before {
  content: '';
  display: block;
  width: 100%;
  height: 430px;
  background-color: #323232;
  position: absolute;
  top: 0;
  left: 0;
}

main.home:after {
  content: '';
  display: block;
  width: 100%;
  height: 135px;
  background-color: #fff;
  position: absolute;
  top: 430px;
  left: 0;
}

main.collections:after {
  content: '';
  display: block;
  width: 100%;
  height: 135px;
  background-color: #fff;
  position: absolute;
  top: 415px;
  left: 0;
}

main.collections:before {
  content: '';
  display: block;
  width: 100%;
  height: 75px;
  background-color: #fff;
  position: absolute;
  top: 130px;
  left: 0;
}

main main {
  background-color: transparent !important;
}

main main .container {
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
}

main main .container:before,
main main .container:after {
  display: none !important;
}

#descriptions-back {
  display: block;
  width: 100%;
  height: 135px;
  background-color: #fff;
  position: absolute;
  top: 430px;
  left: 0;
  z-index: 2;
}

main.collections #descriptions-back {
  top: 415px;
}

main.home .container:first-child {
  width: 380px;
  height: 340px;
  padding: 45px 45px 45px 735px;
}

main.home .container:first-child img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.series h2 {
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  font-size: 27px;
  color: #E1B835;
  line-height: 35px;
  margin: 0 0 25px;
}

.series ul {
  margin: 0;
  max-height: 280px;
  overflow: auto;
}

.collections .series ul {
  max-height: 240px;
}

.series li {
  list-style-image: url('images/list-arrow.svg');
  font-size: 18px;
  color: #e1b835;
}

.series li.has-submenu {
  list-style: none;
  text-indent: -15px;
}

.series li.has-submenu ul {
  text-indent: 0;
  margin: 5px 0 0;
}

.ie .series li,
.no-svg .series li {
  list-style-image: url('images/list-arrow.png');
}

.series li a {
  color: #fff;
  font-family: 'PT Sans';
  font-size: 14px;
}

.series li a:hover {
  color: #E1B835;
}

.collections .series {
  background-color: #323232;
  padding: 45px;
  height: 300px;
  float: left;
}

.alphabetical-listing {
  background-color: #89181A;
  padding: 45px;
  width: 365px;
  height: 300px;
  text-align: center;
  float: right;
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.alphabetical-listing h2 {
  color: #fff;
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  font-size: 27px;
  line-height: 32px;
  margin: 0 0 10px;
}

.alphabetical-listing span,
.alphabetical-listing a {
  display: inline-block;
  line-height: 35px;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
  margin: 0 5px 5px;
}

.alphabetical-listing a {
  background-color: #6C0A0B;
  color: #fff;
}

.alphabetical-listing a:hover {
  color: #E1B835;
}

main [role="search"] {
  right: auto;
  left: 127.5px;
  top: 305px;
  width: 380px;
  height: 40px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}

main [role="search"] input[type="text"] {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  width: 230px;
  padding: 0 10px;
  color: #4D4D4F;
  font-size: 18px;
  border-radius: 8px;
}

main [role="search"] input[type="submit"] {
  background: #2F8EAF;
  color: #fff;
  text-indent: 0;
  text-align: center;
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 14px;
  width: 115px;
  height: 30px;
  margin: 5px 0 5px 13px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s;
}

main [role="search"] input[type="submit"]:hover {
  background-color: #267894;
}

.ie main [role="search"],
.ie main [role="search"] input[type="text"],
.ie main [role="search"] input[type="submit"] {
  background: transparent none;
}

.ie main [role="search"] {
  background: url('images/ie-search-box.png') center center no-repeat;
}

main .search-box [role="search"] {
  padding: 15px 10px;
  width: 255px;
  position: relative;
  top: 0;
  left: 0;
}

main .search-box [role="search"] input[type="text"] {
  width: 130px;
  font-size: 13px;
}

main .search-box [role="search"] input[type="submit"] {
  width: 95px;
  margin: 5px 0 5px 10px;
  font-size: 12px;
}

.ie main .search-box [role="search"],
.ie main .search-box [role="search"] input[type="text"],
.ie main .search-box [role="search"] input[type="submit"] {
  background: transparent none;
}

.ie main .search-box [role="search"] {
  background: url('images/ie-search-box-photographs.png') center center no-repeat;
}

main.home .container ~ .container {
  z-index: 3;
}

main.home .container ~ .container ~ .container {
  width: 760px;
  height: auto;
  text-align: center;
  padding: 0 0 30px;
  z-index: 1;
}

main.collections .container ~ .container {
  z-index: 3;
  margin-top: 25px;
}

main.collections .container ~ .container ~ .container {
  width: 930px;
  z-index: 1;
  padding-bottom: 50px;
}

main.home h1 span {
  display: none;
}

main.home h1 {
  margin: 0 auto 40px;
  /*width: 610px;
  height: 125px;
  border-bottom: 1px solid #fff;
  background: url('images/logo-main.svg') center center no-repeat;*/
}

.ie main.home h1,
.no-svg main.home h1 {
  background-image: url('images/logo-main.png');
}

.search-box {
  width: 275px;
  height: 240px;
  padding: 10px;
  background-color: #323232;
  position: absolute;
  top: 0;
  left: 0;
}

.search-box h1 {
  font-family: 'PT Sans Narrow';
  font-size: 27px;
  font-weight: normal;
  color: #fff;
  line-height: 35px;
  padding: 20px 0 15px 35px;
}

.search-box h1:first-line {
  color: #E1B835;
}

.search-box .button {
  margin: 20px 0 0 20px;
}

.collections .container:first-child {
  height: 260px;
}

.collections .container:first-child > img {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
}

.collections .search-box {
  left: 20px;
}

.collections.digital-library:after {
  display: none;
}

.collections.digital-library .container {
  font-size: 0;
  height: auto;
}

.collections.digital-library .container > * {
  top: -40px;
  left: 20px;
  margin: 0 17.5px 17.5px 0;
}

.collections.digital-library .container > *:nth-child(3n) {
  margin-right: 0;
}

.collections.digital-library .search-box {
  position: relative;
  display: block;
  float: left;
}

.collections .container ~ .container {
  clear: both;
}

.button {
  display: block;
  width: 90px;
  text-align: center;
  line-height: 30px;
  border-radius: 8px;
  background-color: #2F8EAF;
  color: #fff;
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 0.2s;
}

.button:hover {
  background-color: #267894;
}

.digital-library-category {
  display: block;
  width: 295px;
  height: 260px;
  float: left;
  position: relative;
}

.digital-library-category > span {
  display: table;
  position: absolute;
  top: 165px;
  left: 0;
  padding: 20px 130px 20px 20px;
  width: 145px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.65);
}

.ie .digital-library-category > span {
  background: url('images/translucent-white.png');
}

.digital-library-category > span:after {
  content: 'Browse';
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2F8EAF;
  border-radius: 8px;
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: background-color 0.2s;
}

.digital-library-category:hover > span:after {
  background-color: #267894;
}

.digital-library-category > span > span {
  display: table-cell;
  vertical-align: middle;
  color: #323232;
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 15px;
  text-align: center;
}

.faitem {
  padding: 0 0 0 30px;
}

/*** Descriptions ***/
ul.descriptions {
  padding: 0;
  height: 115px;
  padding: 10px 0;
  background-color: #fff;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}

ul.descriptions li {
  display: inline-block;
  height: 115px;
  padding: 0 20px 0 0;
}

ul.descriptions li ~ li {
  margin: 0;
  padding: 0 20px 0 60px;
  background: url('images/dotted-arrow.svg') left 16px no-repeat;
}

.ie ul.descriptions li ~ li,
.no-svg ul.descriptions li ~ li {
  background-image: url('images/dotted-arrow.png');
}

ul.descriptions li a {
  display: inline-block;
  height: 61px;
  background: center center no-repeat;
  position: relative;
}

ul.descriptions li a span:first-child {
  display: block;
  color: #323232;
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 75px;
  line-height: 21px;
}

ul.descriptions li a span:first-child ~ span {
  font-family: 'PT Sans';
  font-size: 14px;
  font-weight: normal;
  color: #2F8EAF;
  background-color: #fff;
  position: absolute;
  top: 115px;
  left: 0;
  width: 200px;
  padding: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

ul.descriptions li ~ li ~ li ~ li a span:first-child ~ span {
  left: auto;
  right: 0;
}

.js ul.descriptions li a span:first-child ~ span {
  padding: 0 10px;
  box-shadow: none;
}

ul.descriptions li a:target span:first-child ~ span {
  display: block;
}

#description-library {
  width: 191px;
  background-image: url('images/icon-library.svg');
}

.ie #description-library,
.no-svg #description-library {
  background-image: url('images/icon-library.png');
}

#description-library.active,
#description-library:hover {
  background-image: url('images/icon-library-hover.svg');
}

#description-library:target {
  background-image: url('images/icon-library-hover.svg');
}

.ie #description-library.active,
.no-svg #description-library.active,
.ie #description-library:hover,
.no-svg #description-library:hover {
  background-image: url('images/icon-library-hover.png');
}

#description-collection {
  width: 100px;
  background-image: url('images/icon-collection.svg');
}

.ie #description-collection,
.no-svg #description-collection {
  background-image: url('images/icon-collection.png');
}

#description-collection.active,
#description-collection:hover {
  background-image: url('images/icon-collection-hover.svg');
}

#description-collection:target {
  background-image: url('images/icon-collection-hover.svg');
}

.ie #description-collection.active,
.no-svg #description-collection.active,
.ie #description-collection:hover,
.no-svg #description-collection:hover {
  background-image: url('images/icon-collection-hover.png');
}

#description-box {
  width: 75px;
  background-image: url('images/icon-box.svg');
}

.ie #description-box,
.no-svg #description-box {
  background-image: url('images/icon-box.png');
}

#description-box.active,
#description-box:hover {
  background-image: url('images/icon-box-hover.svg');
}

#description-box:target {
  background-image: url('images/icon-box-hover.svg');
}

.ie #description-box.active,
.no-svg #description-box.active,
.ie #description-box:hover,
.no-svg #description-box:hover {
  background-image: url('images/icon-box-hover.png');
}

#description-folder {
  width: 100px;
  background-image: url('images/icon-folder.svg');
}

.ie #description-folder,
.no-svg #description-folder {
  background-image: url('images/icon-folder.png');
}

#description-folder.active,
#description-folder:hover {
  background-image: url('images/icon-folder-hover.svg');
}

#description-folder:target {
  background-image: url('images/icon-folder-hover.svg');
}

.ie #description-folder.active,
.no-svg #description-folder.active,
.ie #description-folder:hover,
.no-svg #description-folder:hover {
  background-image: url('images/icon-folder-hover.png');
}

#description-document {
  width: 100px;
  background-image: url('images/icon-document.svg');
}

.ie #description-document,
.no-svg #description-document {
  background-image: url('images/icon-document.png');
}

#description-document.active,
#description-document:hover {
  background-image: url('images/icon-document-hover.svg');
}

#description-document:target {
  background-image: url('images/icon-document-hover.svg');
}

.ie #description-document.active,
.no-svg #description-document.active,
.ie #description-document:hover,
.no-svg #description-document:hover {
  background-image: url('images/icon-document-hover.png');
}

main.interior .container {
  background-color: #fff;
  width: 940px;
  padding: 0 20px 20px;
  border-bottom: 40px solid #DBDCDD;
}

main.interior h1 {
  font-size: 40px;
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  color: #2F8EAF;
  line-height: 50px;
  margin: 0 0 15px;
}

#digcontentmetadata,
#digcontentfiles {
  padding: 20px;
  background-color: #323232;
  border-radius: 8px;
  width: 420px;
  float: left;
  position: relative;
}

#digcontentmetadata {
  background-color: #DBDCDD;
  margin: 0 0 0 20px;
}

#digcontentmetadata:after,
#digcontentfiles:after {
  content: '';
  display: block;
  clear: both;
}

#digcontentfiles img {
  display: block;
  margin: 0 auto 20px;
}

.digcontenttitlebox {
  clear: both;
}

.digcontenttitlebox ~ .digcontenttitlebox {
  padding-top: 20px;
}

main.interior a {
  color: #89181A;
}

main.interior a:hover {
  color: #000;
}

.digcontentlabel,
.digcontentdata {
  float: left;
  width: 50%;
}

.digcontentlabel ~ .digcontentlabel,
.digcontentdata ~ .digcontentdata {
  margin: 10px 0 0;
  border-top: 1px dotted #fff;
  padding-top: 10px;
}

.digcontentlabel {
  clear: left;
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  font-size: 16px;
  color: #2F8EAF;
}

.digcontentdata {
  font-size: 14px;
}

main.interior #digcontentfiles a {
  color: #fff;
}

main.interior #digcontentfiles a:hover {
  color: #E1B835;
}

.research_add {
  display: none;
}

.thumbnailimg {
  width: 100px;
  float: left;
  margin: 20px 0 0;
}

.thumbnailimg a {
  display: block;
  opacity: 0.9;
  transition: all 0.2s;
}

.thumbnailimg a:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 1;
}

.thumbnailcaption {
  display: none;
}

.ccardcontent ~ .ccardcontent {
  margin: 5px 0 0;
}

#ccardleft {
  width: 420px;
  float: left;
  padding: 20px;
  margin: 0 20px 20px 0;
  background-color: #DBDCDD;
  border-radius: 8px;
}

.ccardshowlist {
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
}

.searchlistitem,
#ccardscope {
  margin: 5px 0 0;
}

.searchlistitem dl {
  padding: 0 0 0 30px;
}

.searchlistitem dl dt {
  margin: 5px 0 0;
}

.CollectionClassEnabledResults {
  color: #fff;
}

.CollectionClassEnabledResults .InnerCollectionContentResults {
  color: #4D4D4F;
}

.facebook,
.twitter {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: -18px;
  background: url('images/fdr-facebook.svg') center center no-repeat;
}

.facebook span,
.twitter span {
  display: none;
}

.ie .facebook,
.no-svg .facebook {
  background-image: url('images/fdr-facebook.png');
}

.twitter {
  top: 65px;
  background-image: url('images/fdr-twitter.svg');
}

.ie .twitter,
.no-svg .twitter {
  background-image: url('images/fdr-twitter.png');
}

[class^="highlight"] {
  background-color: #ff0;
  color: #000;
}

#listitemwrapper > div > dl[id] > dt {
  font-size: 18px;
  line-height: 23px;
  margin: 10px 0 0;
}

/*** Footer ***/
footer {
  display: block;
  background-color: #fff;
  padding: 45px 0 30px;
  text-align: center;
}

footer [role="search"] {
  top: -45px;
  background-color: #DBDCDD;
}

footer [role="search"] input[type="text"] {
  color: #595959;
}

footer ul li {
  list-style: none;
  display: inline;
  padding: 0 5px;
}

footer ul li a {
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 13px;
  color: #8C8C8C;
  text-transform: uppercase;
}

footer ul li a.current,
footer ul li a:hover {
  color: #E1B835;
}

footer p {
  margin: 10px 0 15px;
  font-family: 'PT Sans';
  font-size: 12px;
  color: #2F8EAF;
  line-height: 17px;
}

footer p a {
  color: #2F8EAF;
}

footer p a:hover {
  color: #E1B835;
}

footer .container div {
  width: 494px;
  margin: 0 auto;
}

footer .container div:after {
  content: '';
  display: block;
  clear: both;
}

footer .container div a {
  width: 227px;
  height: 48px;
  display: block;
  float: left;
  padding: 0 10px;
  background: url('images/logo-footer.svg') center center no-repeat;
}

.ie footer .container div a,
.no-svg footer .container div a {
  background-image: url('images/logo-footer.png');
}

footer .container div a ~ a {
  background-image: url('images/fdr-logo.svg');
}

.ie footer .container div a ~ a,
.no-svg footer .container div a ~ a {
  background-image: url('images/fdr-logo.png');
}

footer .container div a.admin-link {
  width: auto;
  background: transparent none;
  height: 0;
  color: #fff;
  float: none;
}