div.row-content {
    margin-top: 17px;
    height: 60%;
}

div.left-padding {
    margin-left: 2%;
}

div.right-padding {
    margin-right: 2%;
}

div.content-div p {
    line-height: 0.75em;
    font: 16px/1 'Lato', Arial, Helvetica, sans-serif;
    padding-left: 8px;
    margin-bottom: 17px;
}

div.row.footer {
    margin-bottom: 17px;
}
div.footer div.separator {
    margin: 14px 0;
    height: 1px;
    background-color: #85AD5C;
}

div.footer div.footer-text {
    font-size: 12px !important;
    color: #000;
}

div.back-button {
    margin-bottom: 2em;
}

div.content-div img {
    max-width: 90%;
    max-height: 90%;
    display: block;
    margin: 0 auto;
}

.footer {
    position: relative;
    bottom: 0;
    padding-bottom: 30px;
    background-color: #fff;
    margin-top: -8.2em;
    padding-bottom: inherit;
}

.content-flex-container {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    background-color: #fff;
    margin-top: 1%;
}

.wrap {
    min-height: 100%;
    padding-bottom: 11.5em;
}
