section#eight-insights {
    padding: 60px 15px;
    background: #255799;
    color: white;
    position: relative;
    border-bottom: 40px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    
}

#eight-insights img {
    height: 600px;
    position: absolute;
    top: -120px;
}

.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#eight-insights .brackets {
    height: auto;
}

#eight-insights .brackets h1 {
    padding: 0;
    margin: 0;
    font-size: 3.5em;
    line-height: 0;
}

#eight-insights .brackets h1 > span {
    line-height: 1.2;
    width: 100%;
    display: inline-block;
}

#eight-insights .brackets span:first-of-type {
    color: #78be20;
    text-transform: uppercase;
    font-size: .5em;
    margin: 0;
    padding: 0;
    margin-top: -15px;
}

section#ebook-content {
    padding-bottom: 0;
}

.form-container {
    border: 2px solid #c7c7c7;
    border-radius: 8px;
    overflow: hidden;
    width: 70%;
    margin: auto;
    font-size: 1.2em;
}

.form-container.thank-you {
    border: 2px solid #78be20;
}

.form-container .form-header {
    background: #78be20;
    color: #d1f5a4;
    text-align: center;
    padding: 15px;
    border-radius: 0;
}

#ebook-form-container {
    text-align: center;
}

.form-container .form-header strong {
    color: #fff;
}

.form-container p {
    font-size: 1rem!important;
}

.form-container p.email-validation {
	margin: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align: right;
}

.form-container input.error {
    border-color: #a94442;
    margin-bottom: 0;
}

#thank-you-header {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: bold;
    color: #fff;
}

.thank-you-content {
	padding: 70px 15px;
    color: #6b6b6b;
}

.thank-you-content > *{
	margin: 30px 0;
}

.form-content {
    padding: 30px;
}

.form-content input {
    display: block;
    width: 100%;
    border: 1px solid #c7c7c7;
    margin: 15px 0;
    padding: 10px;
    border-radius: 4px;
}

.blueGlobe {
    background: url('/HR-Software-Insights-Ebook/images/blue-globe.jpg') no-repeat bottom center #255799;
    background-size: auto;
    height: 300px;
    margin-top: 80px;
}

.lp-footer {
    padding: 15px 0;
    color: #c7c7c7;
}

.lp-footer a,
.lp-footer span {
    color: #c7c7c7;
    font-size: .89em;
}

.lp-footer a:hover {
    text-decoration: underline;
    color: #6b6b6b;
}

#ebook-content p {
    font-size: 1.4em;
}

#ebook-benefits {
    padding-top: 30px;
}

#ebook-benefits img {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.46);
}

#whats-inside h3 {
    font-size: 1.6em;
    color: #255799;
}

#whats-inside ul {
    margin: 0;
    padding: 0;
}

#whats-inside li {
    color: #6b6b6b;
    list-style: none;
    font-size: 1.3em;
}

#whats-inside li:before {
    content: "•";
    color: #78be20;
    font-size: 1.5em;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

#whats-inside img {
    margin-right: 35px;
}

#author-bio {
    border-top: 2px solid #78be20;
    margin-top: 40px;
    color: #6b6b6b;
    padding: 15px 0;
    position: relative;
}

#author-bio-header {
    margin-bottom: 50px
}

.about-the-author {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #c7c7c7;
    text-align: center;
}

.about-the-author.brackets {
    border-left: 2px solid #c7c7c7;
    border-right: 2px solid #c7c7c7;
    padding: 7px 14px;
    display: inline;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-the-author.brackets div.branch {
    position: absolute;
    border-top: 2px solid #c7c7c7;
    width: 5px;
    max-height: 0px;
}

.about-the-author.brackets div.branch.top-left {
    top: 0;
    left: 0;
}

.about-the-author.brackets div.branch.top-right {
    top: 0;
    right: 0;
}

.about-the-author.brackets div.branch.bottom-left {
    bottom: 0;
    left: 0;
}

.about-the-author.brackets div.branch.bottom-right {
    bottom: 0;
    right: 0;
}

.author-name {
    text-transform: uppercase;
    color: #78be20;
    font-size: 1.5em;
    text-align: right;
    position: relative;
    top: 10px;
}

#author-bio-content {}

#author-bio-content img {
    margin-right: 15px;
    margin-top: 10px;
}

#author-bio-content p {
    font-size: 1.2em;
}

#author-bio-content p:first-of-type {
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    section#eight-insights {
        padding: 40px 40px;
        background: #255799;
        color: white;
        position: relative;
        border-bottom: 40px solid #fff;
        height: 500px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #eight-insights .brackets {
        border-left: 2px solid #78be20;
        border-right: 2px solid #78be20;
        padding: 25px 40px;
        margin-left: -45px;
        margin-top: 70px;
        position: relative;
    }
    #eight-insights .brackets div.branch {
        position: absolute;
        border-top: 2px solid #78be20;
        width: 20px;
        max-height: 0px;
    }
    #eight-insights .brackets div.branch.top-left {
        top: 0;
        left: 0;
    }
    #eight-insights .brackets div.branch.top-right {
        top: 0;
        right: 0;
    }
    #eight-insights .brackets div.branch.bottom-left {
        bottom: 0;
        left: 0;
    }
    #eight-insights .brackets div.branch.bottom-right {
        bottom: 0;
        right: 0;
    }
    
}

@media (min-width: 1500px and max-width: 1800px) {
    
    #eight-insights .brackets {
        border-left: 2px solid #78be20;
        border-right: 2px solid #78be20;
        padding: 25px 40px;
        margin-left: -45px;
        margin-top: 30px;
        position: relative;
    }
   
}

@media (max-width: 1500px) {
    
    section#eight-insights {
        height: auto;
    }
    
    section#eight-insights img {
        max-width: 100%;
        height: inherit;
        position: static;
    }
    
    #eight-insights .brackets {
        border-left: 2px solid #78be20;
        border-right: 2px solid #78be20;
        padding: 25px 40px;
        margin-left: -45px;
        margin-top: 0px;
        position: relative;
    }
   
}

@media (max-width: 991px) {
    #ebook-form-container {
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
    }
    .form-container {
        width: 100%;
    }
    #whats-inside img {
        display: block;
        float: none!important;
        margin: auto;
        margin-bottom: 30px;
    }
}