                    
                    /*MASTER ELEMENTS*/

body {
    margin: 0px; 
    padding: 0px; 
    background-color: #F0F0F0;
    }
    


                    /*TYPEKIT*/

<link rel="stylesheet" href="https://use.typekit.net/nhb1vez.css">




                    /*HEADER AND FOOTER CLASSES*/



    .navbar {
        width: 100%;
        height: 80px;
        overflow: hidden;
        background-color: #F0F0F0;
        opacity: 0.95;
        position: fixed;
        top: 0;
        }


    .good-enough-logo {
        width: 164px;
        height: 27.3px;
        position: absolute;
        left: 40px;
        padding-top: 28px;
        object-fit: contain;
        }


    .mail-icon {
        width: 34px;
        padding-top:28px;
        position: absolute;
        right: 40px;
        object-fit: contain;
        }


    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        }
    

                    /*IDS*/


    #nav-main {
        width: 100%;
        height: 80px;
        overflow: hidden;
        background-color: #F0F0F0;
        opacity: 0.95;
        position: fixed;
        top: 0;
        }



    #footer-main {
        width: 240px;
        margin: auto;
        text-align: center;
        padding-top: 140px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 20px;
        }




                        /*LAYOUT CLASSES*/


    .wrapper {
        text-align: center;
        display: block;
        }



    .column-style-1 {
        width: 288px;
        margin: auto;
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        padding-top: 40px;
        padding-bottom: 40px;
        }


    .column-style-2 {
        width: 240px;
        margin: auto;
        padding-top: 40px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom:40px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        }


    .textblock {
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
        vertical-align: top;
        }


                        /*FIX turnover point for screen width*/



                         /*SPECIFIC TEXTSTYLE CLASSES*/


    .main-headline {
        max-width: 580px;
        margin: auto;
        padding-top: 150px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
        text-align: center;
        word-wrap: break-word;
        }



    .project-title {
        color: black;
        font-family: roboto, sans-serif;
        font-size: 22px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0px;
        }



    .project-body {
        color: black;
        font-family: roboto, sans-serif;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0px;
        }



                         /*STANDARD TEXTSTYLE CLASSES*/


    h1 {
        color: black;
        font-family: roboto, sans-serif;
        font-size: 36px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0px;
        margin: 0px;
        }


    h2 {
        color: black;
        font-family: roboto, sans-serif;
        font-size: 28px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0px;
        }


    h3 {
        color: black;
        font-family: roboto, sans-serif;
        font-size: 22px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 0;
        margin-top: 10px;
        margin-bottom: 18px;
        letter-spacing: 0px;
        }


    b1 {
        color: black;
        font-family: roboto, sans-serif;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: 0px;
        }


    p {
        display: block;
        margin: 0px;
        }


    .b1 {
        color: black;
        font-family: roboto, sans-serif;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0px;
        margin-top: 12px;
        }



    b2 {
        color: #6e6e6e;
        font-family: roboto, sans-serif;
        font-size: 10px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0px;
        }




                      /*IMAGE CLASSES*/



    .heata-illustration {
        width: 162px;
        height: 181px;
        margin-bottom: 20px;
        object-fit: contain;
        }


    .hub-illustration {
        width: 161px;
        height: 76px;
        padding-top: 105px;
        margin-bottom: 20px;
        object-fit: contain;
        }

    
    .gsk-illustration {
        width: 162px;
        height: 144px;
        padding-top: 37px;
        margin-bottom: 20px;
        object-fit: contain;
        }
    
    .leave-site-icon {
        padding-top: 24px;
        width: 24px;
        height: 24px;
        object-fit: contain;
        }




                         /*SPECIAL USE CLASSES*/


    .leave-site-icon-hidden {
        visibility: hidden;
        padding-top: 24px;
        width: 24px;
        height: 24px;
        object-fit: contain;
        }


    .hidden-with-form {
        visibility: hidden; 
        }


    .hidden-no-form {
        display: none; 
        }




