html {
  overflow-x:hidden;
  background: #18273D;
}
body {
  font-family: "adobe-garamond-pro", sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  overflow-x: hidden;
}
.no-js body {
  opacity: 1;
}
.no-js #global-banner,
.no-js #cms-links,
.no-js #loading-message {
  display: none;
}
.no-js .no-script-msg {
  color: #fff;
}

:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
a {
  color: #0F1925;
  text-decoration: none;
}
.body-text a {
  text-decoration: underline;
  word-wrap: break-word;
}
.body-text p {
  word-wrap: break-word;
}
.body-text a:hover {
  color:#094A9B;
  text-decoration: underline;
}
.body-text a.sidenote-anchor,
.body-text a.sidenote-anchor:hover {
 text-decoration: none;
}
.body-text img:not(.full-width):not(.bio-photo) {
  max-width: 100% !important;
  height: auto !important;
}
a:focus,
a:hover,
.work-item-toggle:hover,
.lander .read-more-link a:hover {
  color: #094A9B;
  text-decoration: none;
}
.table-finalists a:hover {
  color: #094A9B;
}
a:focus {
  outline: none;
}
p {
  margin: 0 0 2rem;
}
span.seperator {
  color:#998044;
}
#content .h1,
#content .h2,
#content .h3,
#content h1,
#content h2,
#content h3 {
  margin-top: 1.5rem;
}
.wf-active body,
.wf-inactive body,
.phantomjs body {
  opacity: 1;
}
body.dev-triggered {
  opacity: 0.2;
}
.ng-trans.ng-enter-stagger {
  /* this will have a 100ms delay between each successive leave animation */
  transition-delay: 0.02s;

  /* in case the stagger doesn't work then the duration value
   must be set to 0 to avoid an accidental CSS inheritance */
  transition-duration: 0s;
}
.cms-links-item.ng-leave-active,
.cms-links-item.ng-hide-add {
  position: absolute;
  opacity: 0;
}
.unpublished #content {
  background: #FEEFEF;
}
#page-menu .group-items.ng-leave-active,
#page-menu .group-items.ng-hide-add,
.table-group .ng-leave-active,
.table-group .ng-hide-add,
#loading-message.ng-leave-active,
#loading-message.ng-hide-add {
  position: absolute;
}
body.toolbar #cu-privacy-notice {
  display: none;
}
#cu-privacy-notice {
  font-size: 15px;
  padding:18px 30px;
}
.table-label {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  margin: 0;
}

/* slugs */
.slug,
h4.slug {
  letter-spacing: 0;
  color:#767676;
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin:0;
}
.slug a {
  color:#998044;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.slug a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.slug .slug-item:after {
  content: '';
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  background-color:#767676;
  display: inline-block;
}
.slug .slug-item:last-child:after {
  display: none;
}
.slug.event a {
  color: #0C7E52;
}
.slug.news a {
  color: #D34431;
}
.slug.article a,
.slug.list a {
  color: #094A9B;
}
#highlights-grid .slug {
  margin-bottom: 1rem;
}
.node-reference .slug {
  color:#998044;
}

#mobile-nav {
  position: relative;
  background: #18273D;
  z-index: 26;
}
nav a {
  font-family: 'tk-acumin-pro', sans-serif;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
nav .group-label {
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav a .glyphicon {
  font-size:13px;
}
a.cms-notice {
  float: right;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1em;
  margin: 0 5px 0 15px;
  height: 50px;
  max-width: 20vw;
  border-radius: 0;
  padding: 10px;
  text-align: right;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: normal;
  position: relative;

  transition: all 1s ease 0s;
}
a.cms-notice::before {
  font-size: 14px;
  opacity: 0;
  content: attr(data-label);
  position: absolute;
  bottom: 50px;
  right: -30vw;
  width: 25vw;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  color: #FFF;
  transition: all 0.2s ease !important;
}
a.cms-notice:hover::before {
  right: -1px;
  opacity: 1;
}
a.cms-notice .badge {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #222;
  color: #FFF;
}
.capitalize-first-letter:first-letter {
  text-transform: uppercase;
}
/* main-nav */
.nav-focused nav a {
  color: #b3b3b3;
}
nav a:hover,
nav a:focus {
  text-decoration: none;
  color: #FFF !important;
}
.nav > li > div > a {
  display: block;
  padding: 36px 8px 24px 8px;
  line-height: 1em;
}
.nav > li:last-child > div > a {
  padding-right: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
nav a:hover span.l,
nav li:hover > div > a > span.l,
nav a:focus span.l,
nav a.active span.l {
  text-decoration: none;
}
.navbar .active a {
  background: none !important;
}
.nav > li {
  position: relative;
}
.nav > li > div > ul {
  position: absolute;
  z-index: 4;
  top: 100%;
  left: -24px;
  background: #18273D;
  padding-top:5px;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  width: 21em;
  margin-top: -1px;
}
.nav > li > div > ul li {
  list-style: none;
  display: block;
}
.nav > li > div > ul a {
  display: block;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-size: 1.142857142857143em;
  padding: 7px 15px;
  letter-spacing: 0;
}
#mobile-nav ul.nav {
  margin: 1.5rem 0 3rem 0;
}
#mobile-nav ul.nav a {
  font-size: 1.5em;
}
#mobile-nav ul.nav a:hover {
  text-decoration: underline;
}
#mobile-nav ul.nav a:not([href]),
#mobile-nav ul.nav a:not([href]):hover {
  color:#767676 !important;
}
#mobile-nav ul.nav a:not([href]):hover {
  text-decoration: none;
}
#mobile-nav .nav > li > ul {
  position: relative;
  background: none;
  padding: 0;
  width: auto;
  list-style: none;
  margin-bottom: 3rem;
}
#mobile-nav .nav > li > a {
  padding:1rem;
}
#mobile-nav .nav > li > ul a {
  display: block;
  padding: 1rem;
}
header.navbar-fixed-top {
  border-top: 4px solid #bfa959;
  border-top-width: 4px;
}
header {
  background: #18273D;
}
#content {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #FFF;
}
#content.type-b {
  padding-top: 0;
}
#content.no-footer-padding {
  padding-bottom: 0;
}
footer {
  background: #18273D;
  line-height: 27px;
  padding: 5em 0 4em 0;
}
footer address {
  font-family: 'tk-acumin-pro', sans-serif;
  margin-top: 1.5em;
  padding-top: 1.5em;
  color: #767676;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
footer li {
  font-size: 21px;
  margin: 0 0 10px;
  list-style: none;
  display: block;
}
footer ul {
  padding: 0;
}
footer li a,
footer li a:hover,
footer li a:focus {
  color: #FFF;
}
footer ul.child-ul {
  margin-top: 10px;
}
footer .mlid-610 a {
  padding-top: 10px;
}
#mobile-nav .mlid-610:before,
footer .mlid-610:before {
  content: "Explore";
  font-family: 'tk-acumin-pro', sans-serif;
  color: #767676;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
}
#mobile-nav .mlid-610:before {
  font-size: 18px;
  padding: 1rem;
}
#breadcrumb {
  background: #f7f4eb;
  margin-top: -50px;
  margin-bottom: 50px;
}
#page-footer-pager {
  margin-top: 0;
  background: #f7f4eb;
}
#page-tabs {
  background: #f7f4eb;
}
#page-tabs a {
  padding: 12px 8px;
  font-family: 'tk-acumin-pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  float: left;
  display: block;
  color: #333;
  text-decoration: none;
  margin-right: 0;
}
#page-tabs.focused a {
  color: #999;
}
#page-tabs a:hover,
#page-tabs a:focus {
  color:#333;
}
#page-tabs a.active {
  background: #fff;
  color: #333;
}


#breadcrumb-return,
#page-footer-pager {
  color: #bfa959;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-right: 2px solid #FFF;
  font-weight: bold;
  font-size: 1em;
  padding: 22px 10px 20px;
  text-align: center;
}
#page-footer-pager {
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 2px;
  border-right: 0;
}
#breadcrumb-return a,
#page-footer-pager a {
  color: #bfa959;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#page-footer-pager a {
  text-decoration: none;
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
}
#breadcrumb-return a:hover,
#page-footer-pager a:hover .pager-label {
  text-decoration: none;
  border-bottom: 1px dotted;
}
#page-footer-pager .text-left {
  border-right: 2px solid #FFF;
  margin-right: -2px;
}
#breadcrumb-text {
  padding: 13px 20px 0;
  font-size: 1.7em;
  color: #999;
}
#breadcrumb-text a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
#site-medals-wrapper {
  width: 95px;
  float:left;
  padding-left: 15px;
  padding-right: 0;
}
#site-name-and-mission {
  padding-left: 15px;
  padding-right: 0;
  float: left;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
/* main-nav */
#main-nav-wrapper {
  float: right;
}
#main-nav {
  width:536px;
  float:left;
  height: 76px;
  position: relative;
}
#search-icon-wrapper {
  float:left;
  width:34px;
  padding-left: 20px;
  margin-right: 15px;
}
.brand {
  font-size: 2.236em;
  letter-spacing: 1px;
  color: #bfa959;
  display: block;
  margin: 30px 0 26px 0;
  text-indent: -2000px;
  overflow: hidden;
  background: url(/img/thepulitzerprizes.svg);
  background-size:          contain;
  -webkit-background-size:  contain;
  -moz-background-size:     contain;
  -o-background-size:       contain;
  background-repeat: no-repeat;
  width: 186px;
  height: 20px;
  padding: 0;
  position: relative;
}
.site-header {
  position: relative;
  z-index: 20;
  height: 76px;
}
#site-medals {
  opacity: 0;
  width:80px;
  position: relative;
  height: 76px;
  display: block;
  -webkit-transition: opacity 1s, top 1s;
  -moz-transition: opacity 1s, top 1s;
  -o-transition: opacity 1s, top 1s;
  transition: opacity 1s, top 1s;
}
.wf-active #site-medals {
  opacity: 1;
}
.anim #site-medals {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.anim .brand-image-franklin,
.anim .brand-image-publicservice {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.brand-image-franklin {
  display: block;
  background: url(/img/medal_franklin_128.png) no-repeat;
  background-size: 100% auto;
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  left:0;
  top:15px;
}
.brand-image-publicservice {
  display: block;
  background: url(/img/medal_publicservice_128.png) no-repeat;
  background-size: 100% auto;
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  left:35px;
  top: 15px;
}
.wf-active .brand-image-publicservice,
.wf-inactive .brand-image-publicservice,
.wf-active .brand-image-franklin,
.wf-inactive .brand-image-franklin {
  opacity: 1;
}
/* current winners on homepage */
.winners-by-year-btn {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 2em;
}
.winners-by-year-btn .btn {
  width: 100%;
  font-size: 1.417em;
  font-weight: normal;
}
.note-100y {
  color: #999;
  font-size: 1.15em;
  line-height: normal;
  text-align: center;
}
.img-100y {
  display: block;
  width: 64.5%;
  background: url(/img/100years.svg);
  background-size: cover;
  height: 0;
  padding: 0; /* reset */
  padding-bottom: 65%;
  padding-bottom: calc(65% + 0.6px);
  margin: 0 auto 0.5em;
}
#share-widget {
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
  color: #999;
  font-size: 1.1em;
  padding-bottom: 5px;
}
#share-widget span {
  font-style: italic;
}
#share-widget a {
  display: block;
  text-transform: uppercase;
  color: #999;
  margin: 0.2em 0;
  letter-spacing: 1px;
  font-weight: bold;
}
#share-widget a:hover {
  color:#094A9B;
  cursor: pointer;
}
#nav-icon-wrapper {
  width:50px;
  height: 44px;
  margin:19px 0 13px 0;
  float:left;
  position: relative;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon {
  width: 100%;
  max-width: 20px;
  height: 80%;
  height: calc(100% - 30px);
  position: relative;
  margin: 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 50%;
  top: calc(50% - 0.5px)
}
#nav-icon span:nth-child(4) {
  bottom: -1.5px;
}
#nav-icon-wrapper.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon-wrapper.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon-wrapper.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon-wrapper.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#search-icon-wrapper,
#search-icon-wrapper-mobile {
  position: relative;
  height: 100%;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#search-icon-wrapper-mobile {
  z-index: 2;
}
.search-icon {
  width: 14px;
  height: 14px;
  position: relative;
  float: right;
  margin: 35px auto 27px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.search-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg), translate3d(0, 0, 0);
  -moz-transform: rotate(0deg), translate3d(0, 0, 0);
  -o-transform: rotate(0deg), translate3d(0, 0, 0);
  transform: rotate(0deg), translate3d(0, 0, 0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #FFF;
}
#search-icon-wrapper-mobile .search-icon span {
  background: #bfa959;
}
#search-icon-wrapper-mobile:active .search-icon span {
  border-color: #FFF !important;
  background: #FFF;
}
.search-icon span:nth-child(1) {
  top: -1px;
  left: -1px;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #FFF;
  background: none !important;
}
#search-icon-wrapper-mobile .search-icon span:nth-child(1) {
  border-color: #bfa959;
}
.search-icon span:nth-child(2),
.search-icon span:nth-child(3) {
  width: 50%;
  height: 2px;
  left: -3px;
  top: 100%;
  top: calc(100% - 2px);
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-open #search-icon-wrapper span:nth-child(1),
.search-open #search-icon-wrapper-mobile span:nth-child(1) {
  height: 100%;
  width: 100%;
  left: 1px;
  top: -1px;
  opacity: 0;
}
.search-open #search-icon-wrapper span:nth-child(2),
.search-open #search-icon-wrapper-mobile span:nth-child(2) {
  background: #FFF;
  width: 20px;
  right: 0;
  top: calc(50% - 1px);

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-open #search-icon-wrapper span:nth-child(3),
.search-open #search-icon-wrapper-mobile span:nth-child(3) {
  background: #FFF;
  width: 20px;
  right: 0;
  top: calc(50% - 1px);

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#search-icon-wrapper-mobile {
  border-left: 1px solid #363e46;
  position: relative;
  padding: 14px 10px;
  cursor: pointer;
  float: right;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#search-icon-wrapper-mobile .search-icon {
  margin: 0 auto;
  float: none;
}
.search-open #search-icon-wrapper-mobile,
#search-icon-wrapper-mobile:active {
  background: #bfa959;
}
.external-link-icon {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
  line-height: 12px;
  vertical-align: 0%;
  background-size: cover;
}
a:hover .external-link-icon line {
  stroke:#094A9B;
}
.read-more-toggle-wrapper,
#loading-message {
  margin-top: -70px;
  padding-top: 60px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%) !important;
  position: relative;
  cursor: pointer;
}
#loading-message {
  font-style: italic;
  color: #bfa959;
  cursor: wait;
}
.read-more-toggle {
  position: relative;
  white-space: nowrap;
  font-style: italic;
  color: #bfa959;
}
.read-more-toggle-wrapper:hover .read-more-toggle {
  text-decoration: underline;
}
.read-more-toggle .toggle-icon {
  max-width: 12px;
  display: inline-block;
  margin: 7px 5px 7px 0;
}
.expanded .read-more-toggle-wrapper {
  position: absolute;
  cursor: default;
}
.toggle-icon {
  width: 100%;
  max-width: 18px;
  height: 80%;
  height: calc(100% - 30px);
  position: relative;
  margin: 15px 0 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.toggle-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #bfa959;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.toggle-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.expanded .toggle-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.expanded .toggle-icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* modal */
.modal-dialog {
  width: 100%;
  height: 100%;
  background-color:rgba(15,25, 37, 0.95);
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.modal-header,
.modal-footer {
  border:none;
  margin-bottom: 0;
  padding-right: 3em;
  text-align: right;
  padding: 24px;
}
.modal-header {
  padding-bottom: 12px;
}
.modal-footer {
  padding-top: 0;
  margin-top: -1em;
}
.modal-header .close,
.modal-footer .close {
  color:#bfa959;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none;
  font-weight: normal;
  opacity: 1;
  position: relative;
  padding-right: 28px;
}
.modal-header .toggle-icon,
.modal-footer .toggle-icon {
  width: 22px;
  max-width: 22px;
  margin:0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color:#bfa959;
  position: absolute;
  right: 0;
  top:10px;
}
.modal-content {
  height: 100%;
  width: 100%;
  margin:0 auto;
  border:none;
  border-radius: 0;
  background: transparent;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: auto;
}
.modal-body {
  width: 95%;
  margin: 0 auto;
}
.modal-body .body-wrapper {
  width: 100% !important;
  height: 100%;
}
.modal-body .body-wrapper .image-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.modal-body img {
  width: 100%;
  height: auto !important;
}
.modal-body .caption {
  margin-top: 1em;
  color:#fff;
  font-size: 1.286em;
  line-height: 1.4em;
}
.modal .node-reference {
  padding-top: 1em;
}
.modal .node-reference .slug {
  font-size: 1.2em;
}
.modal .node-reference .node-title a {
  color:#fff;
  font-size: 1.6em;
}
.modal .node-reference .node-title a:hover {
  color:#094A9B;
}
.modal .node-reference .caption {
  margin-top: 8px;
}
.left-aligned,
.right-aligned {
  width: 30%;
}
.left-aligned[data-view="modal"] > a > img,
.right-aligned[data-view="modal"] > a > img  {
  max-width: 100% !important;
  height: auto !important;
  position: relative;
  width: 100%;
}
.full-width-image[data-view="modal"] > a > img {
  position: relative;
}
.left-aligned[data-view="modal"] > a,
.right-aligned[data-view="modal"] > a,
.full-width-image[data-view="modal"] > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.left-aligned[data-view="modal"] > a:before,
.right-aligned[data-view="modal"] > a:before,
.full-width-image[data-view="modal"] > a:before {
  content: '';
  display: block;
  position: absolute;
  height: 36px;
  width: 36px;
  right: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.left-aligned[data-view="modal"] > a:after,
.right-aligned[data-view="modal"] > a:after,
.full-width-image[data-view="modal"] > a:after  {
  content: '';
  z-index:2;
  display: block;
  position: absolute;
  height: 28px;
  width: 28px;
  right: 4px;
  opacity: 1;
  bottom: 4px;
  background: url('/img/expand-icon.svg');
  background-repeat: no-repeat;
  background-size: 28px 28px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.left-aligned[data-view="modal"] > a:hover:after,
.right-aligned[data-view="modal"] > a:hover:after,
.full-width-image[data-view="modal"] > a:hover:after  {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}
.left-aligned[data-view="modal"] > a:hover:before,
.right-aligned[data-view="modal"] > a:hover:before,
.full-width-image[data-view="modal"] > a:hover:before  {
  width: 44px;
  height: 44px;
}
#explorer,
.navbar-fixed-bottom {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#cms-links .nav a {
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  border-right: 1px solid #333;
}
#cms-links .nav li:last-child a {
  border-right: 0;
}
.cms-links-item a,
#cms-text div {
  padding: 10px 15px !important;
  line-height: 1em !important;
  text-decoration: none !important;
}
#cms-text div {
  margin-top: -15px;
  margin-bottom: -15px;
}
.cms-links-item a span,
#cms-text span {
  font-size: 0.8em;
  font-variant: small-caps;
  display: block;
}
#cms-links .nav a:hover {
  background: #333;
  text-decoration: underline;
}
#cms-links .nav a.active {
  background: #bfa959;
  color: #FFF;
  text-decoration: none;
}
#cms-links .navbar-right {
  margin-right: 5px;
}
#cms-links #cms-path {
  margin-right: 15px;
}
#nocache-trigger {
  display: block;
  margin-left: 5px;
}
#nocache-trigger .pull-right {
  margin-left: 10px;
}
#nocache-trigger.active .glyphicon {
  -webkit-animation: loading-bar-spinner 4000ms linear infinite;
  -moz-animation:    loading-bar-spinner 4000ms linear infinite;
  -ms-animation:     loading-bar-spinner 4000ms linear infinite;
  -o-animation:      loading-bar-spinner 4000ms linear infinite;
  animation:         loading-bar-spinner 4000ms linear infinite;
}
#nocache-trigger.active:hover .glyphicon {
  -webkit-animation: inherit;
  -moz-animation:    inherit;
  -ms-animation:     inherit;
  -o-animation:      inherit;
  animation:         inherit;
}
#explorer {
  margin-top: 2em;
}
#explorer pre {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.brand-responsive {
  padding-bottom: calc(100% * 49.009 / 459.922) !important;
  margin: 8px 0;
  width: 100% !important;
  height: 0;
}
#footer-brand {
  max-width: 225px;
  margin: 0;
}
#footer-brand .brand {
  margin-bottom: 15px;
}
#mission {
  color: #bfa959;
  font-size: 21px;
  font-style: italic;
  clear: both;
}
.footer-menu {
  margin-top: 0.3em;
  margin-bottom: 2.5em;
}
.footer-menu-inner {
  -webkit-columns: 200px 3;
  -moz-columns: 200px 3;
  columns: 200px 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.footer-menu li {
  overflow: hidden;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.footer-menu a {
  display: inline-block;
  font-size: 16px;
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a.active {
  text-decoration: underline;
}
.footer-menu a:not([href]):hover {
  cursor: default;
  text-decoration: none;
}
.footer-menu a:not([href]) {
  color:#767676;
}
.social a {
  width: 31px;
  height: 31px;
  display: inline-block;
  margin: 5px 5px 5px 0;
  background-size: cover;
  text-indent: -2000px;
  overflow: hidden;
}
.social a:hover {
  -webkit-filter: brightness(3);
  filter: brightness(3);
}
.social .twitter {
  background-image: url(/img/twitter.svg);
}
.social .facebook {
  background-image: url(/img/facebook.svg);
}
.social .instagram {
  background-image: url(/img/instagram.svg);
}

#search-widget {
  float: left;
  width: calc(100% - 64px);
  margin-left: 15px;
  height: 76px;
}
#search-widget .form-group {
  padding:14px 0;
  margin:0;
  position: relative;
}
#search-widget .form-control {
  background: none;
  font-size: 3em;
  height: auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  color: #FFF;
  width: 79%;
  float: left;
  border: 0;
}
#search-widget .search-icon {
  margin: 0;
}
#search-widget .btn {
  background: none;
  color: #fff;
  float: right;
  margin-top: 13px;
}
#search-widget .btn:hover,
#search-widget .btn:focus {
  color: #fff;
}

.btn-pulitzer {
  background: #bfa959;
  color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.1em;
  letter-spacing: 1px;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-pulitzer:hover,
.btn-pulitzer:focus {
  background: #FFF;
  color: #bfa959;
}
#search-widget .form-control::-webkit-input-placeholder {
  color: #666;
  opacity: 0.5;
}
#search-widget .form-control:-moz-placeholder {
  color: #666;
  opacity: 0.5;
}
#search-widget .form-control::-moz-placeholder {
  color: #666;
  opacity: 0.5;
}
#search-widget .form-control:-ms-input-placeholder {
  color: #666;
  opacity: 0.5;
}
#search-widget .form-control:focus {
  animation: inherit;
  -webkit-animation: inherit;
}
h1 {
  font-size: 4.287em;
  line-height: 1em;
}
.body {
  font-size: 1.5em;
  line-height: 1.286em;
}
.body h2,
.body h3,
.body h4,
.body h5 {
  line-height: 1.111;
  font-weight: bold;
}
.body h2 {
  font-size: 1.714em;
}
.body h3 {
  font-size: 1.524em;
}
.body h4 {
  font-size: 1.333em;
}
.body h5 {
  font-size: 1.143em;
}
#finalists-info .title-prefix {
  color:#999;
}
.title-with-widget {
  position: relative;
}
.title-with-widget .share-widget-right {
  position: absolute;
  top:0;
  left:105%;
}
.winners-photo {
  margin: 2em 0;
  padding: 20px 30px 10px;
  border: 1px solid #bfa959;
}
.winners-photo .inner {
  margin: 0 auto;
}
.winners-photo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.winners-photo .logo {
  margin-bottom: 5px;
}
.winners-photo .caption {
  color: #666;
  margin: 12px 0 0;
  font-size: 1.214em;
  line-height: 1.176em;
}
/* article main photo */
.main-photo {
  width: 100%;
  margin: 3em 0;
}
.main-photo img {
  width: 107%;
  height: auto !important;
  margin-left:-3.5%;
}
.main-photo .caption {
  color: #666;
  margin: 12px 0 0;
  font-size: 1.214em;
  line-height: 1.176em;
}
/* story-detail, page */
.dek {
  margin: 1em 0;
  font-style: italic;
}
.italics {
  font-style: italic;
}
.show-more {
  color:#bfa959;
  font-style: italic;
  font-size: 1.214em;
  margin-top: 6px;
}
article.full-node .tags {
  margin: 3em 0;
  font-size: 1.214em;
  line-height: 1.176em;
}
.tags .tag a {
  display: inline-block;
  background: #f7f4eb;
  padding: 3px 6px;
  margin: 4px 4px 4px 0px;
}
.tags .tag a:hover {
  color: #333;
  background: #bfa959;
  text-decoration: none;
}
.about-author {
  background: #f7f4eb;
  padding: 2em;
}
.about-author .slug {
  margin-bottom: 1em;
}
.about-author .author-name {
  font-size: 1.857em;
  margin-bottom:0.5em;
}
.about-author img {
  width: 100%;
  height: auto;
}
.about-author .read-more-toggle-wrapper {
  background-image: linear-gradient(to top, rgba(247, 244, 235, 1) 40%, rgba(255, 255, 255, 0) 100%) !important;
}
/* stories lander */
.lander .listing article {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #e5e5e5;
}
.lander .listing article h2 a:hover {
  text-decoration: none;
}
.lander .listing article .byline,
.listing2 article .byline {
  color:#666;
  font-style: italic;
  font-size: 1.214em;
  line-height: 1.588em;
  margin-top: 0.6em;
  display: block;
}
.lander .topics-group .group-label,
.lander .tags-group .group-label {
  margin-bottom: 0.333em;
}
.lander .topics-group ul,
.lander .tags-group ul {
  margin-bottom: 3em;
}
.lander .topics-group ul li {
  margin-bottom:3px;
}
.lander .topics-group ul li a,
.lander .tags-group ul li a {
  font-size: 1.214em;
}
.lander .tags li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.lander .tag a {
  padding: 2px 4px;
}
.lander .tag a:hover,
#stories-landing .tag a:hover {
  color: #333 !important;
  background: #bfa959;
  text-decoration: none;
}
.lander .read-more-link {
  margin-top: 1em;
}
.lander .read-more-link a {
  color:#bfa959;
  font-style: italic;
  font-size: 1.414em;
}
#list-of-works img.full-width {
  width: 70% !important;
  text-align: left;
  margin-left: 0;
  height: auto !important;
  clear:both;
}
#list-of-works .glyphicon {
  font-size: 0.6em;
  color:#666;
}
.lander .listing article.with-thumbnail .image-container,
#list-detail .list-items article .image-container {
  float: right;
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}
.lander #page-menu-trigger {
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 0;
}
/* winning works image slider */
#works-photos {
  overflow: hidden;
  padding-bottom: 2.5em;
}
.breakout-container,
.breakout-container > * {
  box-sizing:border-box;
  margin:0;padding:0;
}
.breakout-container {
  width:calc(100vw - 24px);
  position:relative;
  display:table;
  left:50%;
}
.breakout-container .breakout  {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  left:-50%;
  display:block;
  width:100%;
  overflow: hidden;
}
.image-slider {
  position: relative;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  min-height: 446px;
}
.image-slider .slides-container {
  position: relative;
  min-height: 446px;
}
.image-slider .slide-wrapper {
  position: absolute;
  visibility: hidden;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 80%;
  height: 100%;
  left:10%;
}
.image-slider .slide-wrapper.prev {
  left:-75%;
  top:0;
}
.image-slider .slide-wrapper.next {
  left:95%;
  top:0;
}
.image-slider .slide-wrapper.active {
  visibility: visible;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}
.image-slider .slide-wrapper.prev {
  visibility: visible;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.image-slider .slide-wrapper.next {
  visibility: visible;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.image-slider .slide-wrapper.prev2 {
  visibility: visible;
  left:-200%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.image-slider .slide-wrapper.next2 {
  left:200%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.image-slider .slide-wrapper .image-container {
  width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.quote-wrapper {
  max-height: 446px;
  height: 446px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.modal .quote-wrapper {
  margin: 0 auto;
  width: 80%;
  background: none;
  display: table;
  text-align: center;
}
.quote-wrapper a {
  text-decoration: none;
  color:#bfa959;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 1.6em;
  line-height: 1.2em;
  display: table !important;
  text-align: center;
}
.quote-wrapper span.text-quote {
  padding: 1em;
  display: table-cell;
  vertical-align: middle !important;
}
.modal .quote-wrapper span.text-quote {
  color:#fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 1.6em;
  line-height: 1.2em;
}
.quote-wrapper a:hover {
  color:#bfa959;
  text-decoration: none;
}
.quote-wrapper > a > em {
  display: block;
  font-size: 0.6em;
}
.image-slider .winning-work-image {
  max-width: 100%;
  height: auto !important;
  max-height: 446px;
}
.image-slider .slides-container .slider-image-caption {
  padding-top: 12px;
  font-size: 1.2em;
  color: #666;
  padding-bottom: 12px;
}
.body .image-slider .slides-container .slider-image-caption {
  font-size: 0.810em;
}
/* slider controllers */
.image-slider .slide-controllers-wrapper {
  position:absolute;
  width: 80%;
  top:0;
  margin: 0 10%;
}
.image-slider .slide-controllers .prev,
.image-slider .slide-controllers .next {
  height: 58px;
  width: 50px;
  display: block;
  background: #bfa959;
  position: absolute;
  top: 90px;
  top: 25vw;
}
.image-slider .slide-controllers .prev {
  left:-49px;
}
.image-slider .slide-controllers .next {
  right:-49px;
}
.image-slider .slide-controllers .prev .icon-wrapper,
.image-slider .slide-controllers .next .icon-wrapper {
  position: relative;
  width:18px;
  height: 32px;
  margin:0 auto;
  line-height: 0;
  font-size: 0;
  margin-top:13px;
}
.image-slider .slide-controllers .prev span.top,
.image-slider .slide-controllers .next span.top {
  position: absolute;
  z-index: 2;
}
.image-slider .slide-controllers .prev span.bottom,
.image-slider .slide-controllers .next span.bottom {
  position: absolute;
}
.image-slider .slide-controllers .next span.bottom {
	width: 0;
	height:0;
	border-bottom: 16px solid transparent;  /* left arrow slant */
	border-top:    16px solid transparent; /* right arrow slant */
	border-left:   16px solid #fff; /* bottom, add background color here */
  top:0;
  left:0;
}
.image-slider .slide-controllers .next span.top {
	width: 0;
	height:0;
	border-bottom: 10px solid transparent;  /* left arrow slant */
	border-top:    10px solid transparent; /* right arrow slant */
	border-left:   10px solid #bfa959; /* bottom, add background color here */
	top:6px;
	left:2px;
}
.image-slider .slide-controllers .prev span.bottom {
	width: 0;
	height:0;
	border-bottom: 16px solid transparent;  /* left arrow slant */
	border-top:    16px solid transparent; /* right arrow slant */
	border-right:  16px solid #fff; /* bottom, add background color here */
  top:0;
  left:0;
}
.image-slider .slide-controllers .prev span.top {
	width: 0;
	height:0;
	border-bottom: 10px solid transparent;  /* left arrow slant */
	border-top:    10px solid transparent; /* right arrow slant */
	border-right:  10px solid #bfa959; /* bottom, add background color here */
	top:6px;
	right:4px;
}

/* Modal controllers */
.modal  {
  padding-right: 0 !important;
}
.modal-controls {
  position:absolute;
  width: 100%;
  top:35vh;
  margin: 0;
}
.modal-controls .prev-modal-toggle ,
.modal-controls .next-modal-toggle {
  height: 58px;
  width: 50px;
  display: block;
  background: #bfa959;
  position: absolute;
  top: 90px;
}
.modal-controls .prev-modal-toggle {
  left:0;
}
.modal-controls .next-modal-toggle {
  right:0;
}
.modal-controls .prev-modal-toggle .icon-wrapper,
.modal-controls .next-modal-toggle .icon-wrapper {
  position: relative;
  width:18px;
  height: 32px;
  margin:0 auto;
  line-height: 0;
  font-size: 0;
  margin-top:13px;
}
.modal-controls .prev-modal-toggle span.top,
.modal-controls .next-modal-toggle span.top {
  position: absolute;
  z-index: 2;
}
.modal-controls .prev-modal-toggle span.bottom,
.modal-controls .next-modal-toggle span.bottom {
  position: absolute;
}
.modal-controls .next-modal-toggle span.bottom {
	width: 0;
	height:0;
	border-bottom: 16px solid transparent;  /* left arrow slant */
	border-top:    16px solid transparent; /* right arrow slant */
	border-left:   16px solid #fff; /* bottom, add background color here */
  top:0;
  left:0;
}
.modal-controls .next-modal-toggle span.top {
	width: 0;
	height:0;
	border-bottom: 10px solid transparent;  /* left arrow slant */
	border-top:    10px solid transparent; /* right arrow slant */
	border-left:   10px solid #bfa959; /* bottom, add background color here */
	top:6px;
	left:2px;
}
.modal-controls .prev-modal-toggle span.bottom {
	width: 0;
	height:0;
	border-bottom: 16px solid transparent;  /* left arrow slant */
	border-top:    16px solid transparent; /* right arrow slant */
	border-right:  16px solid #fff; /* bottom, add background color here */
  top:0;
  left:0;
}
.modal-controls .prev-modal-toggle span.top {
	width: 0;
	height:0;
	border-bottom: 10px solid transparent;  /* left arrow slant */
	border-top:    10px solid transparent; /* right arrow slant */
	border-right:  10px solid #bfa959; /* bottom, add background color here */
	top:6px;
	right:4px;
}



.image-slider a[data-toggle="modal"] {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.image-slider a[data-toggle="modal"]:before {
  content: '';
  display: block;
  position: absolute;
  height: 36px;
  width: 36px;
  right: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.image-slider a[data-toggle="modal"]:after  {
  content: '';
  z-index:2;
  display: block;
  position: absolute;
  height: 28px;
  width: 28px;
  right: 4px;
  opacity: 1;
  bottom: 4px;
  background: url('/img/expand-icon.svg');
  background-repeat: no-repeat;
  background-size: 28px 28px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.image-slider a[data-toggle="modal"]:hover:after {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}
.image-slider a[data-toggle="modal"]:hover:before  {
  width: 44px;
  height: 44px;
}

/* homepage slider enhanced */
.homepage .image-slider .node-reference {
  margin-top: 1em;
}
.homepage .image-slider .node-reference .node-title {
  font-size: 2.1rem;
  line-height: 2.7rem;
  padding-top: 6px;
  padding-bottom: 12px;
  font-weight: normal;
}
.homepage .image-slider .slides-container .slider-image-caption {
  padding-top: 0;
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

/* news detail */
#biography aside .inner {
  margin-bottom: 1em;
}
#recent-news {
  margin-top: 3rem;
}
.siderail-block {
  margin-bottom: 3rem;
}
.siderail-block .block-title {
  margin-bottom: 1.5rem;
}
.filters .listing-filter {
  font-size: 1.4em;
}
.filters .listing-filter label {
  font-weight: normal;
}
.filters .listing-filter label:hover {
  cursor: pointer;
}
/* event-lander */
.events-lander article.event .col-sm-3,
.events-lander article.event .col-sm-9 {
  padding-left: 0;
}
.events-lander article.event .col-sm-9 {
  padding-right: 0;
}
.events-lander .month-group:first-child h2.group-header {
  margin-top: 0;
}
.events-lander h2.group-header {
  margin-bottom: 1em;
  border-bottom:1px solid #e5e5e5;
  margin-top: 3em;
  padding-bottom: 1em;
}
.events-lander .date {
  font-size: 1.214em;
  color:#333;
}
.events-lander .event-location a {
  font-style: italic;
  font-size:1.214em;
  color:#999;
}
.events-lander .event-location a:hover {
  color:#094A9B;
}
.events-lander.lander .listing article.no-thumbnail h2,
.events-lander.lander .listing article.no-thumbnail .body {
  max-width: 100%;
}
.events-lander article h3 {
  font-size:1.500em;
  font-weight: bold;
  margin-top:10px;
}
.events-lander article h3.featured {
  font-size: 2.143em;
  line-height: 1.267em;
}
.events-lander .body {
  font-size:1.214em;
  line-height: 1.235em;
}
.events-lander article .image-container img {
  width: 170px;
  height: auto;
}
#event-detail {
  margin-bottom: 3em;
}
.upcoming-events-view .date,
.upcoming-events-view .event-location {
  color:#333;
  font-size: 1.214em;
}
.upcoming-events-view .event-location {
  font-style: italic;
}
.no-upcoming-events {
  text-align: center;
  font-style: italic;
  font-size: 1.214em;
}
.no-upcoming-events a {
  text-decoration: underline;
}
#event-detail .body-text {
  margin-top: 1em;
}
.event-detail .event-info-container {
  float:right;
  border: 1px solid #bfa959;
  margin-left: 1em;
  width: 55%;
  margin-right: -28%;
  margin-bottom: 1em;
  margin-top: 0;
}
.date-location {
  color:#999;
  font-size: 1.857em;
}
#event-detail .main-photo img {
  margin-left: 0;
  width: 100%;
}
.event-info {
  font-size: 1.214em;
  padding: 1em;
}
.event-info h4.event-info-header {
  color:#bfa959;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.angular-google-map-container {
  height: 300px;
}
.event-info-container .loading-box {
  width: 100%;
  height: 300px;
  background: #e5e5e5;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  transition: all 5s ease-out;
}
.event-info-container .loading-box.ng-hide  {
  opacity: 0;
}
.event-info-container .loading-box span {
  padding-top: 145px;
  display: block;
  font-size: 2em;
  color:#999;
}
.tan-bg {
  background: #f7f4eb;
  margin: 2.5em 0;
  padding: 2.5em 0;
}
.section {
  padding-top: 1em;
  padding-bottom: 1em;
}
.section-header {
  margin: 1.5em 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.86em;
  font-weight: normal;
  text-align: center;
}
.section-header2 {
  margin: 1.5em 0 1.2em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.86em;
  font-weight: normal;
}
.tan-bg .section-header {
  background: #f7f4eb;
}
.section-header span {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #FFF;
}
.section-header span.no-padding {
  padding: 0;
}
.tan-bg .section-header span {
  background: #f7f4eb;
}
.section-header:after {
  content: "";
  display: block;
  border-top: 1px solid #e5e5e5;
  position: relative;
  top: -15px;
}
 /* to remove once phase 2 is complete */
.homeCtrl .section-header:before {
  content: "";
  display: block;
  border-top: 1px solid #e5e5e5;
  position: relative;
  margin-top: 86px;
  padding-top: 70px;
}
.homeCtrl .section-header:after {
  display: none;
}
.homeCtrl .section-header {
  margin: 1.5em 0;
  margin-bottom: 62px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-align: center;
  color:#949494;
}

#finalists-view h3,
#winners-view h3,
#jurors h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
#jurors h3 .position {
  font-weight: normal;
  color: #999;
}
.photo-caption {
  color: #999;
  margin: 10px 0;
}
.italics {
  font-style: italic;
}
.category-description {
  font-style: italic;
  color: #999;
  font-size: 1.4em;
  margin: 0 0 1em;
}
.category-description-subhead {
  color: #333;
  margin-bottom: 3em;
}
#list-of-works .work-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
#list-of-works .work-item:last-child {
  border-bottom: 0;
}
.work-item-toggle {
  cursor: pointer;
}
.work-item-toggle .glyphicon {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.expanded .work-item-toggle .glyphicon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.date {
  color: #999;
  font-size: 0.8em;
}
#list-of-works blockquote {
  margin: 30px;
  padding: 0 20px !important;
  border-left: 6px solid #eee !important;
  font-size: 1em;
}
.two-columns {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-rule: 1px solid #e5e5e5;
  -moz-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.two-columns div {
  overflow: hidden;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.img-fill-wrapper {
  position: relative;
  overflow: hidden;
}
.img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 100% auto;
  -webkit-filter: blur(15px) opacity(0.7);
  filter: blur(15px) opacity(0.7);
}
.img-fill-wrapper img {
  position: relative;
  z-index: 2;
  border: 1px solid #FFF;
}
h3.title {
  font-size: 2.57em;
  line-height: 1.11em;
  font-weight: bold;
  margin-bottom: 5px;
}
aside {
  color: #999;
  font-size: 1.1em;
}
aside a {
  color: #999;
  text-decoration: underline;
}
#biography .row {
  margin-bottom: 1em;
}
.teaser {
  margin: 2em 0;
}
.teaser h4 {
  margin: 5px 0;
  font-weight: bold;
  font-size: 1.5em;
}
.teaser .byline {
  font-style: italic;
  font-size: 1.2em;
}
.teaser .citation {
  font-size: 1.2em;
}
.related-pulitzer-stories {
  border-top: 2px solid #e5e5e5;
  padding: 2em 0;
  margin: 2em 0;
}
.view-more-teaser .slug,
.view-more-teaser .image-container {
 margin-bottom: 1rem;
}
.view-more-teaser h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: normal;
  padding-right: 10px;
  margin-bottom: 1.5rem;
}
.view-more-teaser .body {
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-right: 10px;
  margin-bottom: 1.5rem;
}
.view-more-teaser .large-text .hero-dek {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color:#949494;
}
.view-more-teaser .large-text h3 {
  margin-top: 1.5rem;
}
.btn-primary {
  color: #bfa959;
  border: 1px solid #bfa959;
  border-radius: 0;
  background: #FFF;
  background: rgba(0, 0, 0, 0);
  text-transform: capitalize;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary-active {
  border: 1px solid #bfa959 !important;
  background: #bfa959 !important;
  color: #FFF !important;
  box-shadow: none !important;
}
.btn-primary-active:hover,
.btn-primary-active:focus,
.btn-primary-active:active {
  background: #FFF !important;
  color: #bfa959 !important;
}
.btn-section {
  display: table;
  margin: 0 auto;
  width: 30%;
  min-width: 240px;
}
.btn-primary.reversed {
  background: #bfa959;
  color:#fff;
}
.btn-primary-tan:hover {
  background: #f7f4eb !important;
}
.btn-primary.reversed:hover,
.btn-primary.reversed:focus,
.btn-primary.reversed:active {
  background: #fff !important;
  background: rgba(0, 0, 0, 0) !important;
  color:#bfa959 !important;
}
.pager .btn-primary {
  padding: 10px 32px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
}
.img-bgcolored {
  background: #e5e5e5;
}
.img-bgcolored:-moz-loading {
  visibility: hidden;
}
h3 abbr[title] {
  border: 0;
  text-decoration: none;
}
nav#page-menu ul {
  padding: 0;
}
nav#page-menu li {
  list-style: none;
}
nav#page-menu ul ul {
  margin-left: 3em;
}
nav#page-menu a {
  color: #333;
  letter-spacing: normal;
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
}
nav#page-menu a:hover,
nav#page-menu a:active,
nav#page-menu a:focus {
  color: #094A9B !important;
}
nav#page-menu a.active {
  font-weight: bold;
}
.group-heading {
  font-size: 1.4em;
  color: #333;
  cursor: pointer;
}
.group-heading .toggle-icon-wrapper {
  background: #bfa959;
  border-radius: 100%;
  height: 1em;
  padding: 0.2em 0.23em;
  width: 1em;
  margin: 7px 7px 0 0;
  font-size: 14px;
}
.group-heading:hover {
  text-decoration: underline;
  color: #094A9B;
}
.group-heading:hover .toggle-icon-wrapper {
  background: #094A9B;
}
.group-heading .toggle-icon-wrapper .toggle-icon span,
.table-row-with-toggle .toggle-icon span {
  background: #FFF;
}
.group-heading .toggle-icon-wrapper .toggle-icon {
  margin: 3px auto 1px;
}
.table-group {
  margin-bottom: 5em;
}
.table-row {
  margin: 0;
}
.table-category,
.table-finalists {
  padding: 0 30px 0 0;
}
.table-winners {
  padding: 0;
  font-size: 0.93em;
}
.table-row .winner:nth-child(n+2) {
  margin-top: 10px;
}
.table-winners h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.286em;
  margin: 0 0 5px !important;
}
.table-winners .citation {
  font-size: 1.333em;
  line-height: 1.17em;
  margin: 0;
}
.table-label-inner {
  padding-bottom: 10px;
}
.table-cat-winners .table-inner,
.table-finalists .table-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
}
.table-cat-winners .table-inner {
  margin-left: -15px;
  padding-left: 15px;
  margin-right: 15px;
}
.table-cat-winners .winner {
  margin-right: 15px;
}
.table-label-cat-winners .table-label-inner {
  margin-right: 30px;
}
.table-finalists {
  font-size: 1.17em;
}
.table-finalists a {
  color: #666;
}
.table-finalists .finalist {
  margin: 0 0 10px;
}
.no-padding {
  padding: 0;
}
.no-award {
  color: #999;
  font-weight: 600 !important;
}
/* hide upcoming year */
/* #winners-landing .winning-years .year-2019,
#board-page .winning-years .year-2019 {
  display:none;
} */

/* hide upcoming decade */
#winners-landing .winning-years .group-2020s,
#board-page .winning-years .group-2020s {
  display:none;
}

/* winner categories page */
#winners-categories .categories-table .table-label {
  border-bottom: 1px solid #E5E5E5;
}
#winners-categories .categories-table .table-row {
  padding-top: 20px;
  font-size: 1.500em;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
#winners-categories .categories-table .table-row.citations {
  border-bottom: none;
}
#winners-categories .categories-table .table-row .table-cat-name {
  font-weight: bold;
}
#winners-categories .categories-table .table-row span.years {
  font-size: 0.714em;
  color:#999;
}
#winners-categories .categories-table .table-row .mobile-label {
  padding-top: 20px;
  font-size:0.889em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
}
#special-citations-group .table-cat-winners .table-inner {
  margin: 0 -15px;
  padding-right: 30px;
}
#page-menu-trigger {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0.5em 0 -20px;
}
#page-tabs.winners-by-category-landing {
  margin-bottom: 1em;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.story-teaser-hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.story-teaser-hr div {
  border-bottom: 1px solid #e5e5e5;
}
.listing2 .btn-section {
  margin-top: 40px;
}
#home-highlight-text {
  margin-bottom: 3em;
}
#home-highlight-text .container {
  text-align: center;
  padding: 2em 3em;
  background: #f7f4eb;
  position: relative;
}
#home-highlight-text .container .body a {
  color: #998044;
  text-decoration: underline;
}
#home-highlight-text .container .body a:hover {
  color: #AA9346;
  text-decoration: underline;
}
#home-highlight-text .highlight-medals {
  position: absolute;
  width:73px;
  height: 41px;
  bottom: -20px;
  left:calc(50% - 73px / 2);
  z-index: 2;
}
#home-highlight-text .highlight-medals span:first-child {
  display: block;
  background: url(/img/medal_franklin_128.png) no-repeat;
  background-size: 100% auto;
  width: 41px;
  height: 41px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left:0;
}
#home-highlight-text .highlight-medals span:nth-child(2) {
  display: block;
  background: url(/img/medal_publicservice_128.png) no-repeat;
  background-size: 100% auto;
  width: 41px;
  height: 41px;
  padding: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right:0;
}
#current-winners {
  margin-bottom:2em;
}
.current-winners .winners-container {
  padding-top: 2.4em;
}
.current-winners .category-heading {
  text-transform: capitalize;
  padding-top: 0;
  margin-top: 0;
  color: #949494;
  line-height: 2.8rem;
  font-size: 2.4rem;
  margin-bottom: 1.8em;
}
.current-winners h4.award-title {
  font-size: 1.500em;
  line-height: 1.286em;
  margin-top: 3px;
}
.current-winners .category {
  margin-bottom: 1.6em;
}
.current-winners .drama {
  padding-left: 16px;
  border-left:1px solid  #e5e5e5;
  padding-right: 12px;
}
.current-winners .section-footer {
  margin-top: 3em;
}

/* global-banner */
#global-banner {
  background: #bfa959;
  color:#0F1925;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
#global-banner .global-banner-wrapper {
  font-size:1.9rem;
  line-height: 2.4rem;
  padding-top:1.6rem;
  padding-bottom: 1.2rem;
}
#global-banner .global-banner-text {
  width: 90%;
  float: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#global-banner .global-banner-text p {
  margin-bottom: 0;
}
#global-banner .global-banner-text a {
  color: #0F1925;
  text-decoration: underline;
}
#global-banner .global-banner-text a:hover {
  color: #fff;
  text-decoration: underline;
}
#global-banner .close-icon-wrapper {
  float: right;
}
#global-banner .close-icon {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  height: 26px;
  width:26px;
  border-radius: 100%;
  position: relative;
}
#global-banner .close-icon:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}
#global-banner .close-icon span {
  position: absolute;
  background: #FFF;
  display: block;
  height: 2px;
  left: 5px;
  width: 16px;
  top: calc(50% - 1px);
}
#global-banner .close-icon span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#global-banner .close-icon span:nth-child(2){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* home grid  */
#highlights-grid article {
  margin-bottom: 5rem;
}
#highlights-grid article h1,
#highlights-grid article h2,
#highlights-grid article h3 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
#highlights-grid article h1 a,
#highlights-grid article h2 a,
#highlights-grid article h3 a {
  color:#0F1925;
}
#highlights-grid article h1 a:hover,
#highlights-grid article h2 a:hover,
#highlights-grid article h3 a:hover,
#highlights-grid .read-more:hover {
  color:#094A9B;
}
#highlights-grid .main-hero h1,
#highlights-grid .right-column .highlight h3,
#highlights-grid .left-column .highlight h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  padding-right: 2rem;
}
#highlights-grid .main-hero h1 {
  margin-top:1.5rem;
}
#highlights-grid .right-column .highlight h3,
#highlights-grid .left-column .highlight h2 {
  padding-right: 1rem;
}
#highlights-grid .hero-dek {
  color:#474747;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-right: 1rem;
}
#highlights-grid .byline,
#highlights-grid .read-more,
.view-more-teaser .byline,
.view-more-teaser .read-more {
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 1.5rem 0;
  color:#767676;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-right: 1rem;
}
#highlights-grid .read-more {
  margin-top: 2rem;
}
#highlights-grid .main-hero .hero-dek,
#highlights-grid .byline,
#highlights-grid .read-more {
  padding-right: 2rem;
}
#highlights-grid .large-text .hero-dek {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color:#949494;
}
#highlights-grid .normal-text .hero-dek,
#highlights-grid .main-hero .hero-dek {
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
#highlights-grid .normal-text p:last-child {
  margin-bottom: 0;
}
/* homepage quote */
#highlights-grid .social-media:before {
  content: '';
  padding-top: 36px;
  width: 52px;
  border-top: 1px solid #E5E5E5;
  display: block;
  height: 1px;
  margin-left: 15px;
  margin-top: 56px;
}
#highlights-grid .featured-quote:before {
  padding-top: 42px;
}
#highlights-grid .social-media {
  color: #949494;
  font-size: 2rem;
  line-height: 2.6rem;
  font-style: italic;
}
#highlights-grid .social-media a {
  display:inline-block;
  color: #949494;
  text-decoration: underline;
}
#highlights-grid .social-media a:hover {
  color:#094A9B;
  text-decoration: underline;
}
#highlights-grid .featured-quote .quote .prefix {
  color:#949494;
  display: block;
  font-size: 3rem;
  line-height: 3.4rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#highlights-grid .featured-quote .quote {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color:#AA9346;
  margin-bottom:32px;
}
#highlights-grid .featured-quote .description {
  color:#474747;
  font-family: 'tk-acumin-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#highlights-grid .featured-quote .description a {
  text-decoration: underline;
  color:#474747;
}
#highlights-grid .featured-quote .description a:hover {
  text-decoration: underline;
  color:#094A9B;
}
#highlights-grid .featured-quote .twitter-share {
  margin-top: 22px;
}
#highlights-grid .featured-quote .twitter-share a {
  width: 30.5px;
  height: 30.5px;
  display: inline-block;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -2000px;
  overflow: hidden;
  background-image: url(/img/twitter.svg);
}

/* Image rotator */
#highlights-grid .image-rotator {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
#highlights-grid .image-rotator li {
  transition:0.5s linear all;
  opacity:0;
}
#highlights-grid .image-rotator li.active {
  opacity:1;
  position: relative;
}
#highlights-grid .image-rotator li.inactive {
  opacity:0;
  position: absolute;
  top: 0;
  left: 0;
}

/* of note items */
.of-note {
  margin-top: 10rem;
}
.of-note .header {
  color:#AA9346;
  margin-top: 0;
}
.of-note .item {
  margin-top: 32px;
  width: 100%;
  font-family: 'tk-acumin-pro', sans-serif;
}
.of-note a.more-link {
  font-family: 'tk-acumin-pro', sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 30px;
  display: block;
  color:#998044;
}
.of-note a.more-link:hover {
  color:#094A9B;
  cursor: pointer;
}
.for-the-record.lander .item {
  font-family: 'tk-acumin-pro', sans-serif;
}
.of-note .header:after,
.of-note .item:after {
  content: '';
  padding-top: 30px;
  width: 52px;
  border-bottom: 1px solid #AA9346;
  display: block;
  height: 1px;
}
.of-note .item .of-note-thumbnail {
  float: right;
  width:80px;
  height: 80px;
  margin-left: 15px;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.for-the-record.lander .item .of-note-thumbnail {
  float: right;
  width:96px;
  height: 96px;
  margin-left: 12px;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.of-note .item .of-note-body,
.for-the-record.lander .item .of-note-body {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color:#474747;
}
.of-note .item .of-note-body a,
.for-the-record.lander .item .of-note-body a {
  text-decoration: underline;
}
.of-note .item .of-note-footer,
.for-the-record.lander .item .of-note-footer {
  color:#767676;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-top: 16px;
}

.of-note .item a:hover .of-note-body,
.for-the-record.lander .item a:hover .of-note-body {
  color:#474747;
}
.of-note .item a:hover img,
.for-the-record.lander .item a:hover img {
  opacity: 0.9;
}
.arrow-icon {
  width: 8px;
  height: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.of-note .item a:hover .arrow-icon,
.for-the-record.lander .item a:hover .arrow-icon {
  opacity: 1;
}

/* lists detail page */
#list-detail .list-items {
  margin-top:50px;
}
#list-detail .list-items article {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #e5e5e5;
}

/* lists lnader */
.landing-header {
  margin-bottom: 10rem;
}
#lists-landing .listing {
  padding-left: 0;
}



/* archive page */
#archive-landing h1 {
  margin-bottom: 1em;
}
#archive-landing .listing {
  border-top:1px solid #e5e5e5;
  padding-top: 1em;
  padding-left: 0;
}
#archive-landing .listing .image-container img {
  width: 126px;
  height: auto;
}
#archive-landing .listing .title {
  font-size: 1.857em;
  line-height: 1.154em;
}
#archive-landing .listing .body {
  font-size: 1.214em;
}
#archive-landing .listing article.no-thumbnail h2,
#archive-landing .listing article.no-thumbnail .body {
  max-width: 100%;
}
#archive-landing .listing {
  padding-top: 3em;
}
#archive-landing .listing article:last-child {
 border-bottom: none;
 padding-bottom: 1em;
}
#archive-landing .pager {
  padding-top: 3em;
  margin-top: 0;
  border-top: 1px solid #e5e5e5;
}
#archive-landing .listing .body.no-content {
  font-size: 1.4em;
}
#generic-page-detail .title-with-widget h1 {
  margin-bottom: 0.500em;
}
/* generic page b */
.type-b .header {
  padding-top: 2em;
  padding-bottom: 2em;
}
.type-b-section.tan {
  background: #f7f4eb;
}
.type-b .main-section {
  margin-top: 50px;
}
.type-b .dek {
  font-style: normal;
}
.type-b .btn-primary {
  font-weight: normal;
  padding: 10px 2em;
  font-size: 14px;
  text-decoration: none;
  margin: 1em 0;
}
.type-b .btn-primary:hover {
  text-decoration: none;
}
.type-b h2 {
  margin-top: 0;
}
.fullspan-body {
  margin-top: 10rem;
}
/* board page */
#board-page {
  margin-bottom: 5em;
}
#board-page .category-description {
  color:#333;
}
#board-page .sub-text {
  color:#333 !important;
  margin-bottom: 0;
}
#board-page .winners-photo {
  padding-bottom: 20px;
}
#board-page .board-member {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
#board-page .board-member:last-child {
  border-bottom: none;
}
#board-page .board-member .board-title {
  font-weight: bold;
}
#board-page .board-member .no-bio:hover {
  cursor: default;
  color:#333;
}
#board-page .board-member .bio-photo {
  max-width: 136px;
  padding-right: 1em;
  margin-bottom: 0.866em;
  float: left;
  height: auto !important;
}
.boardCtrl #content {
  padding-bottom: 0;
}
#board-page .see-winners-link {
  margin-top:12px;
}

#board-page .board-members {
  margin-top: 2em;
}

/* search */
#inpage-search-wrapper {
  margin-bottom: 2em;
}
#search-page .form-group {
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 1em;
}
#search-page .input-prefix,
#search-page .search-input   {
  display: inline-block;
}
#search-page .input-prefix {
  font-size: 2.271em;
  color:#999;
}
#search-page .search-input {
  width: 70%;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 2.271em;
  color:#333;
  padding: 0;
  height: 1.4em;
  line-height: 1em;
}
#search-page .horizontal-rule {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 6px;
}
#search-page .search-submit-btn {
  position: relative;
  padding: 10px 24px;
  width: 100%;
}
#search-page .search-info {
 font-style: italic;
 color: #666;
 font-size: 1.214em;
}
#search-page .award-group input {
  display: inline-block;
}
#search-page .award-group label {
  display: inline;
}
#search-page .suggestion {
  margin-top: 1em;
  margin-bottom: 2em;
}

#search-page .listing .body,
#search-page .listing .read-more-link a {
  font-size: 1.214em;
}
#search-page .listing .title {
  font-size: 1.857em;
  line-height: 1.154em;
}
#search-page .listing .with-thumbnail img {
  width: 96px;
  height: auto;
}
#search-page.lander .listing article {
  width: 100%;
  position: relative;
}
#search-page.lander .listing article:last-child {
  border-bottom: none;
}
#search-page.lander .listing article .image-container {
 display: none;
}
#search-page.lander .listing article.with-thumbnail .image-container {
 display: block;
}
#search-page.lander .listing article .title-prefix {
  color:#999;
}
#search-page.lander .pager {
  padding-top: 3rem;
}
span.bold {
  font-weight: bold;
}
span.gray-text {
  color:#999;
}
p.didyouknow {
  margin: 0 auto;
  width:80%;
  text-align: center;
  color:#666;
  font-size: 0.889em;
  line-height: 1.188em;
}
p.didyouknow:before,
p.didyouknow:after {
  content: " ";
  width: 70px;
  height: 1px;
  background: #bfa959;
  background-image:
    linear-gradient(
      to right,
      #bfa959,
      #bfa959 48.5%,
      white 48.5%,
      white 52.5%,
      #bfa959 52.5%
    );
  display: block;
  margin-left:auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 12px;
}
p.didyouknow:after {
  margin-top:12px;
  margin-bottom:16px;
}
p.caption {
  color: #666;
  font-size: 0.889em;
  line-height: 1.188em;
}
p.gray {
  color:#666;
  font-size: 0.889em;
  line-height: 1.188em;
}
p.gray-italics {
  color:#666;
  font-style: italic;
  font-size: 0.889em;
  line-height: 1.188em;
}
blockquote {
  border-left: 3px solid #bfa959 !important;
  padding-left: 12px !important;
  margin: 12px 6px;
  padding: 0;
}

/* Images */
img.inline-left,
img.inline-right,
div.left-aligned,
div.right-aligned {
  padding-bottom: 15px;
}
img.inline-left,
img.inline-right {
  display: block;
  height: auto !important;
  max-width: 33%;
}
img.inline-left,
div.left-aligned {
  padding-right: 15px;
  float: left;
}
img.inline-right,
div.right-aligned {
  float: right;
  padding-left: 15px;
}
img.full-width,
div.full-width-image img {
  width: 100% !important;
  height: auto !important;
  margin-top: 25px;
}
div.left-aligned p.caption,
div.right-aligned p.caption {
  margin-bottom: 0;
  margin-top: 12px;
}
div.full-width-image p.caption {
  margin-bottom: 25px;
  margin-top: 12px;
}
div.left-aligned:not([data-view='modal']) > img,
div.right-aligned:not([data-view='modal']) > img {
  width: 100% !important;
  height: auto !important;
}
#story-detail .body-text > p:first-child::first-letter {
  float: left;
  font-size: 64px;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px;
}
.body ul,
.body ol {
  margin: 30px 0 40px 0 !important;
  list-style-type: none !important;
  padding-left: 12px;
  clear:both;
}
.eventCtrl .upcoming-event .body ul,
.eventCtrl .upcoming-event .body ol {
  clear:none;
}
.body ol {
  counter-reset: list;
  margin-left: 12px !important;
}
.body ul li,
.body ol li {
  position: relative;
  padding-left: 6px;
  padding-bottom: 6px;
}
.body ul li:before {
  content: "";
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #bfa959;
  top:10px;
  left:-12px;
  display: block;
  position: absolute;
}
.body ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color:#bfa959;
  display: block;
  position: absolute;
  left: -24px;
}
.body hr {
  background: #e5e5e5;
  border: none;
  height: 1px;
  margin-top:40px;
  margin-bottom: 40px;
  padding: 0;
}
.small-body {
  font-size: 1.2em;
}
/* itsory */
.itstory,
.share {
  width: 100%;
  border: 1px solid #bfa959;
  padding: 12px 20px;
  margin:25px 0;
}
.itstory .heading {
  text-transform: uppercase;
  color:#999;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.itstory .wrapper {
  padding-top: 12px;
  padding-bottom: 10px;
}
.itstory .col-left {
  float: left;
}
.itstory .col-right h4 {
  margin-top: 0;
}
.itstory .col-right h4 a {
  font-size: 0.929em;
  color:#000;
}
.itstory .col-right p {
  font-size: 0.889em;
  line-height: 1.188em;
}
.itstory img {
  width: 65px;
  height: auto;
  padding-right: 10px;
  padding-bottom: 10px;
}
.itstory p {
  margin-bottom: 6px;
}
.itstory .text a {
  text-decoration: underline;
}
/* share */
.share {
  text-align: center;
  padding: 22px;
}
.share span.quote {
  color: #00335d;
  font-size:1.167em;
  line-height:1.333em;
}
.share .share-link{
  padding-top: 12px;
}
.share a {
  width: 30.5px;
  height: 30.5px;
  display: inline-block;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -2000px;
  overflow: hidden;
  background-image: url(/img/twitter.svg);
}
/* sidenote */
.body {
  counter-reset: sup;
}
.sidenote-anchor {
  line-height: 1em;
  color:#333;
  display: inline-block;
  border-bottom: 1px solid #bfa959;
}
.sidenote-anchor:hover,
.sidenote-anchor:focus {
  text-decoration: none;
  color:#333;
}
.sidenote-sup:after {
  color:#bfa959;
  vertical-align: super;
  font-size: 0.667em;
  line-height: 1em;
  counter-increment: sup;
  content: counter(sup);
}
.sidenote-text {
  display: none;
}
.sidenote-text:before {
  content: counter(sup) ". ";
}
.popover {
  border: 1px solid #bfa959;
  padding: 12px 6px;
  background:#fff;
  border-radius: 0;
  text-align: left;
  z-index: 2;
  font-size: 0.889em;
  line-height: 1.188em;
  font-family: "adobe-garamond-pro", sans-serif;
}
.popover-wrapper {
  padding: 9px 14px 16px 14px;
  position: relative;
}
.popover .sup {
  display: inline-block;
  padding-right: 4px;
  color:#bfa959;
}
.popover-content {
  padding: 0;
  display: inline;
  color:#666;
}
.popover-close {
  color:#bfa959;
  text-align: right;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 4px;
  width: 80px;
}
.popover-close > span {
  display: inline-block;
}
.popover-close .toggle-icon {
  margin-bottom: 5px;
  margin-left:12px;
  display: inline-block;
  max-width: 26px;
}
.popover.bottom > .arrow {
  border-bottom-color: #bfa959;
}
.popover.bottom {
  margin-top: 14px;
}
/* video-ebmed */
.video-embed {
  margin: 25px 0;
}
.video-embed iframe {
  width: 100%;
  margin:0;
}
.video-embed .caption {
  margin-top: 12px;
}
/* soundcloud-embed */
.soundcloud-embed {
  margin: 25px 0;
}
.soundcloud-embed p.caption {
  margin-top:12px;
}
#cms-watchers {
  margin: 9px 15px 5px 5px !important;
  text-align: center;
}
#cms-watchers img {
  width: 15px;
  margin: 0 auto;
}
#cms-watchers span {
  display: block;
  text-align: center;
}
#page-loader-wrapper {
  background: #18273D;
  margin: 0 auto;
  height: 25em;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(191, 169, 89, 1);
}
#page-loader-wrapper .container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#page-loader-message {
  color: rgb(191, 169, 89);
  color: rgba(191, 169, 89, 0.5);
  font-size: 2.4em;
  font-style: italic;
  position: absolute;
  right: 20%;
  top: 67%;
  z-index: 3;
}
.phantomjs .ng-trans {
    opacity: 1 !important;
}
/* /global styles */
/*!
 * angular-loading-bar v0.6.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
.phantomjs #loading-bar,
.phantomjs #loading-bar-spinner {
  display: none !important;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #FFF;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  /* border-bottom-right-radius: 1px; */
  /* border-top-right-radius: 1px; */
}
/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #FFF 1px 0 8px 4px;
  -ms-box-shadow: #FFF 1px 0 8px 4px;
  -webkit-box-shadow: #FFF 1px 0 8px 4px;
  box-shadow: #FFF 1px 0 8px 4px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border:  solid 2px transparent;
  border-top-color:  #FFF;
  border-left-color: #FFF;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* modified from: http://projects.lukehaas.me/css-loaders/ */
.page-loader {
  width: 25vw;
  height: 25vw;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 28%;
  text-indent: -9999em;
  border: 4px solid rgba(191, 169, 89, 0.2);
  border-left-color: rgba(191, 169, 89, 1);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.page-loader,
.page-loader:after {
  border-radius: 50%;
}
#page-loader1 {
  background: rgba(15, 25, 37, 0.8);
  z-index: 2;
}
#page-loader2 {
  right: 17%;
  bottom: 35%;
  width: 23vw;
  height: 23vw;
  -webkit-animation: load8 2.2s infinite linear;
  animation: load8 2.2s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  footer {
    padding: 2.5em 0.5em;
  }
  footer address {
    font-size: 1em;
    padding-top: 1em;
    margin-top: 1em;
  }
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 3em;
  }
  #mission {
    font-size: 1.4em;
  }
  body.overlay-shown::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 18;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.overlay-shown::after {
    background: rgba(99, 99, 99, 0.5);
  }
  body.overlay-shown {
    height: 100%;
    width: 100%;
    overflow: scroll;
    position: fixed;
  }
  nav a {
    text-transform: none;
    font-size: 1.4em;
  }
  .mobile-padding-top {
    padding-top: 2em;
  }
  #share-widget {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0 0;
    border-left: 0;
    font-size: 1.3em;
    margin: 2em 0;
  }
  #winners-info #share-widget,
  #finalists-info #share-widget {
    border: 0;
    padding: 0;
  }
  #share-widget a {
    display: inline;
    font-size: 0.8em;
    margin: 0 5px;
  }
  #search-widget .form-control::-webkit-input-placeholder {
    color: #e5e5e5;
  }
  #search-widget .form-control:-moz-placeholder { /* Firefox 18- */
    color: #e5e5e5;
  }
  #search-widget .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #e5e5e5;
  }
  #search-widget .form-control:-ms-input-placeholder {
    color: #e5e5e5;
  }
  #loading-bar-spinner .spinner-icon {
    display: none !important;
  }
  #breadcrumb,
  #page-tabs {
    margin-bottom: 0;
  }
  #breadcrumb-text {
    padding: 10px 15px;
  }
  .winners-photo {
    padding: 5px 10px;
  }
  #finalists-view:after,
  #winners-view:after,
  #jurors:after,
  #winners-by-category:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .section-header {
    letter-spacing: 2px;
    margin-bottom: 1em;
    text-align: left;
    font-size: 1.7em;
    line-height: 1.2em;
  }
  .section .section-header {
    margin: 0 0 1em;
  }
  .section-header::after {
    border: 0;
  }
  .section-header span {
    background: none;
    padding: 0;
  }
  #biography aside {
    border: 2px solid #e5e5e5;
    border-style: solid none;
    font-size: 1.5em;
    color: #333;
    padding: 1.5em 0;
    margin: 1.5em 15px;
  }
  .biography-content {
    float: none;
  }
  .category-description {
    margin: 1em 0;
  }
  .btn-section {
    margin: 0 15px 30px;
    display: block;
    overflow: hidden;
  }
  #finalists-view h3,
  #winners-view h3,
  #jurors h3 {
    margin: 0 0 5px;
  }
  .teaser {
    margin: 0 0 2em;
  }
  .tan-bg {
    padding: 1em 0 2em;
  }
  .finalist-item,
  .juror-item {
    margin: 1em 0 2em;
  }
  #jurors .section-header {
    cursor: pointer;
  }
  .section-header .toggle-icon-wrapper,
  .table-row-with-toggle .toggle-icon-wrapper {
    background: #bfa959;
    border-radius: 100%;
    height: 1em;
    padding: 0.25em;
    width: 1em;
  }
  .table-row-with-toggle .toggle-icon-wrapper {
    padding: 5px;
  }
  .section-header-with-toggle:hover,
  .table-row-with-toggle:hover a {
    text-decoration: underline;
    color: #094A9B;
  }
  .section-header:hover .toggle-icon-wrapper,
  .table-row-with-toggle:hover .toggle-icon-wrapper {
    background: #094A9B;
  }
  .section-header .toggle-icon-wrapper .toggle-icon {
    margin: 0.25em auto;
  }
  .table-row-with-toggle .toggle-icon-wrapper .toggle-icon {
    margin: 3px auto;
  }
  .section-header .toggle-icon-wrapper .toggle-icon span:nth-child(2) {
    top: -2px;
  }
  #list-of-works blockquote {
    margin: 5px 0;
    padding: 0 0 0 12px !important;
  }
  img.full-width {
    max-width: 100%;
    height: auto !important;
  }
  .section-header2 {
    margin-bottom: 20px;
  }
  .table-category {
    padding-right: 0;
    margin-right: -15px;
  }
  .table-category a {
    padding: 15px 0;
    display: block;
  }
  .table-category .toggle-icon-wrapper {
    margin: 15px 0;
  }
  .table-cat-winners .table-inner,
   #special-citations-group .table-cat-winners .table-inner {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -15px;
    padding-right: 0;
  }
  .table-finalists .table-inner .finalist:first-child::before {
    content: "Finalists:";
    font-size: 0.8em;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;
    margin: 10px 0 5px;
  }
  .table-finalists .table-inner {
    padding: 0 0 10px;
    border-top: 0;
  }
  .table-finalists .finalist {
    margin-bottom: 5px;
  }
  #page-menu-overlay {
    background: #999;
    background: rgba(99, 99, 99, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
  }
  #page-menu {
    position: fixed;
    top: 76px;
    right: 0;
    min-width: 200px;
    height: 100%;
    z-index: 31;
    background: #FFF;
    padding: 0;
    font-size: 14px;
    overflow-y: auto;
  }
  /* #page-menu {
    position: absolute;
    top: 0;
  } */
  #page-menu > ul > li {
    padding: 10px 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  #page-menu-close {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bfa959;
    padding: 10px 10px 0 0;
  }
  #page-menu-close-label {
    margin: 8px 5px;
    font-size: 0.8em;
  }
  .table-row .winner:nth-child(n+2) {
    margin-top: 0;
  }
  .table-row .winner.expanded:nth-child(n+2) {
    margin-top: 10px;
  }
  #page-footer-pager {
    padding: 0;
  }
  #page-footer-pager .text-left {
    border-right: 0;
    border-bottom: 2px solid #FFF;
    margin: 0;
  }
  #page-footer-pager .text-left,
  #page-footer-pager .text-right {
    text-align: center;
    padding: 0 15px;
  }
  #page-footer-pager a {
    margin: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: normal;
  }
  #loading-bar .bar {
    background: #bfa959;
  }
  #loading-bar .peg {
    -moz-box-shadow: #bfa959 1px 0 8px 4px;
    -ms-box-shadow: #bfa959 1px 0 8px 4px;
    -webkit-box-shadow: #bfa959 1px 0 8px 4px;
    box-shadow: #bfa959 1px 0 8px 4px;
  }
  #page-loader-wrapper {
    height: 14em;
    margin: 0 auto;
    padding: 0 20%;
    border-style: solid none;
  }
  .lander .pager {
    margin:0;
  }
  .pager .btn-primary {
    padding: 10px 24px;
    min-width: 120px;
  }
  .pager .inline-block.text-left {
    float:left;
    display: inline-block;
  }
  .pager .inline-block.text-right {
    float:right;
    display: inline-block;
  }
  .events-lander article .image-container img {
    width: 96px;
    height: auto;
  }
  .events-lander h2.group-header {
    margin-top: 2em;
    margin-bottom: 0.633em;
    padding-bottom: 0.633em;
  }
  .events-lander article {
    padding-top:1em;
    padding-bottom: 1em;
    margin-bottom: 0;
    margin-top: 0;
  }
  .events-lander article .col-sm-9 {
    padding-left: 0;
    padding-right: 0;
  }
  #event-detail .event-info-container {
    float: none;
    width: 100%;
    margin: 0;
  }
  .modal-body .body-wrapper .image-container {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .main-photo {
    width: 100%;
    margin: 1em 0;
  }
  .main-photo img {
    width: 100%;
    height: auto !important;
    margin-left:0;
  }
  .tags {
    margin: 2em 0;
    font-size: 1.214em;
    line-height: 1.176em;
  }
  .about-author .author-photo {
    float:right;
    width: 86px;
    padding-left: 1em;
  }
  .lander .listing {
    padding: 0;
  }
  #search-page .listing {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lander .listing article.with-thumbnail .image-container img,
  #list-detail .list-items article .image-container img {
    width: 96px;
    height: auto;
    margin-top: 2em;
  }
  .lander #page-menu {
    max-width: 270px;
    padding-left: 1em;
    min-width: 250px;
  }
  .image-slider {
    min-height: 0;
  }
  .quote-wrapper {
    min-height: 360px;
    height: 360px;
  }
  .quote-wrapper > a {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .story-teaser-image {
    max-width: 20%;
    margin-top: 10px;
    margin-left: 20px;
  }
  .listing2 h2 {
    margin-top: 10px;
  }
  .listing2 .body {
    display: none;
  }
  div.left-aligned,
  div.right-aligned {
    width: 33%;
  }
  div.left-aligned > img,
  div.right-aligned > img {
    max-width: 100%;
    height: auto !important;
  }
  .image-slider .slides-container .slider-image-caption {
    visibility: hidden;
  }
  .image-slider .slides-container .active .slider-image-caption {
    visibility: visible;
  }
  .home-featured-node h2 {
    margin-top: 0.3em;
  }
  #centennial .centennial-header h1 {
   font-size: 3.600em;
   margin-bottom: 0;
  }
  .marquee-events .event-teaser {
    min-height: auto !important;
    border-right:none;
  }
  .marquee-events .event-teaser .image-container img {
    width: 70% !important;
    height: auto;
  }
  .campfire-events .section-column {
    padding-right:15px;
    border-right:none;
    min-height: auto
  }
} /* /@media (max-width: 767px) */
@media (min-width: 768px) and (max-width: 991px) { /* grid size: sm */
  #winners-by-category article:nth-child(odd),
  #winners-by-year article:nth-child(odd) {
    clear: both;
  }
  .events-lander article .image-container img {
    width: 106px;
    height: auto;
  }
  #event-detail .event-info-container {
    margin-right: -20%;
  }
  .modal-body .body-wrapper .image-container {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .image-slider {
    position: relative;
    min-height: 600px;
  }
  .image-slider .slides-container {
    position: relative;
  }
  .image-slider .slide-wrapper {
    width: 80%;
    height: 100%;
  }
  .image-slider .slide-wrapper.active {
    left:10%;
  }
  .image-slider .slide-wrapper.prev {
    left:-75%;
    top:0;
  }
  .image-slider .slide-wrapper.next {
    left:95%;
    top:0;
  }
  .image-slider .slide-wrapper .image-container {
    width: 100%;
  }
  .image-slider .slide-controllers-wrapper {
    position:absolute;
    height: auto;
    width: 80%;
    top:0;
    margin: 0 10%;
  }
  .image-slider .slide-controllers .prev,
  .image-slider .slide-controllers .next {
    height: 70px;
    width: 62px;
    display: block;
    background: #bfa959;
    position: absolute;
    top:188px;
  }
  .image-slider .slide-controllers .prev {
    left:-62px;
  }
  .image-slider .slide-controllers .next {
    right:-62px;
  }
  .image-slider .slide-controllers .prev .icon-wrapper,
  .image-slider .slide-controllers .next .icon-wrapper {
    position: relative;
    width:24px;
    height: 48px;
    margin:0 auto;
    line-height: 0;
    font-size: 0;
    margin-top:13px;
  }
  .image-slider .slide-controllers .next span.bottom {
  	width: 0;
  	height:0;
  	border-bottom:  24px solid transparent;  /* left arrow slant */
  	border-top:     24px solid transparent; /* right arrow slant */
  	border-left:    24px solid #fff; /* bottom, add background color here */
    top:0;
  	left:0;
  }
  .image-slider .slide-controllers .next span.top {
  	width: 0;
  	height:0;
  	border-bottom:  18px solid transparent;  /* left arrow slant */
  	border-top:     18px solid transparent; /* right arrow slant */
  	border-left:    18px solid #bfa959; /* bottom, add background color here */
  	top:6px;
  	left:2px;
  }
  .image-slider .slide-controllers .prev span.bottom {
  	width: 0;
  	height:0;
  	border-bottom:  24px solid transparent;  /* left arrow slant */
  	border-top:     24px solid transparent; /* right arrow slant */
  	border-right:   24px solid #fff; /* bottom, add background color here */
    top:0;
  	left:0;
  }
  .image-slider .slide-controllers .prev span.top {
  	width: 0;
  	height:0;
  	border-bottom:  18px solid transparent;  /* left arrow slant */
  	border-top:     18px solid transparent; /* right arrow slant */
  	border-right:   18px solid #bfa959; /* bottom, add background color here */
  	top:6px;
  	left:4px;
  }
  .marquee-events .event-teaser:nth-child(3) {
    clear: both;
  }
  .marquee-events .event-teaser:nth-child(2) {
    padding-right: 15px;
    border-right:none;
  }
  .campfire-events .section-column:nth-child(2) {
    padding-right:15px;
    border-right:none;
  }
  .breakout-container {
    margin-left:62px;
  }

} /* /@media (min-width: 768px) and (max-width: 991px) */

@media (min-width: 768px) {
  main {
    border: 5px solid #18273D;
    border-style: none solid;
    position: relative;
    z-index: 3;
  }
  #highlights-grid .main-hero {
    margin-bottom: 10rem;
  }
  #highlights-grid .main-hero h1 {
    font-size: 4.8rem;
    line-height: 5.4rem;
  }
  #highlights-grid .right-column .highlight h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  #highlights-grid .left-column h2 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  #highlights-grid .main-hero .hero-dek {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  #highlights-grid .large-text .hero-dek,
  .view-more-teaser .lrage-text .hero-dek {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  #highlights-grid .featured-quote .quote {
    font-size: 4rem;
    line-height: 4.6rem;
  }
  #site-name-and-mission {
    padding-right: 15px;
  }
  .brand {
    margin: 24px 0;
    width: 259px;
    height: 28px;
  }
  /* .search-open header {
    position: relative;
    z-index: 1;
  } */
  #page-tabs {
    border-left: 5px solid #18273D;
    border-right: 5px solid #18273D;
  }
  #page-tabs a {
    padding: 12px 15px;
    margin-right: 10px;
  }
  aside.right {
    border-left: 1px solid #e5e5e5;
    padding: 0 0 0 0.5em;
  }
  .btn-section {
    min-width: 28vw;
  }
  .juror-item:nth-child(odd) {
    clear: both;
  }
  #news-detail .main-body {
    margin-top: 2em;
  }
  .lander .listing {
    padding-left: 30px;
    padding-right: 0;
  }
  #news-landing.lander .listing {
    padding-left: 0;
  }
  .lander .listing article.no-thumbnail h2,
  .lander .listing article.no-thumbnail .body {
    max-width: 80%;
  }
  .lander .listing article.with-thumbnail {
    max-width: 100%;
  }
  .lander .listing article.with-thumbnail .image-container,
  #list-detail .list-items article .image-container {
    padding-top: 1.5rem;
  }
  p.didyouknow {
    width:92%;
    font-size:0.810em;
    line-height: 1.176em;
  }
  p.didyouknow:before {
    margin-top: 30px;
    margin-bottom: 12px;
  }
  p.didyouknow:after {
    margin-top:12px;
    margin-bottom: 30px;
  }
  p.caption {
    font-size:0.810em;
    line-height: 1.176em;
  }
  p.gray,
  p.gray-italics {
    font-size:0.810em;
    line-height: 1.176em;
  }
  blockquote {
    margin: 24px 45px;
    font-size: 1em;
  }
  .body ul,
  .body ol {
    margin: 30px 0 40px 45px !important;
    list-style-type: none !important;
  }
  .itstory,
  .share {
    width: 440px;
    float:right;
    margin-right: -120px;
    margin-left: 12px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .itstory .col-left {
    width: 110px;
    float: left;
  }
  .itstory .wrapper.clearfix .col-right {
    width: calc(100% - 110px);
    float: left;
  }
  .itstory .col-right p {
    font-size: 0.810em;
    line-height: 1.176em;
  }
  .itstory img {
    width: 100px;
    height: auto;
    padding-right: 10px;
    padding-bottom: 1em;
  }
  .share {
    padding: 30px;
  }
  .share span.quote {
    color: #00335d;
    font-size:1.714em;
    line-height: 1.167em;
  }
  #recent-stories .story-teaser {
    margin-left: 0;
    margin-right: 0;
  }
  .marquee-events .event-teaser {
    min-height: 500px;
  }
  .campfire-events .section-column {
    padding-right:14px;
    border-right:1px solid #e5e5e5;
    min-height: 398px;
  }
  .campfire-events .section-column:last-child {
    min-height: auto;
  }
  .type-b .main-section .left-column {
    width: 48%;
    padding-right: calc(2% + 15px);
  }
  .type-b .main-section .right-column {
    padding-left: calc(2% + 14px);
    width: 48%;
    border-left:1px solid #e5e5e5;
  }
  #search-page .form-group {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
    margin-bottom: 1em;
  }
  #search-page .input-prefix {
    font-size: 3.571em;
  }
  #search-page .search-submit-btn {
    position: absolute;
    right: 20px;
    top:15px;
    padding: 10px 24px;
    width: auto;
  }
  #search-page .search-input {
    font-size: 3.571em;
    padding: 0 12px;
    height: 1.4em;
    line-height: 1em;
    width: 80%;
  }
  #search-page .suggestion {
    margin-top: -3em;
    margin-bottom: 4em;
  }
  #inpage-search-wrapper {
    margin-bottom: 4em;
  }
  #search-page.lander .listing {
    padding-left: 15px;
    padding-right: 15px;
  }
  #search-page.lander .listing article {
    width: 100%;
    position: relative;
  }
  #search-page .listing article .body,
  #search-page .listing article .read-more-link,
  #search-page .listing article .slug,
  #search-page .listing article .title {
    width: 100%;
  }
  #search-page .listing article.with-thumbnail .body,
  #search-page .listing article.with-thumbnail .read-more-link,
  #search-page .listing article.with-thumbnail .slug,
  #search-page .listing article.with-thumbnail .title {
    width: 100%;
  }
  #search-page.lander .listing article.with-thumbnail .image-container {
    width: 20%;
    padding-left: 5%;
  }
  #search-page .listing .with-thumbnail img {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .modal-body {
    margin-top: 0;
    width: 80%;
  }
  .modal .quote-wrapper span.text-quote {
    font-size: 3em;
    line-height: 1.8em;
  }
  #search-widget {
    width: calc(100% - 159px);
  }
  #highlights-grid .main-hero.portrait-image .left-col {
    display: table;
    min-height: 480px;
  }
  #highlights-grid .main-hero.portrait-image .left-col .left-col-text-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
} /* /@media (min-width: 768px) */

@media (min-width: 992px) {

  /* home page grid */
  #highlights-grid .hero-section {
    margin-bottom: 10rem;
  }
  #highlights-grid .hero-section .right-column article {
    margin-bottom: 3rem;
  }
  #highlights-grid .hero-section .right-column article:last-child {
    margin-bottom: 0;
  }
  #highlights-grid .main-hero.portrait-image .left-col {
    min-height: 408px;
  }
  #highlights-grid.one-up .of-note {
    margin-top: 0;
  }
  .for-the-record.lander .item .of-note-thumbnail {
    margin-left: 30px;
    width: 116px;
    height: 116px;
  }
  .image-slider {
    position: relative;
  }
  .image-slider .slides-container {
    position: relative;
  }
  .image-slider .slide-wrapper {
    width: calc(100% / 2);
    height: 100%;
  }
  .image-slider .slide-wrapper.active {
    left:25%;
  }
  .image-slider .slide-wrapper.prev {
    left:-28%;
    top:0;
  }
  .image-slider .slide-wrapper.next {
    left:78%;
    top:0;
  }
  .image-slider .slide-wrapper .image-container {
    width: 100%;
  }
  .image-slider .winning-work-image {
    max-width: 100%;
    height: auto !important;
    max-height: 446px;
    display: block;
    margin: 0 auto;
  }
  .image-slider .slide-controllers-wrapper {
    position:absolute;
    height: auto;
    width: calc(100% / 2);
    top:0;
    margin: 0 25%;
  }
  .image-slider .slide-controllers .prev,
  .image-slider .slide-controllers .next {
    height: 70px;
    width: 62px;
    display: block;
    background: #bfa959;
    position: absolute;
    top:140px;
  }
  .modal-controls {
    top:35vh;
  }
  .modal-controls .prev-modal-toggle,
  .modal-controls .next-modal-toggle {
    height: 70px;
    width: 62px;
    display: block;
  }
  .image-slider .slide-controllers .prev {
    left:-61px;
  }
  .image-slider .slide-controllers .next {
    right:-61px;
  }
  .image-slider .slide-controllers .prev .icon-wrapper,
  .image-slider .slide-controllers .next .icon-wrapper {
    position: relative;
    width:24px;
    height: 48px;
    margin:0 auto;
    line-height: 0;
    font-size: 0;
    margin-top:13px;
  }
  .image-slider .slide-controllers .next span.bottom {
  	width: 0;
  	height:0;
  	border-bottom:  24px solid transparent;  /* left arrow slant */
  	border-top:     24px solid transparent; /* right arrow slant */
  	border-left:    24px solid #fff; /* bottom, add background color here */
  	top:0;
  	left:0;
  }
  .image-slider .slide-controllers .next span.top {
  	width: 0;
  	height:0;
  	border-bottom:  18px solid transparent;  /* left arrow slant */
  	border-top:     18px solid transparent; /* right arrow slant */
  	border-left:    18px solid #bfa959; /* bottom, add background color here */
  	top:6px;
  	left:2px;
  }
  .image-slider .slide-controllers .prev span.bottom {
  	width: 0;
  	height:0;
  	border-bottom:  24px solid transparent;  /* left arrow slant */
  	border-top:     24px solid transparent; /* right arrow slant */
  	border-right:   24px solid #fff; /* bottom, add background color here */
    top:0;
  	left:0;
  }
  .image-slider .slide-controllers .prev span.top {
  	width: 0;
  	height:0;
  	border-bottom:  18px solid transparent;  /* left arrow slant */
  	border-top:     18px solid transparent; /* right arrow slant */
  	border-right:   18px solid #bfa959; /* bottom, add background color here */
  	top:6px;
  	left:4px;
  }
  .modal-controls .prev-modal-toggle .icon-wrapper,
  .modal-controls .next-modal-toggle .icon-wrapper {
    position: relative;
    width:24px;
    height: 48px;
    margin:0 auto;
    line-height: 0;
    font-size: 0;
    margin-top:13px;
  }
  .modal-controls .next-modal-toggle span.bottom {
  	width: 0;
  	height:0;
  	border-bottom:  24px solid transparent;  /* left arrow slant */
  	border-top:     24px solid transparent; /* right arrow slant */
  	border-left:    24px solid #fff; /* bottom, add background color here */
  	top:0;
  	left:0;
  }
  .modal-controls .next-modal-toggle span.top {
  	width: 0;
  	height:0;
  	border-bottom:  18px solid transparent;  /* left arrow slant */
  	border-top:     18px solid transparent; /* right arrow slant */
  	border-left:    18px solid #bfa959; /* bottom, add background color here */
  	top:6px;
  	left:2px;
  }
  .modal-controls .prev-modal-toggle span.bottom {
  	width: 0;
  	height:0;
  	border-bottom:  24px solid transparent;  /* left arrow slant */
  	border-top:     24px solid transparent; /* right arrow slant */
  	border-right:   24px solid #fff; /* bottom, add background color here */
    top:0;
  	left:0;
  }
  .modal-controls .prev-modal-toggle span.top {
  	width: 0;
  	height:0;
  	border-bottom:  18px solid transparent;  /* left arrow slant */
  	border-top:     18px solid transparent; /* right arrow slant */
  	border-right:   18px solid #bfa959; /* bottom, add background color here */
  	top:6px;
  	left:4px;
  }
  .home-featured-node .image-container {
    float:left;
    margin-right: 3%;
    width: 46%;
  }
  .home-featured-node .image-container img {
    width: 100%;
    height: auto;
  }
  .home-featured-node .right-cl {
    float: left;
    width: 51%;
    margin-top: 0;
  }
  #board-page .see-winners-link {
    padding-left: 0;
    text-align: right;
    margin-top:20px;
  }
  .board-btn {
    position: absolute;
    top: 32px;
    right: 45px;
  }
  .lander .listing article.with-thumbnail .image-container,
  #list-detail .list-items article .image-container {
    padding-top: 0;
  }
} /* @media (min-width: 992px)  */

@media only screen and (orientation : landscape) {
  .modal-body {
    margin-top: 0;
  }
  #site-medals-wrapper {
    display: block !important;
  }
  .brand {
    width: 226px;
    margin: 28px 0 24px 0;
    height:24px;
  }
  #search-widget {
    width: calc(100% - 159px);
  }
}

@media (min-width: 1220px) {
  #highlights-grid .right-column {
    width: calc(33.33333333% - 20px);
    padding-left: 35px;
  }
  #highlights-grid .main-hero.portrait-image .left-col {
    min-height: 500px;
  }
  #main-nav {
    width:602px;
    float:left;
  }
  #search-widget {
    width: calc(100% - 174px);
  }
  #search-icon-wrapper {
    float:left;
    width:44px;
    padding-left: 30px;
  }
  .nav > li > div > a {
    padding: 35px 14px 25px 14px;
  }
  .sidenote-text {
    display: block;
    margin-bottom: 1em;
    margin-left: -210px;
    position: absolute;
    width: 170px;
    color:#666;
    font-size:0.810em;
    line-height: 1.176em;
    border-left: 1px solid #bfa959;
    border-right:none;
    border-bottom:none;
    border-top:none;
    padding: 0 0 0 12px;
  }
  .sidenote-text:before {
    content: counter(sup) ". ";
    color:#bfa959;
  }
  .video-embed {
    margin:50px 0;
  }
  .video-embed iframe {
    width: 810px;
    margin-left: -30px;
  }
  #list-of-works .video-embed iframe {
    margin-left: 0;
  }
  .embed-responsive {
    overflow: visible;
  }
  .soundcloud-embed {
    margin: 50px 0;
  }
  div.full-width-image p.caption {
    margin-bottom: 50px;
  }
  img.full-width,
  div.full-width-image img {
    width: 810px !important;
    height: auto !important;
    margin-left: -30px;
    margin-top: 50px;
  }
  .full-width-image[data-view="modal"] > a:before {
    right:-30px;
  }
  .full-width-image[data-view="modal"] > a:after {
   right:-26px;
  }
  .image-slider .slide-controllers .prev,
  .image-slider .slide-controllers .next {
    top:188px;
  }
  #board-page h1 {
    font-size: 4em;
  }
  #board-page .board-header {
    width: 78%;
  }
  #board-page .see-winners-link {
    padding-left: 0;
    text-align: right;
    margin-top:20px;
    width: 22%;
  }
  #search-page.lander .listing article {
    width: 100%;
    position: relative;
  }
  #search-page .listing .body,
  #search-page .listing .read-more-link,
  #search-page .listing .slug,
  #search-page .listing .title {
    width: 100%;
  }
  #search-page .listing .with-thumbnail img {
    width: 136px;
    height: auto;
    margin-left: 3rem;
  }
  #search-page.lander .listing article.with-thumbnail .image-container,
  #search-page.lander .listing article .image-container {
    text-align: right;
    width: 25%;
    padding-left: 0;
    padding-bottom: 0;
  }
} /* /@media (min-width: 1220px) */
@keyframes blink-empty {
  50% {border-left: 4px solid #FFF;}
}
@-webkit-keyframes blink-empty {
  50% {border-left: 4px solid #FFF;}
}
@media only screen and (orientation : portrait) {
  .modal-controls .next-modal-toggle,
  .modal-controls .prev-modal-toggle {
    height: 50px;
    width: 39px;
  }
  .modal-controls .prev-modal-toggle .icon-wrapper,
  .modal-controls .next-modal-toggle .icon-wrapper {
    margin-top: 10px;
  }
  .modal-controls .prev-modal-toggle span.bottom {
    left: -1px;
  }
  .modal-controls .next-modal-toggle span.bottom {
    left: 0px;
  }
  .modal-controls .prev-modal-toggle span.top {
    top: 6px;
    right: 5px;
  }
  .modal-controls .next-modal-toggle span.top {
    top: 6px;
    left: 2px;
  }
}
