#announcement-bar {
  width: 100%;
  padding: 5px 0 3px 0;
  background: #f58634;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: white;
}

#survey-link {
  color: white;
}

/**
 * Popup Modal
 */
#popupModal > button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: +999;
  opacity: 1;
  width: 30px;
  height: 25px;
  border-radius: 50%;
  line-height: 0;
}

.modal-content > button.resize {
  -webkit-appearance: none;
  position: absolute;
  right:42px;
  top:10px;
  z-index: +999;
  opacity: 1;
  width: 30px;
  height: 25px;
  border-radius: 50%;
  line-height: 0;
}

.modal-content > button.action {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;

  text-shadow: 0 1px 0 #fff;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  background-color: #0a0a0a;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
}

.dialog-small {
  position: fixed;
  left: 10px;
  bottom: 0;
  width: 300px;
}

.transparent-backdrop {
  background-color: rgba(0,0,0,.0001) !important;
  width: 0;
}

/*.profile-info-head a.avatar {
  filter: blur(5px);
}

.profile-info-head .resume-title {
  filter: blur(5px);
}

.profile-info-head .resume-info {
  filter: blur(5px);
}

.profile-info-head .resume-address {
  filter: blur(5px);
}*/

.blur {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  filter: blur(5px);
}