* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-height: 1000000px;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    margin: 0;
    font: 1.9em/1.4 'Lato', sans-serif;
    color: #404041;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    min-width: 320px;
    position: relative;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

a {
    color: #f58021;
    text-decoration: none;
}

a:hover {
    color: #f4924a;
}

a.logo {
    position: absolute;
    z-index: 2;
    top: 1.263em;
    left: 2.053em;
    text-decoration: none;
    outline: none;
    border: none;
    color: transparent;
}

a.logo img {
    width: 9.684em;
    height: 2.632em;
}

.content-center {
    background-color: #f7fbfd;
    height: calc(100vh - 3.263em);
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 612px;
}

.content-center:before,
.content-center:after {
    content: '';
    position: absolute;
    bottom: -2.773em;
}

.content-center:before {
    background: url(i/content-overlay-left.png);
    left: 0;
    width: 48em;
    height: 49.5em;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.content-center:after {
    background: url(i/content-overlay-right.png);
    right: 0;
    width: 33.773em;
    height: 49.5em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.content-center-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0.909em 0.682em 0;
    position: relative;
    z-index: 1;

}

.content-center a {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.content-center p {
    max-width: 20.909em;
    margin: 0 auto 1.273em;
}

.content-img {
    padding-top: 1em;
    position: relative;
}

.content-img img {
    width: 7.5em;
    height: auto;
}

h1 {
    color: #378eae;
    font: 600 1.909em 'Montserrat', sans-serif;
    margin: 0 0 0.571em;
}

#footer {
    font: 600 0.632em 'Montserrat', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    height: 5.167em;
    padding: 0 2.75em;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
}

.footer__inner {
    display: table-cell;
    vertical-align: middle;
}

.copyright {
    float: left;
}

.footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.footer-list li {
    display: inline-block;
    vertical-align: top;
    padding-right: 3.833em;
}

.footer-list li:last-child {
    padding-right: 0;
}

@media screen and (min-width:1500px) {
    .content-center-inner {
        font-size: 1.2em;
    }

    a.logo {
        font-size: 1.2em;
    }
}

@media screen and (max-width:1280px) {

    .content-center:before,
    .content-center:after {
        font-size: 0.682em;
    }
}

@media screen and (max-width: 1023px) {

    .content-center:before {
        left: -8vw;
    }

    .content-center:after {
        right: -12vw;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.6em;
    }

    .content-center {
        height: calc(100vh - 4.063em);
        min-height: 1px;
        padding-top: 3.684em;
    }

    .content-center:before,
    .content-center:after {
        display: none;
    }

    .content-center-inner {
        padding: 2.5em 0.9375em 1.25em;
    }

    #footer {
        font-size: 0.750em;
        height: 5.417em;
        padding: 0 0.9375em;
        text-align: center;
    }

    .copyright,
    .footer-list {
        float: none;
    }

    .copyright {
        display: block;
        padding-bottom: 10px;
    }

    .footer-list li {
        padding-right: 1em;
    }

}