#missingProfileInfo {
  padding: 5px;
  background-color: #f7941e;
  margin: 10px auto;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  width:100%;
  cursor: pointer;
  float:left;
}
.header {
  /* padding: 0px 10px; */
}
.header_image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 110px;
}
.header_image div {
  flex: 1;
  max-height: 80%;
}
.header_image div img {
  vertical-align: middle;
  max-height: 25px;
  max-width: 100%;
}
.header_image_person {
  display: flex;
}
.header_image_person_noUsername {
  display: none;
}

.header_image_full {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 80%;
  width: 100%;
  max-height: 80%;
  flex: 1;
}
.header_image_full_noUsername {
  display: flex;
}
.header_video {
  display: flex;
}
.header_alerts {
  display: flex;
  margin-right: 30px;
}
.header_menu {
  margin: 0px 35px;
  flex: 4;
  /* max-width: 397px; */
  display: none;
}
.header_menu_placeholder {
  flex: 0.5;
}
.header_placeholder {
  flex: 0;
  display: none;
}
.header_username {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 10px;
  text-align: right;
}
#menuContent .pat_username{
  font-family: 'Raleway';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #FEFEFE;
  text-align: left;
    display: block;
    margin: 20px 0 29px;
}

@media (min-width: 900px) {
  .header_placeholder {
    flex: 2;
  }
}
@media (min-width: 700px) {
  .header_menu {
    display: flex;
  }
  .header_menu_placeholder {
    display: none;
  }
  .pat_header_menu{
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .header_image {
    flex: 2;
  }
  .header_image div img {
    max-height: 100%;
  }
}
@media (min-width: 600px) {
  .header_image_person {
    display: none;
  }
  .header_image_full {
    display: flex;
  }
  .header_alerts {
    margin-top: -5px;
  }
}
.patMenuCloseMob{
  display: none;
}
.patMobHeaderMenu{
  display: none;
}
@media (max-width: 767px) {
  .header_image {
    display: none;
  }
  #menuContent .pat_username{
    display: inline-block;
    margin-bottom: 0;
    margin-top: 14px;
  }
  .header_menu_placeholder{
    display: none;
  }
  .header_video{
    display: none;
  }
  .pat_header_menu{
    /* display: block; */
    position: absolute;
    top: 0;
    /* left: -100%; */
    margin: 0;
    padding: 20px 20px 0 31px;
    background: #444192;
    width: 100%;
    height: 100vh;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: -100% !important;
    overflow-y: auto;
  }
  .pat_header_menu.animate {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 0 !important;
  }
  .patMenuCloseMob{
    display: block;
    width: 100%;
    float: right;
  }
  .patMenuCloseMob img{
    width: 30px;
    float: right;
  }
  .pat_menu_item{
    float: left;
    width: 100%;
  }
  .patMobHeaderMenu{
    display: block;
    width: 150px;
    margin-bottom: 31px;
  }
}
.image-2{
  width: 20px;
  margin-right: 10px;
    margin-top: -5px;
}
.patsecMenu{
  margin-top: 35px;
  /*width: 117%;
  margin-left: -13%;*/
  width: 105%;
  margin-left: -7%;
  border-top: 1px solid #7a6acf;
  padding: 9% 0 9% 7%;
  border-bottom: 1px solid #7a6acf;

}
@media (max-width: 767px) {
  .patsecMenu{
    float: left;
    margin-left: -5%;
    padding: 9% 0 9% 6%;
  }
}