.seq {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.slider_wrap {
    position: relative;
    height: 500px
}

#sequence {
    background-image: url(/static/img/Slide2.jpeg);
    background-size: cover
}

img.slider-fixed {
    position: absolute;
    bottom: 0px;
    right: 20%;
    width: 21%;
    min-width: 105px;
    max-width: 300px;
    z-index: 2
}

.utb_award {
    position: absolute;
    z-index: 2;
    top: 64px;
    right: 14%;
    background: #E5B822;
    color: #000;
    font-size: 18px;
    text-align: center;
    width: 115px;
    padding: 22px 5px 14px 5px;
    -webkit-box-shadow: 2px 2px 17px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 17px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 17px -4px rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2
}

.award_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 75px 0 0;
    border-color: #E5B822 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 100%
}

.award_triangle_right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 76px 35px 0;
    border-color: transparent #E5B822 transparent transparent;
    position: absolute;
    right: 0;
    top: 100%
}

.opacity-bar-top {
    background: rgba(1, 1, 1, 0.6) none repeat scroll 0% 0%
}

.opacity-bar-top .inner {
    margin-top: 8em;
    font-size: 1.8em
}

.opacity-bar-bottom,
.opacity-bar-bottom2 {
    width: 100%;
    height: 60px;
    background: rgba(1, 1, 1, 0.4) none repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px
}

.opacity-bar-bottom2 {
    background: none
}

.opacity-bar-full {
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.6) none repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    z-index: -1
}

.title {
    font-size: 1.8em;
    line-height: 1.3em;
    color: #fff !important;
    font-family: verdana, arial, sans-serif;
    font-weight: 100;
    transition: all 0.2s ease 0.2s, all 200ms ease 0.2s
}

.title:hover,
.title:focus,
.title:active {
    color: #F0C63B !important
}

.circle {
    border-radius: 50%;
    margin: 0.15em;
    font-size: 0.6em;
    position: relative;
    top: -0.2em;
    left: .2em
}

.fa-chevron-right {
    color: #000;
}

.bottom-caption {
    width: 50%;
    height: 47px;
    background: transparent url("/static/img/wu_spec_banking.png") no-repeat scroll 0% 0% / contain;
    background: transparent url("/static/img/wu_spec_banking.svg") no-repeat scroll 0% 0% / contain;
    position: absolute;
    top: 8px;
    left: 1em
}

.bottom-caption2 {
    width: 50%;
    height: 47px;
    background: transparent url("/static/img/wu_rewarding_deposits.png") no-repeat scroll 0% 0% / contain;
    background: transparent url("/static/img/wu_rewarding_deposits.svg") no-repeat scroll 0% 0% / contain;
    position: absolute;
    top: 8px;
    left: 1.9em
}

.caption_wrap {
    border: 1px solid green;
    font-size: 2.7em
}

.slide-inner {
    width: 1020px;
    margin: 0 auto
}

.seq {
    position: relative;
    overflow: hidden;
    color: white;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: background-color;
    transition-duration: .5s;
    transition-property: background-color
}

.seq-canvas,
.seq-canvas>* {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.seq-canvas>* {
    position: absolute;
    box-sizing: border-box;
    height: auto;
    top: 0;
    bottom: 0
}

.feature {
    width: 70%;
    max-width: 100%;
    height: auto
}

@media only screen and (min-width: 460px) and (min-height: 520px) {
    .feature {
        width: 100%
    }
}

.valign:before {
    content: "";
    height: 100%
}

.valign:before,
.valign>.vcenter {
    display: inline-block;
    vertical-align: middle
}

.valign {
    font-size: 0
}

.valign>.vcenter {
    font-size: 16px
}

.title {
    margin: 0;
    opacity: 0;
    -webkit-transform: translateX(50px) translateZ(0);
    transform: translateX(50px) translateZ(0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform
}

.seq-in .title {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0)
}

.seq-out .title {
    opacity: 1;
    -webkit-transform: translateX(-50px) translateZ(0);
    transform: translateX(-50px) translateZ(0)
}

.opacity-bar-full,
.opacity-bar-top,
.opacity-bar-bottom,
.opacity-bar-bottom2 {
    opacity: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform
}

.seq-in .opacity-bar-full {
    opacity: 1
}

.seq-in .opacity-bar-top,
.seq-in .opacity-bar-bottom,
.seq-in .opacity-bar-bottom2 {
    opacity: 1
}

.seq-out .opacity-bar-full,
.seq-out .opacity-bar-bottom,
.seq-in .opacity-bar-bottom2,
.seq-out .opacity-bar-top,
{
    opacity: 1
}

.feature {
    -webkit-transform: translateZ(0) scale(0);
    -webkit-transition-duration: .5s;
    -webkit-transition-property: transform, opacity;
    transform: translateZ(0) scale(0);
    transition-duration: .5s;
    transition-property: transform, opacity
}

.seq-in .feature {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.seq-out .feature {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 0
}

.nav {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 2.5em;
    max-width: 640px;
    width: 100%;
    border: none;
    margin: 0 auto;
    padding: 0
}

.seq-next,
.seq-prev {
    padding: 0;
    background: transparent;
    border: none;
    padding: .75em;
    cursor: pointer;
    color: white;
    font-size: .75em;
    text-transform: uppercase;
    opacity: .7;
    -webkit-transition-duration: .8s;
    -webkit-transition-property: opacity;
    transition-duration: .8s;
    transition-property: opacity
}

.seq-next:hover,
.seq-prev:hover {
    opacity: 1
}

.seq-next,
.seq-prev,
.seq-pagination {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0
}

.seq-pagination {
    margin: 0 1em;
    padding: 0
}

.seq-pagination li {
    position: relative;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    margin: 0 .25em
}

.seq-pagination li:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: .5em;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition-duration: .8s;
    -webkit-transition-property: opacity;
    transition-duration: .8s;
    transition-property: opacity
}

.seq-pagination .seq-current:before {
    opacity: .7
}

.seq-pagination img,
.seq-pagination a {
    display: block;
    border: none
}

@media screen and (max-width:780px) {
    .slider_wrap {
        height: 300px
    }
    .opacity-bar-top .inner {
        margin-top: 6em;
        font-size: 1.3em
    }
    img.slider-fixed {
        z-index: 2;
        bottom: 60px;
        right: 9%
    }
    .utb_award {
        left: 20px;
        font-size: 14px;
        width: 102px;
        padding: 8px 5px
    }
    .award_triangle {
        border-width: 28px 75px 0 0
    }
    .award_triangle_right {
        border-width: 0 76px 28px 0
    }
    .bottom-caption {
        width: 90%;
        height: 36px;
        background: transparent url("/static/img/wu_spec_banking.png") no-repeat scroll 0% 0% / contain;
        background: transparent url("/static/img/wu_spec_banking.svg") no-repeat scroll 0% 0% / contain;
        position: absolute;
        left: 1em;
        top: 1em
    }
    .bottom-caption2 {
        width: 90%;
        height: 36px;
        background: transparent url("/static/img/wu_rewarding_deposits.png") no-repeat scroll 0% 0% / contain;
        background: transparent url("/static/img/wu_rewarding_deposits.svg") no-repeat scroll 0% 0% / contain;
        position: absolute;
        left: 1em;
        top: 1em
    }
    .opacity-bar-bottom {
        background: rgba(1, 1, 1, 1) none repeat scroll 0% 0%;
        opacity: 1
    }
    .opacity-bar-bottom2 {
        background: rgba(1, 1, 1, 1) none repeat scroll 0% 0%;
        opacity: 1
    }
    .slide-inner {
        width: 100%
    }
}

@media screen and (max-width:450px) {
    .slider_wrap {
        height: 300px;
        top: -60px
    }
    .opacity-bar-top .inner {
        margin-top: 3em;
        font-size: 1em
    }
    .utb_award {
        top: -1px
    }
}