/*
Custom CSS

*/


/*
#sidescroll {
	overflow-y: scroll;
	height: 200px;
}
*/

img.nibhq {
	padding: 1px;
	border: 1px solid #ffffff  !important;
	background-color: #efefef;
}


a.locations {
	color: #000000;
	text-decoration: underline dotted ;
}

.locations-top-banner {
	background-color: #ecebeb;
}



/* unvisited:link  link */
.hpp2 {
    color: #03ADE3 !important;
    text-decoration: underline;
}

/* visited link */
.hpp2:visited {
    color: #03ADE3 !important;
}

/* mouse over link */
.hpp2:hover {
    color: #11499E !important;
}

/* selected link */
.hpp2:active {
    color: #11499E !important;
}

@media only screen and (max-width: 375px) {
  div.col-md-3.scrolltofixed-container {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  div.col-md-3.scrolltofixed-container {
    visibility: hidden !important;
    display: none !important;
  }
}