@charset "utf-8";
/* CSS Document */

.jumbotron.parallax {
	padding-top: 230px;
	background-image: url("/mss/solutions/issuer-services/agency/assets/img/jumbotron/jumbotron.jpg");
}
@media (max-width: 767px) {
	.jumbotron.parallax {
		padding-top: 100px;
	}
}
@media (max-width: 991px) {
	.jumbotron.parallax {
		padding-top: 180px;
	}
}
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
	.jumbotron.parallax {
		background-image: url("/mss/solutions/issuer-services/agency/assets/img/jumbotron/jumbotron-2x.jpg");
	}
}

/* ---------------------------------------- MISC ---------------------------------------- */
#home h1 {
    font-size: 3.625rem !important;
}
.custom-control-description {
    padding-left: 0.2em;
}
a.doc:before {
    content: "\f0f6";
    font-family: FontAwesome;
    padding-right: 4px;
    color: #53565a;
}
.b-1 {
    border: 1px solid #ccc;
}
.border-tangerine-2 {
    border: 2px solid #ed8b00;
}
.border-cyan-2 {
    border: 2px solid #00bdf2;
}
@media (max-width: 767px) {
    ol, ul {
        padding-left: 16px;    
    }
}
@media (max-width: 1199px) {
    .h2-md {
        font-size: 1.625rem !important;
    }
}
@media (max-width: 991px) {
    .h3-sm {
        font-size: 1.125rem !important;
    }
}

/* ------------------------------------------ JUMBOTRON ------------------------------------------ */
.jumbotron .hero {
    padding: 30px 15px;
}
#home .jumbotron {
    background: url("/tts/sa/digital-account-guide/assets/img/background/background-main.jpg") 50% 0 repeat fixed;
    min-height: 300px;
}

/* ------------------------------------ STORY TABS ------------------------------------ */
.story-tabs .nav-tabs {
    border: 0 none;
}
.story-tabs .nav-tabs>li {
    margin: 0;
    padding-right: 50px;
    position: relative;
}
.story-tabs .nav-tabs>li:after {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 2rem;
    position: absolute;
    top: 50px;
    left: 152px;
}
.story-tabs .nav-tabs>li:last-child:after {
    content: "";
}
.story-tabs .nav-tabs>li>a {
    width: 150px;
    height: 130px;
    border: 0 none;
    border-radius: 6px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #002d72;
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.story-tabs .nav-tabs>li>a:hover,
.story-tabs .nav-tabs>li.active>a, 
.story-tabs .nav-tabs>li.active>a:focus, 
.story-tabs .nav-tabs>li.active>a:hover {
    border: 0 none;
    background-color: #00bdf2;
    color: #fff;
}
.story-tabs .nav-tabs>li>a .story-tabs-step {
    font-size: 1.00rem;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transition: all .6s ease-in-out;
    transform: scale(1.5) translate3d(0,0,0) rotate(0.01deg);
}
.story-tabs .nav-tabs>li>a:hover .story-tabs-step,
.story-tabs .nav-tabs>li.active>a .story-tabs-step, 
.story-tabs .nav-tabs>li.active>a:focus .story-tabs-step, 
.story-tabs .nav-tabs>li.active>a:hover .story-tabs-step {
    transform: scale(1) translate3d(0,0,0) rotate(0.01deg);
}
.story-tabs .nav-tabs>li>a .story-tabs-text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transition: all .5s ease-in-out;
    transform: scale(1.5) translate3d(0,0,0) rotate(0.01deg);
}
.story-tabs .nav-tabs>li>a:hover .story-tabs-text,
.story-tabs .nav-tabs>li.active>a .story-tabs-text, 
.story-tabs .nav-tabs>li.active>a:focus .story-tabs-text, 
.story-tabs .nav-tabs>li.active>a:hover .story-tabs-text {
    max-height: 200px;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1) translate3d(0,0,0) rotate(0.01deg);
}
@media (max-width: 991px) {
    .story-tabs .nav-tabs>li>a {
        width: 130px;
        height: 130px;   
    }
    .story-tabs .nav-tabs>li:after {
        top: 44px;
        left: 140px;   
    }
    .story-tabs .nav-tabs>li>a .story-tabs-step,
    .story-tabs .nav-tabs>li>a .story-tabs-text {
        max-height: 200px;
        opacity: 1;
        transform: none;
    }
}
@media (max-width: 767px) {
    .story-tabs .nav-tabs {
        margin-bottom: 0 !important;
    }
    .story-tabs .nav-tabs>li {
        margin-bottom: 15px;
        padding-right: 10px;
    }
    .story-tabs .nav-tabs>li>a {
        width: 70px;
        height: 70px;   
    }
    .story-tabs .nav-tabs>li:after {
        content: ""; 
    }
    .story-tabs .nav-tabs>li>a .story-tabs-step {
        max-height: 200px;
        opacity: 1;
        font-size: 1rem;
        transform: none;
    }
    .story-tabs .tab-pane h2 {
        word-break: break-word;
    }
}

/* ------------------------------------ TREE CHART ------------------------------------ */
.tree-chart-box {
    width: 100%;
    height: 120px;
    border-radius: 6px;
    display: table;
    background: #002d72;
}
.tree-chart-text {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.tree-chart-vertical-line {
    width: 2px;
    height: 30px;
    margin: 0 auto;
    background-color: #97999b;
    text-align: center;
}
.tree-chart-horizontal-line {
    width: 83.5%;
    height: 2px;
    margin: 0 auto;
    background-color: #97999b;
    text-align: center;
}
@media (min-width: 992px) {
    .tree-chart-horizontal-line {
        width: 82.7%;
    }
}
@media (min-width: 1200px) {
    .tree-chart-horizontal-line {
        width: 82.2%;
    }
}

/* ---------------------------------------- COLS ---------------------------------------- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .col-sm-offset-5ths {
        margin-left: 40%;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* ------------------------------------------ TABLES ------------------------------------------ */
.table>thead>tr>th {
    background-color: #eee;
    color: #53565a;
    vertical-align: middle;
}
.table td,
.table th {
    vertical-align: middle;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border-color: #ccc;
}
#country-comparison-select .form-group {
    margin: 0;
}
#country-comparison-select td,
#country-comparison-select th,
#country-comparison-populate td, 
#country-comparison-populate th {
    width: 15%;
}
#country-comparison-populate .table-main-head {
    border-right: 0 none;
    background-color: #97999b;
    color: #fff;
    text-align: left;
}
#country-comparison-populate .table-sub-head,
.country-comparison-populate-headings {
    background-color: #eee;
    text-align: left;
}
#country-comparison-populate td {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
#country-comparison-populate tr:last-child td {
    text-align: left;   
}
#country-comparison-populate [class^="rowBreak"] td {
    border-right: 0 none;
    border-left: 0 none;
    background-color: #97999b;
}
@media (max-width: 767px) {
    .table-responsive>#country-comparison-populate>tbody>tr>td, 
    .table-responsive>#country-comparison-populate>tbody>tr>th, 
    #incremental-account-opening .table-responsive>.table>tbody>tr>td, 
    #incremental-account-opening .table-responsive>.table>tbody>tr>th {
        white-space: normal;
    }
}

/* ------------------------------------------ MAP ------------------------------------------ */
.map {
    position: relative;
}
.map-key-box {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
.map-point {
    position: absolute;
}
.map-dropdown-list {
    position: relative;
    z-index: 10;   
}
@media (max-width: 991px) {
    .map-dropdown-list li {
        font-size: 0.825rem;
    }
}

/* ------------------------------------------ EBAM MAP ------------------------------------------ */
#ebam-map .map-point.north-america {
    top: 0;
    left: 0;
}
#ebam-map .map-point.latin-america {
    top: 250px;
    left: 0;
}
#ebam-map .map-point.western-europe {
    top: 0;
    left: 400px;
}
#ebam-map .map-point.africa {
    top: 160px;
    left: 330px;
}
#ebam-map .map-point.europe-middle-east {
    top: 120px;
    left: 540px;
}
#ebam-map .map-point.asia-pacific {
    top: 180px;
    right: 0;
}
#ebam-map .map-point a {
    background: rgba(238,238,238,.6);
}
#ebam-map .map-point a:hover,
#ebam-map .map-point a[aria-expanded="true"] {
    background: #eee;
}
#ebam-map .map-point h4 {
    padding-top: 4px;
}
#ebam-map .map-point.europe-middle-east h4 {
    padding: 0;
}
@media (max-width: 1199px) {
    #ebam-map .map-point.western-europe {
        left: 300px;
    }
    #ebam-map .map-point.africa {
        left: 240px;
    }
    #ebam-map .map-point.europe-middle-east {
        top: 100px;
        left: 410px;
    }
}
@media (max-width: 991px) {
    #ebam-map .map-point.latin-america {
        top: 150px;
    }
    #ebam-map .map-point.western-europe {
        left: 240px;
    }
    #ebam-map .map-point h4 {
        padding-top: 10px;
        font-size: 1rem !important;
    }
}
@media (max-width: 767px) {
    #ebam-map .map-point {
        position: static;
    }
    #ebam-map .map-point h4 {
        float: left !important;   
    }
}

/* ---------------------------------------- GLOBAL SERVICE MAP ---------------------------------------- */
#global-service-map .map-point {
    padding: 10px;
    background: rgba(238,238,238,.6);
}
#global-service-map .map-point.nam {
    top: 175px;
    left: 241px;
}
#global-service-map .map-point.latam-1 {
    top: 238px;
    left: 143px;
}
#global-service-map .map-point.latam-2 {
    top: 300px;
    left: 227px;
}
#global-service-map .map-point.emea {
    top: 119px;
    left: 481px;
}
#global-service-map .map-point.apac-1 {
    top: 165px;
    right: 169px;
}
#global-service-map .map-point.apac-2 {
    top: 298px;
    right: 201px;
}
@media (max-width: 1199px) {
    #global-service-map .map-point.nam {
        top: 141px;
        left: 196px;
    }
    #global-service-map .map-point.latam-1 {
        top: 190px;
        left: 118px;
    }
    #global-service-map .map-point.latam-2 {
        top: 240px;
        left: 185px;
    }
    #global-service-map .map-point.emea {
        top: 94px;
        left: 396px;
    }
    #global-service-map .map-point.apac-1 {
        top: 131px;
        right: 122px;
    }
    #global-service-map .map-point.apac-2 {
        top: 241px;
        right: 147px;
    }
}
@media (max-width: 991px) {
    #global-service-map .map-point {
        font-size: 1rem !important;
    }
    #global-service-map .map-point.nam {
        top: 102px;
        left: 152px;
    }
    #global-service-map .map-point.latam-1 {
        top: 143px;
        left: 87px;
    }
    #global-service-map .map-point.latam-2 {
        top: 184px;
        left: 140px;
    }
    #global-service-map .map-point.emea {
        top: 70px;
        left: 300px;
    }
    #global-service-map .map-point.apac-1 {
        top: 98px;
        right: 91px;
    }
    #global-service-map .map-point.apac-2 {
        top: 182px;
        right: 111px;
    }
}
@media (max-width: 767px) {
    #global-service-map .map-point {
        display: none;
    }
}

/* ---------------------------------------- SEQUENCE ---------------------------------------- */
.sequence-item-text {
    position: relative;
}
.sequence-item-text:after {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 2rem;
    position: absolute;
    top: 40%;
    left: 101%;
    color: #53565a;
    z-index: 10;
}
.sequence > div:last-child .sequence-item-text:after {
    content: "";
}
@media (max-width: 991px) {
    .sequence-item {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .sequence-item:first-child {
        padding-left: 15px !important;
    }
    .sequence-item:last-child {
        padding-right: 15px !important;
    }
    .sequence-item-text:after {
        font-size: 1rem;
        color: #fff;
        left: 95%;
    }
}
@media (max-width: 767px) {
    .sequence,
    .sequence-item,
    .sequence-item-text {
        display: block;
    }
    .sequence-item,
    .sequence-item:first-child,
    .sequence-item:last-child {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .sequence-item-text:after {
        top: auto;
        bottom: -10px;
        left: 48%;
        transform: rotate(90deg);
    }
    .sequence-item-text sup {
        font-size: 75%;
    }
}

/* ---------------------------------------- ESUBMIT PROCESS ---------------------------------------- */
.esubmit-process-arrow {
    font-size: 2.5rem;
}
@media (max-width: 991px) {
    .esubmit-process-arrow {
        transform: rotate(90deg);
    }
    .esubmit-process-center-stack-1 {
        padding-left: 0;
    }
    .esubmit-process-center-stack-2 {
        padding-right: 0;
    }
}
