.centennial .wr-header {
     border-top:5px solid #002f6c;
}
 .centennial header a.search-button {
     margin-left: 20px;
}
 .centennial header a.off-site-link {
     margin-right: 0;
     padding-right: 0;
     border-right: 0;
     margin-top: 3px;
}
 .centennial header a.sitemap-button {
     margin-right: 0;
}
 @media screen and (min-width:901px) {
     .centennial header {
         height: 110px;
         margin-top: 25px;
    }
     .centennial header .logo img {
         height: 85px;
    }
     .centennial header ul.navigation li > a {
         padding-bottom: 20px;
    }
}
 @media screen and (max-width:900px) {
     .centennial header {
         height: 101px;
    }
     .centennial header a.search-button {
         top: 0;
    }
     .centennial header .search-box {
         top: 33px;
    }
     .centennial header .logo img {
         height: 70px;
         margin: 15px 0;
    }
     .centennial header .nav-buttons {
         margin-top: 40px;
    }
}
 @media screen and (max-width:750px) {
     .centennial header {
         height: 80px;
    }
     .centennial header a.search-button {
         clear: left;
         margin-left: 6px;
         margin-top: 4px;
    }
     .centennial header .search-box {
         top: 0;
         height: 80px;
         padding-top: 24px;
    }
     .centennial header .logo img {
         height: 55px;
         margin: 10px 0 0 -10px;
    }
     .centennial header .nav-buttons {
         margin-top: 14px;
        /*margin-right: -14px;
        */
    }
     .centennial header a.sitemap-button {
        /*margin-right: 14px;
        */
    }
     .centennial header .nav-buttons.open a.sitemap-button {
         display: none;
    }
     .centennial header .nav-buttons.open a.search-button {
         position: absolute;
         top: 25px;
         right: 65px;
    }
     .centennial header .nav-buttons.open a.search-close-button {
         position: absolute;
         top: 28px;
         right: 25px;
    }
}
 .engagements .ghost-title {
     display: none;
}
 .wr-engagement-dots {
     display: none;
}
 .engagement .text {
     background: linear-gradient(20deg, #002f6cd9 0%, #006197d9 100%);
}
 .engagement.cover .text .title, .engagement .text .title {
     font-family: grafolita-script;
     font-weight: normal;
     font-size: 65px;
     text-transform: none;
}
 @media screen and (max-width:1050px) {
     .engagement.cover .text .title, .engagement .text .title {
         font-size: 55px;
    }
}
 @media screen and (max-width:640px) {
     .engagement .text {
         background: none;
    }
     .engagement .wr-text, .engagement.expanded .wr-text {
         background: linear-gradient(20deg, rgba(7, 69, 91, 1) 0%, rgba(20, 98, 127, 1) 100%);
    }
     .engagement .text .title {
         padding-bottom: 16px;
    }
     .engagement.cover .text .title, .engagement .text .title {
         font-size: 45px;
    }
}
 .events-feature .background:before {
     background:rgba(21, 99, 129, 0.70);
}
 .events-feature .background:after {
     background:linear-gradient(to top, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
}
 .home-widgets .content-listing a:hover .wr-thumbnail:before {
     background: #002f6cb3;
     border-bottom: 10px solid #002f6c;
}
/******* MEGA ROTATOR CONTENT & OVERRIDES SPECIFIC TO HISTORIC VARIATION *******/
 .historic-rotator .buttons {
     width: 100%;
     table-layout: auto;
}
 .historic-rotator .buttons .button {
     width: auto;
     height: auto;
     border-color: #efebe7;
     background: #efebe7;
     color: #8b837e;
     font-size: 1.41em;
     font-weight: 700;
     line-height: 1.04em;
     letter-spacing: -0.025em;
     padding: 19px 6px;
}
 .historic-rotator .buttons .button:hover, .historic-rotator .buttons .button.active {
     background: white;
     color: black;
     padding: 19px 6px;
}
 .historic-rotator .buttons .button.active {
     font-weight: 900;
}
 .historic-rotator .buttons .button.active:after {
     content: "";
     position:absolute;
     z-index: 20;
     top: 100%;
     left: 50%;
     height: 0;
     width: 0;
     margin-top: 9px;
     margin-left: -15px;
     border: 15px solid transparent;
     border-top: 15px solid #FFC600;
     pointer-events: none;
}
 @media screen and (max-width:800px) {
     .historic-rotator .buttons {
         display: -webkit-flex;
         display: flex;
         -webkit-flex-wrap:wrap;
         flex-wrap:wrap;
    }
     .historic-rotator .buttons .button {
         width: 25%;
         float: left;
         font-size: 1em;
        /* vertical alignment of text within buttons */
         display: -webkit-flex;
         display: flex;
         -webkit-align-items: center;
         align-items: center;
         -webkit-justify-content: center;
         justify-content:center;
         border: 1px solid #c1b7af;
    }
     .historic-rotator .buttons .button.active {
    }
     .historic-rotator .buttons .button.active:after {
         display: none;
    }
}
 @media screen and (max-width:500px) {
     .historic-rotator .buttons .button {
         width: 33.33%;
    }
}
 .historic-rotator .info {
     width: 580px;
}
 .historic-rotator h3 {
     color: white;
     text-transform: none;
}
 .historic-rotator h3 .prefix {
     display:block;
     font-size: 26px;
     line-height: 1em;
     font-weight: 500;
     text-transform: uppercase;
     font-family: museo-sans;
}
 .historic-rotator h3 .field {
     display:block;
     font-size: 160px;
     margin-bottom: 0.19em;
     font-weight: normal;
     font-style: regular;
     line-height: 0.93em;
}
 .historic-rotator .blurb {
     color: #efebe7;
     margin-bottom: 40px;
}
 @media screen and (max-width:700px) {
     .historic-rotator .background {
         height: auto;
         position: absolute;
    }
     .historic-rotator .slider-nav {
         display: none;
    }
     .historic-rotator .info {
         position: relative;
         height: auto;
         padding: 30px;
    }
     .js .historic-rotator .slides {
         font-size: 1.83vw;
         height: 400px;
    }
     .js .historic-rotator .mega-slide {
         height: 400px;
    }
     .historic-rotator .mega-slide .widget-wrapper {
         padding: 0;
    }
     .historic-rotator .info, .mega-rotator .info:before {
         box-sizing: border-box;
         width: 100%;
         top: 0;
         bottom: 0;
    }
     .historic-rotator h3 .field {
         font-size: 80px;
    }
     .historic-rotator h3 .prefix {
         font-size: 20px;
    }
     .historic-rotator .slide-action-button {
         margin: 0 auto;
    }
     .historic-rotator .bottom {
         display: block;
    }
     .js .historic-rotator .slides {
         height: auto;
         font-size: 16px;
    }
     .js .historic-rotator .mega-slide {
         height: auto;
    }
    /* .mega-rotator .info, .mega-rotator .info:before {
         padding: 30px 20px;
    }
     */
}
 .footer-links .main-actions {
     display:none;
}
 .footer-links .programs-list {
     display: none !important;
}
 .footer-links .audience-menu {
     display: none !important;
}
 .centennial .landing-page .intro .wr-title h1 {
     font-size: 14.5vw;
     margin-bottom: 5.0vw;
     font-family: grafolita-script;
     font-weight: normal;
     letter-spacing: -0.010em;
     font-style: italic;
     overflow: visible;
    /* Text overflow ellipsis won't work but the tradeoff is that the script font does work. Limited number of pages;
     we should be able to keep it to short titles */
     text-transform: none;
}
 @media screen and (min-width:1000px) {
     .centennial .landing-page .intro .wr-title h1 {
         font-size: 145px;
         margin-bottom:50px;
    }
}
 .landing-page .intro .wr-title {
     overflow: visible;
}
 .centennial .landing-page .intro .wr-text {
     background-color:#09475e;
     background: linear-gradient(45.0deg, #002f6c, #006197);
     padding-top: 30px;
     padding-bottom: 30px;
}
 .centennial .landing-page .intro .text {
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: column-reverse;
     flex-direction: column-reverse;
}
 .centennial .landing-page .intro .wr-blurb {
     font-style: italic;
     min-height: 0;
}
 .centennial .landing-page .intro h2 {
     font-style: normal;
}
 .centennial .landing-page .intro .quicklinks {
     padding: 0;
     margin: 0;
     width: auto;
     margin-top: 20px;
     margin-bottom: 10px;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: row-reverse;
     flex-direction: row-reverse;
     -webkit-justify-content: center;
     justify-content: center;
}
 .centennial .landing-page .intro .quicklinks > * {
     margin: 0 10px;
     min-width: 30%;
}
 .centennial .landing-page .intro .quicklinks .action-button {
    /*display: table;
     margin: 20px auto 0 auto;
    */
     height: 52px;
     line-height: 52px;
     margin-bottom: 10px;
}
 @media screen and (max-width:750px) {
     .centennial .landing-page .intro .quicklinks {
         position: static;
         display: block;
         margin-bottom: 0;
    }
     .centennial .landing-page .intro .quicklinks > * {
         margin: 0;
    }
     .centennial .landing-page .intro .quicklinks .action-button {
         margin-bottom: 10px;
    }
     .centennial .landing-page .intro .wr-text {
         padding: 14px 0 40px 0;
    }
}
 .centennial .content-page .content-area {
     margin-top: -100px;
}
 .centennial .content-page .wr-title:after {
     background: linear-gradient(to right, #002f6ce6, #006197e6);
}
 .centennial .content-page .title {
     font-family: grafolita-script;
     font-weight: normal;
     font-style: italic;
     text-transform: none;
     font-size: 55px;
     line-height: 52px;
     padding: 24px 0;
}
 .centennial .content-page .sidebar.left-nav {
     padding-top: 100px;
}
 @media screen and (max-width:850px) {
     .centennial .content-page .sidebar.left-nav {
         padding-top: 0;
    }
}
 @media screen and (max-width:650px) {
     .centennial .content-page .content-area {
         margin-top: 0;
    }
     .content-page .wr-title {
         background: linear-gradient(to right, rgba(8, 70, 93, 0.9), rgba(21, 99, 129, 0.9));
    }
     .centennial .content-page .title {
         font-size: 45px;
         padding: 8px 0;
    }
     .centennial .content-page .sidebar.left-nav {
         padding-top: 0;
    }
}
 .centennial .mega-rotator h3 {
     font-family: grafolita-script;
     text-transform: none;
     font-size: 60px;
     font-weight: normal;
}
 @media screen and (max-width:700px) {
     .centennial .mega-rotator h3 {
         font-size: 46px;
    }
}
 .centennial-stories {
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap:wrap;
     flex-wrap:wrap;
     margin-left: -30px;
}
 .centennial-stories-listing .category-filter {
     max-width: 330px;
     width: 30%;
     margin: 0 auto;
     margin-bottom: 30px;
     min-width: 270px;
}
 .centennial-stories .story {
     padding-left: 30px;
     margin-bottom: 40px;
     width: 33.33%;
}
 .centennial-stories img {
     display: block;
     width: 100%;
     height: auto;
     margin-bottom: 16px;
}
 .centennial-stories .story-title {
     font-size: 24px;
     font-weight: 900;
     letter-spacing: 0.010em;
     line-height: 0.92em;
     color: #ad172b;
     text-transform: uppercase;
     margin-bottom: 7px;
}
 .centennial-stories .subhead {
     display: block;
     font-size: 16px;
     margin-bottom: 10px;
     font-weight: 300;
     font-style: italic;
     color: #9d958f;
}
 .centennial-stories .blurb {
     font-size: 18px;
     line-height: 1.55em;
}
 .centennial-stories .read-more {
     margin-top: 14px;
}
 .centennial-stories .read-more a {
     color: #4894b1;
     font-size: 16px;
     text-transform: uppercase;
}
 .centennial-stories .read-more:before {
     font-family: "FontAwesome";
     content: "\f054";
     font-size: 14px;
     color: #c1b7af;
}
 .centennial-stories-listing .PagerControl {
     border-top: 1px solid #d2cbc5;
     width: 100%;
}
 @media screen and (max-width:750px) {
     .centennial-stories-listing .category-filter {
         max-width: none;
         width: 50%;
    }
     .centennial-stories .story {
         width: 50%;
    }
}
 @media screen and (max-width:550px) {
     .centennial-stories-listing .category-filter {
         width: 100%;
    }
     .centennial-stories .story {
         width: 100%;
    }
}
 .centennial-timeline .feature-content.rows .content {
     background: white;
     padding-left: 25px;
     padding-right: 25px;
}
 .centennial-timeline .feature-content.rows .content .text {
     width: 55.5%;
}
 .centennial-timeline .feature-content.rows .content .thumbnail {
     width: 44.5%;
     border-bottom-color:#07445b;
}
 .centennial-timeline .feature-content.rows .content .thumbnail:hover:before {
     background: rgba(21, 99, 129, 0.70);
}
 .centennial-timeline .feature-content.rows .headline {
     font-size: 4.6vw;
     font-weight: 900;
}
 .centennial-timeline .feature-content.rows .subheadline {
     font-size: 2.4vw;
     font-weight: 700;
     line-height: 28px;
     margin-bottom: 12px;
}
 @media screen and (min-width:1000px) {
     .centennial-timeline .feature-content.rows .headline {
         font-size: 46px;
    }
     .centennial-timeline .feature-content.rows .subheadline {
         font-size: 24px;
    }
}
 .centennial-timeline .feature-content.rows .caption {
     font-weight: 500;
     line-height: 28px;
}
 .centennial-timeline .feature-content.rows .content.align-left .caption a.callout, .centennial-timeline .feature-content.rows .content.align-right .caption a.callout {
     margin-left: 0;
     margin-right: 0;
     display: block;
}
 .centennial-timeline .feature-content.rows .content .caption a.callout {
     margin-top: 16px;
}
 .centennial-timeline .feature-content.rows .content.align-left .text {
     padding-right: 5.4vw;
     text-align: right;
}
 .centennial-timeline .feature-content.rows .content.align-right .text {
     padding-right: 0;
     padding-left: 5.4vw;
     text-align: left;
}
 .centennial-timeline .feature-content.rows .content.align-center .text, .centennial-timeline .feature-content.rows .content.align-center .thumbnail {
     width: 100%;
}
 .centennial-timeline .feature-content .prevnext-container {
     overflow: hidden;
    /* poor man's clearfix */
     padding: 8px 30px 40px 30px;
}
 .centennial-timeline .feature-content .prev-cat, .centennial-timeline .feature-content .next-cat {
     display: block;
     padding: 14px 10px 10px 10px;
     color:#aba19b;
     font-size: 18px;
     font-weight: 500;
     vertical-align: middle;
     text-transform: uppercase;
}
 .centennial-timeline .feature-content .prev-cat:hover, .centennial-timeline .feature-content .next-cat:hover {
     color: #4c4340;
}
 .centennial-timeline .feature-content .prev-cat:before, .centennial-timeline .feature-content .next-cat:after {
     display: inline-block;
     margin-top: -4px;
     font-family: "FontAwesome";
     color: #f7952c;
     font-size: 36px;
     vertical-align: middle;
}
 .centennial-timeline .feature-content .prev-cat:hover:before, .centennial-timeline .feature-content .next-cat:hover:after {
     color: #f77526;
}
 .centennial-timeline .feature-content .prev-cat:before {
     content: "\f137\00A0\00A0";
}
 .centennial-timeline .feature-content .next-cat:after {
     content: "\00A0\00A0\f138";
}
 .centennial-timeline .feature-content .prev-cat.disabled, .centennial-timeline .feature-content .next-cat.disabled {
     color: #efebe7;
}
 .centennial-timeline .feature-content .prev-cat.disabled:before, .centennial-timeline .feature-content .next-cat.disabled:after {
     color: #efebe7;
}
 .centennial-timeline .feature-content .prev-cat {
     float: left;
}
 .centennial-timeline .feature-content .next-cat {
     float: right;
}
 @media screen and (max-width: 700px) {
     .centennial-timeline .feature-content.rows .content {
         padding: 40px 0;
    }
     .centennial-timeline .feature-content.rows .content .thumbnail, .centennial-timeline .feature-content.rows .content .text {
         width: 100%;
         text-align: left !important;
    }
     .centennial-timeline .feature-content.rows .content.align-center .thumbnail {
         margin-top: 0;
    }
     .centennial-timeline .feature-content.rows .headline {
         font-size: 36px;
    }
     .centennial-timeline .feature-content.rows .subheadline {
         font-size: 18px;
    }
     .centennial-timeline .feature-content .prevnext-container {
         padding-left:0;
         padding-right:0;
    }
     .centennial-timeline .feature-content .prev-cat .text, .centennial-timeline .feature-content .next-cat .text {
         position: absolute;
         left: -9999px;
    }
}
/* Generic Widgets */
 .centennial .sidebar-callout .thumbnail:after {
     background: #156381;
}
 .centennial .sidebar-callout .text-outer {
     border-top-color: #156381;
}
 .centennial .feature-content .content.is-linked .thumbnail:hover:before {
     background: rgba(21, 99, 129, 0.70);
}
 .centennial .feature-content.rows .content .thumbnail {
     border-bottom-color: #156381;
}
 .centennial .highlights {
     padding: 70px 0;
     overflow: hidden;
}
 .centennial .highlights .headline {
     font-size: 34px;
     font-weight: bold;
     text-transform: uppercase;
     margin-bottom: 40px;
     text-align: center;
}
 .centennial .highlights .items-wrapper {
     margin: 10px -30px;
}
 .centennial .highlights .items {
     display: table;
     width: 100%;
     table-layout: fixed;
     border-spacing: 30px 0;
}
 .centennial .highlights .item {
     display: table-cell;
     vertical-align: top;
     width: auto;
}
 .centennial .highlights .item:hover .thumbnail:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     width: 100%;
     background: rgba(21, 99, 129, 0.70);
     border-bottom: 10px solid #156381;
}
 .centennial .highlights .item:hover .thumbnail:after {
     content: "READ MORE";
     position: absolute;
     top: 50%;
     line-height: 0;
     left: 0;
     right: 0;
     width: 100%;
     text-align: center;
     color: white;
     font-size: 22px;
     font-weight: bold;
}
 .centennial .highlights .item:hover .title {
     color: #f7952c;
}
 .centennial .highlights .thumbnail {
     position: relative;
     margin-bottom: 22px;
}
 .centennial .highlights .thumbnail img {
     width: 100%;
     height: auto;
}
 .centennial .highlights .prefix {
     font-size: 16px;
     font-weight: 300;
     color: #847976;
}
 .centennial .highlights .title {
     font-size: 24px;
     font-weight: 400;
     line-height: 28px;
     color: #5e5250;
     margin-top:4px;
}
 .centennial .highlights .action-button {
     display: table;
     margin: 0 auto;
     margin-top: 60px;
     padding: 18px 30px;
     text-transform: uppercase;
     font-weight: bold;
}
 .centennial .highlights .action-button:after {
     display: inline;
     position: static;
     font-size: 1em;
     padding-left: 12px;
}
 @media screen and (max-width:700px) {
     .centennial .highlights {
         display: none;
    }
}
