
.locations__tabs {
   display:flex;
  flex-wrap:wrap;
}

.campus-wrap{
 width:50%; 
      margin-bottom: 4rem;
}
.campus-wrap .ui-widget.ui-widget-content {
    border: 0px;
      background: unset;
}

 

.campus-wrap h5{
       margin-bottom: 1rem;
}
.campus-wrap  .ui-widget-header {
    border: 0px;
    background: unset;
 }

.campus-wrap .ui-tabs .ui-tabs-panel {
  margin-right:20px;
     border: 1px solid #dddddd;   
      padding: 1em 1.4em;
    background: #fff;
    display:flex;
      justify-content: space-between;

}

.campus-wrap .campus-logo   {
    width: 115px;
 z
}

.school-info p   {
    margin:0;
}

.school-info .address{
 margin-top:1rem; 
 margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
 
 .campus-wrap{
 width:100%; 
      margin-bottom: 2rem;
}
 }
 
.recruitment-button, .ast-recruitment-button, .cv-recruitment-button, .montview-recruitment-button, .cg-recruitment-button, .cole-recruitment-button, .byers-recruitment-button, .gvr-recruitment-button, .elevate-recruitment-button, .cedar-recruitment-button {
  color: #ffffff !important;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 5px;
}

.recruitment-button:hover {
  color: #ffffff;
  background-color: #0066ae;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 5px;
}
.campus-wrap .ui-tabs .ui-tabs-panel {
  min-height: 200px;
}