@font-face {
    font-family: 'SVBSans';
    src: url('/SVB_Assets/fonts/SVBSans-Light/SVB%20Sans%20W07%20Light_web.woff2') format('woff2'), url('/SVB_Assets/fonts/SVBSans-Light/SVB%20Sans%20W07%20Light_web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'SVBSans';
    src: url('/SVB_Assets/fonts/SVBSans-LightIta/SVB%20Sans%20W07%20Light%20Italic_web.woff2') format('woff2'), url('/SVB_Assets/fonts/SVBSans-LightIta/SVB%20Sans%20W07%20Light%20Italic_web.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'SVBSans';
    src: url('/SVB_Assets/fonts/SVBSans-Bold/SVBSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'SVBSans';
    src: url('/SVB_Assets/fonts/SVBSans-BoldIta/SVBSans-BoldIta.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'SVBSlab';
    src: url('/SVB_Assets/fonts/SVBSlab-Bold/SVBSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'SVBSans-Real';
    src: url('/SVB_Assets/fonts/SVBSans/SVBSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
/*
@font-face {
  font-family: "SVBSans";
  src: url("/fonts/SVBSans.eot");
  src: url("/fonts/SVBSans.eot?#iefix") format("embedded-opentype"), url("/fonts/SVBSans.woff") format("woff"), url("/fonts/SVBSans.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SVBSans-Bold";
  src: url("/fonts/SVBSans-Bold.eot");
  src: url("/fonts/SVBSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/SVBSans-Bold.woff") format("woff"), url("/fonts/SVBSans-Bold.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SVBSans-BoldItalic";
  src: url("/fonts/SVBSans-BoldIta.eot");
  src: url("/fonts/SVBSans-BoldIta.eot?#iefix") format("embedded-opentype"), url("/fonts/SVBSans-BoldIta.woff") format("woff"), url("/fonts/SVBSans-BoldIta.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SVBSansItalic";
  src: url("/fonts/SVBSans-Ita.eot");
  src: url("/fonts/SVBSans-Ita.eot?#iefix") format("embedded-opentype"), url("/fonts/SVBSans-Ita.woff") format("woff"), url("/fonts/SVBSans-Ita.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
*/
body {
  margin: 0;
  font-family: "SVBSans", Helvetica, Arial, sans-serif;
}
ul {
  list-style-type: disc;
}
a,
a:visited {
    color: #006485;
    text-decoration: none;
}
    a:hover {
        color: #00A1D6;
    }
    a.arrow,
    a.arrow:visited {
        background: url("/SVB_Assets/images/learning-central/triangle-white-right.gif") no-repeat 0 2px transparent;
        padding-left: 15px;
    }
.svb-header-container {
    width: 100%;
    background: url("/SVB_Assets/images/learning-central/tile-bg.png");
    background-repeat: repeat;
}
.svb-header {
  clear: both;
  width: 90%;
  color: #333;
  font-size: 13px;
  vertical-align: middle;
  max-width: 1440px;
  margin: 0 auto;
}
.svb-header-content {
  padding-top: 10px;
  padding-bottom: 20px;
}
.svb-header-left {
  float: left;
}
.svb-header-right {
  float: right;
  padding-top: 5px;
  position: relative;
}
.svb-header-logo {
  height: 36px;
  vertical-align: middle;
}
.svb-header-title {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 28px;
  color: White;
}
.svb-header-contactus {
  vertical-align: middle;
  margin-bottom: 4px;
}
/* contact us popup */
.contact-us-popup {
  width: 450px;
  position: absolute;
  top: 32px;
  left: -355px;
  background-color: #eff1f4;
  padding: 10px 10px 10px 10px;
  z-index: 4000;
  font-size: 1em;
  line-height: 1.375em;
  display: none;
}
.contact-us-popup h2 {
  color: #374e5a;
  font-family: "SVBSlab";
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  padding-left: 1px;
}
.contact-us-popup h3 {
  color: #374e5a;
  font-family: "SVBSans";
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.125em;
  margin: .5em 0 .25em 0;
}
.contact-us-popup a {
  font-size: 1em;
  line-height: 1.375em;
}
.contact-us-popup-table {
  width: 100%;
}
.contact-us-popup-table td {
  vertical-align: top;
}
.contact-us-more-contacts {
  font-size: 1.125em;
  line-height: 1.125em;
  padding: 5px 1px 5px 1px;
}
/* search button */
.searchfield {
  width: 260px;
  height: 27px;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: White;
  position: relative;
  z-index: 1100;
}
.searchfield input {
  width: 222px;
  height: 22px;
  line-height: 22px;
  font-family: arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  border: 0px;
  background: transparent;
  color: #757575;
  margin: 0;
  padding: 0px 4px 0 4px;
  position: relative;
  left: 4px;
  top: 3px;
}
    .searchfield .input-search-btn {
        position: absolute;
        left: 235px;
        padding: 9px 6px;
        height: 10px;
        width: 10px;
        background: url(/SVB_Assets/images/learning-central/search-icon.png) no-repeat 6px 9px;
    }
.grey-bar {
  height: 30px;
  background-color: white;
}
.svb-content {
  clear: both;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  color: #374e5a;
  font-size: 1em;
}
.svb-footer-container {
    width: 100%;
    background: url("/SVB_Assets/images/learning-central/tile-bg.png") left top;
}
.svb-footer {
  clear: both;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
}
.svb-footer-link {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
}
.svb-footer-copyright {
    margin-bottom: 20px;
    color: #fff;
}
.svb-footer-link {
  padding: 7px 12px;
  background: #004a6c;
}
.svb-footer-link:hover {
  background-color: #007eb9;
}
.svb-footer a {
  color: white;
}
/* Heading styles */
h1 {
  font-family: "SVBSans";
  font-weight: bold;
  font-size: 2.25em;
  color: #374e5a;
  margin-bottom: 30px;
}
h2 {
  font-family: "SVBSans";
  font-weight: normal;
  font-size: 1.0625em;
  line-height: 1.3125em;
  color: #666666;
  margin-bottom: 1.0em;
}
h3 {
  font-family: "SVBSans-Real";
  font-weight: normal;
  font-size: 1.375em;
  color: #374e5a;
}
h4 {
  color: #374e5a;
  margin-bottom: 10px;
}
/* home page styles */
.home-content {
  max-width: 1024px;
  margin: 0 auto;
}
.banner-container {
  display: flex;
  width: 100%;
  height: 240px;
  justify-content: space-around;
}
.banner {
  display: flex;
}
.banner-image {
  overflow: hidden;
}
.banner-message {
  background-color: #0095db;
  width: 35%;
  color: white;
  text-align: center;
}
.banner-title {
  padding-top: 65px;
  font-size: 2.0em;
  font-family: "SVBSlab";
  font-weight: bold;
}
.banner-text {
  font-size: 1.2em;
}
.banner-link {
  padding-top: 20px;
  font-size: 1.0em;
  font-weight: bold;
}
.whatsnew {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #eff1f4;
}
.whatsnew a {
  color: white;
}
.whatsnew-title {
  font-family: "SVBSans-Real";
  font-size: 1.625em;
  color: #374e5a;
  line-height: 2.0em;
}
.whatsnew-entry {
  background-color: #0095DB;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.whatsnew-entry-title {
  font-family: "SVBSans-Real";
  margin-bottom: 5px;
  font-size: 1.5em;
  color: white;
}
.whatsnew-entry-body {
  font-size: 1.125em;
  color: white;
}
.whatsnew-entry-link {
  font-family: SVBSans;
  font-weight: bold;
  font-size: 1.0em;
  color: white;
}
.popular {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.popular-title {
  font-family: "SVBSans-Real";
  font-size: 1.625em;
  color: #374e5a;
}
.popular ul {
  margin-top: 10px;
  padding-left: 0px;
  list-style: none;
  list-style-position: outside;
}
.popular ul li {
  position: relative;
  margin-left: 0px;
  margin-bottom: 5px;
  font-size: 1.125em;
}
.feature {
  margin-top: 25px;
  padding: 5px 5px 25px 25px;
  background-color: #eff1f4;
}
.feature-title {
  font-family: "SVBSans-Real";
  font-size: 1.625em;
  color: #374e5a;
  margin-bottom: 0px;
}
.feature-link {
  margin-top: 25px;
  padding-right: 10px;
  font-size: 1.125em;
}
/* search results styles */
.searchresults-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #006485;
}
/* left nav styles */
.left-nav {
  padding-right: 20px;
}
.ln-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #374e5a;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #374e5a;
}
.left-nav hr {
  background-color: #0095DB;
  margin-top: 2px;
  margin-bottom: 25px;
}
.ln-head {
  font-weight: bold;
  font-size: 1.4375em;
  color: #666666;
  margin-bottom: 15px;
}
.left-nav ul {
    margin-bottom: 60px;
    list-style-type: none;
    color: #006485;
    padding-left: 0px;
}
.left-nav ul li {
  position: relative;
  margin-left: 0px;
  margin-bottom: 15px;
  font-size: 1.125em;
}
.left-nav ul li.on > a {
  font-weight: bold;
}
.lc-content {
  border: 1px solid #B1B3B3;
  padding: 25px 50px 25px 50px;
  max-width: 768px;
}
.lc-content p,
.lc-content ul,
.lc-content ol {
  font-size: 1.125rem;
}
.lc-content p:first-child,
.lc-content ul:first-child,
.lc-content ol:first-child {
  margin-top: 0;
}
.lc-content ul:last-child,
.lc-content ol:last-child {
  margin-bottom: 0;
}
.lc-content img {
  max-width: 100%;
  width: auto;
  margin: auto;
  display: block;
  border: 1px solid #B1B3B3;
}
/* content table styles */
.lc-content table {
  border-collapse: collapse;
  line-height: 1.25rem;
  font-size: 1.125rem;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.lc-content table {
  border: 1px solid #7d96aa;
}
.lc-content th {
  border: 1px solid #7d96aa;
  background-color: #eff1f4;
  padding: 20px 15px 20px 15px;
  color: #00486c;
}
.lc-content td {
  border: 1px solid #7d96aa;
  padding: 10px 15px 10px 15px;
  color: #374e5a;
}
.lc-content ul,
ol {
  padding-left: 35px;
}
.lc-content li {
  margin: 0 0 10px 0;
}
.lc-content li ul,
.lc-content li ol {
  margin-top: 10px;
}
.lc-content ol ul {
  margin-top: 10px;
}
.lc-content ul ol {
  margin-top: 10px;
}
.lc-content img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lc-content blockquote {
  margin-bottom: 15px;
  padding: 10px;
  text-align: left;
  color: white;
  line-height: 1.25rem;
  font-size: 1.125rem;
  background-color: #BE531C;
}
/* accordion styles */
.lc-content h2 {
  color: white;
  font-family: "SVBSans-Real";
  font-size: 1.125em;
  line-height: 1.375em;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #00A3E0;
}
.lc-content .acc {
  display: none;
  margin-bottom: 50px;
}
/* related content*/
.related-content {
  border: 1px solid #B1B3B3;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 5px 10px;
}
.related-content .rc-title {
  color: #374e5a;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.related-content ul {
  font-size: 1rem;
  margin-bottom: 0;
}
.related-content ul li {
  margin-bottom: 5px;
  margin-left: 0px;
}
/* svb button */
.button {
  border: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
  display: table;
  text-transform: uppercase;
  padding-top: calc(0.6rem - .25ex);
  padding-bottom: calc(0.6rem - .45ex);
  padding-left: 0.9rem;
  padding-right: calc(0.9rem + 0.6rem);
  text-decoration: none !important;
  text-align: left;
  border: solid 1px #004b6c;
  color: #004b6c;
  font-size: 0.95rem;
  line-height: 1.1em;
  overflow: hidden;
  font-weight: normal !important;
  position: relative;
}
@media (min-width: 48em) {
  .button {
    padding-top: calc(0.6rem - .45ex);
    padding-bottom: calc(0.6rem - .35ex);
  }
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  width: 0;
  height: 0;
  border: solid 0.4rem transparent;
  border-left-color: inherit;
  -webkit-transform: translate(0.4rem, 0.4rem) rotate(45deg);
  -ms-transform: translate(0.4rem, 0.4rem) rotate(45deg);
  transform: translate(0.4rem, 0.4rem) rotate(45deg);
}
.button:hover {
  color: #fff !important;
  border-color: #004b6c;
  background-color: #004b6c;
}
.button:hover:after {
  border-left-color: #ffffff;
}
.button--clear-blue {
  border-color: #ffffff;
  color: #ffffff;
}
.button--clear-blue:hover {
  border-color: #00a3e0;
  background-color: #00a3e0;
}
.button--clear-darkblue {
  border-color: #ffffff;
  color: #ffffff;
}
.button--clear-darkblue:hover {
  border-color: #00558c;
  background-color: #00558c;
}
.button--white-darkblue {
    background-color: #ffffff;
    border-color: #006485;
    color: #006485;
}
.button--white-darkblue:hover {
  border-color: #00558c;
  background-color: #00558c;
}
.button--center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
/* breakpoints */
/* desktop */
@media only screen and (min-width: 769px) {
  .lc-content {
    min-height: 500px;
  }
}
/* tablet */
@media only screen and (max-width: 768px) {
  .contact-us-popup {
    left: -150px;
  }
  .banner-title {
    padding-top: 25px;
  }
}
/* smartphone */
@media only screen and (max-width: 600px) {
  .contact-us-popup {
    left: 0px;
  }
}
/* API Banking styles */
.content code,
.content pre,
.lc-content pre,
.lc-content code {
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
  font-size: 15px;
  line-height: 1.5;
}
.content code,
.lc-content code {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content code {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3px;
  border-radius: 3px;
}
.content pre > code {
  background-color: transparent;
  padding: 0;
}
code {
  white-space: pre;
}
.lc-content pre,
.lc-content blockquote {
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  margin: 0 15px;
}
@media (max-width: 750px) {
  .lc-content pre,
  .lc-content blockquote {
    border-radius: 0;
    margin: 0 -15px 40px;
  }
}
.lc-content pre > p,
.lc-content blockquote > p {
  margin: 0;
}
.lc-content pre a,
.lc-content blockquote a {
  border-bottom: dashed 1px #ccc;
  color: #fff;
  text-decoration: none;
}
.lc-content pre {
  background-color: #272b2d;
  margin-bottom: 40px;
  padding: 20px;
}
.lc-content blockquote > p {
  color: #d0d4d7;
  font-weight: 500;
  padding: 0 0 8px 0;
}
.lc-content code {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 3px;
}
.lc-content aside {
  text-shadow: 0 1px 0 #c6dde9;
  background: #8fbcd4;
  line-height: 1.6;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: 1em;
}

/* fancybox custom styles */
.fancybox-opened .fancybox-skin {
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.fancybox-skin {
    background: none;
    border: solid 1px #fff;
    border-radius: 0;
}

