/*  ACCESSIBILITY FOR SCREEN READERS  */

a.skip-to-content {
    position: absolute;
    margin-bottom: -1px;
    height: 1px;
    overflow: hidden;
}

a.skip-to-content:focus {
    margin: 0px;
    display: block;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 10px 25px;
    text-align: center;
}



/*  FOUNDATIONAL CONTAINERS  */

header {
    height: 100px;
    background: #148dcd url(/_images/common/svg/nu-logo-white.svg) center 12px / 212px 55px no-repeat;
    background: linear-gradient(120deg, rgba(149, 197, 234, 1) 0%, rgba(20, 141, 205, 1) 50%, rgba(68, 186, 130, 1) 100%);
    border-bottom: 1px solid #1b2c3e;
    box-shadow: 0 0 10px #1b2c3e;
    text-align: center;
}

header img {
    margin-top: 12px;
    width: 212px;
    height: 55px;
}


#Content {
    width: 850px;
    margin: -20px auto 5px auto;
    border: 1px solid #1e2021;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f5f5f5;
    padding: 15px;
}


div.notice {
    background-color: #ffffff;
}


.inline-form .subheading3 {
    background: #f5f5f5;
}


#Footer {
    width: 800px;
    margin: 0 auto;
    padding: 5px 0 50px 0;
    text-align: center;
    font-family: "proxima-nova-extra-condensed";
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
}

#Footer-Mobile {
    display: none;
}


#please-wait {
    padding-left: 50%;
}

#please-wait div {
    margin-left: -325px;
}



/*  MENUBAR / APPNAV (WHEN SHOWN)  */

header.with-menubar {
    height: 160px;
}

header.with-menubar img {
    margin-top: 20px;
    width: 245px;
    height: 65px;
}


#eagle-menubar {
    padding: 8px 0 0 50%;
}

#eagle-menubar .content {
    margin-left: -440px;
    width: 880px;
}

#eagle-menubar a, #eagle-menubar a.visited {
    display: inline-block;
    margin: 0 0 -18px -9px;
    min-width: 21px;
    height: 20px;
    padding: 3px 12px 21px 12px;
    border-radius: 13px;
    color: #35414f;
}

#eagle-menubar a:hover, #eagle-menubar a.current {
    color: #034c87;
}

#eagle-menubar-user, #eagle-menubar-auth {
    float: right;
    max-width: 185px;
    font-weight: 600;
}


.eagle-menu, .eagle-matrix {
    display: none;
    position: absolute;
    z-index: 10;
    border: 1px solid rgb(149 197 234 / 75%);
    border-radius: 13px;
    background: rgb(53 65 79 / 80%);
    backdrop-filter: blur(5px);
    box-shadow: 5px 5px 10px rgb(53 65 79 / 25%);
    padding: 10px;
}

.eagle-menu a, .eagle-menu a.visited, .eagle-menu label, .eagle-matrix a, .eagle-matrix a.visited {
    display: block;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    color: #f5f5f5;
}

.eagle-menu a:hover, .eagle-matrix a:hover {
    background: rgb(213 230 246 / 80%);
    color: #034c87;
}

.eagle-menu a.bold, .eagle-menu label, .eagle-matrix a.bold {
    font-weight: 600;
}

.eagle-menu .spacer {
    height: 10px;
    font-size: 0rem;
}

.eagle-menu input {
    margin-left: 0;
    border: 1px solid #034c87;
    border-radius: 5px;
    background: #f5f5f5;
    transition: none 100ms ease-out;
    transition-property: border-color, background;
}

.eagle-menu input:hover {
    border-color: #0071bb;
}

.eagle-menu input:focus {
    outline: none;
    border-color: #0071bb;
    background: #e5edf5;
}

.eagle-menu .eagle-buttons a, .eagle-menu .eagle-buttons input {
    box-shadow: none;
}

#eagle-menu-courses, #eagle-menu-microsoft365 {
    width: 228px;
}

#eagle-menu-search, #eagle-menu-auth {
    width: 353px;
}

#eagle-menu-search-query {
    margin: 0 5px;
    width: 345px;
}

#eagle-menu-auth-email, #eagle-menu-auth-password {
    margin: 0 5px;
    width: 333px;
}

#eagle-menu-user {
    width: 178px;
}

#eagle-menu-user a {
    text-align: right;
}



#eagle-appnav {
    margin: -10px -10px 10px -10px;
    border: 1px solid #95c5ea;
    border-radius: 3px;
    background: #d5e6f6;
    text-align: center;
}

#eagle-appnav a, #eagle-appnav a.visited {
    display: inline-block;
    margin: 3px 0 -15px -9px;
    min-width: 21px;
    height: 20px;
    border-radius: 13px;
    padding: 3px 15px 21px 15px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #35414f;
}

#eagle-menubar a:hover, #eagle-menubar a.current {
    color: #034c87;
}


.eagle-matrix {
    width: 450px;
    padding: 0 10px 20px 10px;
}

.eagle-matrix .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.eagle-matrix a {
    overflow-x: hidden;
    text-wrap-mode: nowrap;
}

.eagle-matrix strong {
    display: block;
    margin-top: 20px;
    padding: 0 5px;
    font-family: "proxima-nova-extra-condensed";
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #95c5ea;
}

.eagle-matrix .spacer {
    height: 20px;
    font-size: 0rem;
}