.border-between > [class*='col-']:before {
  background: #e3e3e3;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
}


.multi-column-dropdown li a {
  color: #333 !important;

}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d !important;
}


.dropdown-menu>li>a {
  color: #333 !important;
}

a {
  color: #659EC7 !important;
}



.copyright {
  width: 100%;
  margin-left: -13px;
}

/*@media (min-width: 1200px) {
.container {
width: 1200px !important;
margin-left: 0px !important;
}
}*/

.footer-blurb {
  padding: 30px 0;
  text-align: left;
  background-color: #0C2F4C;
}

.footer-blurb h3 {
  color: #337AB7;
}

.footer-blurb-item {
  padding: 30px 0;
}

.copyright {
  background-color: #F7F7F7 !important;
  text-align: center;
  padding: 30px 0;
}


-----------

.dropdown-menu {
  min-width: 200px;
  hover;
}
.dropdown-menu.columns-2 {
  min-width: 600px;
}
.dropdown-menu.columns-3 {
  min-width: 900px;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
.multi-column-dropdown {
  list-style: none;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dictionaries a {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

.col-md-2 {
  text-align: center;
}
