/*  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;
}



/*  BODY BACKGROUND  */

body {
    background-color: #95c5ea;
}

#background-gradient {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(149, 197, 234, 1) 0%, rgba(20, 141, 205, 1) 50%, rgba(68, 186, 130, 1) 100%);
}



/*  MENUBAR / MAST / SITENAV  */

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

#eagle-menubar .content {
    margin-left: -545px;
    width: 1090px;
}

#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;
    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-mast {
    height: 115px;
    background: transparent url(/_images/eagle/common/mast_rev.svg) center 20px / 281px 75px no-repeat;
}



#eagle-sitenav {
    padding-left: 50%;
}

#eagle-sitenav .content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-left: -450px;
    width: 900px;
}

#eagle-sitenav a, #eagle-sitenav a.visited {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #35414f;
    text-decoration: none;
}

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

#eagle-sitenav a strong {
    font-family: "proxima-nova-extra-condensed";
    font-size: 1.5rem;
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, currentColor, transparent 75%);
    line-height: 1.8rem;
}

#eagle-sitenav a:hover strong, #eagle-sitenav a.current strong {
    text-decoration: underline;
}


.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;
}



/*  PAGE CONTENT  */

#content {
    padding: 10px 0;
    transition: none 200ms ease-out;
    transition-property: filter;
}

#content-tabs {
    width: 920px;
    margin: 0 auto;
}

#content-tabs ul {
    margin: 0;
    padding: 0;
}

#content-tabs ul li {
    display: inline-block;
    margin: 0;
    background: none;
    padding: 0;
}

#content-tabs ul li a {
    display: block;
    margin: 0 5px;
    border-bottom: 2px solid #e5e5e5;
    padding: 0 5px;
    font-family: "proxima-nova-extra-condensed";
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #555555;
    line-height: normal;
}

#content-tabs ul li a:hover, #content-tabs ul li a.current {
    border-bottom-color: #a5a5a5;
}

#content-content {
    width: 1040px;
    margin: 0 auto;
    border: 10px solid #f1f2f2;
    border-radius: 20px;
    background: #ffffff;
    padding: 15px;
}

#content-footer {
    width: 1040px;
    margin: 0 auto;
    padding: 10px 10px 20px 10px;
    text-align: center;
    font-family: "proxima-nova-extra-condensed";
    font-size: 0.9em;
    text-transform: uppercase;
    color: #f5f5f5;
}

#content-footer a, #content-footer a:visited, #content-footer a:hover {
    color: #e5e5e5;
}



/*  HEADINGS AND SUBHEADINGS  */

.subheading1, .subheading2, .subheading3, .subheading4 {
    background: #f5f5f5;
}



/*  FORMS & BUTTONS  */

div.eagle-buttons, div.eagle-buttons-right {
    padding: 5px 0 15px 0;
}

.eagle-buttons a, .eagle-buttons input, .eagle-buttons-right a, .eagle-buttons-right input {
    display: inline-block;
    white-space: nowrap;
    margin: 5px 10px;
}

.inline-form {
    background: #f5f5f5;
}

.inline-form input, .inline-form select, .inline-form textarea {
    background: #ffffff;
}
