/*****************************************/


/* Custom    */


/*****************************************/


/* Form Field (selector for form field wrapper) */

.hs-form .hs-form-field {}


/* Descriptions (targets class applied to Help Text divs) */

.hs-form .hs-field-desc {}


/* Labels (selects field labels and error messages) */

.hs-form label {}

.hs-form .hs-form-field>label {}


/* Inputs (selectors for all inputs)  */

.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {}


/* Inputs in focus (selectors for all inputs when clicked)  */

.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus,
.hs-form input[type="datetime"]:focus,
.hs-form input[type="datetime-local"]:focus,
.hs-form input[type="date"]:focus,
.hs-form input[type="month"]:focus,
.hs-form input[type="time"]:focus,
.hs-form input[type="week"]:focus,
.hs-form input[type="number"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="url"]:focus,
.hs-form input[type="search"]:focus,
.hs-form input[type="tel"]:focus,
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
    outline: none;
}


/* Multi-line inputs (selectors to target multi-line fields */

.hs-form textarea {}

.hs-form textarea:focus {}


/* Dropdowns (selectors for dropdowns) */

.hs-form select {}

.hs-form select:focus {}


/* Multi-select (selectors for multi-select fields) */

.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}

.hs-form input[type="radio"] {}

.hs-form input[type="checkbox"] {}


/* Required (selectors for fields, when they do not pass validation) */

.hs-form input:focus:required:invalid,
.hs-form textarea:focus:required:invalid,
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus,
.hs-form textarea:focus:required:invalid:focus,
.hs-form select:focus:required:invalid:focus {}


/* Error message (selector for validation messages) */

.hs-form .hs-error-msgs label {}


/* Placeholder Text (styles the placeholder attribute text) */

::-webkit-input-placeholder {
    /* Webkit Browsers */
}

:-moz-placeholder {
    /* Firefox 18- */
}

::-moz-placeholder {
    /* Firefox 19+ */
}

:-ms-input-placeholder {
    /* IE10 */
}


/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1 {}

.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-2 {}

.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-3 {}

.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

.form-hubspot .hs_curriculum_vitae input {
    min-height: 34px!important;
    border-bottom: 1px solid #000000;
}

.form-hubspot .hs_cover_letter input {
    min-height: 34px!important;
    border-bottom: 1px solid #000000;
}

.hs_curriculum_vitae legend {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.hs_cover_letter {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.form-hubspot .legal-consent-container {
    margin-top: -28px;
}

.form-hubspot .legal-consent-container p {
    font-size: 13px;
    font-weight: 300;
    color: #727272;
    line-height: 1.1em;
    margin-top: 5px;
    padding: 0px 25px 5px 25px!important;
    text-align: justify;
}

.form-hubspot .legal-consent-container [type="checkbox"] {
    position: relative!important;
    top: 20px!important;
    margin-right: 12px;
    display: block;
    width: 18px!important;
    max-width: 18px!important;
    height: 18px;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat!important;
    cursor: pointer;
}

@media (max-width: 580px){
    .form-hubspot { margin-left: 10px!important;}
}

.form-hubspot {
    max-width: 760px;
    margin: 0 auto;
    margin-top: 70px!important;
}

.form-hubspot fieldset {
    max-width: 100%!important;
}

.form-hubspot ::-webkit-input-placeholder {
    color: #000000!important;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-align: left!important;
    /* Webkit Browsers */
}

.form-hubspot :-moz-placeholder {
    color: #000000!important;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-align: left!important;
    /* Firefox 18- */
}

.form-hubspot ::-moz-placeholder {
    color: #000000!important;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-align: left!important;
    /* Firefox 19+ */
}

.form-hubspot :-ms-input-placeholder {
    color: #000000!important;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-align: left!important;
    /* IE10 */
}

.hs-fieldtype-radio label span {
    color: #000000!important;
    font-size: 17px!important;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0px!important;
    font-weight: 300!important;
}

.form-hubspot label span {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    padding-left: 0px;
    display: inline-block;
}

.form-hubspot .legal-consent-container label span {
    color: #727272;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    padding-left: 13px;
    display: inline-block;
}

.form-hubspot li.hs-form-radio {
    margin: 15px 18px 20px 0px!important;
    padding: 0px 0px 0px 0px!important;
    height: 16px;
    font-size: 16px!important;
    float: left;
}

li.hs-form-radio label span {
    font-size: 15px!important;
}

.form-hubspot fieldset.form-columns-1 input[type="radio"] {
    width: 18px!important;
    height: 14px!important;
    margin-right: 8px;
}

.form-hubspot ul.inputs-list.multi-container {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.form-hubspot .hs-form input {
    margin-bottom: 25px;
}

.form-hubspot .hs-form select {
    margin-bottom: 25px;
}

.form-hubspot .hs-form input[type="email"],
.form-hubspot .hs-form input[type="text"],
.form-hubspot .hs-form input[type="file"],
.form-hubspot .hs-form input[type="tel"] {
    border-width: 0px 0px 1px 0px!important;
    background: transparent!important;
    border-color: #000000;
    width: 98%!important;
    min-height: 42px!important;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.form-hubspot .hs-form-required {
    display: none!important;
}

.form-hubspot .hs-form select {
    border-width: 0px 0px 1px 0px!important;
    background: transparent!important;
    border-color: #000000;
    width: 98%!important;
    min-height: 42px!important;
    color: #000000!important;
    font-size: 17px!important;
    font-weight: 300!important;
    font-family: 'Open Sans', sans-serif!important;
    margin-top: 0px!important;
}

.form-hubspot .hs-form input:not([type="image"]),
textarea.hs-input {
    box-sizing: border-box!important;
}

.form-hubspot .hs-form textarea::-webkit-input-placeholder {
    font-size: 15px!important;
    background: transparent;
}

.form-hubspot .hs-form textarea {
    min-height: 120px;
    border: 1px solid #000000!important;
    color: #000000;
    padding: 12px;
    font-size: 16px;
    background: transparent!important;
    margin-bottom: 10px;
    width: 98%;
    float: none!important;
}

.hs-input {
    box-shadow: none!important;
    max-width: 98%!important;
}

.form-hubspot fieldset.form-columns-1 .hs-input {
    width: 99%!important;
}

.form-hubspot .actions {
    text-align: center;
}

.form-hubspot .grecaptcha-badge {
    margin-top: 30px;
}

.form-hubspot .hs-button.primary {
    font-size: 16px!important;
    width: auto!important;
    height: auto!important;
    background: transparent!important;
    border: 2px solid #000000!important;
    color: #000000!important;
    font-weight: 600!important;
    cursor: pointer!important;
    padding: 10px 50px!important;
    margin-top: 8px!important;
    border-radius: 0px!important;
    text-shadow: none!important;
}

.form-hubspot .hs-button.primary:hover {
    color: #000000!important;
    background: #ffffff!important;
}

.form-hubspot .submitted-message {
    min-height: 200px!important;
    position: relative;
}

.form-hubspot .submitted-message p {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200!important;
    padding: 10px 0px 0px 0px;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1.3em;
}

.form-hubspot p a {
    text-decoration: none;
}

@media screen and (max-width: 620px) {
    .form-hubspot .actions {
        text-align: center;
        margin-top: 30px;
    }
    .form-hubspot .submitted-message p {
        font-size: 20px;
    }
}

.Cembed-frm {
    max-width: 760px;
    margin: 0 auto !important;
    margin-top: 70px!important;
}

.Cembed-frm fieldset {
    max-width: 100%!important;
}

.Cembed-frm ::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 22px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    /* Webkit Browsers */
}

.Cembed-frm :-moz-placeholder {
    color: #C0C0C0;
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    /* Firefox 18- */
}

.Cembed-frm ::-moz-placeholder {
    color: #C0C0C0;
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    /* Firefox 19+ */
}

.Cembed-frm :-ms-input-placeholder {
    color: #C0C0C0;
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    /* IE10 */
}

.Cembed-frm label span {
    color: #C0C0C0!important;
    font-size: 22px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    line-height: 42px;
}

.Cembed-frm .hs-form input {
    margin-bottom: 25px;
}

.Cembed-frm .hs-form select {
    margin-bottom: 25px;
}

.Cembed-frm .hs-form input[type="email"],
.Cembed-frm .hs-form input[type="text"],
.Cembed-frm .hs-form input[type="tel"] {
    border-width: 0px 0px 1px 0px;
    background: #ffffff!important;
    border-color: #C0C0C0;
    width: 98%;
    min-height: 42px;
    color: #C0C0C0;
    font-size: 22px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
}

.Cembed-frm .hs-form-required {
    display: none!important;
}

.Cembed-frm .hs-form select {
    border-width: 0px 0px 1px 0px;
    background: #ffffff!important;
    border-color: #C0C0C0;
    width: 98%;
    min-height: 42px;
    color: #C0C0C0;
    font-size: 22px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
}

.Cembed-frm .hs-form textarea::-webkit-input-placeholder {
    font-size: 15px!important;
}

.Cembed-frm .hs-form textarea {
    min-height: 150px;
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    padding: 15px;
    font-size: 16px;
}

.Cembed-frm fieldset.form-columns-1 .hs-input {
    width: 99%!important;
}

.Cembed-frm .actions {
    text-align: right;
    margin-right: 3%;
}

.Cembed-frm .grecaptcha-badge {
    margin-top: 30px;
}

.Cembed-frm .hs-button.primary {
    font-size: 15px;
    width: auto;
    height: auto;
    background: #000000;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    padding: 18px 70px;
}

.Cembed-frm .hs-button.primary:hover {
    color: #000000;
    background: #EAEAEA;
}

.Cembed-frm .submitted-message {
    min-height: 340px!important;
    position: relative;
}

.Cembed-frm .submitted-message p {
    font-size: 32px;
    font-family: Montserrat, sans-serif;
    font-weight: 200!important;
    padding: 50px 0px 0px 0px;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 620px) {
    .Cembed-frm .actions {
        text-align: center;
        margin-top: 30px;
    }
}