/* Playbook Segment Page Template Styles */

.cta-btn.ol {
	background-color: #13DD7A;
}

img.dlm-main-image {
	max-width: 290px;
	margin: 0 auto;
	display: block;
}

div.col.left p, div.col.left li, #schedule-demo .hasBullets ul li {
	font-size: 16px;
}

div.col.left h3 {
	margin: 16px 0;
}

#home-logos {
	overflow: hidden;
}

#schedule-demo, #schedule-demo .section-wrap {
	overflow: visible;
}
#schedule-demo .main > .col.right {
	position: sticky;
	top: 20px;
}


/* Playbook Segment Styles */


#page-playbook-segment header.top {
    max-width: 1200px;
}

#page-playbook-segment img.dlm-main-image {
    max-width: 450px;
	width: 100%;
}

#page-playbook-segment .main > .col.left {
    max-width: 746px;
}

#page-playbook-segment .hasBullets ul {
    border-top: none;
}

#page-playbook-segment .hasBullets ul li{
	border-bottom: none;
}

#page-playbook-segment .hasBullets ul li {
    padding: 0 0 10px 44px;
}

#page-playbook-segment .hasBullets ul li:before {
    top: 2px;
    left: 12px;
}


/* AC Forms Styles */


.ac-form ._form-thank-you{
    font-size: 18px;
    line-height: 1.48;
    color: #101A28;
}

.ac-form ._form {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ac-form ._form ._form-content {
    background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 25px 25px 0 0;
}

.ac-form ._form_element {
    border-top: 1px solid #101A28;
    padding: 20px 27px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	width: 100%;
}

.ac-form ._form_element:has(input[data-name^="utm_"]),
.ac-form ._form_element:has(input[data-name^="mql_"]),
.ac-form ._form_element:has(input[data-name^="source_"]){
	display: none;
}

.ac-form ._form_element:first-child {
    border-top: none;
}

.ac-form ._form_element._field_firstname,
.ac-form ._form_element._field_lastname {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    border-top: none;
}

.ac-form ._form_element._field_lastname {
    border-left: 1px solid #101A28;
}

.ac-form ._form-label {
    font: 400 12px/1 "pp_morisemibold", sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 22px;
    color: #101A28;
}

.ac-form ._form-label .field-required {
    color: #101A28;
}

.ac-form input[type="text"],
.ac-form input[type="email"],
.ac-form input[type="number"] {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 1.5;
    color: #101A28;
    padding: 0;
    outline: none;
}

.ac-form input[type="text"]::-webkit-input-placeholder, .ac-form input[type="email"]::-webkit-input-placeholder, .ac-form input[type="number"]::-webkit-input-placeholder {
    color: rgba(16, 26, 40, 0.4);
}

.ac-form input[type="text"]::-moz-placeholder, .ac-form input[type="email"]::-moz-placeholder, .ac-form input[type="number"]::-moz-placeholder {
    color: rgba(16, 26, 40, 0.4);
}

.ac-form input[type="text"]:-ms-input-placeholder, .ac-form input[type="email"]:-ms-input-placeholder, .ac-form input[type="number"]:-ms-input-placeholder {
    color: rgba(16, 26, 40, 0.4);
}

.ac-form input[type="text"]::-ms-input-placeholder, .ac-form input[type="email"]::-ms-input-placeholder, .ac-form input[type="number"]::-ms-input-placeholder {
    color: rgba(16, 26, 40, 0.4);
}

.ac-form input[type="text"]::placeholder,
.ac-form input[type="email"]::placeholder,
.ac-form input[type="number"]::placeholder {
    color: rgba(16, 26, 40, 0.4);
}

.ac-form ._field-wrapper {
    position: relative;
}

.ac-form ._button-wrapper {
    background-color: #13DD7A;
    border-top: 1px solid #101A28;
    padding: 25px 27px 30px;
    border-radius: 0 0 25px 25px;
    position: relative;
    overflow: hidden;
	width: 100%;
}

.ac-form ._error-inner {
    font-size: 14px;
    color: #dc3232;
}

.ac-form ._submit {
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    padding: 16px 16px;
    color: #13DD7A;
    font: 400 12px / 1 "pp_morisemibold", sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #101A28;
    -webkit-box-shadow: 0 0 21px 6px rgba(87, 84, 83, 0.26);
            box-shadow: 0 0 21px 6px rgba(87, 84, 83, 0.26);
    background-color: #101A28;
    border-color: transparent;
    position: relative;
}

.ac-form ._submit:hover {
    background-color: #13DD7A;
    color: #101A28;
    border-color: #101A28;
}

.ac-form ._form-thank-you {
    font-size: 18px;
    line-height: 1.48;
    color: #101A28;
    padding: 30px;
	text-align: center;
}

.form-privacy-notice {
    font-size: 14px;
    line-height: 1.5;
    color: #101A28;
    text-align: left;
    margin-top: 20px;
    padding: 0;
}

.form-privacy-notice a {
    color: #101A28;
    text-decoration: underline;
}

.form-privacy-notice a:hover {
    text-decoration: none;
}

.ac-form input:-webkit-autofill,
.ac-form input:-webkit-autofill:hover,
.ac-form input:-webkit-autofill:focus,
.ac-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #eff1e9 inset;
    -webkit-text-fill-color: #101A28;
}

@media screen and (max-width: 767px) {
    img.dlm-main-image {
        max-width: 290px!important;
    }

    .ac-form ._form_element._field_firstname,
    .ac-form ._form_element._field_lastname {
        display: block;
        width: 100%;
    }
    
    .ac-form ._form_element._field_lastname {
        border-left: none;
        border-top: 1px solid #101A28;
    }
    
    .ac-form ._form_element {
        padding: 25px 22px 12px;
    }
    
    .ac-form ._form-label {
        font-size: 11px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
}
.ac-form input[type="number"]::-webkit-outer-spin-button,
.ac-form input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ac-form input[type="number"] {
	-moz-appearance: textfield;
}
