﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    margin: 0;
}


body {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*! font-family: Roboto,Helvetica Neue,sans-serif; */
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #049EE1;
}


.content {
    min-height: calc(100vh - 5px);
}

.hidden {
    display: none;
}


.header-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 87px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.header-bar-alt {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 75px;
    width: 100%;
    z-index: 2222;
    background-color: white;
}

.header-bar-alt-placeholder {
    height: 75px;
    position: relative;
    display: none;
    background-color: white;
}

.header-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 10px;
    vertical-align: middle;
    background-color: white;
}

.banner-logo-standard {
    display: inline-block;
}

.banner-logo-alt {
    position: fixed;
    left: 52px;
    top: 10px;
    padding-left: 10px;
    padding-bottom: 7px;
    width: 200px;
    background-color: white;
}

.banner-logo-alt-small {
    display: none;
    position: fixed;
    left: 52px;
    top: 10px;
    padding-left: 10px;
    padding-bottom: 16px;
    width: 200px;
    background-color: white;
}

.banner-logo-alt-very-small {
    display: none;
    position: fixed;
    left: 52px;
    top: 10px;
    padding-left: 10px;
    padding-bottom: 26px;
    width: 200px;
    background-color: white;
}

.banner-menu {
    position: relative;
    display: inline-block;
    float: right;
    padding-top: 10px;
    vertical-align: middle;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 9px 0px;
    height: 95px;
}

li {
    text-align: left;
    display: inline;
    font-size: 18px;
}

    li a {
        color: #049EE1;
        padding: 18px 16px 20px 16px;
        text-decoration: none;
    }

        li a:hover {
            background-color: #049EE1;
            color: #ffffff;
        }



.main-banner {
    background-image: url("../graphics/NotAQuitter.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    height: 483px;
    max-height: 483px;
}

.main-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 20px;
}

.main-headline {
    color: white;
    font-size: 80px;
    text-shadow: 3px 3px #808080;
    line-height: 90px;
    padding: 10px 15px 15px 20px;
    font-weight: normal;
    font-family: "Chelsy", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-subtitle-banner {
    color: #ffffff;
    background-color: #A6A6A6;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    height: 60px;
    top: 590px;
    position: absolute;
    text-shadow: 0px 0px #000000;
    padding-top: 6px;
}

.main-text-under-subtitle-banner {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 310px;
    text-align: center;
    text-shadow: 1px 1px #808080;
}

.lower-page-section {
    background-color: white;
}

.lower-page-section-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    font-size: 24px;
    background-color: white;
}

.section-title {
    color: #049EE1;
    font-size: 60px;
    text-shadow: 1px 1px #808080;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-family: "Chelsy", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lower-page-section-blue {
    background-color: #049EE1;
}

.lower-page-section-blue-contents {
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    max-width: 1150px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}

.subscribe-block {
    display: block;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    min-width: 200px;
    padding: 14px 10px 14px 10px;
    background-colorrrrr: yellow;
    margin: 0px auto;
}

.subscriber-type {
    text-align: left;
    width: 340px;
    margin: 0px auto;
    padding: 10px;
}

.contact-info {
    text-align: left;
    width: 340px;
    margin: 0px auto;
    padding: 10px;
    background-colorrr: yellow;
    vertical-align:top;
}

.contact-header {
    width: 90px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.contact-field {
    width: 220px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.basic-button {
    color: #ffffff;
    background-color: #049EE1;
    padding: 8px 20px 8px 20px;
    text-align: center;
    font-size: 18px;
    border-style: none;
}

#txtName {
    padding: 7px;
}
#txtPhone {
    padding: 7px;
}
#txtEmail {
    padding: 7px;
}
#txtComment {
    padding: 7px;
}


.three-bubble-section {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.bubble {
    position: relative;
    display: inline-block;
    width: 33%;
    padding: 30px 0px 30px 0px;
    background-color: white;
    color: #049EE1;
    font-size: 30px;
    font-weight: bold;
}

.footer {
    background-color: #A4A4A4;
}

.footer-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px 0px 20px 10px;
    vertical-align: top;
}

.footer-address {
    position: relative;
    display: inline-block;
    width: 680px;
    font-size: 20px;
    vertical-align: top;
}

.footer-business {
    position: relative;
    display: inline-block;
    width: 430px;
    font-size: 18px;
    text-align: right;
    vertical-align: top;
}

.copyright {
    background-color: black;
}

.copyright-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 7px 10px 7px 10px;
    text-align: center;
    color: white;
    font-size: 14px;
}






input[type="text"] {
    width: 215px;
}

#txtComment {
    width: 312px;
}

@media all and (max-width: 1130px) {
    .main-banner {
        height: 615px;
    }

    .footer-address {
        display: block;
        width: 550px;
        margin: 0px auto;
        padding-bottom: 20px;
    }

    .footer-business {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 1125px) {
    .main-banner {
        height: 465px;
    }
}

@media all and (max-width: 1100px) {
    .main-banner {
        height: 455px;
    }
}

@media all and (max-width: 1080px) {
    .main-headline {
        font-size: 70px;
        line-height: 80px;
    }

    .main-banner {
        height: 445px;
    }

    .main-subtitle-banner {
        font-size: 22px;
        height: 50px;
        padding-top: 6px;
    }

    .lower-page-section-blue-contents {
        font-size: 24px;
    }
}

    @media all and (max-width: 1055px) {
        .main-banner {
            height: 435px;
        }

        li {
            text-align: left;
            display: inline;
            font-size: 16px;
        }
    }

    @media all and (max-width: 1030px) {
        .main-headline {
            font-size: 65px;
            line-height: 75px;
        }

        .main-banner {
            height: 425px;
        }

        .main-subtitle-banner {
            top: 530px;
        }
    }

    @media all and (max-width: 1010px) {
        .main-headline {
            font-size: 60px;
            line-height: 70px;
        }

        .main-banner {
            height: 410px;
        }

        li a {
            text-align: left;
            display: inline;
            font-size: 16px;
            padding: 18px 14px 20px 14px;
        }

        .lower-page-section-blue-contents {
            font-size: 20px;
        }
    }

    @media all and (max-width: 985px) {
        .main-banner {
            height: 405px;
        }
        li a {
            text-align: left;
            display: inline;
            font-size: 14px;
        }
    }

    @media all and (max-width: 970px) {
        .main-banner {
            height: 400px;
        }

        .main-subtitle-banner {
            top: 500px;
        }
    }

    @media all and (max-width: 950px) {
        .main-banner {
            height: 390px;
        }
        li a {
            text-align: left;
            display: inline;
            font-size: 14px;
            padding: 18px 12px 20px 12px;
        }
    }

    @media all and (max-width: 930px) {
        .main-headline {
            font-size: 55px;
            line-height: 65px;
        }

        .main-banner {
            height: 385px;
        }

        .header-bar-alt {
            display: block;
        }

        .header-bar {
            display: none;
        }

        .header-bar-alt-placeholder {
            display: block;
        }

        .main-subtitle-banner {
            top: 490px;
        }
    }

    @media all and (max-width: 910px) {
        .main-banner {
            height: 375px;
        }
    }

    @media all and (max-width: 885px) {
        .main-banner {
            height: 360px;            
        }
        .main-headline {
            padding: 0px 15px 15px 20px;
        }
    }

    @media all and (max-width: 850px) {
        .main-banner {
            height: 350px;
        }

        .main-subtitle-banner {
            top: 460px;
        }
    }

    @media all and (max-width: 820px) {
        .main-headline {
            font-size: 50px;
            line-height: 60px;
        }

        .main-banner {
            height: 340px;
        }

        .main-subtitle-banner {
            font-size: 18px;
            height: 38px;
            top: 440px;
            padding-top: 4px;
        }
    }

    @media all and (max-width: 800px) {
        .main-banner {
            height: 330px;
        }
    }

    @media all and (max-width: 770px) {
        .main-banner {
            height: 320px;
        }

        .main-subtitle-banner {
            top: 410px;
        }
    }

    @media all and (max-width: 735px) {
        .main-banner {
            height: 305px;
        }

        .main-subtitle-banner {
            top: 400px;
        }

        .lower-page-section-blue-contents {
            font-size: 18px;
        }

        .bubble {
            width: 100%;
            font-size: 20px;
        }
    }

    @media all and (max-width: 715px) {
        .main-banner {
            height: 295px;
        }
    }

    @media all and (max-width: 700px) {
        .main-headline {
            font-size: 45px;
            line-height: 55px;
        }

        .main-banner {
            height: 285px;
        }

        .main-subtitle-banner {
            font-size: 16px;
            height: 32px;
            top: 380px;
            padding-top: 4px;
        }
    }

    @media all and (max-width: 675px) {
        .main-banner {
            height: 270px;
        }
    }

    @media all and (max-width: 650px) {
        .main-banner {
            height: 260px;
        }

        .main-subtitle-banner {
            top: 360px;
        }
    }

    @media all and (max-width: 620px) {
        .main-headline {
            font-size: 40px;
            line-height: 50px;
        }

        .main-banner {
            height: 250px;
        }

        .main-subtitle-banner {
            top: 340px;
        }
    }

    @media all and (max-width: 600px) {
        .main-banner {
            height: 240px;
        }

        .main-subtitle-banner {
            font-size: 14px;
            height: 28px;
            top: 335px;
            padding-top: 4px;
        }

        .footer-address {
            width: 100%;
        }
    }

    @media all and (max-width: 585px) {
        .main-banner {
            height: 235px;
        }
    }

    @media all and (max-width: 565px) {
        .main-headline {
            font-size: 35px;
            line-height: 45px;
        }

        .main-banner {
            heighttt: 230px;
        }

        .main-subtitle-banner {
            top: 315px;
        }
    }

    @media all and (max-width: 550px) {
        .main-banner {
            height: 225px;
        }

        .main-subtitle-banner {
            font-size: 12px;
            height: 26px;
            top: 295px;
            padding-top: 4px;
        }
    }

    @media all and (max-width: 525px) {
        .main-banner {
            height: 215px;
        }
    }

    @media all and (max-width: 500px) {
        .main-banner {
            height: 200px;
        }

        .main-subtitle-banner {
            display: none;
        }
    }

    @media all and (max-width: 475px) {
        .main-banner {
            height: 190px;
        }

        .header-bar {
            height: 70px;
        }

        .banner-logo-standard {
            display: none;
        }
    }

    @media all and (max-width: 445px) {
        .main-banner {
            height: 175px;
        }
    }

    @media all and (max-width: 420px) {
        .main-banner {
            height: 165px;
        }
        #facebook {
            height: 100%;
        }
    }


    @media all and (max-width: 400px) {
        .main-headline {
            font-size: 30px;
            line-height: 38px;
        }

        .main-banner {
            height: 160px;
        }
    }

    @media all and (max-width: 380px) {
        .main-banner {
            height: 155px;
        }
    }

    @media all and (max-width: 365px) {
        .header-bar {
            height: 55px;
        }

        .main-banner {
            height: 150px;
        }

        .banner-logo-alt {
            display: none;
        }

        .banner-logo-alt-small {
            display: block;
        }

        .main-headline {
            font-size: 26px;
            line-height: 34px;
        }
        #txtComment {
            width: 215px;
        }
        .contact-info {
            width: 100%;
        }
        .contact-header {
            display: block;
        }
        .contact-field {
            display: block;
        }
        
    }

    @media all and (max-width: 355px) {
        .main-banner {
            height: 145px;
        }
        .subscriber-type {
            width: 100%;
        }
    }

    @media all and (max-width: 320px) {
        .banner-logo-alt-small {
            display: none;
        }

        .banner-logo-alt-very-small {
            display: block;
        }

        .main-headline {
            font-size: 22px;
            line-height: 30px;
        }

        .main-banner {
            height: 135px;
        }
    }

    @media all and (max-width: 285px) {
        .main-banner {
            height: 150px;
        }
        input[type="text"] {
            width: 100%;
        }
    }

    @media all and (max-width: 32px) {
        .main-headline {
            font-size: 18px;
            line-height: 28px;
        }
    }

    @media all and (max-width: 255px) {
        .main-banner {
            height: 130px;
        }

        .main-headline {
            font-size: 16px;
            line-height: 26px;
        }
    }

    @media all and (max-width: 200px) {
        .main-headline {
            font-size: 14px;
            line-height: 24px;
        }
    }
