a,
body,
h1,
h2 {
    font-family: "Droid Serif", serif
}
footer,
header {
    border-top: thin solid #ccc
}
table {
    padding: 10px;
    background: #666
}
td {
    padding: 5px 10px;
    background: #fcc;
    border: 3px solid #fff
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-size: 100%;
    color: #7f8c97
}
a {
    color: #1fc0da;
    text-decoration: none
}
img {
    max-width: 100%
}
.cd-container {
    width: 95%;
    margin: 0 auto
}
.header-share {
  margin-right: 2.5%;
}
.cd-container::after {
    content: '';
    display: table;
    clear: both
}
footer {
    line-height: 1rem;
    padding: 2rem
}
footer p {
    color: #444;
    font-size: 12px;
    font-size: .75rem
}
@media only screen and (min-width: 1170px) {
    footer p {
        font-size: 12px;
        font-size: .75rem
    }
}
header {
    border-bottom: thin solid #ccc;
    line-height: 1.5rem;
    margin-top: 2.5rem;
    padding: 1rem
}
header h1 {
    color: #444;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3em;
    text-transform: capitalize
}
.top-credit a,
header h3 {
    font-family: helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

header h3 {
    color: #000;
    padding-bottom: 1rem;
    font-size: 10px;
    font-size: .625rem
}
header aside {
    color: #000;
    font-size: 12px;
    font-size: .75rem;
    padding-bottom: .5rem;
    padding-top: .2rem
}
@media only screen and (min-width: 768px) {
    header {
        padding: 1.4rem
    }
}
@media only screen and (min-width: 1170px) {
    header {
        padding: 2rem
    }
    header h1 {
        font-size: 24px;
        font-size: 1.5rem
    }
    .header-share {
      margin-right: 2.5%;
    }
}
.top-credit h3,
.top-credit p {
    display: inline-block
}
.top-credit a {
    display: inline-block;
    transition: background-color .2s ease-in-out;
    color: #0088ce;
    font-size: 10px;
    font-size: .625rem;
    vertical-align: top;
}
.top-credit span {
  display: none;
}
.top-credit a:hover circle {
  fill: #0088ce;
}


.top-year {
    background: #d9ebf4;
    border: thin solid #0088ce;
    color: #0088ce;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 95%;
    left: 2.5%;
    line-height: 1.25rem;
    bottom: 20px;
    font-size: 14px;
    font-size: .875rem
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 3px;
    background: #bfbfbf
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px
    }
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0
}
.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table
}
.cd-timeline-block:first-child {
    margin-top: 0
}
.cd-timeline-block:last-child {
    margin-bottom: 0
}
.cd-timeline-block:nth-child(odd) .cd-date {
    color: #000;
    float: left;
    font-weight: 700;
    padding: .8em 0;
    opacity: .7
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0
    }
    .cd-timeline-block:first-child {
        margin-top: 0
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0
    }
    .cd-timeline-block:nth-child(odd) .cd-date {
        color: #fff;
        font-weight: 400
    }
    .cd-timeline-block:nth-child(odd) .cd-date::before {
        content: '\276E';
        padding: 10px
    }
}
.cd-timeline-block:nth-child(even) .cd-date {
    color: #000;
    float: left;
    font-weight: 700;
    padding: .8em 0;
    opacity: .7
}
.cd-timeline-img {
    position: absolute;
    top: -30px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05)
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}
.cd-timeline-img.cd-blank,
.cd-timeline-img.cd-location,
.cd-timeline-img.cd-movie,
.cd-timeline-img.cd-picture {
    background: #ccc
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block:nth-child(even) .cd-date {
        color: #fff;
        font-weight: 400
    }
    .cd-timeline-block:nth-child(even) .cd-date::after {
        content: '\276F';
        padding: 10px
    }
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 .6s;
        -moz-animation: cd-bounce-1 .6s;
        animation: cd-bounce-1 .6s
    }
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(.5)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2)
    }
    100% {
        -moz-transform: scale(1)
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #fafafa;
    border: thin solid #ccc;
    padding: 1em
}
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table
}
.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more,
.page-footer li {
    display: inline-block
}
.cd-timeline-content aside {
    color: #2cb34a;
    font-size: 10px;
    font-size: .625rem;
    line-height: .9rem;
    margin-top: -15px
}
.cd-timeline-content h2 {
    color: #444;
    line-height: 1.7rem;
    padding-bottom: .5rem
}
.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more,
.cd-timeline-content li,
.cd-timeline-content p {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.5em
}
.cd-timeline-content iframe {
    padding-bottom: 1rem
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #1fc0da;
    color: #fff;
    border-radius: .25em
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #31c9e2
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 101%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem
    }
    .cd-timeline-content li,
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem
    }
    .cd-timeline-content .cd-date,
    .cd-timeline-content .cd-read-more {
        font-size: 14px;
        font-size: .875rem
    }

    .top-credit span {
      display: inline;
    }
    .top-credit svg {
      display: none;
    }

    .top-credit a {
        border: thin solid #0088ce;
        display: inline-block;
        padding: .35rem;
    }

    .top-credit a:hover {
      background: #0088ce;
      color: #fff;
      border: thin solid #fff
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 101%;
        border-color: transparent transparent transparent #fff
    }
    .cd-timeline-content .cd-read-more {
        float: left
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content,
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right
    }
    .cd-timeline-content .cd-date {
        background: #0088ce;
        border: thin solid #d9ebf4;
        color: #fff;
        padding: 10px;
        position: absolute;
        width: 100%;
        left: 122.7%;
        top: 0;
        font-size: 16px;
        font-size: 1rem
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 101%;
        border-color: transparent #fff transparent transparent
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122.7%;
        text-align: right
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 .6s;
        -moz-animation: cd-bounce-2 .6s;
        animation: cd-bounce-2 .6s
    }
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse .6s;
        -moz-animation: cd-bounce-2-inverse .6s;
        animation: cd-bounce-2-inverse .6s
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.page-footer {
    color: #444;
    font-size: 11px;
    font-size: .6875rem;
    padding: 1rem 2rem
}
.page-footer li {
    padding: .1rem .3rem
}
.navbar-logo,
.timeline_related a {
    display: block
}
.navbar-wrapper {
    background-color: #fff;
    height: 3.4rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}
.navbar-logo {
    background-color: #f5f5f5;
    height: 3.4em;
    position: relative;
    width: 53%
}
.navbar-logo:after {
    border-bottom: 3.4em solid #f5f5f5;
    border-right: 3.4em solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: -3.3em;
    width: 0
}
.svg-logo {
    height: 1.7rem;
    margin: .8rem 0 0 .75rem;
    width: 9.3rem
}
.header-share {
    float: right;
    margin-right: .75rem;
    margin-top: 1.2rem;
}
.share-button {
    vertical-align: middle
}
.share-button path {
    fill: #313131
}
.menu-hamburger {
    float: right;
    margin-right: 1px;
    margin-top: 1px
}
.menu-hamburger span {
    display: none
}
.tanf-menu {
    margin-left: .325rem
}
.tanf-menu path {
    fill: #666
}
@media screen and (min-width: 320px) {
    .navbar-wrapper {
        border-bottom: thin solid #ccc;
        height: 3.75rem;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100
    }
    .navbar-logo {
        background-color: transparent
    }
    .navbar-logo:after {
        border-color: transparent
    }
    .svg-logo {
        height: 2rem;
        margin-left: 1.3rem;
        width: 11rem
    }
    .header-share {
        width: auto;
        margin: 1.2rem 2.5% 0 0;
    }
    .share-button {
        -webkit-transition: background-color, 250ms, ease-out;
        -moz-transition: background-color, 250ms, ease-out;
        transition: background-color, 250ms, ease-out;
        background-color: #1fc0da;
        display: inline-block;
        height: 3.125rem;
        padding-top: 1rem;
        text-align: center;
        vertical-align: middle;
        width: 3.1rem
    }
    .share-button:hover {
        background-color: #46e3fd
    }
    .share-button:first-child {
        margin-right: -.1rem
    }
    .share-button svg path {
        fill: #fff
    }
    .facebook-share {
        margin-left: -5px
    }
    .menu-hamburger {
        height: 3rem;
        padding-top: 1.2rem;
        text-align: right;
        width: 4.3rem
    }
    .menu-hamburger span {
        color: #1fc0da;
        display: inline;
        font-size: .85rem;
        -webkit-font-smoothing: antialiased;
        font-weight: 700
    }
    .tanf-menu {
        height: 1rem;
        margin-left: .125rem;
        vertical-align: bottom;
        width: 1rem
    }
    .tanf-menu path {
        fill: #1fc0da
    }
}