/* Starting Point */

.get-started p {
    margin: 0px;
    height: 100%;
    vertical-align: middle;
}

.get-started-top,
.get-started-middle,
.get-started-bottom {
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.get-started-top big {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: 0.04em;
}

.get-started-top {
    font-size: 25px;
    line-height: 1em;
    padding: 20px 10px;
    color: white;
}

.get-started-middle {
    padding: 20px;
}

@media (min-width: 992px) {
    .get-started-middle {
        height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .get-started-middle {
        height: 208px;
    }
}

.get-started-nuggets p {
    padding: 20px 5px;
    font-size: 22px;
    font-weight: bold;
}

.get-started-container {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
}

.get-started-contact {
    font-size: 34px;
    line-height: 1em;
    padding: 13px 10px;
}

a.get-started-contact-link:link,
a.get-started-contact-link:visited {
    color: #58595B;
}

a.get-started-contact-link:hover,
a.get-started-contact-link:focus,
a.get-started-contact-link:active {
    color: #004990;
    text-decoration: none;
}


/* End Starting Point */