.custom-parent-card {
  background: url("/assets/rbccm/images/gib/ecm/ecm-products-background.jpg")
    no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 30px 0 50px 0;
  border-radius: 5px;
}

.custom-heading {
  text-align: center;
  margin-bottom: 20px;
}

.custom-heading h2,
.custom-heading p {
  color: #fff;
}

.custom-heading h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.custom-nav-tabs-container {
  position: relative;
  margin-bottom: 10px;
}

.custom-nav-tabs {
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.custom-nav-tabs .custom-nav-item {
  flex: 1;
  text-align: center;
}

.custom-nav-link {
  color: #fff;
  border-color: #ffcc00;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  background-color: transparent;
  padding: 10px 5px;
  font-size: 12px;
}

.custom-nav-link.active {
  color: #fff;
  border-color: transparent transparent #ffc107 transparent;
  border-bottom-width: 3px;
}

.custom-nav-link:hover {
  border-color: transparent transparent #ffc107 transparent;
  border-bottom-width: 3px;
}

#product-select {
  margin-bottom: 25px;
}

.custom-child-card {
  background-color: transparent;
  color: #fff;
  padding: 20px 5px 10px 20px;
  border-radius: 5px;
}

.custom-child-heading {
  text-align: center;
  color: #fff;
}

.custom-child-heading h3 {
  color: #fff;
  font-family: "RBCDisplay", Georgia, Times, serif;
  font-size: 24px;
}

.custom-spacing {
  margin-top: 40px;
}

.custom-info-box,
.custom-box1 {
  background: rgba(8, 31, 67, 90%);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #f7c750;
  color: #fff;
}

.custom-info-box *,
.custom-box1 * {
  color: #fff;
}

.custom-box1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 382px !important;
}

.custom-box1 .big {
  font-family: "RBCDisplay", Georgia, Times, serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 10px;
}

.custom-box1 span {
  font-size: 18px;
}

.custom-info-box .title {
  font-size: 22px;
  font-family: "RBCDisplay", Georgia, Times, serif !important;
  line-height: 130%;
  margin-top: 10px;
}

.custom-child-card .title {
  text-align: left;
}

.custom-info-box .carousel-inner > .item {
  padding-top: 1px;
}

.custom-info-box .fa-chevron-down {
  margin-right: auto;
  margin-left: auto;
  left: 48%;
  position: absolute;
  bottom: 20px;
  opacity: 0;
}

.custom-spotlight-box {
  display: flex;
  background-color: transparent;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}

.custom-spotlight-box img {
  max-width: 50%;
  border-radius: 5px;
  margin-right: 0;
}

.learn-more:after {
  color: #006ac3;
  margin-left: 5px;
  font-size: 12px;
}

.overlay .learn-more:after {
  color: white;
}

.learn-more:hover,
.learn-more:focus,
.learn-more:active {
  text-decoration: underline;
  border: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-item {
  border-bottom: solid #9f7805;
}

.nav-item.active {
  border-bottom: solid #f7c750;
}

.nav-tabs .nav-link {
  color: #fff;
  padding: 2px 5px;
  font-size: 16px;
  font-family: "Roboto Light", "Roboto", Arial, sans-serif;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  color: #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.card-header-tabs .nav-tabs .nav-item.show .nav-link,
.card-header-tabs .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  flex-direction: column;
}

.quote,
.quote p {
  font-family: "Roboto Light", "Roboto", Arial, serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}

.quote.lquotation {
  padding-top: 10px;
  padding-left: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.quote.rquotation {
  padding-right: 20px;
  position: relative;
}

.lquotation:before {
  content: "\201C";
  font-size: 90px;
  color: #fff;
  line-height: 110%;
  left: 0;
  position: absolute;
  margin-bottom: 30px;
  font-family: "RBCDisplay", Georgia, Times, serif;
  top: 10px;
}

.rquotation:after {
  content: "\201D";
  font-size: 90px;
  color: #fff;
  line-height: 100%;
  position: absolute;
  font-family: "RBCDisplay", Georgia, Times, serif;
  margin-left: 10px;
  margin-top: 2px;
}

.attribution-wrapper {
  padding-top: 10px;
}

.attribution-wrapper .attribution {
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 50px;
}

.attribution-wrapper .img-circle {
  max-width: 72px;
  margin-top: -5px;
  filter: grayscale(1);
}

.attribution-wrapper .attribution .title {
  font-size: 16px;
  font-weight: normal !important;
  font-family: "Roboto Light", "Roboto, Arial, sans-serif" !important;
}

.btn-box {
  padding-bottom: 13px;
  color: #3f5a77;
  opacity: 1;
  width: 45px;
  text-align: center;
  margin-left: 0;
  margin-top: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.btn-box:focus,
.btn-box:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.5;
}

.xs-shrink-box .text-box {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .xs-shrink-box {
    transition: all 1s ease, border 0s;
  }

  .xs-shrink-box .text-box .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs-shrink-box:hover {
    cursor: pointer;
  }

  .xs-shrink-box:not(.active):hover {
    border: 2px solid #fff;
  }

  .xs-shrink-box:not(.active):hover .quote,
  .xs-shrink-box:not(.active):hover .text-box {
    transform: translateY(-10px);
  }

  .xs-shrink-box:not(.active):hover .fa-chevron-down {
    opacity: 1;
  }

  .sm-shrink-wrapper {
    transition: width 1s ease;
  }

  .sm-shrink-wrapper.active {
    width: 100%;
    height: auto;
  }

  .xs-shrink-box.active {
    background-color: #ffcc00;
    border: solid #ffcc00;
    max-height: 500px;
    height: auto !important;
  }

  .xs-shrink-box.active * {
    color: #003168;
  }

  .xs-shrink-box.active:hover {
    cursor: default;
  }

  .xs-shrink-box.active .btn-box {
    display: block;
    margin-top: -5px;
    width: 25px;
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    right: 10px;
  }

  .quote,
  .quote.lquotation,
  .quote.rquotation {
    padding: 10px;
    margin-top: 30px;
  }

  .quote.lquotation:before,
  .quote.rquotation:after {
    content: none;
  }

  .lquotation.center:before {
    left: 46%;
  }

  .xs-shrink-box.active .lquotation.center:before {
    color: #003168;
    left: 46%;
    font-size: 110px;
  }

  .xs-shrink-box .attribution-wrapper .attribution {
    text-align: center;
    margin-left: 0;
  }

  .xs-shrink-box .attribution-wrapper .attribution p {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div.xs-shrink-box:not(.active) {
    max-height: 247px;
    overflow: hidden;
    height: 247px !important;
  }

  div.xs-shrink-box:not(.active) .quote {
    height: 162px;
    overflow: hidden;
    transition: all 1s ease;
  }

  div.xs-shrink-box:not(.active) .text-box {
    height: 192px;
    overflow: hidden;
    transition: all 1s ease;
  }

  .xs-shrink-box.active .sm-ellipsis:after {
    content: none;
  }
}

@media (max-width: 767px) {
  .custom-nav-tabs-container {
    border-top: 1px solid #f7c750;
    height: 1px;
  }

  .card-header-tabs {
    display: none;
  }

  .tab-pane.active {
    overflow: hidden;
  }

  .custom-child-card {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-info-box {
    background: transparent;
    border: 1px solid #f7c750;
    height: auto;
  }

  .custom-spotlight-box {
    flex-wrap: wrap;
  }

  .custom-spotlight-box img {
    max-width: 100%;
  }

  .custom-spotlight-box .white-box-text {
    min-height: 230px;
  }

  .carousel-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .custom-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  div.xs-shrink-box:not(.active) {
    max-height: 200px;
    overflow: hidden;
    height: 200px !important;
  }

  div.xs-shrink-box:not(.active) .quote {
    height: 116px;
    overflow: hidden;
    transition: all 1s ease;
  }

  div.xs-shrink-box:not(.active) .text-box {
    height: 143px;
    overflow: hidden;
    transition: all 1s ease;
  }

  .xs-shrink-box.active .xs-ellipsis:after {
    content: none;
  }

  .card-body {
    padding: 20px;
  }
}

@media (min-width: 767.98px) {
  .custom-nav-tabs-container {
    display: block;
  }
}

/* ── Sector carousel icon styles ── */

.icon-label {
  color: #0051a5;
  font-family: "Roboto Medium", "Roboto", Arial, sans-serif;
  font-size: 15px;
}

.small-icon .fa {
  color: #0051a5;
  font-size: 42px;
  line-height: 1;
}

.small-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.icon-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 40px;
  justify-content: center !important;
}

#ecm-carousel .item {
  padding: 50px 0;
}

#ecm-carousel .carousel-inner {
  margin-left: 10px;
  margin-right: 10px;
}

#ecm-carousel .carousel-control .fa {
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
  position: absolute;
}

a.left.carousel-control {
  left: -25px;
  opacity: 1;
}

a.right.carousel-control {
  right: 0px;
  opacity: 1;
}

/* ── Carousel indicators ── */

.carousel-indicators {
  bottom: -55px;
}

.carousel-indicators li,
.carousel-indicators li button {
  width: 11px;
  height: 11px;
  margin: 1px 10px;
  background-color: #6f6e6f;
}

.carousel-indicators li button {
  display: block;
  border: 0;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

.carousel-indicators li.active {
  margin: 1px 10px;
}

.carousel-indicators li.active,
.carousel-indicators li.active button {
  background-color: #0051a5;
  border-color: #0051a5;
  width: 11px;
  height: 11px;
  outline: 2px solid #0051a5;
  outline-offset: 4px;
}

.carousel-indicators li button:hover,
.carousel-indicators li button:focus {
  background: #001244;
}

/* ── Carousel controls ── */

.carousel-control .fa {
  color: #6f6e6f;
  opacity: 1;
  font-size: 60px;
  margin-top: 70px;
}

.carousel-control .fa:hover,
.carousel-control:focus .fa {
  color: #001244;
}

/* ── Responsive overrides ── */

@media (max-width: 767px) {
  .icon-row {
    margin-left: auto;
    margin-right: auto;
  }

  .small-icon {
    width: auto;
    height: auto;
  }

  .small-text {
    width: 30%;
  }

  #ecm-carousel .carousel-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 375px) and (max-width: 410px) {
  .icon-row {
    margin: 5px 0;
    margin-left: 6%;
  }
}

@media (min-width: 410px) and (max-width: 600px) {
  .icon-row {
    margin: 5px 0;
    margin-left: 10%;
  }
}

@media (min-width: 768px) {
  .icon-row {
    margin: 5px 0;
    margin-left: 0%;
  }
}

@media (max-width: 430px) {
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 18px;
    height: 18px;
  }
}

/* ── Complementary capabilities section styles ── */

.well-grey.tile {
  border: 2px solid #f7c750 !important;
  min-height: 151.406px;
}

.well-grey.tile h2 {
  color: #000;
}

.well-grey.tile p {
  color: #000;
}

.row.ipo-tiles h2 {
  color: #000;
}

.row.ipo-tiles p {
  color: #000;
}

h2,
#team-profiles h1 {
  font-family: "RBCDisplay", Georgia, Times, serif;
}

.gib-nav2 > li.active {
  background: #efefef;
  font-weight: bold;
}

.page-banner .breadcrumb {
  margin-top: 20px;
  font-size: 13px;
}

div#\31 741991828877 {
  padding-bottom: 50px;
}

#gib-secondary-nav a:hover {
  background: #efefef;
}

.btn-blue {
  border-radius: 0;
  background: #0051a5 !important;
  font-family: "Roboto Medium", "Roboto", Arial, Verdana, sans-serif !important;
  color: #fff;
  border: none;
}

p.read-watch {
  color: #000 !important;
}

.page-banner {
  border-bottom: none;
}

h2.blueheading {
  color: #006ac3;
}

a.white-box.tile--news.tile--gib.tile.mini-story.tile--white .white-box-text {
  padding: 25px 0px;
}

a.white-box.tile--news.tile--gib.tile.mini-story.tile--white {
  max-height: 500px;
  min-height: 500px;
  border: none !important;
}

p.subtitle {
  min-height: 40px;
}

.tile--gib.tile--white:hover .learn-more,
.tile--gib.tile--white:focus .learn-more,
.tile--gib-full.tile--white:hover .learn-more,
.tile--gib-full.tile--white:focus .learn-more {
  border-bottom: none;
}

.tile--news img {
  width: auto;
}

a.btn.btn-blue {
  border: 1px solid rgb(255, 255, 255);
}

.hero-text {
  padding: 40px 15px;
}

.well-grey {
  background: none;
  padding: 25px 10px;
}

a.btn.btn-blue.cta {
  min-width: 75%;
}

.row.ipo-tiles {
  margin-bottom: 20px;
}

div#showBtn {
  display: none;
}

@media (min-width: 992px) {
  .tile--gib {
    max-height: 600px;
    height: 600px !important;
  }
}

@media (min-width: 770px) {
  div#mobile-insight-btn {
    display: none;
  }

  h2#mobile-left {
    text-align: center;
  }
}

@media (max-width: 769px) {
  .well-grey,
  .well-tan {
    padding: 20px;
    margin-bottom: 20px !important;
  }

  .page-banner {
    margin-bottom: 0px;
  }

  .col-xs-2.col-sm-4.col-md-3.text-center.small-icon {
    margin-left: 0px;
    margin-right: 0px;
  }

  .white-box img,
  .tile--story img {
    max-width: 40px;
  }

  .page-banner h1 {
    margin-top: 45px;
    font-size: 30px;
  }

  .row.ipo-tiles {
    margin-bottom: 0px;
  }

  h2,
  #team-profiles h1 {
    font-size: 27px;
  }

  a.btn.btn-blue {
    width: 100%;
  }

  .well-grey.tile {
    min-height: 150.406px;
  }

  a.btn.btn-white {
    width: 100%;
  }

  .tile--gib {
    min-height: 595px !important;
  }

  #ecm-carousel .carousel-control .fa {
    top: 105%;
    margin-top: -20px;
    font-size: 40px;
    position: absolute;
  }

  div#showBtn {
    display: block;
  }

  .img-stretch.gib-team-profiles {
    min-height: 400px;
  }

  a.white-box.tile--news.tile--gib.tile.mini-story.tile--white {
    min-height: 450px !important;
  }

  div#desktop-insight-btn {
    display: none;
  }

  a.left.carousel-control {
    left: -25px;
  }

  a.right.carousel-control {
    right: 0px;
  }
}

@media (max-width: 400px) {
  .icon-row {
    margin: 5px -94px;
  }

  #team-profiles-carousel .owl-prev,
  #team-profiles-carousel .owl-next {
    transition: opacity 250ms ease-out;
    font-size: 40px;
    opacity: 0;
    text-align: center;
    display: block;
    width: 70px;
    height: 430px;
    line-height: 90px;
    top: 350px;
    position: absolute;
    color: #cecece;
  }

  .page-banner h1 {
    margin-top: 45px;
    font-size: 26px;
  }

  h2#equitiesHeading {
    font-size: 24px;
  }

  h2,
  #team-profiles h1 {
    font-size: 24px;
  }

  .col-xs-2.col-sm-4.col-md-3.text-center.small-icon {
    padding: 10px 25px;
  }
}

/* ── Additional section/page styles from HTML ── */

.page-banner--title .center-block p {
  max-width: 570px;
}

h2 {
  font-size: 32px;
  color: #003168;
}

.section h2 {
  margin-top: 60px;
  margin-bottom: 16px;
}

.lead-desc {
  max-width: 780px;
  color: #003168;
  font-family: Roboto, Arial, Verdana, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 130%;
}

/* Why RBC Capital Markets */
.mobile-carousel {
  padding-top: 25px;
}

h3.lead {
  color: #0051a5;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}

.border-blue {
  border-left: 2px solid #0051a5;
  margin-bottom: 10px;
}

.border-blue * {
  padding-left: 15px;
}

.mobile-carousel .row > .col-md-3:first-child .border-blue {
  border-left: none;
}

.mobile-carousel .row > .col-md-3:first-child .border-blue * {
  padding-left: 0px;
}

.mobile-carousel .slick-next:before,
.mobile-carousel .slick-prev:before {
  font-size: 28px;
  color: #0051a5;
}

.mobile-carousel p {
  color: #000;
}

/* stats marquee */
.blue-bg-top {
  padding-top: 60px;
}

#section-title {
  color: #fff;
  text-align: center;
}

.blue-bg-top.dark p {
  text-align: center;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.blue-bg-bottom {
  padding: 40px 15px 15px 15px;
}

.blue-bg-bottom .container-lg {
  width: 100%;
  max-width: 100%;
}

.marquee {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blue-bg-bottom .bottom-stat-section {
  height: 220px;
}

.blue-bg-bottom.dark .stat-item {
  display: flex;
  flex-direction: column;
}

.blue-bg-bottom.dark .stat-item h3 {
  font-family: "RBCDisplayLight", "RBCDisplay", Georgia, Times, serif;
  font-size: calc(15px + (45 - 33) * ((100vw - 300px) / (1200 - 300)));
  font-size: 28px;
  text-align: center;
  line-height: 110%;
  padding-bottom: 0;
  color: #ffc72c;
  min-height: 123px;
}

.blue-bg-bottom .stat-desc {
  text-align: center;
  font-family: "RBCDisplayLight", "RBCDisplay", Georgia, Times, serif;
  font-size: 17px;
}

.blue-bg-bottom button {
  display: none !important;
}

/* Our Core Capabilities */
#our-core-capabilities,
#core-capabilities {
  background-color: #e7eef1;
}

#our-core-capabilities h2 {
  color: #003168;
}

#core-capabilities {
  margin-bottom: 40px;
  padding-top: 30px;
}

#core-capabilities .tile--box {
  border: 1px solid transparent;
  margin-bottom: 64px;
  margin-top: 0px;
}

#core-capabilities .tile--box .img-stretch {
  min-height: 305px !important;
}

#core-capabilities .tile--box h3 {
  font-family: "RBCDisplay", Georgia, Times, serif !important;
  font-size: 28px;
  color: #0051a5;
  margin-bottom: 16px;
}

#core-capabilities .tile--box p,
#core-capabilities .tile--box li {
  font-size: 18px;
}

#core-capabilities .tile--box ul + p,
#core-capabilities .tile--box h3 + p {
  margin-bottom: 0;
}

/* Our complementary capabilities */
#complementary-capabilities h2 {
  margin-top: 40px;
}

#complementary-capabilities .tile--blue-over {
  margin-bottom: 30px;
}

#complementary-capabilities .tile--blue-over .img-stretch {
  min-height: 500px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#complementary-capabilities .tile--blue-over .overlay {
  text-transform: none;
  background: linear-gradient(90deg, rgba(1, 35, 70, 1) 25%, rgba(1, 63, 128, 1) 95%);
  padding: 30px 20px;
  min-height: 235px;
  display: flex;
  flex-direction: column;
}

#complementary-capabilities .tile--blue-over .overlay * {
  color: #fff;
  font-size: 11px;
  font-family: Roboto, Arial, Verdana, sans-serif;
  letter-spacing: 0;
}

#complementary-capabilities .tile--blue-over .overlay h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

#complementary-capabilities .tile--blue-over .overlay p {
  font-size: 14px;
  line-height: 130%;
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

#complementary-capabilities .tile--blue-over .overlay li {
  margin-bottom: 5px;
  line-height: 130%;
  font-size: 14px;
}

#complementary-capabilities .tile--blue-over sup {
  font-size: smaller !important;
}

#complementary-capabilities .tile--blue-over .overlay .learn-more {
  position: absolute;
  bottom: 20px;
}

#complementary-capabilities .tile--blue-over:hover a.img-stretch .learn-more span {
  border-bottom: 1px solid white;
}

/* Market Insights */
#market-insights {
  background-color: #fafafa;
}

#insights-carousel {
  height: 286px;
  visibility: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: -15px;
  margin-left: -15px;
}

.insight-carousel-content {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 20, 41, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 33, 68, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 33, 68, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 33, 68, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6002144", endColorstr="#00000000", GradientType=0);
}

#insights-carousel .tile--blue-over {
  cursor: pointer;
  position: relative;
}

#insights-carousel .item,
#insights-carousel .slick-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

#insights-carousel .slick-dots {
  bottom: initial;
  bottom: -15px;
  margin-bottom: 10px;
}

#insights-carousel .slick-dots button {
  background: transparent !important;
  border: 1px solid #0051a5 !important;
  border-radius: 50%;
  cursor: pointer;
  height: 11px !important;
  padding: 0;
  width: 11px !important;
}

#insights-carousel .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 10px;
}

#insights-carousel .slick-dots li button:before {
  content: none;
}

#insights-carousel .slick-active button {
  background: #0051a5 !important;
  border: 1px solid #0051a5 !important;
}

#insights-carousel .slick-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#insights-carousel .slick-dots li button:focus,
#insights-carousel .slick-dots li button:hover {
  background-color: #0051a5 !important;
  opacity: 1;
}

#insights-carousel .slick-prev:before {
  content: "\f104";
}

#insights-carousel .slick-next:before {
  content: "\f105";
}

#insights-carousel .slick-prev {
  left: 36%;
  top: 98%;
  z-index: 100;
}

#insights-carousel .slick-next {
  right: 36%;
  top: 98%;
  z-index: 100;
}

#insights-carousel .slick-next:before,
#insights-carousel .slick-prev:before {
  font-size: 20px;
  color: #0051a5;
  opacity: 1;
}
@media (max-width: 600px) {
  #insights-carousel .slick-prev {
    left: 30%;
  }

  #insights-carousel .slick-next {
    right: 30%;
  }
}

/* Structured notes promo tiles */
#regional-structured-notes h2 {
  margin-top: 40px;
}

.col-sm-6 .tile--blue-over .img-stretch {
  min-height: 235px !important;
}

.col-sm-6 .tile--blue-over .overlay {
  padding: 30px;
  background: rgba(0, 81, 165, 0.73);
}

.col-sm-6 .tile--blue-over .overlay h2 {
  font-size: 32px;
}

@media (min-width: 1700px) {
  .blue-bg-bottom.dark .stat-item h3 {
    font-size: 30px;
  }
}

@media (min-width: 1366px) and (max-width: 1699px) {
  .blue-bg-bottom.dark .stat-item h3 {
    min-height: 92px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .container-lg {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .blue-bg-bottom .container-lg {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  #core-capabilities .tile--box .img-stretch {
    min-height: 305px !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .tile--blue-over h2 {
    font-size: 26px !important;
    line-height: 110% !important;
  }

  .tile--blue-over p {
    line-height: 120% !important;
  }

  #core-capabilities .tile--box .img-stretch {
    min-height: 370px !important;
  }

  .container-lg,
  .blue-bg-bottom .container-lg {
    max-width: 991px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  #complementary-capabilities .tile--blue-over .img-stretch {
    min-height: 550px;
  }

  #complementary-capabilities .tile--blue-over .overlay {
    min-height: 250px;
  }
}

@media (max-width: 991px) {
  .border-blue,
  .mobile-carousel .row > .col-md-3:first-child .border-blue {
    border-left: 2px solid #0051a5;
    border-right: 2px solid #0051a5;
  }

  .border-blue * {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .mobile-carousel .slick-dots {
    bottom: -50px;
  }

  .mobile-carousel .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #0051a5;
  }
}

@media (min-width: 768px) {
  #core-capabilities .tile--box .white-box-text {
    padding-left: 40px;
    padding-right: 0;
  }

  #core-capabilities .tile--box .col-sm-pull-6 .white-box-text {
    padding-left: 0px;
    padding-right: 40px;
  }

  /* vertical align tile content */
  #core-capabilities .tile--box .row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #core-capabilities .tile--box .tile {
    height: auto !important;
  }

  #core-capabilities .tile--box .white-box-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  #core-capabilities .tile--box .col-sm-pull-6 .white-box-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  #core-capabilities .tile--box ul {
    margin-bottom: 0;
  }
  /* end vertical align */
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-carousel .slick-prev {
    left: 6%;
    top: 120px;
    z-index: 100;
  }

  .mobile-carousel .slick-next {
    right: 6%;
    top: 120px;
    z-index: 100;
    width: 20px;
  }

  #core-capabilities .tile--box .img-stretch {
    min-height: 450px !important;
  }

  #complementary-capabilities .tile--blue-over .img-stretch {
    min-height: 350px;
  }

  #complementary-capabilities .tile--blue-over .overlay {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .page-banner {
    background-position: bottom right;
  }

  .page-banner--title h1 {
    font-size: 30px;
  }

  .page-banner--title .center-block p {
    margin-top: 20px !important;
  }

  h2 {
    font-size: 24px;
  }

  .lead-desc {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .section h2 {
    margin-top: 40px;
  }

  .mobile-carousel {
    padding-top: 5px;
  }

  .mobile-carousel .slick-prev {
    left: 7%;
    top: 120px;
    z-index: 100;
  }

  .mobile-carousel .slick-next {
    right: 7%;
    top: 120px;
    z-index: 100;
    width: 20px;
  }

  .blue-bg-top {
    padding-top: 40px;
  }

  .blue-bg-top.dark h2 {
    margin-bottom: 20px;
  }

  .blue-bg-bottom {
    padding-top: 30px;
  }

  .blue-bg-bottom.dark .stat-item h3 {
    font-size: 26px;
    line-height: 110%;
    min-height: 57px;
  }

  .blue-bg-bottom.dark .stat-item .stat-desc {
    font-size: 18px;
  }

  .blue-bg-bottom .bottom-stat-section {
    height: 140px;
  }

  #core-capabilities .img-stretch {
    min-height: 160px !important;
  }

  #core-capabilities .tile--box {
    margin-bottom: 10px;
  }

  #core-capabilities .tile--box .white-box-text {
    padding: 15px 0;
  }

  #core-capabilities .tile--box h3 {
    font-size: 20px;
    line-height: 120%;
  }

  #core-capabilities .tile--box p,
  #core-capabilities .tile--box li {
    font-size: 16px;
  }

  #complementary-capabilities h2 {
    margin-top: 0px;
  }

  #complementary-capabilities .tile--blue-over .img-stretch {
    min-height: 400px;
  }

  #complementary-capabilities .tile--blue-over .overlay {
    min-height: 250px;
  }
}

@media (max-width: 575px) {
  .mobile-carousel .slick-prev,
  .mobile-carousel .slick-next {
    top: 142px;
  }

  .mobile-carousel .slick-prev {
    left: 8%;
  }

  .mobile-carousel .slick-next {
    right: 8%;
  }
}

@media (max-width: 500px) {
  .blue-bg-bottom .bottom-stat-section {
    height: 190px;
  }
}

.sector-slide {
  padding: 20px;
}

.sector-slide .icon-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 40px;
  justify-content: center;
}

.img-stretch,
.img-stretch h1,
.img-stretch h2,
.img-stretch h3,
.img-stretch h4,
.img-stretch h5,
.img-stretch h6,
.img-stretch p,
.img-stretch li,
.img-stretch span,
.img-stretch a {
  color: #fff !important;
}

.btn {
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.9px;
  line-height: 130%;
  padding: 10px 22px;
  margin-right: 10px;
}

.btn-primary,
a.btn-primary {
  background: #002750;
  color: #fff;
  border: 2px #002750 solid;
}

.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:focus {
  background: #0051a5;
  border-color: #0051a5;
  color: #fff;
}