﻿body {
    padding-top: 40px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.logo-row {
    display: flex;
}

.logo-col {
    padding: 20px 30px 20px 30px;
}

.lnkBox-col {
    display: flex;
    align-items: center;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@media (min-width: 992px) {
    .lnkBox {
        margin-top: 0;
    }

    .rowTwo {
        margin-top: 100px;
    }

    .col3Mobile {
        margin-top: 20px;
    }

    .footerRow {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .lnkBox {
        margin-top: 0;
    }

    .col3Mobile {
        margin-top: 60px;
    }

    .footerRow {
        margin-top: 160px;
    }
}

@media (max-width: 510px) {
    .lnkBox {
        margin-top: 0;
    }

    .footerRow {
        margin-top: 80px;
    }
}

.link {
    text-decoration: none;
    color: #0cbed3;
    font-weight: bold;
    margin: 5px;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
}

    .link:hover {
        background-color: #0cbed3;
        color: #ffffff;
    }

.helpTitle {
    text-decoration: none;
    color: #0cbed3;
    font-weight: bold;
    margin-right: 35px;
}

p.lead {
    margin-bottom: 40px;
}