ul {
    padding: 0;
    list-style: none;

}

ul li {
    display: inline-block;
    position: relative;
    line-height: 21px;
    text-align: left;
}

ul li a {
    display: block;
    padding: 8px 25px;
    color: #333;
    text-decoration: none;
}

ul li a:hover {
    color: #333;
    background: #afbbe9;
}

ul li ul.dropdown {
    min-width: 100%;
    /* Set width of the dropdown */
    background: #939393;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
}

ul li ul.dropdown:hover {
    background: none;
}

ul li:hover ul.dropdown {
    display: block;
    /* Display the dropdown */
}

ul li ul.dropdown li {
    display: block;
}

#logOnCNav {
    display: block;
}

/*
#logOffCNav {
    display: none;
}
*/
ul li ul.dropdown li a:hover {
    background: #bbbbbb;
}

/*#accountCNav {
    display: none;
}

#registerCNav {
    display: block;
}

#lmsCNav {
    display: none;
}*/

#totpInput {
    display: none;
}

#UAAlertViewMain {
    display: block;
    background-color: #223377;
}

#learnMore {
    background: rgb(33, 74, 128);
    border-radius: 25px;
    border: none;
    text-decoration: none;
    padding: 17px 24px 14px;
    display: inline-block;
    /*margin:10px 0 30px;*/
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    max-width: 20%;
    margin: 25px;
}

#learnMore:hover {
    background: rgb(63, 104, 158);
    box-shadow: 0px 0px 10px 10px #426397;
    color: rgb(0, 0, 0);
    transform: translateY(5px);
}

#learnMore:focus {
    background: rgb(43, 84, 138);
}

.line {
    width: 33%;
    float: left;
    margin: 20px;
}

#UAAlertView {
    margin: 25px;
}

.swal-button--confirm {
    background-color: #223377;
    border-color: #223377;
}

.swal-button--confirm:hover {
    background-color: #223377 !important;
    border-color: #223377 !important;
}

#mainNav {
    background-color: #223377 !important;
}

.standardButton {
    background: rgb(33, 74, 128);
    border-radius: 25px;
    border: none;
    text-decoration: none;
    padding: 17px 24px 14px;
    display: inline-block;
    margin: 10px 0 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.standardButton:hover {
    background: rgb(63, 104, 158);
    box-shadow: 0px 0px 10px 10px #426397;
    color: rgb(0, 0, 0);
    transform: translateY(5px);
}

.standardButton:focus {
    background: rgb(43, 84, 138);
}

.smallLogo {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

#loggedOn {
    display: none;
}

#loggedOff {
    display: flex;
}

.link {
    text-decoration: underline !important;
    color: #007dfa !important;
}

.link:hover {
    text-decoration: underline !important;
    color: #007dfa !important;
}

footer {
    background: rgb(11, 17, 40);
}