#questionGroup_0 .radio-inline:nth-child(2){
    display: none;
}
#questionGroup_1 .radio-inline:nth-child(2){
    display: none;
}
#questionGroup_2 .radio-inline:nth-child(2){
    display: none;
}

.sideImage{
    display: none;
}

#content{
    padding-left: 10px;
    padding-right: 10px;
}
body {
    text-align: left;
    background-color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
}
#header{
    background-image: url(../user_files/LOGOIMAG_CX.gif);
    background-size: 960px 135px;
    background-position: left top;
    background-repeat: no-repeat;
    height: 170px;
}
h1{
    background-color: #800000;
    color: #FFFFFF; /* text color */
    font-size: 1.2em;
    font-weight: bold;
}

h3{
    background-color: #0B0B61;
    border-color: #940340;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF;
}
.landingPageText
{
    /*width: 700px;*/
    font-size: 15px;
    font-weight: bold;
}
landing_page.text1
{
    width: 700px;
    font-size: 22px;
    font-weight: strong;
}
ul {
    list-style-type: disc;
}
@media (min-width: 768px) and (max-width: 991px) {
    /* >>NAVBAR              */
    .navbar-nav {
        margin-top: -50px;
    }
    .navbar-nav>li {
         /*float: left;*/
    }
}
@media(max-width: 767px){
    #footer{
        height:68px;
    }
    .navbar{
        height: 50px;
    }
    .navbar-brand{
        /*color: black !important;*/
    }
    #mobileMenuLogo{
        background-image: url(../user_files/LOGO_CS_transparent.gif);
        background-size: cover;
    }
 
}

.copyrightImg{
    display:none;
}

.copyrightText{
    display:none;
}