/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

@media only screen and (min-width: 1075px) {

}

@media (max-width: 768px) and (min-width: 1075px)
{

.navbar-nav {
display: block;
}


}




@media only screen and (max-width: 1075px) {
#cssmenu {
display:none;
}

.assistance {
display:none;
}
.column-right {
float: right;
width: 100%;
padding: 20px;
}


}


@media only screen and (min-width: 1075px) {
#lefNavMenuItems {
display:none;
}


.menu-title{
background: #ffffff;
padding: 10px;
}

.assistance h4{
color: #0a407d;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.assistance p{
font-weight: bold;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #000;
word-wrap: break-word;
font-size: 13px;
}