.header_bottom {
    padding: 75px 5%;
}

.full_screen_navigation_holder {
    display: none;
}

.container_inner {
    width: 100%!important;
}

.page-list p {
	color:#841617;
}

.page-list .menu-separator {border-left:2px solid #841617;height:30px;margin:10px 0 10px 2px; }

.page-list a {
	color:#000000;
}

ul.styled-list {
  list-style: none; /* Remove default bullets */
}

ul.styled-list li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #841617; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 5em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
 background-position: 0 5px;
 line-height: 1.5625;
 padding: 0 0 4px 30px;
 margin-left: 1em;
	background: url(https://www.computerhope.com/issues/pictures/bullet.gif) no-repeat top left;
 background-position: 0 5px;
 line-height: 1.5625;
 padding: 0 0 4px 30px;
 margin-left: 1em;
}

/* LAW Template */

..gform_footer.top_label input[type="submit"] {text-align:center!important;}

.navbar-brand {font-size:28px;}