@font-face {
    font-family: 'Frutiger-Bold';
    font-style: normal;
    font-weight: 400;
    src: local("Arial");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

#tfsa-video * {
    box-sizing: border-box;
}

#tfsa-video .tfsa-video-state-inputs .tfsa-video-inputs-wrapper {
    display: block;
}

#tfsa-video .tfsa-video-state-inputs .tfsa-video-thumb-wrapper {
    display: block;
}

#tfsa-video .tfsa-video-state-player .tfsa-video-player-wrapper {
    display: block;
}

.tfsa-video-content-wrapper{
    padding-top: 30px;
}

@-webkit-keyframes tfsa-radio-pop {
    0% {
        -webkit-transform: translate(-50%, 0%) scale(1);
        transform: translate(-50%, 0%) scale(1);
    }
    25% {
        -webkit-transform: translate(-50%, 0%) scale(0.7);
        transform: translate(-50%, 0%) scale(0.7);
    }
    80% {
        -webkit-transform: translate(-50%, 0%) scale(1.1);
        transform: translate(-50%, 0%) scale(1.1);
    }
    100% {
        -webkit-transform: translate(-50%, 0%) scale(1);
        transform: translate(-50%, 0%) scale(1);
    }
}

@keyframes tfsa-radio-pop {
    0% {
        -webkit-transform: translate(-50%, 0%) scale(1);
        transform: translate(-50%, 0%) scale(1);
    }
    25% {
        -webkit-transform: translate(-50%, 0%) scale(0.7);
        transform: translate(-50%, 0%) scale(0.7);
    }
    80% {
        -webkit-transform: translate(-50%, 0%) scale(1.1);
        transform: translate(-50%, 0%) scale(1.1);
    }
    100% {
        -webkit-transform: translate(-50%, 0%) scale(1);
        transform: translate(-50%, 0%) scale(1);
    }
}

#tfsa-video .tfsa-video-inputs-wrapper {
    border: 1px solid #d8d8d8;
    background-color: white;
    position: relative;
    -ms-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    width: 428px;
    z-index: 2;
    display: none;
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-inputs-wrapper {
        border: none;
        background-color: white;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        width: auto;
        background-color: transparent;
        position: static;
    }
}

#tfsa-video .tfsa-video-inputs-wrapper h3 {
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin: 1em;
}

#tfsa-video .tfsa-video-inputs-wrapper .tfsa-video-box-arrow-right {
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/right-arrow.png);
    width: 16px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -13px;
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-inputs-wrapper .tfsa-video-box-arrow-right {
        display: none;
    }
}

#tfsa-video .tfsa-video-term {
    width: 74px;
    height: 74px;
    position: relative;
    border: 4px solid #d8d8d8;
    border-radius: 50%;
    background-color: #fff;
    -ms-box-shadow: 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    -webkit-transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s ease;
    -webkit-transition: box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s ease;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s ease, -webkit-transform 0.2s ease;
}

#tfsa-video .tfsa-video-term.tfsa-video-checked {
    border-color: #D81E05;
    -webkit-animation: tfsa-radio-pop 0.2s forwards;
    animation: tfsa-radio-pop 0.2s forwards;
}

#tfsa-video .tfsa-video-term.tfsa-video-checked label {
    font-weight: bold;
}

#tfsa-video .tfsa-video-term .tfsa-video-icon {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#tfsa-video .tfsa-video-term input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

#tfsa-video .tfsa-video-term input:focus+label {
    color: #D81E05;
}

#tfsa-video .tfsa-video-term label {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

#tfsa-video .tfsa-video-term label:hover .tfsa-label-text,
#tfsa-video .tfsa-video-term label:focus .tfsa-label-text {
    color: #D81E05;
}

#tfsa-video .tfsa-video-term .tfsa-label-text {
    font-size: 1.6em;
    text-align: center;
    position: absolute;
    bottom: -1.6em;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-term .tfsa-label-text {
        font-size: 1.4em;
    }
}

#tfsa-video .tfsa-video-term-select-wrapper {
    width: 100%;
    position: relative;
    height: 100px;
}

#tfsa-video .tfsa-video-term-select-wrapper .tfsa-video-term {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1);
}

#tfsa-video .tfsa-video-term-select-wrapper .tfsa-video-term:hover {
    -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate(-50%, 0%) scale(1.05);
    transform: translate(-50%, 0%) scale(1.05);
}

#tfsa-video .tfsa-video-term-select-wrapper .tfsa-video-term.tfsa-video-short-term {
    left: 20%;
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-term-select-wrapper .tfsa-video-term.tfsa-video-short-term {
        left: 18%;
    }
}

#tfsa-video .tfsa-video-term-select-wrapper .tfsa-video-term.tfsa-video-med-term {
    left: 50%;
}

#tfsa-video .tfsa-video-term-select-wrapper .tfsa-video-term.tfsa-video-long-term {
    left: 80%;
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-term-select-wrapper .tfsa-video-term.tfsa-video-long-term {
        left: 82%;
    }
}

#tfsa-video .tfsa-video-term-select-wrapper .tfsa-video-term-line {
    border: 2px solid #d8d8d8;
    height: 0px;
    width: 100%;
    position: absolute;
    top: 35px;
}

#tfsa-video .tfsa-video-question-wrapper {
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 15px;
    position: relative;
    min-height: 78px;
    overflow: hidden;
}

#tfsa-video .tfsa-video-question-wrapper:before,
#tfsa-video .tfsa-video-question-wrapper:after {
    clear: both;
    content: " ";
    display: table;
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-question-wrapper {
        margin: 15px 0;
        border-radius: 0;
    }
}

#tfsa-video .tfsa-video-question-wrapper .tfsa-video-q-icon {
    top: 4px;
    left: 4px;
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-question-wrapper .tfsa-video-q-icon {
        display: none;
    }
}

#tfsa-video .tfsa-video-question-wrapper label {
    font-size: 1.4em;
    width: 160px;
    display: block;
    margin-left: 90px;
    margin-top: 20px;
    float: left;
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-question-wrapper label {
        margin-left: 20px;
        width: 130px;
        margin-top: 15px;
    }
}

#tfsa-video .tfsa-video-play-btn-wrapper {
    text-align: center;
    margin: 15px 0;
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-play-btn-wrapper {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
}

#tfsa-video .tfsa-video-play-btn-wrapper .red-btn {
    font-size: 1.6em;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block;
}

#tfsa-video .tfsa-video-input-wrapper {
    float: right;
    margin-top: 21px;
    margin-right: 15px;
}

#tfsa-video .tfsa-video-input-wrapper .tfsa-video-dollar {
    display: inline-block;
    font-size: 1.6em;
    vertical-align: middle;
    margin-top: 0.68em;
    margin-right: 0.4em;
}

#tfsa-video .tfsa-video-input-wrapper input[type="text"],
#tfsa-video .tfsa-video-input-wrapper input[type="number"] {
    display: inline-block;
    vertical-align: middle;
}

#tfsa-video input[type="text"],
#tfsa-video input[type="number"] {
    width: 88px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #cecfd0;
    color: #666;
    font-size: 16px;
    text-align: center;
    float: right;
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/bg-field-white.png);
    background-size: 100% 100%;
}

#tfsa-video .tfsa-video-input-wrapper-fr input[type="text"],
#tfsa-video .tfsa-video-input-wrapper-fr input[type="number"] {
    float: left;
}

#tfsa-video .tfsa-video-input-wrapper-fr .tfsa-video-dollar {
    margin-right: 0;
    margin-left: 0.4em;
}

#tfsa-video .transcript p {
    display: none;
}

#tfsa-video .tfsa-video-thumb-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0px;
    z-index: 1;
    display: none;
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-thumb-wrapper {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 70px 15px 60px 15px;
    }
}

#tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-thumbnail {
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/tfsa-vid-thmb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    width: 260px;
    height: 146px;
    position: relative;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    #tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-thumbnail {
        width: 350px;
        height: 198px;
    }
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-thumbnail {
        width: 100%;
        padding-top: 57%;
        display: block;
    }
}

#tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-play-btn {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

#tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-play-btn:hover {
    background-color: white;
}

#tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-play-btn:focus {
    background-color: white;
    border: #D81E05;
}

#tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-play-btn:before {
    content: " ";
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/spriteboard-video.png);
    background-size: 596px 220px;
    background-repeat: no-repeat;
    display: block;
    width: 26px;
    height: 29px;
    background-position: -213px -5px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

#tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-term-flair {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0px;
    opacity: 0;
    -webkit-transition: top 0.4s ease-out, opacity 0.4s;
    transition: top 0.4s ease-out, opacity 0.4s;
}

#tfsa-video .tfsa-video-thumb-wrapper .tfsa-video-term-flair.tfsa-video-visible {
    top: -54px;
    opacity: 1;
}

#tfsa-video .tfsa-video-player-wrapper {
    position: relative;
    width: 716px;
    height: 408px;
    background-color: #f1f1f1;
    -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    margin: -35px auto 0 auto;
    display: none;
}

#tfsa-video .tfsa-video-player-wrapper .tfsa-video-close {
    position: absolute;
    top: -17px;
    right: -17px;
    width: 33px;
    height: 33px;
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/spriteboard-video.png);
    background-size: 596px 220px;
    background-repeat: no-repeat;
    background-position: -458px -4px;
    display: block;
}

#tfsa-video .tfsa-video-player-wrapper .tfsa-video-close:hover,
#tfsa-video .tfsa-video-player-wrapper .tfsa-video-close:focus {
    background-position: -492px -4px;
}

#tfsa-video .tfsa-video-player-wrapper .tfsa-video-content {
    width: 100%;
    height: 100%;
}

#tfsa-video .tfsa-video-banner {
    background: #fff no-repeat;
    height: 260px;
    padding: 6px 20px;
    position: relative;
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/video-inputs-banner.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-banner {
        padding-bottom: 36%;
        height: auto;
    }
}

#tfsa-video .tfsa-video-banner .tfsa-video-banner-content {
    position: absolute;
    top: 46px;
    left: 32px;
    width: 450px;
}

#tfsa-video .tfsa-video-banner .tfsa-video-banner-content:lang(fr) {
    top: 30px;
}

@media only screen and (max-device-width: 1024px) {
    #tfsa-video .tfsa-video-banner .tfsa-video-banner-content {
        width: 450px;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    #tfsa-video .tfsa-video-banner .tfsa-video-banner-content {
        width: 450px;
        left: 72px;
    }
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-banner .tfsa-video-banner-content {
        top: 50%;
        margin-top: -64px;
        left: 20px;
        width: 240px;
    }
    #tfsa-video .tfsa-video-banner .tfsa-video-banner-content:lang(fr) {
        top: 50%;
        margin-top: -70px;
    }
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-banner .tfsa-video-banner-content {
        width: 186px;
        left: 20px;
        top: 50%;
        margin-top: -36px;
    }
    #tfsa-video .tfsa-video-banner .tfsa-video-banner-content:lang(fr) {
        top: 50%;
        margin-top: -46px;
    }
}

#tfsa-video .tfsa-video-banner .tfsa-video-banner-content h2 {
    font-size: 3.5em;
    margin-bottom: 5px;
    font-weight: normal;
    margin-bottom: 0.5em;
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-banner .tfsa-video-banner-content h2 {
        font-size: 2.0em;
        margin-top: 0;
    }
}

#tfsa-video .tfsa-video-banner .tfsa-video-banner-content p {
    font-size: 1.8em;
    width: 420px;
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-banner .tfsa-video-banner-content p {
        width: auto;
        font-size: 1.4em;
    }
}

#tfsa-video .tfsa-video-term.tfsa-video-short-term .tfsa-video-icon,
#tfsa-video .tfsa-video-term.tfsa-video-med-term .tfsa-video-icon,
#tfsa-video .tfsa-video-term.tfsa-video-long-term .tfsa-video-icon {
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/spriteboard-video.png);
    background-size: 596px 220px;
    background-repeat: no-repeat;
    width: 42px;
    height: 47px;
}

#tfsa-video .tfsa-video-term.tfsa-video-short-term .tfsa-video-icon {
    background-position: 1px 0px;
}

#tfsa-video .tfsa-video-term.tfsa-video-med-term .tfsa-video-icon {
    background-position: -44px 0px;
}

#tfsa-video .tfsa-video-term.tfsa-video-long-term .tfsa-video-icon {
    background-position: -89px 0px;
}

#tfsa-video .tfsa-video-q-icon {
    width: 70px;
    height: 70px;
    border: 1px solid #d1d3d4;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
}

#tfsa-video .tfsa-video-q-icon:before {
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/spriteboard-video.png);
    background-size: 596px 220px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    width: 42px;
    height: 42px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#tfsa-video .tfsa-video-q-icon.tfsa-video-pig:before {
    background-position: -140px 0px;
    width: 32px;
    height: 38px;
}

#tfsa-video .tfsa-video-q-icon.tfsa-video-money:before {
    background-position: -177px 0px;
    width: 32px;
    height: 40px;
}

#tfsa-video .tfsa-video-term-flair {
    width: 140px;
    height: 68px;
    background-image: url(/static-tools/scotiabank/personal/investing/tfsa-video/images/spriteboard-video.png);
    background-size: 596px 220px;
    background-repeat: no-repeat;
    background-position: -1px -146px;
}

#tfsa-video .tfsa-video-term-flair.tfsa-video-term-flair-short {
    background-position: -1px -146px;
}

#tfsa-video .tfsa-video-term-flair.tfsa-video-term-flair-medium {
    background-position: -147px -146px;
}

#tfsa-video .tfsa-video-term-flair.tfsa-video-term-flair-long {
    background-position: -290px -146px;
}

#tfsa-video .tfsa-video-phone-only {
    display: none !important;
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-phone-only {
        display: block !important;
    }
}

#tfsa-video .tfsa-video-phone-hidden {
    display: block !important;
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-phone-hidden {
        display: none !important;
    }
}

#tfsa-video .tfsa-video-sr-only {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

#tfsa-video .tfsa-video-phone-intro {
    margin: 20px;
}

#tfsa-video .tfsa-video-content-wrapper {
    position: relative;
    width: 726px;
    margin: -15px auto 20px auto;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    #tfsa-video .tfsa-video-content-wrapper {
        width: 877px;
    }
}

@media only screen and (max-device-width: 767px) {
    #tfsa-video .tfsa-video-content-wrapper {
        width: 428px;
        margin: 20px auto;
        -ms-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
        border: 1px solid #d8d8d8;
        background-color: white;
    }
}

@media only screen and (max-width: 479px) {
    #tfsa-video .tfsa-video-content-wrapper {
        width: auto;
        margin: 20px;
    }
}

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



