.timeline-slider-block {
    margin-top: 30px;
    position: relative;
    z-index: 10
}

.timeline-slider-block .timeline-slider {
    position: relative;
    z-index: 0
}

.timeline-slider-block .timeline-slider .tip-slider {
    position: absolute;
    text-align: center;
    left: 0px;
    top: -40px;
    background: #d31d05;
    border: 1px solid #c1c1c1;
    width: 50px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    margin-left: -11px;
    padding: 6px 0;
    border-radius: 4px
}

.timeline-slider-block .timeline-slider .tip-slider:after,
.timeline-slider-block .timeline-slider .tip-slider .arrow-box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.timeline-slider-block .timeline-slider .tip-slider:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #d31d05;
    border-width: 7px;
    margin-left: -7px
}

.timeline-slider-block .timeline-slider .tip-slider:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c2e1f5;
    border-width: 8px;
    margin-left: -8px
}

.timeline-slider-block .timeline-slider .slider-bar,
.timeline-slider-block .timeline-slider .slider-bar-fill {
    height: 11px;
    border-radius: 6px;
    position: absolute;
    top: 8px;
    z-index: 0
}

.timeline-slider-block .timeline-slider .slider-bar {
    background: #585858;
    box-shadow: inset 0 -2px 5px rgba(56, 55, 55, 0.31);
    position: absolute;
    z-index: 0;
    top: 8px;
    left: 6px;
    right: 6px
}

.timeline-slider-block .timeline-slider .slider-bar-fill {
    top: 0;
    width: 55px;
    background-color: #D81E05;
    box-shadow: inset 0 -2px 5px rgba(77, 10, 2, 0.5);
    z-index: 1;
    position: relative
}

.timeline-slider-block .timeline-slider .slider-handle {
    background: url(/static-tools/scotiabank/personal/about/timeline/images/btn-slider-handle.png) no-repeat center center;
    z-index: 50;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    outline: none
}

.timeline-slider-block .timeline-slider .slider-handle span {
    display: none
}

.timeline-slider-block .date-label-begin,
.timeline-slider-block .date-label-end {
    position: absolute;
    top: 7px;
    display: inline-block;
    color: #515151;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px
}

.timeline-slider-block .date-label-begin {
    left: -50px
}

.timeline-slider-block .date-label-end {
    right: -50px
}

.mobile-slider-contain {
    background-color: #f8f8f8;
    border-bottom: 1px solid #dfdddd;
    overflow: hidden;
    padding: 20px 75px 10px;
    box-sizing: border-box
}

@media (max-width: 1024px) {
    .timeline-slider-block {
        margin-top: 30px;
        position: relative;
        z-index: 10
    }
    .timeline-slider-block .timeline-slider {
        position: relative;
        z-index: 0
    }
    .timeline-slider-block .timeline-slider .tip-slider {
        position: absolute;
        text-align: center;
        left: 0px;
        top: -40px;
        background: #d31d05;
        border: 1px solid #c1c1c1;
        width: 50px;
        color: white;
        font-weight: bold;
        font-size: 13px;
        margin-left: -11px;
        padding: 6px 0;
        border-radius: 4px
    }
    .timeline-slider-block .timeline-slider .tip-slider:after,
    .timeline-slider-block .timeline-slider .tip-slider .arrow-box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }
    .timeline-slider-block .timeline-slider .tip-slider:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #d31d05;
        border-width: 7px;
        margin-left: -7px
    }
    .timeline-slider-block .timeline-slider .tip-slider:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #c2e1f5;
        border-width: 8px;
        margin-left: -8px
    }
    .timeline-slider-block .timeline-slider .slider-bar,
    .timeline-slider-block .timeline-slider .slider-bar-fill {
        height: 11px;
        position: absolute;
        top: 8px;
        z-index: 0
    }
    .timeline-slider-block .timeline-slider .slider-bar-fill {
        top: 0;
        width: 55px;
        background-color: #D81E05;
        box-shadow: inset 0 -2px 5px rgba(77, 10, 2, 0.5);
        z-index: 1;
        position: relative;
        top: 0
    }
    .timeline-slider-block .timeline-slider .slider-handle {
        z-index: 50;
        width: 28px;
        height: 28px;
        display: inline-block;
        position: relative;
        outline: none
    }
    .timeline-slider-block .timeline-slider .slider-handle span {
        display: none
    }
    .timeline-slider-block .timeline-slider .date-label-begin,
    .timeline-slider-block .timeline-slider .date-label-end {
        position: absolute;
        top: 5px;
        display: inline-block;
        font-size: 15px;
        font-weight: bold
    }
    .timeline-slider-block .timeline-slider .date-label-begin {
        left: -50px
    }
    .timeline-slider-block .timeline-slider .date-label-end {
        right: -50px
    }
}

@media (max-device-width: 767px) {
    .timeline-slider-block .date-label-begin,
    .timeline-slider-block .date-label-end {
        position: absolute;
        top: 7px;
        display: inline-block;
        color: #515151;
        font-size: 15px;
        font-weight: 700;
        line-height: 12px
    }
    .timeline-slider-block .date-label-begin {
        left: -45px
    }
    .timeline-slider-block .date-label-end {
        right: -40px
    }
    .timeline-slider-block .timeline-slider .slider-bar,
    .timeline-slider-block .timeline-slider .slider-bar-fill {
        height: 20px;
        border-radius: 10px;
        position: absolute;
        top: 0px;
        z-index: 0
    }
    .timeline-slider-block .timeline-slider .slider-bar {
        width: 97%;
        background-color: #585858;
        box-shadow: inset 0 -2px 5px rgba(56, 55, 55, 0.31);
        position: absolute;
        z-index: 0;
        top: 4px
    }
    .timeline-slider-block .timeline-slider .slider-bar-fill {
        top: 0;
        width: 55px;
        background-color: #D81E05;
        box-shadow: inset 0 -2px 5px rgba(77, 10, 2, 0.5);
        z-index: 1;
        position: relative;
        top: 0
    }
    .timeline-slider-block .timeline-slider .slider-handle {
        z-index: 50;
        width: 28px;
        height: 28px;
        display: inline-block;
        position: relative;
        outline: none;
        margin-top: 0px
    }
    .timeline-slider-block .timeline-slider .slider-handle span {
        display: none
    }
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important
}

.visible-mobile {
    display: none
}

.visible-desktop {
    display: block
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

#content-body.angular-view {
    position: relative
}

#content-body.angular-view:before {
    content: "";
    background: rgba(255, 255, 255, 0.85) url(/static-tools/scotiabank/personal/about/timeline/images/loading-indicator.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999
}

#content-body.angular-view.angular-ready:before {
    display: none
}

.timeline-archives .landing {
    width: 770px;
    height: 521px;
    background: url(/static-tools/scotiabank/personal/about/timeline/images/archive-main.jpg) no-repeat top left;
    position: relative
}

.timeline-archives .landing h2 {
    text-shadow: -1.9px 0.6px 4px rgba(31, 26, 26, 0.39);
    color: #fff !important;
    font-family: Frutiger;
    font-size: 61px !important;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    padding: 310px 0 0 34px
}

.timeline-archives .landing h3 {
    text-shadow: -1.9px 0.6px 4px rgba(31, 26, 26, 0.39);
    color: #fff !important;
    font-family: Frutiger;
    font-size: 31px !important;
    font-weight: 400;
    line-height: 27px;
    padding: 15px 0 0 34px;
    text-transform: uppercase
}

.timeline-archives .landing button {
    cursor: pointer;
    position: absolute;
    bottom: 35px;
    right: 60px;
    height: 39px;
    width: 189px;
    background-color: #ed2122;
    border: 1px solid #e3173e;
    border-radius: 4px;
    box-shadow: -0.7px 0.7px 2px rgba(0, 0, 0, 0.35);
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 #810101;
    font-size: 16px;
    font-weight: 700
}

.timeline-archives .landing button.hover,
.timeline-archives .landing button:hover {
    text-decoration: none
}

.timeline-archives .archives-footer {
    width: 770px;
    margin-top: 80px
}

.timeline-archives .archives-footer .left-col {
    width: 397px;
    float: left;
    border-right: solid 1px #dddddd
}

.timeline-archives .archives-footer .left-col img {
    float: left;
    padding-bottom: 68px;
    margin-right: 37px
}

.timeline-archives .archives-footer .right-col {
    width: 372px;
    float: right;
    box-sizing: border-box;
    padding-left: 20px
}

.timeline-archives .archives-footer p {
    color: #666;
    font-family: Arial;
    font-size: 11px !important;
    padding-bottom: 10px
}

.timeline-archives .archives-footer p strong {
    display: block
}

.timeline-archives-popup {
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1024;
    display: none
}

.timeline-archives-popup *,
.timeline-archives-popup *:before,
.timeline-archives-popup *:after {
    box-sizing: border-box
}

.timeline-archives-header {
    background: #fff url(/static-tools/scotiabank/personal/about/timeline/images/bg-timeline-header.jpg) no-repeat center top;
    padding: 24px 40px;
    position: relative;
    width: 1440px;
    margin: auto
}

.timeline-archives-header>.container {
    width: 1440px
}

.timeline-archives-header .logo-block {
    width: 22%
}

.timeline-archives-header h1 {
    margin: 0;
    color: #515151;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1
}

.timeline-archives-header .return-button {
    position: absolute;
    top: 17px;
    right: 20px
}

.timeline-archives-toolbar {
    background: #515151;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    width: 1440px;
    margin: auto
}

.timeline-archives-toolbar>.container {
    width: 1440px;
    height: 68px;
    position: relative
}

.timeline-archives-toolbar .filter-by-block {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #727272;
    width: 132px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1041;
    color: white
}

.timeline-archives-toolbar .filter-by-block.active {
    width: 474px
}

.timeline-archives-toolbar .filter-by-block.active .popout-link {
    display: none
}

.timeline-archives-toolbar .filter-by-block.active .filter-popout {
    display: block;
    font-weight: bold;
    position: relative
}

.timeline-archives-toolbar .filter-by-block.active .filter-buttons {
    width: 474px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 68px;
    color: white;
    font-size: 18px
}

.timeline-archives-toolbar .filter-by-block.active .filter-buttons a {
    padding-left: 50px;
    padding-right: 20px;
    margin: 17px 0 17px 20px;
    color: white;
    line-height: 34px;
    height: 34px;
    display: block;
    float: left;
    border-right: 1px solid #8e8f90;
    position: relative
}

.timeline-archives-toolbar .filter-by-block.active .filter-buttons a.icon-category {
    background: url(/static-tools/scotiabank/personal/about/timeline/images/icon-category.png) no-repeat left center
}

.timeline-archives-toolbar .filter-by-block.active .filter-buttons a.icon-date {
    background: url(/static-tools/scotiabank/personal/about/timeline/images/icon-date.png) no-repeat left center
}

.timeline-archives-toolbar .filter-by-block.active .filter-buttons a.show-all {
    padding-left: 0
}

.timeline-archives-toolbar .filter-by-block.active .filter-buttons a.close {
    margin-left: 10px;
    margin-right: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    border-right: none;
    background: url(/static-tools/scotiabank/personal/about/timeline/images/icon-close-grey.png) no-repeat center center
}

.timeline-archives-toolbar .filter-by-block.active .filter-buttons a .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #727374;
    position: absolute;
    bottom: -27px;
    left: 40%;
    display: none
}

.timeline-archives-toolbar .filter-by-block.active .filter-buttons a.active .arrow {
    display: inline-block
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel {
    background: white;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 10px
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel ul {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel li {
    cursor: pointer
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel li.hover,
.timeline-archives-toolbar .filter-by-block.active .filter-panel li:hover {
    background: #ebebeb
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel li.hover a,
.timeline-archives-toolbar .filter-by-block.active .filter-panel li:hover a {
    color: #d81e05
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel .category-list.active,
.timeline-archives-toolbar .filter-by-block.active .filter-panel .period-list.active {
    display: block;
    -webkit-transition: 1.5s ease-in-out left;
    -moz-transition: 1.5s ease-in-out left;
    transition: 1.5s ease-in-out left;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out left;
    -moz-animation-timing-function: ease-in-out left;
    animation-timing-function: ease-in-out left
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel .category-list {
    height: 494px;
    overflow-y: scroll
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel .period-list {
    overflow: hidden
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel .period-list li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    float: left
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel li {
    padding: 15px 15px 15px 90px;
    height: 90px;
    line-height: 60px;
    position: relative;
    list-style: none;
    box-sizing: border-box
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel a {
    color: #515151;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel a.hover,
.timeline-archives-toolbar .filter-by-block.active .filter-panel a:hover {
    text-decoration: none;
    color: #d81e05
}

.timeline-archives-toolbar .filter-by-block.active .filter-panel img {
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #ddd
}

.timeline-archives-toolbar .filter-by-block .popout-link {
    display: block;
    height: 100%;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase
}

.timeline-archives-toolbar .filter-by-block .filter-popout {
    display: none
}

.timeline-archives-toolbar .period-selection {
    padding: 0 212px 0 132px;
    text-align: center
}

.timeline-archives-toolbar .period-selection ul {
    margin: 0;
    padding: 16px 48px 12px;
    display: inline-block;
    position: relative
}

.timeline-archives-toolbar .period-selection ul:after {
    content: "";
    background: #9b9b9b;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px
}

.timeline-archives-toolbar .period-selection li {
    width: 85px;
    margin: 0 22px;
    position: relative;
    z-index: 1;
    display: inline-block
}

.timeline-archives-toolbar .period-selection button {
    background: none;
    cursor: pointer;
    padding: 0 0 28px 0;
    display: inline-block;
    color: white;
    white-space: nowrap;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center
}

.timeline-archives-toolbar .period-selection button .period-indicator-off,
.timeline-archives-toolbar .period-selection button .period-indicator-on {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.timeline-archives-toolbar .period-selection button .period-indicator-off {
    z-index: 2
}

.timeline-archives-toolbar .period-selection button .period-indicator-on {
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0
}

.timeline-archives-toolbar .period-selection .active button:after {
    opacity: 1
}

.timeline-archives-toolbar .period-selection .active button .period-indicator-on {
    opacity: 1
}

.timeline-archives-toolbar .period-selection .active button .period-indicator-off {
    opacity: 0
}

.timeline-archives-toolbar .search-block {
    background: #727272;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 215px;
    z-index: 1000;
    padding: 10px 12px
}

.timeline-archives-toolbar .search-block label,
.timeline-archives-toolbar .search-block input {
    display: block
}

.timeline-archives-toolbar .search-block label {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px
}

.timeline-archives-toolbar .search-block input {
    width: 100%;
    border: 0;
    background: #fff url(/static-tools/scotiabank/personal/about/timeline/images/icon-search-v2.png) no-repeat right center;
    padding: 4px;
    color: #515151;
    font-size: 16px
}

.timeline-archives-body {
    background: url(/static-tools/scotiabank/personal/about/timeline/images/bg-timeline.jpg) no-repeat center top;
    width: 1440px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    z-index: 0
}

.timeline-archives-body .timeline-carousel>.row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 110px;
    margin-right: 110px
}

.timeline-archives-body .timeline-carousel>.row>ul {
    height: 425px
}

.row-carousel-main {
    overflow: hidden;
    width: 1212px;
    height: 500px
}

.row-carousel-main h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.125;
    color: #515151
}

.row-carousel-main ul {
    list-style: none;
    position: relative
}

.row-carousel-main li {
    border-left: 1px solid #ddd;
    width: 243px;
    padding-left: 16px;
    padding-bottom: 20px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    height: 390px
}

.row-carousel-main li:first-child {
    border-left: none
}

.row-carousel-main li .item-thumbnail {
    box-shadow: 0 0 6px #aaa;
    margin-bottom: 30px;
    display: inline-block
}

.row-carousel-main li .item-thumbnail img {
    min-width: 168px
}

.row-carousel-main li .item-year {
    color: #515151;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px
}

.row-carousel-main li .item-summary {
    margin-bottom: 8px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.25;
    padding-right: 16px;
    box-sizing: border-box;
    position: relative
}

.row-carousel-main li .details-button {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1
}

.row-carousel-main .search-no-results {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
}

.row-carousel-main .controls {
    position: absolute;
    top: 57%;
    left: 0;
    width: 100%;
    overflow: hidden
}

.row-carousel-main .controls .arrow {
    background: #cecfd0;
    border-radius: 4px;
    width: 35px;
    height: 40px;
    line-height: 44px;
    color: white;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    position: relative
}

.row-carousel-main .controls .arrow em {
    position: absolute;
    top: 0;
    right: 150%
}

.row-carousel-main .controls .arrow.left {
    float: left;
    margin-left: 35px
}

.row-carousel-main .controls .arrow.right {
    float: right;
    margin-right: 35px
}

.row-carousel-main .controls .arrow:hover {
    background: #bbb
}

.row-carousel-main .timeline-item-details-popup {
    box-shadow: 0 0 6px #aaa;
    background: white;
    width: 530px;
    min-height: 590px;
    margin-left: -265px;
    padding: 24px;
    position: absolute;
    left: 50%;
    top: 16px;
    z-index: 2000;
    display: none
}

.row-carousel-main .timeline-item-details-popup .close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: url(/static-tools/scotiabank/personal/about/timeline/images/icon-close-grey.png) no-repeat transparent;
    width: 19px;
    height: 19px;
    cursor: pointer
}

.row-carousel-main .timeline-item-details-popup h2 {
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    text-align: center
}

.row-carousel-main .timeline-item-details-popup h2 span {
    border-bottom: 1px dotted #d81e05
}

.row-carousel-main .timeline-item-details-popup .intro-image {
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    padding-bottom: 10px
}

.row-carousel-main .timeline-item-details-popup .intro-image img {
    margin: 0 auto 16px;
    display: block;
    max-width: 100%
}

.row-carousel-main .timeline-item-details-popup .intro-image .caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #9b9b9b
}

.row-carousel-main .timeline-item-details-popup .category {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1
}

.row-carousel-main .timeline-item-details-popup .content-block {
    margin: 12px 0 16px;
    color: #515151;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375
}

.row-carousel-main .timeline-item-details-popup .buttons {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1
}

.period-selection button:focus {
    outline: 2px dotted lightgray
}

.submit-search:hover,
.submit-search:focus,
.submit-search:active {
    outline: 2px dotted lightgray
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

@media (max-width: 1024px) {
    .timeline-archives-header {
        padding: 24px 0px;
        position: relative;
        width: 768px;
        margin: auto
    }
    .timeline-archives-header>.container {
        width: 768px
    }
    .timeline-archives-header .logo-block {
        width: 22%
    }
    .timeline-archives-header .logo-block img {
        width: 100%;
        height: auto
    }
    .timeline-archives-header h1 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1
    }
    .timeline-archives-toolbar {
        width: 768px
    }
    .timeline-archives-toolbar>.container {
        width: 768px;
        height: 68px;
        position: relative
    }
    .timeline-archives-toolbar .period-selection {
        padding: 0 200px 0 120px;
        text-align: center
    }
    .timeline-archives-toolbar .period-selection ul {
        padding: 20px 0px 8px
    }
    .timeline-archives-toolbar .period-selection ul:after {
        bottom: 23px
    }
    .timeline-archives-toolbar .period-selection li {
        width: auto;
        margin: 0 4px
    }
    .timeline-archives-toolbar .period-selection button {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 1;
        text-decoration: none
    }
    .timeline-archives-toolbar .period-selection button:before {
        background: white;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        bottom: 13px;
        z-index: 2
    }
    @-moz-document url-prefix() {
        .timeline-archives-toolbar .period-selection button:before {
            bottom: 10px
        }
    }
    .timeline-archives-toolbar .period-selection button:after {
        -webkit-transition: opacity 200ms;
        -moz-transition: opacity 200ms;
        transition: opacity 200ms;
        border: 3px solid white;
        background: #515151;
        width: 18px;
        height: 18px;
        margin-left: -9px;
        bottom: 7px;
        opacity: 0
    }
    @-moz-document url-prefix() {
        .timeline-archives-toolbar .period-selection button:after {
            bottom: 4px
        }
    }
    .timeline-archives-toolbar .period-selection button:disabled {
        opacity: .5
    }
    .timeline-archives-toolbar .period-selection button:hover:after {
        opacity: 1
    }
    .timeline-archives-toolbar .period-selection .active a:after {
        opacity: 1
    }
    .timeline-archives-body {
        background: url(/static-tools/scotiabank/personal/about/timeline/images/bg-timeline.jpg) no-repeat center top;
        width: 768px;
        margin: 0 auto;
        padding-top: 40px;
        position: relative;
        z-index: 0
    }
    .timeline-archives-body .timeline-carousel>.row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 70px;
        margin-right: 70px
    }
    .timeline-archives-body .timeline-carousel>.row>ul {
        height: 425px
    }
    .row-carousel-main {
        overflow: hidden;
        width: 625px;
        height: 500px
    }
    .row-carousel-main .controls .arrow.left {
        float: left;
        margin-left: 15px
    }
    .row-carousel-main .controls .arrow.right {
        float: right;
        margin-right: 15px
    }
}

@media (max-device-width: 767px) {
    .visible-mobile {
        display: block
    }
    .visible-desktop {
        display: none
    }
    .timeline-archives .landing {
        width: 100%;
        height: 521px;
        background: url(/static-tools/scotiabank/personal/about/timeline/images/archive-main.jpg) no-repeat top center;
        background-size: auto 100%;
        position: relative
    }
    .timeline-archives .landing h2 {
        text-shadow: -1.9px 0.6px 4px rgba(31, 26, 26, 0.39);
        color: #fff !important;
        font-family: Frutiger;
        font-size: 42px !important;
        font-weight: 700;
        line-height: 44px;
        text-transform: uppercase;
        padding: 310px 0 0 34px
    }
    .timeline-archives .landing h3 {
        text-shadow: -1.9px 0.6px 4px rgba(31, 26, 26, 0.39);
        color: #fff !important;
        font-family: Frutiger;
        font-size: 25px !important;
        font-weight: 400;
        line-height: 27px;
        padding: 15px 0 0 34px;
        text-transform: uppercase
    }
    .timeline-archives .landing a {
        position: absolute;
        bottom: 35px;
        right: 60px;
        height: 39px;
        width: 189px;
        background-color: #ed2122;
        border: 1px solid #e3173e;
        border-radius: 4px;
        box-shadow: -0.7px 0.7px 2px rgba(0, 0, 0, 0.35);
        color: #fff;
        text-align: center;
        line-height: 39px;
        text-shadow: 0 -1px 0 #810101;
        font-size: 16px;
        font-weight: 700
    }
    .timeline-archives .landing a.hover,
    .timeline-archives .landing a:hover {
        text-decoration: none
    }
    .timeline-archives .archives-footer {
        width: 100%;
        margin-top: 80px
    }
    .timeline-archives .archives-footer .left-col {
        width: 100%;
        float: left;
        border-right: solid 1px #dddddd;
        padding: 0 10px;
        box-sizing: border-box
    }
    .timeline-archives .archives-footer .left-col img {
        display: block;
        float: none;
        padding-bottom: 20px;
        margin-right: 27px
    }
    .timeline-archives .archives-footer .right-col {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 0 10px;
        box-sizing: border-box
    }
    .timeline-archives .archives-footer p {
        color: #666;
        font-family: Arial;
        font-size: 11px !important;
        padding-bottom: 10px
    }
    .timeline-archives .archives-footer p strong {
        display: block
    }
    .timeline-archives-popup {
        background: white;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1024
    }
    .timeline-archives-popup *,
    .timeline-archives-popup *:before,
    .timeline-archives-popup *:after {
        box-sizing: border-box
    }
    .timeline-archives-header {
        background: white;
        padding: 12px 0px;
        position: relative;
        width: 100%;
        margin: auto
    }
    .timeline-archives-header>.container {
        width: 100%
    }
    .timeline-archives-header .logo-block {
        width: 100%
    }
    .timeline-archives-header .logo-block img {
        width: auto;
        height: auto;
        margin-bottom: 12px
    }
    .timeline-archives-header .title-block {
        width: 100%
    }
    .timeline-archives-header h1 {
        margin: 0;
        color: #515151;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1
    }
    .timeline-archives-header .return-button {
        position: absolute;
        top: 17px;
        right: 20px
    }
    .timeline-archives-toolbar {
        background: #727272;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 1;
        width: 100%;
        margin: auto
    }
    .timeline-archives-toolbar>.container {
        width: 100%;
        height: 31px;
        position: relative
    }
    .timeline-archives-toolbar .filter-by-block {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: #727272;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1041;
        color: white;
        width: 100%
    }
}

@media only screen and (max-device-width: 767px) and (min-device-width: 320px) and (max-device-width: 568px) and (device-aspect-ratio: 40 / 71) and (-webkit-device-pixel-ratio: 2) {
    .timeline-archives-toolbar .filter-by-block {
        width: 280px
    }
}

@media (max-device-width: 767px) {
    .timeline-archives-toolbar .filter-by-block .filter-popout {
        display: block;
        font-weight: bold;
        position: relative
    }
    .timeline-archives-toolbar .filter-by-block .filter-buttons {
        width: auto;
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        height: 31px;
        color: white;
        font-size: 18px;
        position: relative;
        padding-left: 80px;
        z-index: 10000
    }
    .timeline-archives-toolbar .filter-by-block .filter-buttons:before {
        content: 'SORT BY';
        position: absolute;
        top: 10px;
        left: 18px;
        font-size: 13px;
        line-height: 14px;
        font-weight: 700
    }
}

@media only screen and (max-device-width: 767px) and (min-device-width: 320px) and (max-device-width: 568px) and (device-aspect-ratio: 40 / 71) and (-webkit-device-pixel-ratio: 2) {
    .timeline-archives-toolbar .filter-by-block .filter-buttons:before {
        left: 12px
    }
}

@media (max-device-width: 767px) {
    .timeline-archives-toolbar .filter-by-block .filter-buttons a,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a:active,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a.hover,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a:hover {
        padding-left: 12px;
        padding-right: 12px;
        margin: 10px 0 10px;
        color: white;
        font-weight: 400;
        font-size: 13px;
        line-height: 13px;
        display: inline-block;
        position: relative;
        text-decoration: none
    }
}

@media only screen and (max-device-width: 767px) and (min-device-width: 320px) and (max-device-width: 568px) and (device-aspect-ratio: 40 / 71) and (-webkit-device-pixel-ratio: 2) {
    .timeline-archives-toolbar .filter-by-block .filter-buttons a,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a:active,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a.hover,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a:hover {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media (max-device-width: 767px) {
    .timeline-archives-toolbar .filter-by-block .filter-buttons a .arrow,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a:active .arrow,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a.hover .arrow,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a:hover .arrow {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #727374;
        position: absolute;
        bottom: -17px;
        left: 40%;
        display: none
    }
    .timeline-archives-toolbar .filter-by-block .filter-buttons a.active .arrow,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a:active.active .arrow,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a.hover.active .arrow,
    .timeline-archives-toolbar .filter-by-block .filter-buttons a:hover.active .arrow {
        display: inline-block
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel {
        background: white;
        font-size: 17px;
        box-shadow: 0 0 10px rgba(45, 46, 46, 0.2)
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel.active {
        width: 100vw
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel ul {
        display: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .category-list,
    .timeline-archives-toolbar .filter-by-block .filter-panel .period-list {
        display: none
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .category-list.active,
    .timeline-archives-toolbar .filter-by-block .filter-panel .period-list.active {
        display: block;
        -webkit-transition: 1.5s ease-in-out left;
        -moz-transition: 1.5s ease-in-out left;
        transition: 1.5s ease-in-out left;
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-timing-function: ease-in-out left;
        -moz-animation-timing-function: ease-in-out left;
        animation-timing-function: ease-in-out left;
        padding-top: 20px;
        padding-bottom: 10px;
        position: relative
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .category-list {
        height: 494px;
        overflow-y: scroll
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .category-list li.hover,
    .timeline-archives-toolbar .filter-by-block .filter-panel .category-list li:hover {
        background: #ebebeb
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .category-list li.hover a,
    .timeline-archives-toolbar .filter-by-block .filter-panel .category-list li:hover a {
        color: #d81e05
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .period-list {
        overflow: hidden
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .period-list li {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
        float: left
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .period-list li img {
        border-width: 1px
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel .period-list li a.hover,
    .timeline-archives-toolbar .filter-by-block .filter-panel .period-list li a:hover img {
        border: solid 1px #d81e05
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel li {
        padding: 5px 15px 5px 101px;
        height: auto;
        line-height: 60px;
        position: relative;
        list-style: none;
        box-sizing: border-box
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel a {
        color: #515151;
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
        font-size: 13px;
        line-height: 16px
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel a.hover,
    .timeline-archives-toolbar .filter-by-block .filter-panel a:hover {
        text-decoration: none;
        color: #d81e05
    }
    .timeline-archives-toolbar .filter-by-block .filter-panel img {
        position: absolute;
        top: 5px;
        left: 20px;
        border: 1px solid #ddd
    }
    .timeline-archives-toolbar .filter-by-block.active .filter-panel {
        display: block
    }
    .timeline-archives-toolbar .filter-by-block .popout-link {
        display: none
    }
    .timeline-archives-toolbar .filter-by-block .filter-popout {
        display: block
    }
    .timeline-archives-toolbar .period-selection {
        display: none
    }
    .timeline-archives-toolbar .search-block {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        z-index: 1000
    }
    .timeline-archives-toolbar .search-block input {
        background: none;
        border: none;
        height: 0px;
        width: 0px;
        position: absolute;
        top: 100%;
        right: 0;
        color: #9c9c9c;
        font-size: 13px !important;
        font-weight: 400;
        line-height: 14px;
        float: right;
        padding-right: 60px
    }
    .timeline-archives-toolbar .search-block input.hover,
    .timeline-archives-toolbar .search-block input:hover {
        background: none;
        outline: 0;
        width: 1px;
        cursor: pointer
    }
    .timeline-archives-toolbar .search-block input.focus,
    .timeline-archives-toolbar .search-block input:focus {
        background: #ececec;
        outline: 0;
        width: 100vw;
        height: 31px;
        padding-left: 20px;
        -webkit-transition: height 0.2s ease-in-out;
        -moz-transition: height 0.2s ease-in-out;
        transition: height 0.2s ease-in-out
    }
    .timeline-archives-toolbar .search-block input.focus+label,
    .timeline-archives-toolbar .search-block input:focus+label {
        background: url(/static-tools/scotiabank/personal/about/timeline/images/icon-search-active.png) no-repeat right center #ececec;
        background-size: 24px 16px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
    .timeline-archives-toolbar .search-block button {
        background: transparent;
        width: 48px;
        height: 31px;
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 1
    }
    .timeline-archives-toolbar .search-block label {
        color: white;
        font-size: 30px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 35px;
        height: 31px;
        background: url(/static-tools/scotiabank/personal/about/timeline/images/icon-search.png) no-repeat right center #727272;
        background-size: 24px 16px;
        z-index: 200
    }
    .timeline-archives-body {
        background: none;
        width: 100%;
        margin: 0 auto;
        padding-top: 00px;
        position: relative;
        z-index: 0
    }
    .timeline-archives-body .timeline-carousel>.row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 00px;
        margin-right: 00px
    }
    .timeline-archives-body .timeline-carousel>.row>ul {
        height: auto
    }
    .row-carousel-main {
        overflow: hidden;
        width: 100%;
        height: auto
    }
    .row-carousel-main h2 {
        margin: 15px 0;
        text-align: center;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.125;
        color: #515151
    }
    .row-carousel-main ul {
        list-style: none;
        position: relative
    }
    .row-carousel-main li {
        border-left: none;
        width: 100vw;
        min-height: 390px;
        padding-left: 0px;
        padding-bottom: 20px;
        float: left;
        box-sizing: border-box
    }
    .row-carousel-main li:first-child {
        border-left: none
    }
    .row-carousel-main li .item-thumbnail {
        border: 1px solid #dcdcdc;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), inset 0 2px 46px rgba(0, 0, 0, 0.5);
        margin-bottom: 30px;
        display: block
    }
    .row-carousel-main li .item-thumbnail img {
        min-width: 100%;
        height: auto
    }
    .row-carousel-main li .item-year {
        color: #515151;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 16px;
        padding-left: 16px
    }
    .row-carousel-main li .item-summary {
        margin-bottom: 8px;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.25;
        padding: 0 16px
    }
    .row-carousel-main li .details-button {
        font-size: 17px;
        font-size: 1.0625rem;
        font-weight: bold;
        line-height: 1;
        margin-left: 16px
    }
    .row-carousel-main .controls {
        position: absolute;
        top: 57%;
        left: 0;
        width: 100%;
        display: none
    }
    .row-carousel-main .controls .arrow {
        background: #cecfd0;
        border-radius: 4px;
        width: 35px;
        height: 40px;
        line-height: 44px;
        color: white;
        font-size: 24px;
        text-align: center
    }
    .row-carousel-main .controls .arrow.left {
        float: left;
        margin-left: 15px
    }
    .row-carousel-main .controls .arrow.right {
        float: right;
        margin-right: 10px
    }
    .row-carousel-main .controls .arrow:hover {
        background: #bbb
    }
    .row-carousel-main .timeline-item-details-popup {
        box-shadow: 0 0 6px #aaa;
        background: white;
        width: 100%;
        min-height: 590px;
        margin-left: 0px;
        padding: 16px;
        position: absolute;
        left: 0%;
        top: 0px;
        z-index: 8000;
        display: none
    }
    .row-carousel-main .timeline-item-details-popup .close {
        position: absolute;
        top: 24px;
        right: 24px;
        background: url(/static-tools/scotiabank/personal/about/timeline/images/icon-close-grey.png) no-repeat transparent;
        width: 19px;
        height: 19px;
        cursor: pointer
    }
    .row-carousel-main .timeline-item-details-popup h2 {
        margin-bottom: 16px;
        padding-bottom: 4px;
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 1;
        text-align: center
    }
    .row-carousel-main .timeline-item-details-popup h2 span {
        border-bottom: 1px dotted #d81e05
    }
    .row-carousel-main .timeline-item-details-popup .intro-image {
        border-bottom: 1px solid #ddd;
        margin-bottom: 16px;
        padding-bottom: 10px
    }
    .row-carousel-main .timeline-item-details-popup .intro-image img {
        margin: 0 auto 16px;
        display: block;
        width: 100%;
        height: auto
    }
    .row-carousel-main .timeline-item-details-popup .intro-image .caption {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.25;
        color: #9b9b9b
    }
    .row-carousel-main .timeline-item-details-popup .category {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1
    }
    .row-carousel-main .timeline-item-details-popup h3 {
        margin: 12px 0 16px;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: normal;
        line-height: 1.375;
        color: #515151
    }
    .row-carousel-main .timeline-item-details-popup .content-block {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.375
    }
    .row-carousel-main .timeline-item-details-popup .buttons {
        margin-top: 30px;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1
    }
}