﻿/* Site.css */

.dd-content-headline {
    color: #367A91;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
}

.news-item-title {
    color: #367A91;
    line-height: 34px;
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
}

.dd-content-headline {
    color: #367A91;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
}

/* Header.css */

.e-moneyger-link {
    color: white;
    margin-left: 1.1rem;
    font-weight: 200;
    position: relative;
    top: 5px;
}

.e-moneyger-link:hover {
    text-decoration: underline;
    color: white;
}

.article__content-headline {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
}

a.content-link {
    color: #2D406C;
    transition: color 0.75s;
}

a.content-link:hover {
    text-decoration: underline;
}

.slider-header {
    /*    font-size: 52px;
    line-height: 60px;
    font-weight: bold;*/
    margin: auto 0 15px;
}

    .slider-header h1 {
        text-shadow: none;
        font-family: capitolium-2, serif;
        font-size: 58px;
        font-weight: 700;
        line-height: 64px;
        letter-spacing: -2px;
        text-align: left;
        color: #004831;
    }

.footer .footer__nav a:focus, .footer .footer__nav a:hover {
    text-decoration: underline;
}

.slider-buttons {
    position:relative;
/*    top: 500px;
    right:15px;*/
    color:white;
}

#player {
    /*opacity: 0.75;*/
    font-size: 44px;
}

@font-face {
   font-family: 'slick';
   font-weight: normal;
   font-style: normal;
   src: url('./fonts/slick.eot');
   src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.map-overlay .quote-icon {
    position: relative;
    width: 26px;
    height: 38px;
}

.map-overlay .quote-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 75px;
    background-image: url(/images/SMBC_QuoteMark_Green.svg);
    background-repeat: no-repeat;
}

/* List.scss */
.list-stats div {
    line-height: 1;
    margin: 0;
    font-size: 11.5rem;
    letter-spacing: -.3rem;
    overflow: hidden
}

.list-stats .stat-info-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

.list-stats div span {
    font-size: 6.5rem;
    letter-spacing: 0;
}

.list-stats em {
    display: inline-block;
    font-style: normal;
    opacity: 0;
    transition: transform .8s, opacity .8s;
}

.list-stats .animate-up {
    transform: translateY(-100%);
}

.list-stats .animate-down {
    transform: translateY(100%);
}

.list-stats div * {
    font-family: myriad-pro, sans-serif;
    font-weight: 400 !important;
}

.list-stats.is-animated div em {
    opacity: 1;
    transform: translateY(0);
}

@media(max-width: 1199px) {
    .list-stats div {
        font-size: 9rem;
    }

    .list-stats .stat-info-text {
        font-size: 2rem;
    }
}

@media(max-width: 1023px) {
    .list-stats div {
        font-size: 6rem;
    }

      .list-stats .stat-info-text {
        font-size: 1.6rem;
    }
}

@media(max-width: 767px), screen and (max-width:812px) and (orientation:landscape) {
    .list-stats {
        display: block    
    }

      .list-stats div {
        font-size: 7.5rem;
    }

    .list-stats div span {
        font-size: 3.5rem;
    }

      .list-stats .stat-info-text {
        font-size: 1.5rem;
        margin: 1.3rem 0 0;
    }

      .list-stats li {
        max-width: 100%;
        padding: 0;
    }

    .list-stats li + li {
        margin: 3.8rem 0 0;
    }
}

/*Skip link styles*/
.skip {
    position:absolute;
    left: -1000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.skip:focus {
    position:static;
    width:auto;
    height:auto;
}

a.pagelink {
    color: #2d406c;
    text-decoration: underline;
}

a.pagelink:hover {
    text-decoration: none;
    color: #2d406c;
}

.list-actions a:focus span.learn-more-link {
    opacity: 100%;
}

.account-dropdown li {
    list-style: none;
}

.rich-raw-text-padding {
    padding-top: 4rem;
}

.btn-careers-light {
    display: inline-block;
    width: 103px; /* 101px on Figma but font size 18px won't align unless increased */
    background: #ffffff;
    color: #004831;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
    text-align: center;
    padding: 8px 10px 8px 10px;
    text-decoration: none !important;
    cursor: pointer;
    /* margin-bottom: 10px; */
    border-radius: 0;
    /* border-color: #C4D700; */
    border: 1px solid #C4D700;
    font-family: myriad-pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    top: 100px;
    position: relative;
}
.smbc-image-widget-copy .btn-careers-light {
    top: 45px;
    position: relative;
    right: 185px;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.article-big--animate.is-animated .article__content {
    padding: 0;
    max-width:763px;
}

@media (max-width: 500px) {
    .article-big--animate.is-animated .article__content {
        padding: 15px 0;
    }
}