.dropdown-container-desktop{
  position: relative;
  display: inline;
}

.nav-bar {
  z-index: 100;
  height: 57px;
  background: #2E0A45;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;  
  box-shadow: -6px 0 rgba(0, 0, 0, 0.25), /*Left masking shadow*/ 6px 0 rgba(0, 0, 0, 0.25), /*Right masking shadow*/ 0 7px 4px -3px rgba(0, 0, 0, 0.25);
} 

.nav-bar-plus {
  z-index: 100;
  height: 57px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;  
  box-shadow: -6px 0 rgba(0, 0, 0, 0.25), /*Left masking shadow*/ 6px 0 rgba(0, 0, 0, 0.25), /*Right masking shadow*/ 0 7px 4px -3px rgba(0, 0, 0, 0.25);
} 

.nav-bar-logo{
  width: 50%;
  display: inline-block;
  align-items: center;  
  padding-left: 10px;
  margin-top: 10px;
}

.nav-bar-stripes{
  display: inline-block;
  float: right;
  padding-right: 10px;
  padding-top: 20px;
}

.nav-bar-btn{
  background: #2E0A45;
  border: unset;
}

.nav-bar-btn-plus{
  background: #FFFFFF;
  border: unset;
}

.nav-bar-links{
  background: #2E0A45;
  height: 550px;
  width: 0px;
  display: block;
  z-index: 1000;
  float: right;
  margin-top: 9px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 90;
}

.nav-bar-links-me{
  background: #2E0A45;
  height: 550px;
  width: 0px;
  display: block;
  z-index: 1000;
  float: right;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 90;
}

.nav-bar-links-plus{
  background: #0c3a60;
  height: 550px;
  width: 0px;
  display: block;
  z-index: 1000;
  float: right;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 90;
}

.nav-bar-links-desktop-vocational{
  background: #2E0A45;
  height: 0px;
  display: block;
  z-index: 1000;
  float: right;
  margin-top: 7px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 90;
  left: 0px;
  width: 205px;
}

.nav-bar-links-desktop-vocational-plus{
  background: #FFFFFF;
  height: 0px;
  display: block;
  z-index: 1000;
  float: right;
  margin-top: 7px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 90;
  left: 0px;
  width: 205px;
}

.nav-bar-links-desktop-match{
  background: #2E0A45;
  height: 0px;
  display: block;
  z-index: 1000;
  float: right;
  margin-top: 7px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 90;
  left: 0px;
  width: 201px;
}

 
/* .nav-bar-grow{
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    -webkit-transition: height 1s;
    transition: height 1s;
    height: 550px;
}

.nav-bar-hide{
  -moz-transition: height .8s;
  -ms-transition: height .8s;
  -o-transition: height .8s;
  -webkit-transition: height .8s;
  transition: height .8s;
  height: 0px;
  overflow: hidden;
} */

.nav-bar-grow{
  -moz-transition: width .8s;
  -ms-transition: width .8s;
  -o-transition: width .8s;
  -webkit-transition: width .8s;
  transition: width .8s;
  width: 280px;
}

.nav-bar-hide{
  -moz-transition: width .8s;
  -ms-transition: width .8s;
  -o-transition: width .8s;
  -webkit-transition: width .8s;
  transition: width .8s;
  width: 0px;
  overflow: hidden;
}

.nav-bar-grow-desktop{
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
  height: 110px;
}

.nav-bar-grow-desktop-me{
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
  height: 100px;
}

.nav-bar-grow-desktop-match{
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
  height: 70px;
}

.nav-bar-hide-desktop{
  -moz-transition: height .8s;
  -ms-transition: height .8s;
  -o-transition: height .8s;
  -webkit-transition: height .8s;
  transition: height .8s;
  height: 0px;
  overflow: hidden;
}

.nav-bar-text{  
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.nav-bar-text-plus{  
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #0C3A60;
}

.nav-bar-text:hover{
  color: #FFFFFF;
}

.nav-bar-hello{  
  padding-top: 40px;
  padding-bottom: 27.5px;
  padding-left: 20px;
}

.nav-bar-link{
  padding-top: 12.5px;
  padding-left: 20px;
  cursor: pointer;
}

.nav-bar-link:hover{
  background: #DD0D4D;
}
.nav-bar-sublink{
  padding-bottom: 6.25px;
  padding-top: 6.25px;
  padding-left: 35px;
  cursor: pointer;
}

.nav-bar-sublink:hover{
  background: #DD0D4D;
} 

.nav-bar--blue{
  background-color: #00a1d1;
}

.nav-bar--purple{
  background-color: #903aaa;
}

.nav-bar__logo {
  text-indent: -99999px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;  
  height: 35px;
  position: relative;
  top: 13px;  
  left: 22px;  
  float: left;
}

.nav-bar__links {
  list-style: none;
  position: fixed;    
  display: none;
  clear: both;
  height: 100%;
  width: 75%;
  right: 0;
  padding-top: 62px;
  padding-left: 20px;
  background-color: #f57529;
  z-index: 9999999999;
}

.nav-bar__links--blue {  
  background-color: #00a1d1;  
}

.nav-bar__links--purple {  
  background-color: #903aaa;  
}

.nav-bar__option {
  display: block;  
  border-bottom: 2px solid white;
}

.nav-bar__option a {  
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  color: white;
  height: 100%;
  width: 100%;
  display: block;
  padding-left: 5px;
}

.nav-bar__option--user{
  display: none;
}

.nav-bar__option--user a {
  text-transform: unset;
}

.nav-bar__option--user-sidebar {
  padding-bottom: 15px;
  border-bottom: unset;  
}

.nav-bar__option--user-sidebar a{  
  font-size: 16px;
}

.nav-bar__separator {
  float: right;
  height: 50%;
  width: 1px;
  position: relative;
  background-color: #ffffff75;
  top: 25%;
  margin-right: 23px;
  margin-left: 23px;  
  display: none;
}

.nav-bar__auth {
  float: right;
  padding-left: 0;
  display: none;
}

.nav-bar__user-name {
  text-transform: uppercase;
}

.nav-bar__button{
  position: absolute;  
  top: 21px;
}

.nav-bar__button > svg{
  font-size: 25px;
  color: white;
}

.nav-bar__button--back{
  position: absolute;  
  left: 10%;
}

.nav-bar__button--menu{
  right: 40px;
}

.nav-bar__button--menu-close{
  right: 40px;
}

.nav-bar-desktop{
  display: none;
}

.nav-bar-desktop-me{
  display: none;
}

.nav-bar-image-me{
  height: 48px;
  position: relative;
}

@media (min-width: 576px) {}


@media (min-width: 768px) {}


@media (min-width: 992px) {
  .nav-bar-stripes{
    display: none;
  }

  .nav-bar-image{
    height: 48px;
  }

  .nav-bar-image-me{
    top: 5px;
    height: 48px;
    position: relative;
  }

  .nav-bar-logo{
    margin-top: unset;
    width: 160px;
  }

  .nav-bar-text{  
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    padding-right: 18px;
    padding-left: 18px;
  }

  .nav-bar-text-plus{  
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #0C3A60;
    padding-right: 18px;
    padding-left: 18px;
  }

  .nav-bar-text:hover{
    color: #DD0D4D;
  }

  .nav-bar-text-first{  
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    padding-right: 18px;
    padding-left: 36px;
  }

  .nav-bar-text-first-plus{  
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #0C3A60;
    padding-right: 18px;
    padding-left: 36px;
  }

  .nav-bar-separator{
    border: 0.5px solid #FFFFFF;
    height: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
  }

  .nav-bar-separator-plus{
    border: 0.5px solid #0C3A60;
    height: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
  }

  .dropdown-desktop-sub{
    background: none;
    border: unset;
  }

  .dropdown-desktop{
    background: #2E0A45;
    border: unset;
  }

  .dropdown-desktop-me{
    background: #2E0A45;
    border: unset;
    padding-right: 45px;
  }

  .dropdown-desktop-plus{
    background: #FFFFFF;
    border: unset;
    padding-right: 45px;
  }

  .dropdown-desktop-sub:hover{
    background: #DD0D4D;
  }
  
  .nav-bar-text-last{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    padding-right: 36px;
    padding-left: 18px;
  }

  .nav-bar-text-last-plus{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #0C3A60;
    padding-right: 36px;
    padding-left: 18px;
  }

  .nav-bar-text-last:hover{
    color: #DD0D4D
  }

  .nav-bar-text
  {
    cursor: pointer;
  }

  .nav-bar-desktop{
    width: 65%;
    display: inline-block;
    float: right;
    margin-top: 15px;
  }

  .nav-bar-desktop-me{
    width: 35%;
    display: inline-block;
    float: right;
    margin-top: 15px;
  }

  .nav-bar-text-desktop:hover{
    color: #FFFFFF
  }

  .nav-bar-sublink{
    padding-bottom: 6.25px;
    padding-top: 6.25px;
    padding-left: unset;
    cursor: pointer;
  }
  
  .nav-bar{
    padding: 0 5%;
  }
  
  .nav-bar-plus{
    padding: 0 5%;
  }

  .nav-bar__logo{
    float: left;
    margin: unset;    
    top: 7px;  
    width: 200px;
    height: 50px;
  }

  .nav-bar__option a {
    padding: 0px 13px;    
    line-height: 62px;
  }

  .nav-bar__separator {      
    display: block;
  }

  .nav-bar__option--user-sidebar{
    display: none;
  }

  .nav-bar__links{
    display: flex!important;
    list-style: none;
    float: right;
    height: 100%;
    margin: 0;    
    align-items: center;
    position: static;
    clear: unset;
    padding: 0;
    width: auto;    
  }

  .nav-bar__option{
    float: right;
    height: 100%;
    border: unset;
  }

  .nav-bar__auth{
    display: block;
  }

  .nav-bar__button{
    display: none;
  }
}


@media (min-width: 1300px) {
  .nav-bar{
    padding: 0 10%;
  }

  .nav-bar-plus{
    padding: 0 10%;
  }

  .nav-bar__option--user {
    display: block;
  }
}