body.responsive .container {
    width: 100%;
    max-width: 1200px;
    padding: 0 0%;
}

@media screen and (max-width: 680px) {
body.responsive .container {
    width: 90%;
    max-width: 90%;
    padding: 0 5%;
}
}

body {
  font-size: 16px;
}

/* Use the following CSS code if you want to have a class per icon */
ul.hub { padding-left:0px; list-style:none;   }
li.hub { margin-bottom:10px; list-style-position: inside;
text-indent: -0.7em; color: #183765 }
li.hub:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -15px;
}

:target:before {
content:"";
display:block;
height:270px; /* fixed header height*/
margin:-270px 0 0; /* negative fixed header height */
}