.dropdown-nav-link {
  color: #000 !important;
}

a.highlighted-link {
  font-weight: bold;
  text-decoration: underline;
}

a.highlighted-link:hover {
  font-weight: bold;
  text-decoration: none;
}

.address-icon {
  cursor: default !important;
}



.contact-us-container {}

.contact-us-container .prefix.active, .contact-us-container .contact-us-label.active {
  color: #2bbbad !important;
  width: 100%;
}

.contact-us-container .contact-us-input:focus {
  -webkit-box-shadow: 0 1px 0 0 #2bbbad !important;
  box-shadow: 0 1px 0 0 #2bbbad !important;
  border-bottom: 1px solid #2bbbad !important;
}

.contact-us-container.invalid, .contact-us-container.invalid .contact-us-label.active, .contact-us-container.invalid .contact-us-label, .contact-us-container.invalid .prefix.active {
  color: #880e4f !important;
  width: 100%;
}

.contact-us-container.invalid .contact-us-input {
  -webkit-box-shadow: 0 1px 0 0 #880e4f !important;
  box-shadow: 0 1px 0 0 #880e4f !important;
  border-bottom: 1px solid #880e4f !important;
}

.contact-us-container.invalid .custom-file-label {
  color: #880e4f !important;
  -webkit-box-shadow: 0 1px 0 0 #880e4f !important;
  box-shadow: 0 1px 0 0 #880e4f !important;
  border-bottom: 1px solid #880e4f !important;
}

.custom-file-header {
  color: #757575;
}

.contact-us-container.invalid .custom-file-header {
  color: #757575;
  color: #880e4f;
}



.btn-apply:hover {
  color: white !important;
  font-weight: bold;
}



.btn-facebook {
  background-color: #3b5998 !important;
  color: #fff!important;
}

.btn-facebook:not([disabled]):not(.disabled).active, .btn-facebook:not([disabled]):not(.disabled):active, .show>.btn-facebook.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    background-color: #1e2e4f !important;
}

.btn-twitter {
  background-color: #55acee !important;
  color: #fff !important;
}

.btn-twitter:not([disabled]):not(.disabled).active, .btn-twitter:not([disabled]):not(.disabled):active, .show>.btn-twitter.dropdown-toggle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  background-color: #147bc9 !important;
}

a.view-post-link, a.view-post-link:hover {
  color: rgb(33, 37, 41);
}



.list-group-item.md {
  padding-left: 0;
  padding-right: 0;
}




