/* =========================================================================================================
Styling for CCE group pages components 
 ========================================================================================================= */

/* Global Button Styling */
.btn.osu-btn-primary {
    border-radius: 0px;
    background-color: transparent;
    color: black;
    border-color: black;
}

/* Controls the color of hover effect for button on all CCE pages */

.white-border-hover:hover {
  border-color: white !important;
}

.btn.osu-btn-primary:hover {
    background-color: #006A8E !important;
    border-color: #006A8E !important;
}
.osu-btn-dark a :hover{
	 background-color: transparent !important;
    border: 2px white solid !important;
}

/* Controls the color of the bar rendered at the top of school pages */

.school-accent-bar {
  height: 3px;
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: #006A8E;
}