.startNowForm > .content,
.startNowForm > .bg-img {
    padding: 1.75rem;
}
.startNowForm > .bg-img p {
    display: flex;
    flex-flow: column nowrap;
}
.startNowForm > .bg-img p .icon {
    display: block;
    margin-bottom: .1em;
    font-size: 4.8rem;
}
.startNowForm input[type="checkbox"] + label {
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 400;
}
#startNowCallout .grid.sp-s .cell,
#startNowCallout .grid .cell.sp-s {
    padding: .5rem 1rem;
}
.startNowForm > .content > .grid + .grid {
    margin-top: 1.75rem;
}
.startNowForm > .content > .grid:last-child {
    margin-top: 1.75rem;
}
.startNowForm textarea {
    height: 5.75em;
    resize: none;
    font-size: 1.6rem;
}
.startNowForm textarea::placeholder {
	font-style: italic;
}
.startNowForm .cmp-btn {
    margin: 0 auto;
}
.startNowForm .cmp-btn button {
    width: 100%;
}
#lightboxClose .fas {
    color: #ccc;	
}
#lightboxClose:hover .fas,
#lightboxClose:focus .fas {
    color: #fff;
}
.successScreen > .content {
    padding: 3.5rem;
}
.successScreen .successLinks {
    margin-top: 1.75rem;
}
#startNowCallout {
	padding: 0;
}
#startNowCallout.successScreenActive #lightboxClose .fas {
	color: #ccc;
}
#startNowCallout.successScreenActive #lightboxClose:hover .fas,
#startNowCallout.successScreenActive #lightboxClose:active .fas {
	color: #999;
}
@media screen and (min-width: 577px) {
	.startNowForm .cmp-btn {
		max-width: 50%;
	}
}

.marketoForm-modal {
    display: none;
    position: fixed;
    z-index: 50;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}
  
.marketoForm-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 36px;
    border: 1px solid #888;
    width: calc(100% - 35px);
    max-width: 90rem;
    position: relative;
    top: 100px;
    border-radius: 12px;
    color: #333;
}

.marketoForm-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: inherit;
    bottom: 32px;
    left: 13px;
    z-index: 1;
}

.marketoForm-modal-close:hover,
.marketoForm-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}