#login-wrapper {
    display: none;
}


@media (min-width: 1200px) {
    .container_inner {
        width: 1200px!important;
    }
    .registeredUser .loginHeader {
    border-style: solid solid none solid;
    border-color: transparent;
    }
    .nav-login ul:before {
    position: absolute;
    }
}
@media (max-width: 1200px) {
    #openLogin {
        display: none!important;
    }
}

@media (max-width: 1200px) {
    .loginHeader figure {
        right: 0!important;
    }
    .currentUserDetails p.currentUserName {
    display: none!important;
    }
    .currentUserDetails p.currentAccountName {
    display: none!important;
    }
}
.header_bottom_right_widget_holder {
    display: table-cell!important;
}

.unregisteredUser {
    margin-top: 20px;
}

.unregisteredUser .loginButton {
  display: block;
}

.unregisteredUser .loginHeader {
  display: none;
}

.registeredUser .loginButton {
  display: none;
}

.navmenu {
  margin-left: 210px;
}

.navmenu .menu {
  display: table;
  height: 93px;
}

.loginButton {
  white-space: nowrap;
}

.btn-login {
  font-family: "SourceSansPro", "Source Sans Pro", "Helvetica Neue", sans-serif !important;
}

#openLogin {
  cursor: pointer;
  color: #F5682C;
  background: transparent;
  border: 2px solid #F5682C !important;
  height: 33px;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 0.7;
  border-radius: 15px;
  margin-right: 5px;
}


#openLogin:hover {
  border: 2px solid #fee8e0 !important;
  background: #fee8e0;
}

#openSignUp-xs {
  cursor: pointer;
  display: none;
  background: #F5682C;
  border: 2px solid #F5682C !important;
  color: #ffffff;
  height: 33px;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 0.7;
  border-radius: 15px;
}
#openSignUp {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  background: #F5682C;
  border: 2px solid #F5682C !important;
  border-radius: 15px;
  color: #ffffff;
  height: 33px;
  padding-left: 15px;
  line-height: 0.7;
}

#openSignUp-xs:hover, #openSignUp:hover {
  border: 2px solid #C34800 !important;
  background: #C34800;
}

#openSignUp img {
  position: absolute;
  top: -10px;
  right: -43px;
}

@media(max-width: 1200px) {
  #openSignUp-xs {
    display: inline-block;
  }

  #openSignUp {
    display: none;
  }
}

.navmenu .menu li {
  font-size: 18px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
}

.navmenu .menu li a {
  color: #4d4d4d;
}

.navmenu .menu li a:hover {
  color: #2fcbda;
}

.navmenu .menu li.active a {
  color: #00c0cc;
}

.cd-nav-trigger {
  display: none;
}

.currentUserDetails {
  position: relative;
  z-index: 2;
  margin-top: 11px;
  padding-right: 15px;
  margin-left: 11px;
  margin-bottom: 11px;
  text-align: right;
  font-size: 14px;
  display: inline-block;
}

.currentUserDetails p {
  margin: 0;
  max-width: 150px;
  line-height: 1.3;
}

.currentUserDetails p.currentUserName {
  color: #4d4d4d;
  text-align: right;
}

.currentUserDetails p.currentAccountName {
  color: #4d4d4d;
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  min-height: 1em;
}

.currentUserDetails p.switchAccount {
  position: relative;
  color: #00c0cc;
  margin-bottom: -18px;
  text-align: right;
  font-size: 14px;
}

.currentUserDetails p.switchAccount:before {
  padding-right: 2px;
  font-size: 16px;
  vertical-align: top;
}

.nav-login {
  font-size: 24px;
  display: none;
}

.nav-login.open {
  display: block;
}

.nav-login p {
  float: left;
  line-height: 74px;
  margin-bottom: 10px;
}

.loginHeader {
    cursor: pointer;
    position: relative;
    width: 250px;
    height: 55px;
}

.registeredUser .loginHeader {
    border-width: 2px;
}

.registeredUser.open .loginHeader {
    border-color: #ededed;
}

.switchAccount {
  opacity: 0;
}

.login.open .switchAccount {
  opacity: 1;
}

.loginHeader figure {
  position: absolute;
  right: 0;
  top: -10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

.loginHeader figure span {
  border: 2px solid #ededed;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 0;
  margin: auto;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.loginHeader figure img {
  width: 100%;
  height: auto;
}

.nav-login ul {
  clear: both;
  position: absolute;
  width: 250px;
  background: white;
  border: 2px solid #ededed;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
}

.nav-login ul li {
  background-color: #fff;
  display: block;
  line-height: 2.5;
  font-size: 16px;
}

.nav-login ul li a {
  position: relative;
  padding: 0 10px;
  display: inline-block;
  min-width: 100%;
  padding-top: 0;
  padding-right: 18.75px;
  padding-bottom: 0;
  padding-left: 50px;
  white-space: nowrap;
  color: #4d4d4d;
}

.nav-login ul li a:before {
  position: absolute;
  left: 25px;
}

.nav-login ul li a:hover {
  background-color: #2fcbda;
  color: #fff;
}

.nav-login ul:before {
  display: block;
  content: " ";
  width: auto;
  height: 2px;
  background-color: #ededed;
  left: 11px;
  right: 11px;
}

.loginHeader figure span:after {
  opacity: 1;
}