 @font-face {
    font-family: 'ttnorms';
    font-weight: bold;
    font-style: normal;
  
    src: url('./fonts/tt_norms_bold-webfont.woff2') format('woff2'),
    url('./fonts/tt_norms_bold-webfont.woff') format('woff'),
    url('./fonts/tt_norms_bold.ttf') format('truetype'),
    url('./fonts/tt_norms_bold.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'ttnorms';
    font-weight: 600;
    font-style: normal;
  
    src: url('./fonts/tt_norms_medium-webfont.woff2') format('woff2'),
    url('./fonts/tt_norms_medium-webfont.woff') format('woff'),
    url('./fonts/tt_norms_medium.ttf') format('truetype'),
    url('./fonts/tt_norms_medium.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'ttnorms';
    font-weight: normal;
    font-style: normal;
  
    src: url('./fonts/tt_norms_regular-webfont.woff2') format('woff2'),
    url('./fonts/tt_norms_regular-webfont.woff') format('woff'),
    url('./fonts/tt_norms_regular.ttf') format('truetype'),
    url('./fonts/tt_norms_regular.otf') format('opentype');
  }

.bank {
    background-color: #FAFAFA; 
    margin-top: -70px;
}

.container {
    padding-top: 15px;
}

.row {
    margin: 0;
}

h1 {
	font-size: 24px;
	color:#DC1E35;
    font-family: 'ttnorms';   
    font-weight: bold;
}

.promotedcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.api-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.33);
    width: 272px;
    margin: 16px;
}

.api-block .icon {
    background-image: url(../image/promoted.svg);
    width: 144px;
    height: 144px;
}

.api-block h1 {
    font-size: 16px;
    align-self: flex-start;
    color: black;
    padding: 0 40px 0 40px;
}

.api-block p {
    font-size: 16px;
    align-self: flex-start;
    padding: 0 40px 40px 40px;
}

.accordionbutton {
    background-color: #EFEFEF;
    height: 56px;
    color:#DC1E35;
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
    width: 100%;
    border: none;
}

/* ============================================= */

h2 {
	font-size: 20px;
	color:#4F4F4F;
    font-family: 'ttnorms';   
    font-weight: bold;
}

p {
    font-size: 16px;
	font-weight: 500;
	color:#6D6D6D;
    font-family: 'ttnorms';
    margin-bottom: 10px;
}

.logo-align {
    text-align: center;
}

.center-content {
    display: flex;
    align-items: center;
}

.api h2 {
    text-align: center;
}

.api p {
    text-align: center;
}

.api-block img{
    padding-top: 15px;
}

.api-block a {
    font-size: 18px;
	font-weight: 500;
	color:#DC1E35;
    font-family: 'ttnorms';
}
.expander_icon {
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
}

.panel-heading .panel-title {
    color: #DC1E35;
}

.panel-heading.collapsed .panel-title {
    color: #4F4F4F;
}

.panel-heading.collapsed .expander_icon {
    background-image: url(../image/expander_plus.svg);
    width: 20px;
    height: 20px;
    margin: 0;
}

.panel-heading .expander_icon {
    background-image: url(../image/expander_minus.svg);
    width: 20px;
    height: 10px;
    margin-top: 5px;
}

.panel-default>.panel-heading {
    background-color: white;
    border: 1px solid #EFEFEF;
}

.panel-default>.panel-heading.white {
    background-color: white;
}

.panel-body {
    background-color: white;
}

.panel-body.white {
    background-color: white;
}

/* ovverride - remove border in expnder*/
.panel {
    border: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}

.disclamer {
    text-align: center;
}

.panel-title {
    font-size: 14px;
}

.search-arrow{
    background-image: url(../image/arrow_right.svg);
    background-color: white;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right;
    border-color: #fff;

    border: 0;
    box-shadow: none;
    border-radius: 0px;

    margin-left: -30px;
}

.isb-knowmore-email-box {
	width: 300px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 5px;
}

#isb-knowmore-email::-webkit-input-placeholder {
    padding-left: 32px;
    color: #919191;
    font-size: 18px;
    font-family: 'ttnorms';
}

.apilist .row {
    margin-bottom: 30px;
}



.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }

.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.tag {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 4px 16px;
    height: 32px;
    white-space: nowrap;
    word-wrap: none;
    color: #919191;
    border-radius: 16px;
    background: #fafafa;
}

.apilist button {
    margin: 0;
    padding: 0;
    transition: background-color .2s ease-in-out,color .2s;
    border: 0;
    background: 0 0;
    padding-left: 10px;
    padding-right: 10px;
}
.apilist button:focus {
    outline-width: 0;
}

.tag.active, .tag:active {
    color: #fff;
    background: #dc1e35;
}


.bank .container {
    margin-top: -20px;
}

.api-block .footer {
    position: absolute;
    bottom: 13px;
}

.modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
    box-shadow: 0 10px 60px rgba(0,0,0,.15) !important;
    border: 0px solid rgba(0,0,0,0) !important;
}

.modal {
    text-align: center;
    padding: 0!important;
  }

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 0px;
    min-height: 48px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35em;
    text-align: left;
    border-bottom: 0px solid #fff;
}

.modal-footer {
    border-top: 0px solid #fff;
}

.modal-header .close {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
}

.modal-header h1 {
    font-size: 20px;
}

.modal-body h2 {
    font-size: 20px !important;
}

.modal-body {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-top: 0px;
}

.modal-body p {
    font-size: 18px;
    margin: 15px 0 15px 0;
}

p a {
    color: #DC1E35;
}