.banner {
    text-align: left;
    background-color: #547ea0;
    padding: 10px 0;
    color: #fff;
    border-bottom-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebeef0;
    text-shadow: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page {
    max-width: 1140px;
    max-width: 71.25rem;
    _width: 1140px;
    padding-left: 10px;
    padding-left: .625rem;
    padding-right: 10px;
    padding-right: .625rem;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 78%;
    height: 60px;
}

.vp-center {
    display: block !important;
    width: 100%;
}


.portal-img {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 8px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    text-rendering: optimizelegibility;
}

.banner a {
    color: #2753d7;
    font-size: 14px;
}

.logo, .portal-logo {
    display: inline;
    float: left;
    margin: -3px 10px 0 -5px;
    text-align: center;
    width: auto;
}

.banner .banner-title {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
    width: 60%;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.heading {
    font-family: Helvetica,Helvetica,sans-serif;
    color: #183247;
}

.banner-title .heading {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

h1 {
    font-size: 22px;
    line-height: 43.75px;
}

h2 {
    padding-bottom: 12px;
    border-bottom: 1px solid #000000;    
    font-weight: 700;
}

body {
    color: rgb(33, 37, 41);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    orphans: 2;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    text-decoration-style: initial;
    text-decoration-color: initial;
    display: inline !important;
    float: none;
    margin: 0;
}

.centered-container
{
    display: flex;
    /**align-items: center; **/
    width: 100%;
    justify-content: center;
}

.content {
    /* margin-top: 28px; */
    max-width: 800px;
    width: 100%;
}

nav .breadcrumb {
    background-color: transparent;
    /* padding: 0; */
    /* margin-bottom: 28px; */
    color: #1f3f5e;
}

.help-article {
    padding-bottom: 28px;
}

.page-title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 22px;
    color: #10212f;
}

.page-intro,
.help-note {
    background: #ffffff;
    border: 1px solid #d8e2ea;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 16px 40px rgba(15, 36, 62, 0.06);
}

.page-intro p,
.help-note p,
.steps-list p {
    margin: 0 0 14px;
    color: #334155;
    font-size: 16px;
    line-height: 1.75;
}

.page-intro p:last-child,
.help-note p:last-child {
    margin-bottom: 0;
}

.help-note {
    margin-top: 26px;
}

.help-note strong {
    display: inline-block;
    margin-top: 8px;
}

.support-section h2 {
    margin: 0 0 14px;
    font-size: 22px;
    color: #10212f;
}

.support-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.support-list li {
    margin-bottom: 10px;
}

.support-list a {
    display: block;
    padding: 6px 6px;
    /* border: 1px solid #d8e2ea;
    border-radius: 10px;
    background-color: #ffffff; */
    color: #1f3f5e;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.support-list a:hover,
.support-list a:focus {
    background-color: #eef4fb;
    border-color: #8dadc5;
    transform: translateX(2px);
}

.support-list a:focus {
    outline: 2px solid #4477b0;
    outline-offset: 2px;
}


/* Footer */

.footer {
    background: #152f4f;
    color: #fff;
    padding: 20px;
}

.footer .links ul {
    list-style-type: none;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.footer a:hover {
    color: #cccccc;
    text-decoration: none
}

.vimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* Perfect 16:9 ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
  width: 100%; /* Resize the parent div to resize the video */
}

.vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vimeo-responsive {
  width: 100%;
  height: auto;
  max-width: 800px;
  aspect-ratio: 16 / 9; /* Maintains video proportions during scaling */
}