/* Cloudtrial CSS */

.cloudTrialForm *::-moz-placeholder {
    color: #333;
}
@media screen and (min-width: 768px) {
    .cloudTrialForm {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media screen and (min-width: 768px) {
    .cloudTrial-formHeadline {
        color: #fff !important;
        margin: 15px auto;
        text-align: center;
        width: 78%;
    }
    .tableauForm .cloudTrial-formHeadline {
        width: 100%;
    }
}
.marketo-form {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 80px 42px 100px;
}
.marketo-form .is-hidden,
.marketo-form .is-hidden + .error {
    display: none;
}
.cloudTrial .select-wrapper {
    background: #fff none repeat scroll 0 0;
}
.cloudTrial-form .btn {
    display: block;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.cloudTrial-form .pure-g .pure-u-1-2:first-child {
    padding-right: 3px;
}
.cloudTrial-form .pure-g .pure-u-1-2:last-child {
    padding-left: 3px;
}
.cloudTrial-label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 150px;
}
.cloudTrial-label a {
    color: #000;
    text-decoration: underline;
}
.cloudTrial-inputWrapper .dropdown {
    float: left;
    width: calc(100% - 150px);
}
.cloudTrial-inputWrapper .dropdown .form-control {
    width: 100%;
}
.cloudTrial-inputWrapper .select-wrapper:after {
    z-index: 5;
}
.cloudTrial-employeeDropdown {
    margin-bottom: 24px;
}
.cloudTrial-checkbox {
    margin: 14px 0 14px 150px;
}
.cloudTrial-checkboxReplace {
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
    float: left;
}
.cloudTrial-checkboxReplace span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccc;
    display: block;
    font-size: 15px;
    height: 14px;
    line-height: 0.9;
    position: absolute;
    top: 2px;
    width: 14px;
    z-index: 1;
}
.cloudTrial-checkboxReplace input {
    opacity: 0;
    position: absolute;
    top: 2px;
    z-index: 2;
}
.cloudTrial-checkboxReplace span::after {
    content: "";
}
.cloudTrial-checkboxReplace input:checked ~ span::after {
    content: "✔";
}
.cloudTrial-checkbox input[type="checkbox"] {
    cursor: pointer;
}
.cloudTrial-checkboxReplace input[type="checkbox"] + label.error {
    display: none !important;
}
.cloudTrial-checkboxReplace + .cloudTrial-label {
    width: calc(100% - 30px);
    margin-left: 10px;
}
.cloudTrial-hiddenInput {
    display: none;
}
.cloudTrial-inputWrapper {
    position: relative;
}
.cloudTrial-inputWrapper:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.cloudTrial-inputWrapper label.error {
    background: #ed1b24 none repeat scroll 0 0;
    bottom: -10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 7px;
    pointer-events: none;
    position: absolute;
    width: calc(100% - 150px);
    z-index: 10;
    left: 150px;
}
.cloudTrial-inputWrapper select.form-control + label.error {
    bottom: -72px !important;
    left: 0 !important;
    width: 100% !important;
}
.cloudTrial-inputWrapper label.error::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #ed1b24;
    border-image: none;
    border-style: solid;
    border-width: 9px;
    content: "";
    display: block;
    height: 0;
    left: 14px;
    position: absolute;
    top: -18px;
    width: 0;
}
.cloudTrial-form-error {
    background: #ed1b24 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    padding: 4px 7px;
}
.cloudTrial-mobileHeadline {
    display: none;
}
@media screen and (max-width: 767px) {
    .cloudTrial-mobileHeadline {
        display: block;
    }
}
.cloudTrial-agreementContent p {
    color: #000;
    font-size: 1em;
    line-height: 1.42857;
}
.cloudTrial-form .pure-g label.error {
    bottom: -10px;
}

/* revTrial-form styles */

.marketo-form {
    /*display: none;*/
    overflow: auto;
}

.revTrial-submit {
    margin-left: 150px !important;
    margin-top: 20px !important;
    text-align: center !important;
    width: calc(100% - 150px);
}

.container-hori-pad-md .pure-g {
    margin-left: 0;
    margin-right: 0;
}

.container-hori-pad-md .pure-g [class*="pure-u"] {
    padding-right: 0px;
    padding-left: 0px;
}

select.form-control {
    -moz-appearance: none;
}

select.form-control::-ms-expand {
    display: none;
}

.rev-waiting {
    color: #fff;
    text-align: center;
    padding: 50px;
}
.rev-waiting h4 {
    color: #fff;
}
.rev-waiting a {
    color: #fff;
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .marketo-form {
        padding: 40px 20px;
    }
    .marketo-form.show {
        display: block;
    }
    #revTrial-button.hide-mobile {
        display: none;
    }
    .cloudTrial-inputWrapper > label {
        display: none;
    }
    .cloudTrial-inputWrapper input {
        margin: 0 0 24px 0;
    }
    .revTrialForm .pure-g .pure-u-1-2:first-child {
        padding-right: 3px;
    }
    .revTrialForm .pure-g .pure-u-1-2:last-child {
        padding-left: 3px;
    }
    .revTrialForm .pure-g .pure-u-1-2:first-child label.error {
        width: calc(100% - 3px);
    }
    .revTrialForm .pure-g .pure-u-1-2:last-child label.error {
        margin-left: 3px;
        width: calc(100% - 3px);
    }
    .pure-u-1-2.cloudTrial-inputWrapper label.error {
        bottom: -5px;
    }
    .cloudTrial-inputWrapper label.error {
        bottom: -29px;
        left: 0;
        width: 100%;
    }
    .cloudTrial-inputWrapper .dropdown {
        width: 100%;
    }
    .cloudTrial-checkbox {
        margin: 14px 0 14px 1px;
    }
    .revTrial-submit {
        margin-left: 0px !important;
        width: 100%;
    }
    
    .rev-waiting {
        color: #000;
    }
    .rev-waiting h4 {
        color: #000;
    }
    .rev-waiting a {
        color: #000;
    }
}

@media screen and (min-width: 768px) {
    .marketo-form {
        background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 200;
    }
    .marketo-form.display {
        display: block;
    }
    .marketo-form input {
        margin: 0 0 24px;
    }
    .marketo-formContent {
        height: 90%;
        left: 50%;
        margin-left: -310px;
        opacity: 1;
        position: absolute;
        top: 5%;
        transition: opacity 0.3s ease-out 0s;
        width: 640px;
        padding: 20px;
    }
    .marketo-formContent h1,
    .marketo-formContent h2,
    .marketo-formContent h3,
    .marketo-formContent h4,
    .marketo-formContent h5,
    .marketo-formContent h6,
    .marketo-formContent p {
        color: #fff;
    }
    .marketo-formContent .form-control {
        background-color: #fff;
        float: left;
        width: calc(100% - 150px);
    }
    .cloudTrial-label {
        color: #fff;
    }
    .cloudTrial-label a {
        color: #fff;
    }
    .marketo-form-scrollable {
        height: 100%;
        left: 0;
        overflow: auto;
        padding: 30px 50px 30px 30px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .cloudTrial-closeButton {
        cursor: pointer;
        height: 25px;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 25px;
        z-index: 2;
    }
    .cloudTrial-closeButton::before,
    .cloudTrial-closeButton::after {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        top: 10px;
        transform: rotateZ(45deg);
        transform-origin: 50% 50% 0;
        width: 25px;
    }
    .cloudTrial-closeButton::after {
        transform: rotateZ(-45deg);
    }
    .marketo-form.show .marketo-formContent {
        opacity: 1;
    }
}
@media screen and (max-width: 950px) and (min-width: 768px) {
    .marketo-formContent {
        height: calc(90% - 65px);
        left: 5%;
        margin-left: 0;
        top: 75px;
        width: 90%;
    }
}
.marketo-form.narrow {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}
.marketo-form.narrow .marketo-formContent {
    background: #fff none repeat scroll 0 0;
    height: auto;
    left: 50%;
    margin-left: auto;
    padding: 0 20px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 400px;
}
@media screen and (max-width: 700px) {
    .marketo-form.narrow .marketo-formContent {
        width: 300px;
    }
}
.cloudTrial-agreement {
    display: none;
}
@media screen and (max-width: 767px) {
    .cloudTrial-agreement.show {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .cloudTrial-agreement {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 200;
    }
    .cloudTrial-agreement.display {
        display: block;
    }
    .cloudTrial-agreementContent {
        background: #fff none repeat scroll 0 0;
        height: 90%;
        left: 50%;
        margin-left: -470px;
        opacity: 0;
        position: absolute;
        top: 5%;
        transition: opacity 0.3s ease-out 0s;
        width: 940px;
    }
    .cloudTrial-agreement-scrollable {
        height: 100%;
        left: 0;
        overflow: auto;
        padding: 30px 50px 30px 30px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .cloudTrial-closeButton {
        cursor: pointer;
        height: 25px;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 25px;
        z-index: 2;
    }
    .cloudTrial-closeButton::before,
    .cloudTrial-closeButton::after {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        top: 10px;
        transform: rotateZ(45deg);
        transform-origin: 50% 50% 0;
        width: 25px;
    }
    .cloudTrial-closeButton::after {
        transform: rotateZ(-45deg);
    }
    .cloudTrial-agreement.show .cloudTrial-agreementContent {
        opacity: 1;
    }
}
@media screen and (max-width: 950px) and (min-width: 768px) {
    .cloudTrial-agreementContent {
        height: calc(90% - 65px);
        left: 5%;
        margin-left: 0;
        top: 75px;
        width: 90%;
    }
}
.cloudTrial-agreement.narrow {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}
.cloudTrial-agreement.narrow .cloudTrial-agreementContent {
    background: #fff none repeat scroll 0 0;
    height: auto;
    left: 50%;
    margin-left: auto;
    padding: 0 20px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 400px;
}
@media screen and (max-width: 700px) {
    .cloudTrial-agreement.narrow .cloudTrial-agreementContent {
        width: 300px;
    }
}
.cloudTrial-companySuggestion {
    color: #000;
    display: block;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
}
.cloudTrial-companySuggestion:hover {
    background: #244ea2 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
}
.cloudTrial-companySuggestion div {
    font-size: 14px;
    margin-top: 5px;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-autocomplete {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
}
.ui-autocomplete .ui-state-focus {
    background: #d9d9d9 none repeat scroll 0 0;
}
.ui-autocomplete .ui-corner-all {
    display: block;
    padding: 5px;
    width: 100%;
}
.ui-autocomplete .ui-menu-item {
    border: none;
    color: #333;
    padding: 0 3px;
}
.autocomplete-wrap {
    position: relative;
}
#autocomplete-container {
    position: absolute;
    z-index: 100;
}
.landingPage-formHorizontal .cloudTrial-formInner {
    margin: 0 auto;
    max-width: 940px;
    text-align: center;
}
.landingPage-formHorizontal .cloudTrial-form {
    padding: 20px 0;
}
.landingPage-formHorizontal .cloudTrial-formInner::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
.landingPage-formHorizontal .cloudTrial-formHeadline {
    margin: 0;
    padding: 3px 15px 0 0;
    width: auto;
}
.landingPage-formHorizontal .cloudTrial-inputWrapper {
    min-width: 300px;
    padding: 0 15px 0 0;
    width: 40%;
}
.landingPage-formHorizontal .cloudTrial-inputWrapper input {
    margin-bottom: 10px;
}
.landingPage-formHorizontal .cloudTrial-form .btn.btn-yellow {
    min-width: 220px;
    width: 10%;
}
.landingPage-formHorizontal .cloudTrial-formHeadline,
.landingPage-formHorizontal .cloudTrial-inputWrapper,
.landingPage-formHorizontal .cloudTrial-form .btn.btn-yellow {
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 748px) {
    .landingPage-formHorizontal .cloudTrial-formInner {
        padding: 0 20px;
    }
    .landingPage-formHorizontal .cloudTrial-inputWrapper {
        padding-right: 0;
    }
    .landingPage-formHorizontal .cloudTrial-formHeadline {
        margin-bottom: 15px;
    }
    .landingPage-formHorizontal .cloudTrial-form .btn.btn-yellow {
        min-width: 110px;
    }
    .landingPage-formHorizontal .cloudTrial-formHeadline,
    .landingPage-formHorizontal .cloudTrial-inputWrapper,
    .landingPage-formHorizontal .cloudTrial-form .btn.btn-yellow {
        display: block;
        width: 100%;
    }
}

.cloudTrial-form .step-hide {
    display: none;
}
.step-1-toggle {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 19px;
}
.step-toggle-arrow {
    display: inline-block;
    height: 20px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.step-toggle-arrow::before {
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    font-family: infa-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    vertical-align: initial;
    width: 20px;
    z-index: 1;
}
.revTrial-headline {
    font-size: 18px;
    font-weight: 400;
}
.manual-redirect {
    padding-top: 30px;
}
.revTrial .text-image.text-image-promo {
    padding-top: 0px!important;
}



/**
 * Testimonial section
 */
.testimonial {
    margin-top: 2em;
    text-align: center;
}
.testimonial > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.testimonial img[title="testimonial"] {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.testimonial hr.padding-lg {
    margin-bottom: 60px;
}
.testimonial .container-vert-pad-sm.container img {
    max-width: 150px;
    max-height: 60px;
}
.testimonial .container-hori-pad-md .pure-g {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.testimonial .container-hori-pad-md .pure-u-md-1-2.pure-u-1 {
    align-self: center;
}

/* This is only used to position the CoreLogic and Interstate logo nicer */
.content-section.mcolumn-container {
    overflow: visible;
}
.testimonial img[alt='corelogic'] {
    position: relative;
    top: -7px;
}
.testimonial img[alt='interstate'] {
    position: relative;
    top: -5px;
}

@media screen and (min-width: 768px) {
    .testimonial .content-section {
        padding-bottom: .5em;
        padding-top: .5em;
    }
}

@media screen and (min-width: 1099px) {
    .testimonial .content-section {
        overflow: visible;
        padding-bottom: 1em;
        padding-top: 1em;
    }
    .testimonial .container-vert-pad-sm.container {
        margin-left: -8%;
        width: 116%;
    }
    .testimonial .container-vert-pad-sm.container img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .testimonial .container-hori-pad-md .container-hori-pad-md .pure-u-md-1-2.pure-u-1 {
        width: 40%;
    }
}

@media screen and (max-width: 510px) {
    .testimonial .container-hori-pad-md .container-hori-pad-md .pure-u-md-1-2.pure-u-1 {
        margin-bottom: 1em;
        width: 100%;
    }
    .testimonial img[alt='apollo'],
    .testimonial img[alt='ge-capital'] {
        position: relative;
        top: 7px;
    }
    .testimonial img[alt='corelogic'] {
        top: 6px;
    }
}

.marketo-form .cloudTrial-agreement h3 {
    text-align: center;
}

.cloudTrial-form-error {
    margin-left: 150px;
}

