/*#linksExpand {height:0px;display:block;overflow:hidden;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}*/
#responsiveFooter {
    margin-left: -528px;
    width: 1366px;
}

.responsiveFooter {
    margin-left: -528px;
    width: 1366px;
    top: 0px;
}

.linksExpand {

    width: 100%;
    display: none; overflow:hidden;
    height: 0;
/*
    transition: height 1s ease-in;
    -moz-transition: height 1s ease-in;
    -o-transition: height 1s ease-in;
    -webkit-transition: height 1s ease-in;
*/
}

.linksExpand ul {
}

.linksExpand ul li a {
    line-height: 23px;
    padding: 0;
}



#linksExpand {
    display: none; /* overflow:hidden; */
    height: 0px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

#linksExpand ul {
}

#linksExpand ul li a {
    line-height: 18px;
    padding: 0;
}

/*.activeExpandedLinks {height:170px !important;}*/
.activeExpandedLinks {
    height: 251px !important;
   /*  margin-top: 105px; */
}

.textEditor b {font-weight: bold}
.textEditor strong {font-weight: bold}
.textEditor i {font-style: italic}
.textEditor em {font-style: italic}
.textEditor li {list-style: inherit; list-style-type: inherit;}




