@font-face {
    font-family: 'futura_ptmedium';
    src: url('../webfonts/futurapt_medium_macroman/ftn55-webfont.eot');
    src: url('../webfonts/futurapt_medium_macroman/ftn55-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/futurapt_medium_macroman/ftn55-webfont.woff2') format('woff2'),
         url('../webfonts/futurapt_medium_macroman/ftn55-webfont.woff') format('woff'),
         url('../webfonts/futurapt_medium_macroman/ftn55-webfont.ttf') format('truetype'),
         url('../webfonts/futurapt_medium_macroman/ftn55-webfont.svg#futura_ptmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    zoom: 1;
}

body {
    background-color: #00364a;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}

html, body, .wrapper-outer { height: 100%; }
    .wrapper-inner {
        height: auto !important;
        height: 100%;
        margin-bottom: -60px;
        min-height: 100%;
    }
    .push, .footer { height: 60px; }

.footer {
    background: #006563 url('../img/edc.logopage.bottom.border.2400px.blue.png') bottom center repeat-x;
    -webkit-background-size: 1200px auto;           /* Safari 3.0 */
       -moz-background-size: 1200px auto;           /* Gecko 1.9.2 (Firefox 3.6) */
         -o-background-size: 1200px auto;           /* Opera 9.5 */
            background-size: 1200px auto;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
}

.wrapper-outer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    /*padding-bottom: 60px;*/
}

.wrapper-inner {
    /*min-height: 1100px;*/

    background: #006563 url('../img/edc.chevron.bg.a.flush.png') center -100px no-repeat;
    -webkit-background-size: 1200px auto;           /* Safari 3.0 */
       -moz-background-size: 1200px auto;           /* Gecko 1.9.2 (Firefox 3.6) */
         -o-background-size: 1200px auto;           /* Opera 9.5 */
            background-size: 1200px auto;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    padding-top: 106px;
}
    .wrapper-inner img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .mark {
        margin-top: 92px;
        margin-bottom: 400px
    }
    p {
        color: #001435;
        font-family: 'futura_ptmedium', sans-serif;
        font-size: 16px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
    }
        a {
            color: #001435;
            text-decoration: none;
        }


@media screen and (max-width: 1200px) {

/*body {
    background: #006563 url('../img/edc.logopage.bottom.border.2400px.blue.png') bottom center repeat-x;
    -webkit-background-size: 1200px auto;
       -moz-background-size: 1200px auto;
         -o-background-size: 1200px auto;
            background-size: 1200px auto;
}

.wrapper-outer {
    background: none;
}*/

body {
    background: #006563;
}

.wrapper-inner {
    padding-right: 20px;
    padding-left: 20px;
}
    .wrapper-inner .logo {
        max-width: 705px;
        width: 100%;
    }

    .wrapper-inner .mark {
        max-width: 270px;
        width: 50%;
    }

}

@media screen and (max-width: 745px) {

    .wrapper-inner {
        /*min-height: 800px;*/
        background: #006563 url('../img/edc.chevron.bg.a.flush.png') top center no-repeat;
        -webkit-background-size: 954px auto;           /* Safari 3.0 */
           -moz-background-size: 954px auto;           /* Gecko 1.9.2 (Firefox 3.6) */
             -o-background-size: 954px auto;           /* Opera 9.5 */
                background-size: 954px auto;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
        padding-top: 100px
    }

    .wrapper-inner .logo {
        max-width: 600px;
        width: 100%;
    }

    .wrapper-inner .mark {
        margin-top: 118px;
        margin-bottom: 260px;
        max-width: 230px;
        width: 50%;
    }

}

@media screen and (max-width: 640px) {

    .wrapper-inner {
        /*min-height: 738px;*/
        -webkit-background-size: 804px auto;           /* Safari 3.0 */
           -moz-background-size: 804px auto;           /* Gecko 1.9.2 (Firefox 3.6) */
             -o-background-size: 804px auto;           /* Opera 9.5 */
                background-size: 804px auto;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
        padding-top: 100px
    }

    .wrapper-inner .logo {
        max-width: 440px;
        width: 100%;
    }

    .wrapper-inner .mark {
        margin-top: 114px;
        max-width: 168px;
        width: 50%;
    }

    p > span:first-child {
        display: block;
    }
    .smallish-hide {
        display: none;
    }

}

@media screen and (max-width: 480px) {

    .wrapper-inner {
        /*min-height: 684px;*/
        -webkit-background-size: 620px auto;           /* Safari 3.0 */
           -moz-background-size: 620px auto;           /* Gecko 1.9.2 (Firefox 3.6) */
             -o-background-size: 620px auto;           /* Opera 9.5 */
                background-size: 620px auto;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
        padding-top: 100px
    }

    .wrapper-inner .logo {
        max-width: 300px;
        width: 100%;
    }

    .wrapper-inner .mark {
        margin-top: 84px;
        max-width: 114px;
        width: 50%;
    }

    p {
        font-size: 14px;
    }

    .smallish-display-block {
        display: block;
    }
    .small-hide {
        display: none;
    }

}

@media screen and (max-width: 340px) {

    .wrapper-inner {
        /*min-height: 640px;*/
        -webkit-background-size: 566px auto;           /* Safari 3.0 */
           -moz-background-size: 566px auto;           /* Gecko 1.9.2 (Firefox 3.6) */
             -o-background-size: 566px auto;           /* Opera 9.5 */
                background-size: 566px auto;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
        padding-top: 100px
    }

    .wrapper-inner .logo {
        max-width: 240px;
        width: 100%;
    }

    .wrapper-inner .mark {
        max-width: 92px;
        width: 92px;
    }

    .small-display-block {
        display: block;
    }
    .small-hide {
        display: none;
    }

}
