.footer_area {
    background: url("../images/footer.jpg") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.footer-2 {
list-decoration: none;
text-decoration: none;
}

.button2 {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 1.1875em 1.5625em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #444;
    color: #fff; }
[data-whatinput='mouse'] .button2 {
    outline: 0; }
.button2:hover, .button2:focus {
    background-color: #e96969;
    color: #fff; }
.button2.tiny {
    font-size: 0.6rem; }
.button2.small {
    font-size: 0.75rem; }
.button2.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
.button2.primary {
    background-color: #2199e8;
    color: #fff; }
.button2.primary:hover, .button2.primary:focus {
    background-color: #147cc0;
    color: #fff; }
.button2.secondary {
    background-color: #777;
    color: #fff; }
.button2.secondary:hover, .button2.secondary:focus {
    background-color: #5f5f5f;
    color: #fff; }
.button2.alert {
    background-color: #ec5840;
    color: #fff; }
.button2.alert:hover, .button2.alert:focus {
    background-color: #da3116;
    color: #fff; }
.button2.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
.button2.hollow, .button2.hollow:hover, .button2.hollow:focus {
    background-color: transparent; }
.button2.hollow:hover, .button2.hollow:focus {
    border-color: #0c4d78;
    color: #0c4d78; }
.button2.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8; }
.button2.hollow.primary:hover, .button2.hollow.primary:focus {
    border-color: #0c4d78;
    color: #0c4d78; }
.button2.hollow.secondary:hover, .button2.hollow.secondary:focus {
    border-color: #3c3c3c;
    color: #3c3c3c; }
.button2.hollow.alert:hover, .button2.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e; }
.button2.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
.button2.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.5625em;
    display: inline-block; }
.button2.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }
