.skitter {
  max-width: inherit !important;
}

.customCheckbox {
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
  background: #eaeaea;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
  margin-right: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
  overflow: hidden;
}

.customCheckbox input {
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -2px;
  right: -3px;
}

.customCheckbox span {
  display: none;
  text-align: center;
  line-height: 24px;
  font-size: 90%;
  color: #222;
}

.customCheckbox.customCheckboxChecked {
  background: #F8FF34;
  border: 1px solid #60ACCC;
}

.customCheckbox.customCheckboxChecked span {
  display: block;
}

.input_err {
  /*opacity: 0.5;*/
  font-style: italic;
  border-width: 2px !important;
  border-color: red !important;
}

.input_err:focus {
  font-style: normal;
}

.accepted_err {
  margin-bottom: 5px;
  font-style: italic;
  color: red;
}

.specialization_info p {
  font-style: italic;
  font-size:smaller;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 0;
  color: #7d8da1;
}

.oui-message {
    position: relative;
    display: block;
    box-sizing: border-box;
    max-width: inherit;
    margin-bottom: 0;
    border-radius: 6px;
}

.oui-message__body {
    border-color: #b3becc;
    padding: 1.3rem 2.3rem 1.3rem 4.9rem;
    margin: 0;
}

.oui-message_info {
    background-color: #dfeaf8;
    color: #3f5167;
}

.oui-message_error {
    background-color: #ffc3b1;
    color: #3f5167;
}

.oui-icon {
    position: absolute;
    display: block;
    top: 1.2rem;
    left: 1.3rem;
    color: #7d8da1;
    word-wrap: normal;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
}

.oui-message__close-button {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: absolute;
    top: 1.6rem;
    right: 1.3rem;
    min-width: 1rem;
    min-height: 1rem;
    overflow: hidden;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    opacity: .6;
    color: #122844;
    line-height: 0;
    text-align: center;
}

#subscriber_form{ display:none; }

#subscriber_form {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
	margin: 0;
    padding: 0;
    max-height: 1080px;
    /*background: rgba(70, 71, 72, 0.69);*/
}
#sub_div_form {
	position: relative;
    float: right;
	width: 450px;
    margin-top: 10px;
    right: 50px;
    text-align: center;
    background: white;
    border: 1px solid #9E9E9E;
    border-radius: .25em .25em .4em .4em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#sub_div_form span {
	position: relative;
    float: right;
    width: 21px;
    height: 21px;
    margin-top: 7px;
    margin-right: 6px;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    border: 2px solid;
    border-radius: 90px;
    border-sizing: none;
    /*padding: 7px;*/
    cursor: pointer;
}

span#kv_form_close:hover {
    color: #e0190b;
}

@media screen and (max-width:750px) {
    #subscriber_form {
        position: relative;
        display: none;
    }

    #sub_div_form {
        width: auto;
        right: 5px;
        margin-left: 10px;
    }
}