@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);.c-blue-banner{text-decoration:none}
.c-blue-banner .blue-banner-container{border:1px solid #1a65b2;border-radius:.25rem}
.c-blue-banner .blue-banner-container div:first-child{margin:1rem 1rem 0}
.c-blue-banner .banner-white{background-color:#fff}
.c-blue-banner .banner-lightblue{background-color:#e5edf7}
.c-blue-banner img{float:none;max-height:3rem;max-width:3rem;padding:0 1rem 1rem 0}
.c-blue-banner .banner-title{font-size:1pc;margin-bottom:.5rem;margin-top:0}
.c-blue-banner p{color:#1d1d1d;display:table;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Helvetica Neue,sans-serif;font-size:1pc;line-height:1.5rem;margin:0;padding:0}
.c-blue-banner .banner-content{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;margin-bottom:1.75rem}
.c-blue-banner .banner-content div{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Helvetica Neue,sans-serif;font-size:1pc}
.c-blue-banner .links{margin-top:1.75rem}
.c-blue-banner .links a{display:block}
.c-blue-banner .links a:first-child{margin-bottom:1.75rem}
@media(min-width:768px){.c-blue-banner img{float:left;max-height:3rem;max-width:3rem;padding:0 1rem 1rem 0}
.c-blue-banner .links{text-align:right;width:100%}
.c-blue-banner .links a{display:inline-block;margin-bottom:0;margin-left:1.75rem}
.c-blue-banner .links a:first-child{margin-bottom:0}
}