.login-area a.btn-primary {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  color: #5836CB;
  background-color: #fff;
  border: 1px solid #5836CB;
  font-weight: bold;
}

.login-area a.btn-primary:hover {
  background-color: #5836CB;
  color: #fff;
  border: 1px solid #5836CB;
  font-weight: bold;
}

nav.navigation, nav a, nav p, nav li {
  font-family: "lato-regular";
}

nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav a, nav a:link, nav a:visited {
  color: #2c4666;
}
nav a:hover, nav a:focus, nav a:link:hover, nav a:link:focus, nav a:visited:hover, nav a:visited:focus {
  color: #0d47a1;
  text-decoration: none;
}

.navbar-default button {
  width: auto;
  background: none;
  box-shadow: none;
  height: auto;
}

header .icon-close {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: text-top;
}

header .container {
  max-width: 1280px;
  width: 100%;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  nav.navigation, nav a, nav p, nav li {
    font-size: 14px;
    line-height: 14px;
  }
}
.header {
  position: relative;
  padding: 13px 0;
  margin: 0;
  min-height: 60px;
}
.header .logo img {
  float: left;
}
.header h3 {
  float: left;
  width: auto;
  font-family: "lato-regular";
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 18px;
  color: #888;
}

.navbar-default {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border: 0px solid transparent;
  float: right;
  margin: 0px;
  padding: 0;
  position: relative;
  top: 7px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  width: 24px;
  background-color: #2c4666;
  margin-bottom: 6px;
}

.nav-wrapper {
  background: #fff;
  display: none;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 85px 18px;
  overflow-y: scroll;
  z-index: 100;
}
.nav-wrapper li {
  margin-bottom: 26px;
  font-size: 14px !important;
}
.nav-wrapper .dropdown-menu {
  border-radius: 0px;
  border: 0px solid transparent;
  display: block;
  position: static;
  background-color: transparent;
  float: none;
  text-align: center;
  box-shadow: none;
  font-size: 100%;
  padding-top: 17px;
}
.nav-wrapper .dropdown-menu li {
  margin-bottom: 13px;
}
.nav-wrapper .dropdown-menu li a {
  color: #2c4666;
}
.nav-wrapper .dropdown-menu li a:hover, .nav-wrapper .dropdown-menu li a:focus {
  background-color: transparent;
  color: #0d47a1;
}

.icon-close {
  height: 18px;
  position: fixed;
  right: 26px;
  top: 21px;
  width: 18px;
  cursor: pointer;
}

.user-profile {
  padding-top: 21px;
  margin-left: 0px;
}
.user-profile img {
  margin-right: 10px;
}
.user-profile #avatar-oval {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: url(../images/avatar-oval@2x.png) no-repeat top left;
  background-size: 100% 100%;
  margin-right: 10px;
}
.user-profile .dropdown-menu {
  padding-top: 13px;
}

.UserProfile {
  float: right;
  display: block;
  margin-left: 25px;
}
.UserProfile .UserProfile__Link {
  display: block;
  line-height: 22px;
}
.UserProfile__Link .btn-primary {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  color: #5836CB;
  background-color: #fff;
  border: 1px solid #5836CB;
  font-weight: bold;
  display: block;
  line-height: 22px;
  padding: 4px 12px;
}

.UserProfile__Link .btn-primary:hover {
  background-color: #5836CB;
  color: #fff;
  border: 1px solid #5836CB;
  font-weight: bold;
  padding: 4px 12px;
}

.UserProfile .UserProfile__Circle {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(130deg, #0E4BA5, #2294F1);
  margin-left: 10px;
  margin-top: -4px;
  font-size: 14px;
}
.UserProfile .UserProfile__AccountLink {
  font-size: 14px;
  background-color: #2294F1;
  color: white;
  margin-left: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  position: relative;
  top: 4px;
}

.login-area {
  padding-top: 29px;
}
.login-area .btn {
  font-size: 100%;
  padding: 13px 34px;
  color: #5836CB;
  background-color: #fff;
  border: 1px solid #5836CB;
  font-weight: bold;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.login-area .btn:hover {
  background-color: #5836CB;
  color: #fff;
  border: 1px solid #5836CB;
  font-weight: bold;
}
.login-area li {
  margin-bottom: 31px;
}

@media only screen and (min-width: 768px) {
  .show-xs {
    display: none;
  }

  .header {
    font-size: 1.4em;
    padding: 0px;
    border-bottom: none;
  }
  .header .container {
    padding-right: 0;
  }
  .header .container-fluid {
    padding-right: 0;
  }
  .header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    left: 0;
  }

  .nav-wrapper {
    position: static;
    display: block;
    overflow-y: unset;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0;
    text-align: right;
    float: right;
  }
  .nav-wrapper li {
    float: left;
    margin: 0 11px 0 0;
  }
  .nav-wrapper li a {
    padding: 22px 5px 22px;
    line-height: 1.2;
    display: block;
    margin-top: 2px;
  }
  .nav-wrapper li a .fa-angle-down {
    margin-left: 10px;
  }
  .nav-wrapper .dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav-wrapper .dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 5px #dbdbdb;
    text-align: left;
    padding: 10px 0;
    top: 59px;
    border-radius: 0 0 5px 5px;
    z-index: 999;
    margin: 0;
    border-top: 1px solid #d9d9d9;
  }
  .nav-wrapper .dropdown-menu li {
    float: none;
    margin: 0;
  }
  .nav-wrapper .dropdown-menu li a {
    padding: 15px 0px 15px 15px;
    overflow: hidden;
  }
  .nav-wrapper .dropdown-menu li a:hover, .nav-wrapper .dropdown-menu li a:focus {
    background: #e4f2fd;
  }
  .nav-wrapper .dropdown-menu li a.blue {
    color: #007ccf;
  }
  .nav-wrapper .dropdown-menu li.provider-link a {
    color: #787878;
    background: #e6f4f4;
  }
  .nav-wrapper .dropdown-menu li.provider-link a:hover, .nav-wrapper .dropdown-menu li.provider-link a:focus {
    background: #e4f2fd;
  }
  .nav-wrapper .dropdown-menu li.provider-link a div {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 179px;
    overflow-wrap: break-word;
  }
  .nav-wrapper .dropdown-menu li.provider-link a div span {
    font-size: 12px;
  }
  .nav-wrapper li.open .dropdown-menu {
    display: block;
  }

  .logo {
    float: left;
    margin-top: 14px;
  }

  .user-profile {
    float: right;
    padding: 0;
    margin-left: 25px;
  }
  .user-profile li {
    margin: 0;
  }
  .user-profile li a {
    padding: 11px 15px 14px;
  }
  .user-profile .dropdown-menu {
    width: 100%;
    min-width: 250px;
    left: unset;
    right: 0;
  }

  .navigation__link {
    display: inline-block;
  }

  .login-area {
    float: right;
    padding-right: 7px;
    padding-top: 0px;
    margin-left: 20px;
  }
  .login-area li {
    margin-left: 28px;
  }
  .login-area li:first-child a {
    padding: 22px 0px;
  }
  .login-area li a.btn {
    padding: 6px 16px !important;
  }
  .login-area .btn {
    padding: 6px 16px;
    margin: 17px 0px;
  }
  .login-area .btn:not(.btn-primary):hover {
    background-color: #286090;
  }
}
