#brandbar-tsu {
    background-color: #4f2d7f;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between; /* <-- change from flex-end to space-between */
}
#brandbar-tsu a {
    color: white;
    font-family: 'trajan-pro-3';
    font-style: uppercase;
    font-weight: 500;
    background-color: transparent !important;
}
#myBtn {
    padding-right: 10px;
    cursor: pointer;
    color: white !important;
}
.nav-links {
    padding: 5px;
    border: 2px solid white;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.linksnew:hover{
    background-color: white !important;
    color: #4f2d7f !important;
}
.nav-links:hover{
    background-color: white !important;
    color: #4f2d7f !important;
}
.horizontal-list {
    list-style: none;
    padding-top: 15px;
}
.horizontal-list li {
    display: inline-block;
}
.linksdrop {
    display: none;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}
li.loginbutton.sublinks:hover {
    color: #4f2d7f;
    background-color: white;
}
ul.horizontal-list li:hover>ul.linksdrop {
    display: block;
    position: absolute;
    right: 0.005rem;
    width: 7.5rem;
    background-color: #efefef;
    z-index: 2000;
    padding: 0;
    text-align: left;
}
ul.horizontal-list li:hover>ul li a {
  height: auto;
  font-size: 0.875rem;
  padding-left: 10px;
}
ul.horizontal-list li:hover>ul li a:hover {
  color: #FFF;
  background-color: #0c2340;
}
.linksdrop {
    display: none;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}
ul.horizontal-list li:hover>ul li {
    width: 100%;
}
ul {
    padding-left: 20px;
}
body, button, input, select, textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #333;
}
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 0;
}
ol, ul {
    box-sizing: border-box;
}
li {
    list-style: unset !important;
}
ul li, ol li {
    margin: 8px 0;
}
body {
    padding: 0;
    margin: 0;
}
.linksdrop .loginlinks a:hover {
    background-color: #0c2340;
}
.linksdrop .loginlinks a {
    font-size: inherit;
  color: #333!important;
  padding: 5px 0;
  text-decoration: none;
  display: block;   
}
.loginlinks a:hover {
    color: #FFF;
    background-color: #0c2340;
}

/* New CSS */
.mobile-links {
    display: none;
    padding: 5px;
    border: 2px solid white;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.mobile-links:hover{
    background-color: white !important;
    color: #4f2d7f !important;
}
.sublinks:hover {
    background-color: white !important;
    color: #4f2d7f !important;
}
.mobile-nav {
    display: none;
    list-style: none;
    padding-top: 15px;
}
@media only screen and (max-width: 720px) {
    .nav-links {
        display: none;
    }
    .mobile-links {
        display: inline-block;
    }
    .mobile-nav {
        display: inherit;
    }
}
a.nav-links {
    font-family: unset !important;
    font-size: 15px;
}
		@media only screen and (max-width: 720px) {
    		#myBtn{
                 padding-right:unset;
                }
                .nav-links {
        		display: none;
    		}
               .horizontal-list li{
                       display: unset !important;
}
                span.TSU-logo{
                      width: 100%;
                      font-size: 0.850rem !important;
               }
               ul.mobile-nav{
                      width: 50%;
                }
		}
li.loginlinks a {
    font-family: unset !important;
}
li.sublinks a {
    font-family: unset !important;
}
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
li.loginbutton.sublinks:hover a.nav-links {
    color:#4f2d7f !important;
}
/* adjusts z-index to make submenu prominent*/
ul.linksdrop {
    z-index: 4;
}