@charset "utf-8";
/* Custom style for Distance Learning Banner Area */

#dl-degreebanner {
  background: url("https://secure.aa.ufl.edu/Shared/DistancePrograms/dl-images/bg-texture-blue.png");
  margin-top: -95px;
  margin-bottom: 40px;
  padding: 50px 0;
}

.dl-degreeflexbox {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  margin-bottom: 0;
}

.dl-degreeflexbox li {
  margin-bottom: 15px;
}

.dl-last-list li:last-child {
  margin-bottom: 0!important;
}

.dl-degreeflexbox a {
  padding: 18px 20px;
}

#dl-degreebanner .big-list a:hover {
  background-color: transparent;
}

.border-white {
  border: 2px solid #fff;
  margin: auto;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.border-white:hover {
  background-color: rgba(63,123,170,0.5);
}

.text-white a {
  color: #fff;
  opacity: 1;
}

.text-center {
  text-align: center;
}

.degreepgm-active {
  background: #f37021;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;

}

.degreepgm-active:hover {
  background: #f47f39;
}

.degreepgm-active a {
  color: #fff;
}

/* ----- Media Queries ----- */

@media screen and (max-width:991px){
  #dl-degreebanner {
  margin-top: -30px;
  }
  .dl-degreeflexbox a {
    font-size: 16px;
    line-height: 24px;
  }

  .dl-degreeflexbox a {
    padding: 15px;
  }
}

@media screen and (max-width:360px){
  .dl-degreeflexbox a {
    font-size: 14px;
    line-height: 20px;
  }

  .dl-degreeflexbox a {
    padding: 14px;
  }
}




