.bhr-contact-form,
.bhr-thank-you-message {
    padding: 30px;
}

form .form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #676a6c;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 3px;
    -webkit-transition: border-color 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s;
    width: 100%;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    align-items: center;
    text-align: center;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.m-b-lg {
    margin-bottom: 20px;
}

.form label, form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;

}

.inline {
    display: inline !important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
    outline: 0;
}

.bhr-contact-form .btn {
    white-space: normal;
    word-break: break-all;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p {
    font-weight: 300;
    margin: 0;
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

body {
    background-position: center center;
    color: #676a6c;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    top: 0;
    font-size: 13px;
    line-height: 1.42857143;
}

h3 {
    font-size: 20px;
}

h2, h3, h4 {
    font-weight: 200;
    margin: 0;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.form label.error, form label.error {
    color: #8a1f11;
    display: block;
    font-size: 12px;
    font-weight: normal;
    word-break: break-word;
    position: absolute;

}

.form input.error, form input.error, .form .form-control.error, form .form-control.error, .form .form-control.error:focus, form .form-control.error:focus {
    background: #fbe3e4 none repeat scroll 0 0;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.form label.form-label--with-checkbox {
    margin-bottom: 0;
}

.icheckbox_simple-custom,
.iradio_simple-custom {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 22px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
}

.icheckbox_simple-custom > input[type="checkbox"],
.iradio_simple-custom > input[type="checkbox"],
.icheckbox_simple-custom > input[type="radio"],
.iradio_simple-custom > input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: -20%;
    left: -20%;
    display: block;
    width: 140%;
    height: 140%;
    padding: 0;
    border: none;
    margin: 0;
    cursor: pointer;
}

.icheckbox_simple-custom > input[type="checkbox"]:disabled,
.iradio_simple-custom > input[type="checkbox"]:disabled,
.icheckbox_simple-custom > input[type="radio"]:disabled,
.iradio_simple-custom > input[type="radio"]:disabled {
    cursor: default;
}

.icheckbox_simple-custom > input[type="checkbox"] + i,
.iradio_simple-custom > input[type="checkbox"] + i,
.icheckbox_simple-custom > input[type="radio"] + i,
.iradio_simple-custom > input[type="radio"] + i {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    margin: 0;
    background-image: url(/static/img/custom.png);
    background-repeat: no-repeat;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_simple-custom > input[type="checkbox"] + i,
    .iradio_simple-custom > input[type="checkbox"] + i,
    .icheckbox_simple-custom > input[type="radio"] + i,
    .iradio_simple-custom > input[type="radio"] + i {
        background-image: url(/static/img/custom@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.icheckbox_simple-custom > input + i {
    background-position: 0 0;
}

.icheckbox_simple-custom > input:hover + i {
    background-position: -24px 0;
}

.icheckbox_simple-custom > input:checked + i {
    background-position: -48px 0;
}

.icheckbox_simple-custom > input:disabled + i {
    background-position: -72px 0;
}

.icheckbox_simple-custom > input:checked:disabled + i {
    background-position: -96px 0;
}

.icheckbox_simple-custom > input:checked + .blended-clr {
    background-blend-mode: difference;
}

.iradio_simple-custom > input + i {
    border-radius: 49%;
    background-position: -120px 0;
}

.iradio_simple-custom > input:hover + i {
    background-position: -144px 0;
}

.iradio_simple-custom > input:checked + i {
    background-position: -168px 0;
}

.iradio_simple-custom > input:disabled + i {
    background-position: -192px 0;
}

.iradio_simple-custom > input:checked:disabled + i {
    background-position: -216px 0;
}

.iradio_simple-custom > input:checked + .blended-clr {
    background-blend-mode: difference;
}

.full-width {
    width: 100%;
}

input[type=date] {
    height: 34px;
    padding: 0 10px;
}

input[type=date]::-webkit-inner-spin-button {
    height: 34px;
}

input[type=date]::-webkit-calendar-picker-indicator {
    padding: 13px;
    margin-right: -10px;
}
.font-normal {
    font-weight: normal!important;
}

.icheckbox--CONSENT {
    vertical-align: text-bottom;
}


