.hl_btn, .hl_btn_light {
  border: 0;
  outline: none;
  padding: 12px 20px 12px;
  margin: 5px 0 0 0;
  cursor: pointer;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  font-family: 'proxima_novasemibold';
  font-weight: normal;
  font-style: normal;
  background-color: #0d9bdc;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  outline: none;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 100ms ease-out;
  -moz-transition: opacity 100ms ease-out;
  -ms-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.hl_btn_light {
  background-color: #eaf8fe;
  color: #0d9bdc;
  border: 1px solid #DDD; }
  .hl_btn_light:hover {
    background-color: #d2effc; }

.hl_edt, .hl_edit_blue {
  font-family: 'proxima_nova_rgregular';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  background-color: #f6f7f8;
  border: 1px solid #e1e2e6;
  resize: none;
  font-size: 14px;
  line-height: 20px;
  color: #8f9ea6;
  padding: 5px 9px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px;
  box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.hl_edit_blue {
  background-color: #eaf8fe; }

.content input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%; }
@media (max-width: 650px) {
  .content #bp-browse-button {
    width: 100% !important;
    max-width: 100%; } }
.content .message-close {
  position: relative; }
  @media (max-width: 650px) {
    .content .message-close textarea#invite-anyone-custom-message {
      margin-top: 16px !important; } }
@media (max-width: 650px) {
  .content .custom-message-btn {
    position: absolute;
    right: 10px;
    top: 9px; } }

#registration-form ul.box-import-links {
  margin-left: -1.5px !important;
  margin-right: 0px !important; }
#registration-form label.num-label, #registration-form label#time-peri {
  margin-left: 0px !important; }
#registration-form .box-sign-up .inputs-wrapper {
  display: table;
  table-layout: fixed;
  width: calc(100% + 10px);
  margin-left: -6px; }
  #registration-form .box-sign-up .inputs-wrapper input[type="text"] {
    max-width: 100%; }
  @media (max-width: 650px) {
    #registration-form .box-sign-up .inputs-wrapper {
      display: block;
      width: 100%;
      margin-left: 7px; }
      #registration-form .box-sign-up .inputs-wrapper select {
        width: 100%;
        max-width: 100%; } }
  #registration-form .box-sign-up .inputs-wrapper .item-wrapper, #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper {
    display: table-cell;
    float: none;
    width: 100%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: top; }
    #registration-form .box-sign-up .inputs-wrapper .item-wrapper > .item-wrapper, #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper > .item-wrapper {
      border-left: 0px solid transparent;
      border-right: 0px solid transparent; }
      @media (max-width: 650px) {
        #registration-form .box-sign-up .inputs-wrapper .item-wrapper > .item-wrapper, #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper > .item-wrapper {
          display: block;
          border-left: 0px solid transparent;
          border-right: 0px solid transparent;
          margin-left: 0px; } }
      #registration-form .box-sign-up .inputs-wrapper .item-wrapper > .item-wrapper.item-name-year, #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper > .item-wrapper.item-name-year {
        border-left: 10px solid transparent; }
        @media (max-width: 650px) {
          #registration-form .box-sign-up .inputs-wrapper .item-wrapper > .item-wrapper.item-name-year, #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper > .item-wrapper.item-name-year {
            display: block;
            border-left: 0px solid transparent;
            border-right: 0px solid transparent;
            margin-left: 0px; } }
    @media (max-width: 650px) {
      #registration-form .box-sign-up .inputs-wrapper .item-wrapper, #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper {
        display: block;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        margin-left: 0px; } }
    #registration-form .box-sign-up .inputs-wrapper .item-wrapper .chosen-container, #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper .chosen-container {
      width: 100% !important;
      box-sizing: border-box; }
    #registration-form .box-sign-up .inputs-wrapper .item-wrapper input, #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper input {
      width: 100%; }
  #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper {
    width: 200%; }
    @media (max-width: 650px) {
      #registration-form .box-sign-up .inputs-wrapper .inner-select-wrapper {
        width: 100%; } }
