body,
html {
    height: 100%;
    margin: 0;
    /*    font-family: Arial, sans-serif;*/
    /*    font-family: 'Libre Franklin              ', sans-serif;*/
    font-family: 'Carrois Gothic', sans-serif;
    background-image: url("images/bg_slice.jpg");
    background-repeat: repeat-x;

}

/********** LINKS ******************/

a:link {
    color: #006644;
    text-decoration: none;
}

a:visited {
    color: #006644;
    text-decoration: none;
}

a:hover {
    color: #006644;
    text-decoration: underline;
}

a:active {
    color: #7476b4;
    text-decoration: underline;
}



.topGreen {
    /*    background-color: #006644;*/
    padding: 0px;
    height: 75px;
    color: #FFF;
    font-weight: bolder;
    text-indent: -1000px;
    background-image: url("images/babson_text.png"), url("images/bg_slice.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: left center, left top;

}

/* ************  NO LONGER NEED BACKGROUND IMAGE  ********************
.bg {
    background-image: url("images/bg_gray_people_02.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    margin: auto;
    
}
*/



.logo {
    text-align: center;
    padding-top: 20px;
}

.centerPage {
    margin: 0 auto;
    width: 70%;
    border: 0px solid #000;
    height: 1000px;
    overflow: auto;
}

div.mainBox {
    margin-top: 20px;
}

.mainBox {
    margin-left: 10px;
    float: left;
    width: 55%;
    border-top: 2px solid #006644;
    border-bottom: 2px solid #006644;
    border-left: 2px solid #006644;
    border-right: 2px solid #006644;
    border-radius: 12px 12px 12px 12px;

    height: 460px;
    background-color: #FFF;
    /*    box-shadow: 5px 0px 20px grey;*/
}

.mainBox div {
    text-align: center;
}

.community {
    padding: 50px 0 5px 0;
}

.quickPoll {
    text-align: center; 
    font-size: 1.20em;
}

.respImg0 {
    width: 100%;
    max-width: 290px;
    height: auto;
}

.respImg1 {
    width: 100%;
    max-width: 472px;
    height: auto;
}

.respImg2 {
    width: 100%;
    max-width: 380px;
    height: auto;
}

.respImg_login {
    width: 100%;
    max-width: 150px;
    height: auto;
}


.respImg3 {
    width: 100%;
    max-width: 180px;
    height: auto;
}


/*
.bottomBox {
    margin-left: 10px;
    width: 50%;
    border-bottom: 2px solid #006644;
    border-left: 2px solid #006644;
    border-right: 2px solid #006644;
    border-radius: 0px 0px 12px 12px;
  
    height: 20px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 20px grey;

}

.bottomBox div {
     padding: 10px 0px;
    text-align: center;
}
*/

div.beeBox {
    margin-top: 20px;
}

.beeBox {
    float: right;
    margin-left: 10px;
    width: 40%;
    text-align: center;

    border-top: 2px solid #00654f;
    border-bottom: 2px solid #00654f;
    border-left: 2px solid #00654f;
    border-right: 2px solid #00654f;
    border-radius: 12px 12px 12px 12px;

    height: 250px;
    background-color: #00654f;
    padding-top: 20px;

}

/***********  Guest box ***********/

div.guestBox {
    margin-top: 10px;
}

.guestBox {
    float: right;
    margin-left: 10px;
    width: 40%;
    text-align: center;
    padding-top: 25px;

    border-top: 2px solid #005373;
    border-bottom: 2px solid #005373;
    border-left: 2px solid #005373;
    border-right: 2px solid #005373;
    border-radius: 12px 12px 12px 12px;

    height: 150px;
    background-color: #005373;

}

.helpBox {

    clear: both;
    text-align: center;
    padding-top: 30px;
    border: 0px solid #000;
    background-color: #DDDCE1;

}

/*** RESPONSIVE ****/

@media only screen and (max-width: 1280px) {
    .respImg1 {
        width: 100%;
        max-width: 350px;
        height: auto;

    }

    .centerPage {
        margin: 0 auto;
        width: 90%;
        border: 0px solid #000;
        height: 1000px;
        overflow: auto;
        text-align: center;
    }

}

@media only screen and (max-width: 1025px) {
  
    .centerPage {
        margin: 0 auto;
        width: 90%;
        border: 0px solid #000;
        height: 1000px;
        overflow: auto;
        text-align: center;
    }

    .mainBox {
        float: left;
        margin-left: 10px;
        padding: 5px;
        width: 50%;
        height: 400px;
        padding-top: 10px;

    }

    .beeBox {
        float: right;
        margin-left: 10px;
        width: 40%;
        height: 230px;
        padding-top: 10px;

    }

    .guestBox {
        float: right;
        margin-left: 10px;
        width: 40%;
        height: 150px;
        padding-top: 10px;

    }

    .helpBox {

        padding-top: 10px;


    }
    
    .quickPoll {
    text-align: center; 
    font-size: 1.0em;
}

    .respImg1 {
    width: 100%;
    max-width: 350px;
    height: auto;
}
    
.respImg2 {
    width: 100%;
    max-width: 300px;
    height: auto;
}


    .respImg3 {
        width: 100%;
        max-width: 140px;
        height: auto;

    }

    .respImg_login {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    
      .centerPage {
        margin: 0 auto;
           width: 90%;
        border: 0px solid #000;
        height: 1700px;
        overflow: auto;
        text-align: center;
    }

    .mainBox {
        float: none;
/*        margin-left: 10px;*/
        padding-bottom: 5px;
        width: 90%;
        height: 325px;
        padding-top: 0px;
        font-size: 9pt;

    }

    .beeBox {
         float: none;
/*        margin-left: 10px;*/
        width: 90%;
        height: 220px;
        padding-top: 10px;

    }

    .guestBox {
         float: none;
/*        margin-left: 10px;*/
        width: 90%;
        height: 140px;
        padding-top: 10px;

    }

    .helpBox {

        padding-top: 10px;


    }


    .respImg1 {
        width: 100%;
        max-width: 275  px;
        height: auto;

    }

    .respImg3 {
        width: 100%;
        max-width: 140px;
        height: auto;

    }

    .respImg_login {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
}

/*
@media only screen and (max-width: 0000px) {
    
}
*/
