/* REAL CODE */

.hbspt-form .hs-form fieldset {
    width: 100%;
    max-width: 100%;
}

.hbst-form input, .hbspt-form select, .hbspt-form textarea {
    font-family: Proxima Nova Web,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: none;
    font-size: 1.25rem;
    letter-spacing: -.01em;
    font-weight: 600;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fff;
    color: #231f20;
}

/* input fields */
.hbspt-form .hs-form-field {
    margin-bottom: 1.25rem;
}

/* input labels */
.hbspt-form .hs-form-field label {
    font-family: Proxima Nova Web,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    color: #231f20;
}

/* input styles */
.hbspt-form .hs-form-field .hs-input {
    margin-top: .3125rem;
    width: 100%!important; 
}

.hbspt-form .hs-form-field .hs-input.error {
    -webkit-box-shadow: 0 1px 1px rgba(240,83,58,.20),0 2px 2px rgba(240,83,58,.17),0 4px 4px rgba(240,83,58,.14),0 8px 8px rgba(240,83,58,.11),0 16px 16px rgba(240,83,58,.08);
    box-shadow: 0 1px 1px rgba(240,83,58,.20),0 2px 2px rgba(240,83,58,.17),0 4px 4px rgba(240,83,58,.14),0 8px 8px rgba(240,83,58,.11),0 16px 16px rgba(240,83,58,.08);
}

/* areas styles */
.hbspt-form .hs-form-field input, .hbspt-form .hs-form-field select, .hbspt-form .hs-form-field textarea {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-radius: .125rem;
    display: block;
    background: rgba(35,31,32,.1);
    padding: 1.09375rem;
    width: auto;
    line-height: 1;
    min-height: 4rem;
}

.hbspt-form .hs-form-field input:focus, .hbst-form .hs-form-field select:focus, .hbspt-form .hs-form-field textarea:focus {
    background: rgba(35,31,32,.15);;
}

/* text-area */
.hbspt-form .hs-form-field textarea {
    resize: none;
    height: 10em;
}

/* checkbox */

.hbspt-form .inputs-list {
    position: relative;
    margin: 18px 0 0 0;
    list-style: none;
    padding: 0;
}

.hbspt-form .inputs-list li {
    padding-left: 0;
}

.hbspt-form .inputs-list .hs-input[type=checkbox] {
    opacity: 1;
    cursor: pointer;
    min-height: 44px;
    width: 44px!important;
    z-index: 1;
    background: rgba(35,31,32,.1);
}

.hbspt-form .inputs-list label {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.hbspt-form .inputs-list span {
    position: relative;
    color: #231f20;
    padding-left: 24px;
}


.hbspt-form .hs-input[type=checkbox]:checked {
    background: #231f20;
}

.hbspt-form .hs-fieldtype-booleancheckbox {
    display: flex;
    align-items: center;
}

/* dropdown */

.hbspt-form .hs-form .hs-fieldtype-select .input {
    position: relative;
}

.hbspt-form .hs-form .hs-fieldtype-select .input:after {
    content: "";
    height: .5rem;
    width: 1rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('https://f.hubspotusercontent30.net/hubfs/20522883/assets/dropdown-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    pointer-events: none;
}

.hbspt-form .hs-form .hs-fieldtype-select .input:hover:after {
    background-image: url('https://f.hubspotusercontent30.net/hubfs/20522883/assets/dropdown-light-blue.svg');
}

/* button */
.hbspt-form .hs-submit {
    cursor: pointer;
    position: relative;
    font-family: Proxima Nova Condensed Web,Arial Narrow,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: none;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1;
    border-radius: .25rem;
    background: #fff;
    border: 1px solid #231f20;
    display: block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 2.5rem;
}

.hbspt-form .hs-submit:hover {
    color: #fff;
    background: #231f20;
}

.hbspt-form .hs-submit:hover input[type=submit] {
    color: #fff;
}

.hbspt-form .hs-submit .hs-button {
    display: inline-block;
    letter-spacing: .08em;
}

.hbspt-form .hs-submit input[type=submit] {
    font-family: Proxima Nova Condensed Web,Arial Narrow,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: .08em;
    min-height: 1px;
    padding: 0;
    color: #231f20;
    background: transparent;
    cursor: pointer;
    padding: 1.5625rem 2.1875rem;
    width: 100%;
}

.hbspt-form .hs-submit input[type=submit]:focus {
    background: transparent;
}

/* error message */

.hbspt-form .hs-error-msgs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hbspt-form .hs-error-msgs li {
    padding: 0;
    margin-top: 8px;
}

.hbspt-form .hs-error-msgs .hs-error-msg, .hbspt-form .hs_error_rollup .hs-main-font-element {
    font-size: 0.8rem;
    color: red;
}

/* success message */

.hbspt-form .submitted-message {
    text-align: center;
}

.hbspt-form .submitted-message p, .hbspt-form .submitted-message {
    font-size: 1rem;
    max-width: 100%;
    color: #231f20;
    font-weight: 700;
    margin-top: 1.25rem;
    letter-spacing: .08em;
}


@media all and (max-width: 667px) {

    .hbspt-form .inputs-list .hs-input[type=checkbox] {
        height: 2.75rem;
        min-height: 100%;
        width: 2.75rem;
    }

}

/* form of 50% width with aside text responsive */

#contact-us {
    display: flex;
}

#contact-us .hbspt-form  {
    width: 50%;
    margin-right: 16vw;
}

#contact-us .b--contact-info {
    width: 30%;
}

@media only screen and (max-width: 1150px) {
    #contact-us .hbspt-form  {
        width: 65%;
        margin-right: 3.5vw;
    } 

    #contact-us .b--contact-info {
        width: 35%;
    }
}

@media only screen and (max-width: 667px) {
    #contact-us {
        flex-wrap: wrap;
    }
    
    #contact-us .hbspt-form  {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    } 

    #contact-us .b--contact-info  {
        width: 100%;
    } 
}

/* form of 50% width with margin auto - insiders page*/

#insider .hbspt-form {
    max-width: calc(var(--col-width) * 6);
    margin: 0 auto;
}

@media screen and (max-width: 1150px) and (min-width: 667px) {
    #insider .hbspt-form {
        max-width: calc(var(--col-width) * 8);
    }
}

@media screen and (max-width: 666px) {
    #insider .hbspt-form {
        max-width: calc(var(--col-width) * 12);
    }
}

/* two responsive column layout */

#hubspot-cols .hbspt-form form {
    display: flex;
    flex-wrap: wrap;
}

#hubspot-cols .hbspt-form .hs-form .hs-form-field {
    width: 50%;
}

#hubspot-cols .hbspt-form .hs-form .hs-submit {
    width: 100%;
}

#hubspot-cols .hbspt-form .hs-form .hs-form-field:nth-of-type(odd) {
    padding-right: 1.875rem;
}

#hubspot-cols .hbspt-form .hs-form .hs-form-field:nth-of-type(even) {
    padding-left: 1.875rem;
}

@media all and (max-width:1150px) {
    #hubspot-cols .hbspt-form .hs-form .hs-form-field:nth-child(odd) {
        padding-right: 1.25rem;
    }
    
    #hubspot-cols .hbspt-form .hs-form .hs-form-field:nth-child(even) {
        padding-left: 1.25rem;
    }

}

@media all and (max-width: 667px) {
    
    /* 100% width on mobile */

    #hubspot-cols .hbspt-form .hs-form .hs-form-field:nth-child(odd) {
        padding-right: 0;
    }
    
    #hubspot-cols .hbspt-form .hs-form .hs-form-field:nth-child(even) {
        padding-left: 0;
    }

    #hubspot-cols .hbspt-form .hs-form .hs-form-field {
        width: 100%;
    }

    #hubspot-cols .hbspt-form .inputs-list .hs-input[type=checkbox] {
        height: 2.75rem;
        min-height: 100%;
        width: 2.75rem!important;
    }

    /* change order on mobile */

    #hubspot-cols .hbspt-form form {
        flex-direction: column;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(1) {
        order: 1;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(2) {
        order: 6;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(3) {
        order: 2;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(4) {
        order: 7;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(5) {
        order: 3;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(6) {
        order: 8;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(7) {
        order: 4;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(8) {
        order: 9;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(9) {
        order: 5;
    }

    #hubspot-cols .hbspt-form .hs-form-field:nth-child(10) {
        order: 10;
    }

    #hubspot-cols .hbspt-form .hs_submit  {
        order: 11;
    }

}

/* partners dek */

.b--dek__cta.cta.cta--link.cta--texttransparent {
    border: 1px solid #231f20;
    color: #231f20;
    margin-top: 32px;
}

.b--dek__cta.cta.cta--link.cta--texttransparent:hover {
    color: #FBF5ED;
    background: #231f20;
}

.bighero__blob .bighero__dek {
    flex-direction: column;
    align-items: flex-start;
}

@media all and (min-width: 667px) and (max-width: 768px) {
    .b--dek__cta.cta.cta--link.cta--texttransparent {
        padding: 1rem 2rem;
    }

    .bighero__blob .bighero__dek {
        line-height: 1.1em;
    }
}

@media all and (min-width: 667px) and (max-width: 992px) {
    .bighero__blob .bighero__dek {
        padding: calc(2 * (var(--win-width) - (2 * var(--col-gutter))) / 20);
    }

    .b--dek__cta.cta.cta--link.cta--texttransparent {
        border: 1px solid #231f20;
        color: #231f20;
        margin-top: 14px;
    }

    .b--dek__title {
        line-height: 1.1em;
    }
}

@media all and (min-width: 600px) and (max-width: 667px) {
    .bighero__blob .bighero__dek {
        margin-top: 3rem;
    }
}
