.block-call-to-action-small {
}

.cta-small-wrapper #gradient-canvas-cta-small {
	position: absolute;
}

.cta-small-wrapper h1 {
    display: flex;
    flex-direction: column;
	margin-top: 0;
}

.cta-small-wrapper {
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-small-inner {
    z-index: 1;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cta-small-inner-content {
	margin: auto 0;
  padding: 6rem 0;
    display: flex;
	justify-content: space-between;
}


.cta-small-inner-content h3 {
    margin: 0;
	max-width: 75rem;
}

.cta-small-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60rem;
    margin-left: 4rem;
    max-width: 100%;
}
.cta-small-form input {
    border-radius: 10rem;
}


/* Desktop small */
@media only screen and (max-width: 1000px) {
  .cta-small-inner-content {
    flex-direction: column;
    justify-content: flex-start;
}

.cta-small-form {
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 3rem;
}  
}

/* Tablet */
@media only screen and (max-width: 700px) {

}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}