.timeline-entry {
    margin-bottom: 100px;
}

.entry-graphic:not(.entry-graphic-background) .entry-graphic-block {
    height: unset;
    text-align: center;
}

.cl-sticky-menu-wrapper {
    padding: 70px 0;
    height: 97px;
}

.cl-sticky-menu-wrapper > div {
    width: 100%;
    background-color: #fff;
}

.cl-sticky-horiz-menu {
    margin: 20px 0;
}

.timeline-person-details {
    padding-top: 100px;
}

/*********** YEAR BLOCK */

.timeline-year.right-item {
    text-align: right;
}

/*********** ENTRY WIDTH */

.entry-full-width {
    display: flex;
    width: 100%;
}

.entry-half-width {
    width: 49%;
}

/*********** ENTRY TEXT BLOCK */

.entry-text-block {
    position: relative;
    padding-right: 44px;
}



/*********** ENTRY GRAPHIC BLOCK */

.entry-graphic-block {
    position: relative;
}

/*********** ENTRY GRAPHIC WITH BACKGROUND */

.entry-graphic .entry-graphic-block {
    height: 500px;
}

.entry-graphic img {
    position: relative;
    height: 100%;
    width: auto;
    z-index: 1;
}

.entry-full-width.entry-graphic.left-item .entry-graphic-block img,
.entry-half-width.entry-graphic.right-item .entry-graphic-block img {
    left: 45px;
}

.entry-graphic-background .bg-shape,
.entry-text-background .bg-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.entry-full-width.entry-graphic-background.left-item .bg-shape,
.entry-half-width.entry-graphic-background.right-item .bg-shape {
    left: 36px;
}

.entry-half-width.entry-graphic.right-item .entry-text-block,
.entry-half-width.entry-text-background.right-item .entry-text-block {
    /* 36px + 44px */
    padding-left: 80px;
}

.entry-full-width.entry-graphic-background.right-item .bg-shape,
.entry-half-width.entry-graphic-background.left-item .bg-shape,
.entry-full-width.entry-text-background.right-item .bg-shape, 
.entry-half-width.entry-text-background.left-item .bg-shape {
    right: 36px;
}

.entry-graphic-background .bg-shape svg,
.entry-text-background .bg-shape svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.entry-graphic-background.right-item .bg-shape svg {
    transform: scale(-1,1);
}

/*********** ENTRY GRAPHIC LANDSCAPE STYLING */

.entry-graphic .entry-image-landscape {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-top: 13%;
}


/*********** ENTRY TEXT STYLING */

.timeline-person-entries .timeline-year {
    position: relative;
    font-size: 103px;
    line-height: 1.0;
    margin-top: 150px; /* arbitrary value, not linked to vert offset */
    padding-top: 12px;
    color: #136caf;
    z-index: 5;
}

.timeline-person-entries .year-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    border-top: 8px solid #002b54;
    top: -6px;
}

.timeline-entry h3 {
    font-size: 28px;
    line-height: 1.25;
    color: #002b54;
    margin: 30px 0 0 0;
}

.timeline-entry h3 > div{
   font-family: "Benton Sans Bd";
    font-weight: 700;
}

.timeline-entry p {
    margin: 20px 0 0 0;
}

.timeline-entry a {
    display: inline-block;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 600;
    color: #0163aa;
    margin: 20px 0 0 0;
    font-family: 'Benton Sans Lt';
}

/*********** COMBINATIONS */

.entry-full-width .entry-text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.entry-full-width .entry-graphic-block {
    display: inline-block;
    width: 50%;
}

.entry-full-width.right-item {
    flex-direction: row-reverse;
}

.entry-full-width.left-item .entry-text-block,
.entry-full-width.right-item .entry-graphic-block,
.entry-half-width.left-item .entry-graphic-block {
    padding-right: 36px;
}

.entry-full-width.left-item .entry-graphic-block,
.entry-full-width.right-item .entry-text-block,
.entry-half-width.right-item .entry-graphic-block,
.entry-half-width.right-item .entry-text-block {
    padding-left: 36px;
}

.entry-full-width.right-item.entry-graphic .entry-text-block {
    /* 36px + 44px */
    padding-left: 80px;
}

/*********** YEAR COMBINATIONS */

.timeline-year + .timeline-entry.entry-full-width,
.timeline-year + .timeline-entry.entry-half-width {
    margin-top: -150px;
}

.timeline-year + .timeline-entry.entry-full-width h3:first-of-type {
    margin-top: 150px;
}

/*********** GRAPHIC SECTION LINK */

.timeline-entry .graphic-section-link {
    position: absolute;
    bottom: -64px;
    left: 0;
}

.timeline-entry.entry-half-width.right-item .graphic-section-link,
.timeline-entry.entry-full-width.left-item .graphic-section-link {
    /* 36px + 44px */
    left: 80px;
}

.entry-half-width.entry-graphic.graphic-with-link .entry-text-block {
    margin-top: 80px;
}

/****** MISC ****/

.timeline-entry.entry-half-width.entry-graphic {
    display: flex;
    flex-direction: column-reverse;
}

.timeline-entry.entry-half-width.entry-graphic h3 {
    margin-top: 50px;
}

.timeline-entry.entry-half-width.left-item.entry-graphic-background .entry-graphic-block .bg-shape svg,
.timeline-entry.entry-half-width.left-item.entry-text-background .entry-text-block .bg-shape svg {
    transform: scale(-1,1);
}

.timeline-entry.entry-half-width.right-item.entry-graphic-background .bg-shape svg {
    transform: none;
}

.timeline-entry.entry-half-width.right-item {
    margin-right: 0;
    margin-left: auto;
}

.entry-half-width + .entry-half-width.entry-graphic {
    margin-top: -365px;
}

.timeline-entry.entry-full-width.left-item.graphic-with-link {
    margin-bottom: 200px;
}

.timeline-entry.entry-text-background {
    margin-top: 100px;
}

.entry-half-width.entry-text-background .entry-text-block {
    padding-top: 40px;
    padding-bottom: 50px;
}

.entry-half-width.entry-text-background .entry-text-block h3 {
    margin-top: 0;
}

.entry-half-width.entry-text-background + .entry-half-width.entry-text-background.entry-graphic {
    margin-top: -410px;
}

.entry-half-width.entry-text-background + .entry-half-width.entry-text-background.entry-graphic .entry-graphic-block {
    padding-bottom: 130px;
    margin-left: -140px;
}

/*************************************************************************/

/************************ TIMELINE CSS ***********************************/

/*************************************************************************/

.timeline-hero-section .hero-container {
    position: relative;
}

.timeline-hero-section h1 {
    font-family: 'Benton Sans Bd';
    font-size: 103px;
    line-height: 1.2;
    color: #136CAF;
    width: -moz-fit-content;
    width: fit-content;
    margin: 297px auto 190px 0;
}

.timeline-hero-section .secondary-h1 {
    display: block;
    font-family: 'Benton Sans Bk';
    font-size: 61px;
    line-height: 1.03;
    color: #192e52;
}

.timeline-hero-section .hero-subtext {
    margin-bottom: 30px;
}

.timeline-hero-section .hero-graphic-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    font-size: 10px;
    width: 105.2em;
    height: 73em;
    margin-top: 0;
    z-index: -1;
}

.timeline-hero-section .tlh-element {
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.timeline-hero-section .tlh-png-element {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.timeline-hero-section .tlh-bg-graphic {
    top: 5.4em;
    right: 0;
    width: 99.3em;
    height: 67.1em;
}

.timeline-hero-section .tlh-txt-element {
    top: 5.25em;
    right: 0.05em;
    z-index: 10;
    font-family: 'Benton Sans Lt';
    font-size: 6.1em;
    line-height: 1.0;
    color: #4fa3df;
}

.timeline-hero-section .tlh-txt-element span {
    display: block;
    font-size: 2.4em;
}

.timeline-hero-section .tlh-person-element {
    width: 21.8em;
    height: 18.1em;
    z-index: 5;
    background-repeat: no-repeat;
}

.timeline-hero-section .tlh-dan-hero {
    top: 21em;
    right: 43.4em;
}

.timeline-hero-section .tlh-fred-hero {
    top: 45.6em;
    right: 57.4em;
}

.timeline-hero-section .tlh-david-hero {
    top: 46.2em;
    right: 30.2em;
}


.tl-profile-left {
    position: relative;
    float: left;
    font-size: 10px;
    height: 59.2em;
    width: 55%;
}

.tl-profile-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 59.2em;
    font-size: 10px;
    width: 41%;
    padding-left: 2%;
}

.timeline-person-details .profile-graphic-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    margin-top: 0;
    z-index: -1;
}

.timeline-person-details .tlp-element {
    position: absolute;
    opacity: 1;
    z-index: 1;
}

.timeline-person-details .tlp-png-element {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.timeline-person-details .tlp-bg-graphic1 {
    top: 0em;
    right: 4em;
    width: 72.2em;
    height: 59.2em;
    z-index: 3;
}

.timeline-person-details .tlp-bg-graphic2 {
    top: 0em;
    right: 0em;
    width: 75.7em;
    height: 59.2em;
    z-index: 2;
}

.timeline-person-details .tlp-graphic {
    top: 0.2em;
    right: 13.1em;
    width: 50.7em;
    height: 44em;
    z-index: 5;
}

.timeline-person-details .tlp-profile-image {
    top: 15.1em;
    right: 24em;
    width: 30em;
    height: 30.8em;
    z-index: 6;
}

#david-timeline .tlp-profile-image {
    width: 35em;
    height: 37em;
    top: 12em;
    right: 22.7em;
}

.timeline-person-details .tlp-txt-element {
    top: 13em;
    right: 3.54em; /* 13 .1 divided by 3.7 */
    width: 13.7em; /* 50.7 divided by 3.7 */
    z-index: 10;

    font-family: 'Benton Sans Lt';
    font-size: 3.7em;
    color: #002b54;
    text-align: center;
}

.tl-quote img {
    display: block;
}

.tl-quote img:first-child {
    margin: 20px auto 30px;
    width: unset;
}

.tl-quote img:last-child {
    margin: 30px auto 20px;
    width: unset;
}

.tl-quote hr {
    border-color: #002b54;
    border-width: 2px;
    max-width: 121px;
    margin-top: 30px;
}

.tl-quote p {
    font-style: italic;
}

.tl-quote.entry-quote {
    margin-top: 80px;
}

@media screen and (min-width: 1700px) {

    .timeline-hero-section .h1-wrapper {
        margin-left: -110px;
    }

    .timeline-hero-section .hero-graphic-wrapper {
        right: -11em;
    }
}

@media screen and (max-width: 1699px) {

    .timeline-hero-section h1 {
        font-size: 80px;
        margin-top: 180px;
        margin-bottom: 230px;
    }

    .timeline-hero-section .secondary-h1 {
        font-size: 50px;
    }

    .timeline-hero-section .hero-graphic-wrapper {
        font-size: 8px;
    }
}

@media screen and (max-width: 1249px) {

    .cl-sticky-menu-wrapper .skewed-menu-item button {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {

    .timeline-hero-section h1 {
        margin-bottom: 240px;
    }

    .timeline-hero-section .hero-subtext p {
        font-size: 50px;
    }

    .timeline-year.right-item {
        text-align: left;
    }

    .entry-half-width {
        width: 100%;
    }

    .entry-half-width + .entry-half-width {
        margin-top: 0;
    }

    .timeline-year + .timeline-entry.entry-full-width, .timeline-year + .timeline-entry.entry-half-width {
        margin-top: 0;
    }

    .entry-half-width.entry-text-background + .entry-half-width.entry-text-background.entry-graphic {
        margin-top: 0;
    }

    .entry-half-width.entry-text-background + .entry-half-width.entry-text-background.entry-graphic .entry-graphic-block {
        margin: auto;
        padding-bottom: 60px;
    }

    .entry-half-width.entry-text-background .entry-text-block {
        padding: 160px 0;
    }

    .timeline-entry.entry-half-width.right-item.entry-text-background .entry-text-block .bg-shape svg {
        transform: scale(-1,1);
    }

    .entry-full-width.left-item .entry-graphic-block, .entry-full-width.right-item .entry-text-block, .entry-half-width.right-item .entry-graphic-block, .entry-half-width.right-item .entry-text-block {
        padding-left: 0;
    }

    .entry-full-width.entry-graphic .entry-graphic-block img, .entry-half-width.entry-graphic .entry-graphic-block img:not(.entry-image-landscape) {
        display: block;
        margin: auto;
        left: unset;
    }

    .entry-graphic .entry-image-landscape {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .entry-full-width.entry-graphic.left-item .entry-graphic-block img, .entry-half-width.entry-graphic.right-item .entry-graphic-block img {
        left: unset;
    }

    .timeline-person-details .profile-graphic-wrapper,
    .timeline-person-details .tl-profile-left {
        font-size: 8px;
    }
}

@media screen and (max-width: 991px) {

    .timeline-hero-section h1 {
        margin: 50px auto 30px 0;
    }

    .timeline-hero-section .hero-graphic-wrapper {
        position: relative;
        width: 100%;
        top: -18.8em;
        float: none;
    }

    .timeline-hero-section .hero-subtext {
        margin-top: -140px;
    }

    .timeline-hero-section .hero-subtext strong {
        display: block;
    }

    .cl-sticky-menu-wrapper .skewed-menu-item {
        display: block;
        margin-bottom: 10px;
    }

    .entry-full-width.left-item,
    .entry-full-width.right-item {
        flex-direction: column-reverse;
    }

    .entry-full-width .entry-text-block,
    .entry-full-width .entry-graphic-block {
        display: block;
        width: 100%;
    }

    .entry-full-width.left-item .entry-text-block, .entry-full-width.right-item .entry-graphic-block, .entry-half-width.left-item .entry-graphic-block {
        padding-right: 0;
    }

    .entry-full-width.right-item.entry-graphic .entry-text-block {
        padding-left: 0;
        padding-right: 0;
    }

    .entry-full-width.entry-graphic-background.right-item .bg-shape, .entry-half-width.entry-graphic-background.left-item .bg-shape, .entry-full-width.entry-text-background.right-item .bg-shape, .entry-half-width.entry-text-background.left-item .bg-shape {
        right: 0;
    }

    .entry-full-width.entry-graphic-background.left-item .bg-shape, .entry-half-width.entry-graphic-background.right-item .bg-shape {
        left: 0;
    }

    .entry-half-width.entry-graphic.right-item .entry-text-block, .entry-half-width.entry-text-background.right-item .entry-text-block {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline-entry.entry-half-width.right-item .graphic-section-link, .timeline-entry.entry-full-width.left-item .graphic-section-link {
        left: 0;
    }

    .tl-profile-left {
        width: 100%;
        float: none;
        height: 68em;
    }

    .tl-profile-right {
        width: 100%;
        height: unset;
        margin-top: 70px;
    }

    .timeline-person-details .profile-graphic-wrapper {
        top: 10em;
        right: calc(50% + -38.3em);
    }
    .timeline-entry {
        margin-bottom: 50px;
    }
    .timeline-entry a {
        font-size: 20px;
        line-height: 1.02;
        margin: 15px 0 0 0;
    }
    ul > li {
        font-size: 20px;
    }
    .entry-half-width.entry-text-background .entry-text-block {
        padding: 30px 0;
    }

    .timeline-year {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 767px) {

    .timeline-hero-section h1 {
        font-size: 60px;
    }

    .timeline-hero-section .secondary-h1 {
        font-size: 40px;
    }

    .timeline-hero-section .hero-graphic-wrapper {
        font-size: 6px;
    }

    .timeline-hero-section .hero-subtext {
        margin-top: -120px;
    }

    .timeline-hero-section .hero-subtext p {
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {

    .timeline-hero-section h1 {
        font-size: 50px;
    }

    .timeline-hero-section .secondary-h1 {
        font-size: 30px;
    }

    .timeline-hero-section .hero-graphic-wrapper {
        font-size: 5px;
    }

    .timeline-hero-section .hero-subtext p {
        font-size: 28px;
    }

    .timeline-person-entries .timeline-year {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .timeline-entry {
        margin-bottom: 30px;
    }
    .timeline-entry a {
        font-size: 18px;
        line-height: 1;
        margin: 12px 0 0 0;
    }
    ul > li {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {

    .timeline-hero-section .hero-graphic-wrapper {
        font-size: 3.5px;
    }

    .timeline-hero-section .hero-subtext {
        margin-top: -50px;
    }
}

@media screen and (max-width: 450px) {

    .timeline-person-entries .timeline-year {
        font-size: 80px;
    }

    .timeline-person-details .profile-graphic-wrapper,
    .timeline-person-details .tl-profile-left {
        font-size: 6px;
    }

    .entry-half-width.entry-text-background .entry-text-block {
        padding: 50px 0;
    }

    .entry-graphic .entry-graphic-block {
        display: flex;
        align-items: center;
    }

    .entry-graphic img {
        width: 80%;
        height: auto;
        margin: auto;
    }

    .entry-graphic .entry-image-landscape {
        width: 80%;
        margin-top: 40%;
    }
    .timeline-entry a {
        font-size: 16px;
        margin: 12px 0 0 0;
    }
    ul > li {
        font-size: 16px;
    }
}

@media screen and (max-width: 350px) {

    .timeline-hero-section .hero-graphic-wrapper {
        font-size: 3px;
    }
}

.tlh-element.tlh-png-element.tlh-bg-graphic {
    background-image: url('/AlgerImages/timeline/tl-hero-graphic.png');
}

.tlh-element.tlh-png-element.tlh-person-element.tlh-dan-hero {
    background-image: url('/AlgerImages/timeline/tlh-hero-dan.png');
}

.tlh-element.tlh-png-element.tlh-person-element.tlh-fred-hero {
    background-image: url('/AlgerImages/timeline/tlh-hero-fred.png');
}

.tlh-element.tlh-png-element.tlh-person-element.tlh-david-hero {
    background-image: url('/AlgerImages/timeline/tlh-hero-david.png');
}

.tlp-element.tlp-png-element.tlp-bg-graphic1 {
    background-image: url('/AlgerImages/timeline/tl-profile-bg1.png');
}

.tlp-element.tlp-png-element.tlp-bg-graphic2 {
    background-image: url('/AlgerImages/timeline/tl-profile-bg2.png');
}

.tlp-element.tlp-png-element.tlp-graphic {
    background-image: url('/AlgerImages/timeline/tl-profile-graphic.png');
}

.tlp-element.tlp-png-element.tlp-profile-image.dan-image {
    background-image: url('/AlgerImages/timeline/tl-profile-dan.png');
}

.tlp-element.tlp-png-element.tlp-profile-image.david-image {
    background-image: url('/AlgerImages/timeline/tl-profile-david.png');
}

.tlp-element.tlp-png-element.tlp-profile-image.fred-image {
    background-image: url('/AlgerImages/timeline/tl-profile-fred.png');
}

/* New Updates */

.entry-graphic .entry-graphic-block {
    height: unset;
}

.entry-graphic.entry-graphic-background .entry-graphic-block .entry-image-portrait {
    height: 100%;
    min-height: 400px;
    max-height: 500px;
    width: auto;
}

.entry-graphic.entry-graphic-background .entry-graphic-block .entry-image-landscape {
    width: 400px;
    max-width: 100%;
    height: auto;
    margin-top: unset;
}

.timeline-entry > div {
    font-family: 'Benton Sans Reg';
    font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
    color: #002B54;
}

/* PORTRAIT UPDATES */

.entry-graphic.entry-graphic-background.image-full .entry-graphic-block.portrait-graphic-block {
    padding-top: 0;
    padding-bottom: 0;
}

.entry-graphic.entry-graphic-background.image-mid .entry-graphic-block.portrait-graphic-block {
    max-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.entry-graphic.entry-graphic-background.image-bottom .entry-graphic-block.portrait-graphic-block {
    padding-top: 50px;
    padding-bottom: 0;
}

/* LANDSCAPE UPDATES */

.entry-graphic.entry-graphic-background.image-full .entry-graphic-block.landscape-graphic-block {
    padding-top: 0;
    padding-bottom: 0;
    height: unset;
}

.entry-graphic.entry-graphic-background.image-mid .entry-graphic-block.landscape-graphic-block {
    height: unset;
    padding-top: 50px;
    padding-bottom: 50px;
}

.entry-graphic.entry-graphic-background.image-bottom .entry-graphic-block.landscape-graphic-block {
    height: unset;
    padding-top: 100px;
    padding-bottom: 0;
}

.left-item .entry-text-block {
    padding: 0px 80px 50px 44px;
    left: -44px;
}

.entry-half-width.entry-text-background + .entry-half-width.entry-graphic {
    margin-top: 0px;
}

@media screen and (max-width: 1199px) {

    .entry-half-width + .entry-half-width.entry-graphic {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {

    .left-item .entry-text-block {
        padding-left: 0;
        padding-right: 0;
        left: 0;
    }
}

@media screen and (max-width: 575px) {

    .entry-graphic.entry-graphic-background .entry-graphic-block .entry-image-portrait {
        width: 70%;
        height: auto;
        min-height: unset;
        max-height: unset;
    }

    .entry-graphic.entry-graphic-background .entry-graphic-block .entry-image-landscape {
        width: 80%;
    }
}

/* Spacing for External Div's */
.entry-text-block > div {
    margin-top: 20px;
}

/* Topic Desciption Change 

.alg21 .topicDescription {
  font-family: "Benton Sans Reg";
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
  color: rgb(0, 43, 84);
}
.timeline-entry .topicDescription {
  margin: 20px 0px 0px;
}
@media only screen and (max-width: 1199px) {
  .alg21 .topicDescription {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .alg21 .topicDescription {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .alg21 .topicDescription {
    font-size: 18px;
  }
}

*/

.keep-together { white-space: nowrap; }