/* changes to the grid layout */
.grid-block img {
  border: 1px solid #e1dfd9;
  border-radius: 10px 10px 0 0;
}
/* changes to https://www.andrews.edu/global/contact/staff */
.staffIndex img {
  max-width: 66px !important;
  border-radius: 6px;
}
/* changes to https://www.andrews.edu/global/dlit/dlit-staff.html */
.staffmemberinfo p {
  margin-bottom: 10px !important;
}
.staffmember {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.staffmember img {
  width: 115px;
  padding: 8px;
  float: left;
  border-radius: 18px;
}
.staffmemberinfo {
  padding-top: 5px;
}
/* changes to staff pages */
#staffPhoto img {
  border-radius: 12px;
}
/* #section-top {
display: none;
}*/
.header {
  padding-top: 40px;
}
.header .navbar-header a span.header-title {
  font-size: 40px;
}
@media (max-width: 480px) {
  .header .navbar-header a span.header-title {
    font-size: 24px;
  }
}
.features-news h2 {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.feature-homepage {
  margin-bottom: 20px;
}
.feature-homepage h4 {
  padding-top: 0;
  margin-top: 0;
}
/* Alternate colors for default bootstrap button styles */
.btn-success {
  background-color: #75863d;
  border: none;
}
.nav-tabs a {
  background: #F5F5F5;
  color: #4f8abe;
  border-color: #E5E2DE;
  padding: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #ffffff;
  color: #555;
}
.distance-announce {
  background: #be9549;
  color: white;
  padding: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.distance-announce p {
  margin: 0;
  padding: 0;
}
.distance-announce p a {
  color: #eadcc3;
  text-decoration: underline;
}
.distance-announce p a:hover {
  color: #fff;
}
.distance-head {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#223f6e+0,002a48+100 */
  background: #223f6e;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #223f6e 0%, #002a48 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #223f6e 0%, #002a48 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #223f6e 0%, #002a48 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#223f6e', endColorstr='#002a48', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 60px 0;
  color: white;
  font-size: 18px;
}
.distance-head h2 {
  font-size: 60px;
  font-weight: bold;
  color: white;
}
.distance-head h2.header-online-text {
  font-size: 120px;
}
@media (min-width: 1200px) {
  .distance-head h2.header-online-text {
    font-size: 160px;
  }
}
.distance-head .btn-gold {
  padding: 16px;
  font-size: 18px;
  /*margin-left: -82px;*/
  margin-top: 32px;
}
.distance-head .btn-open-gold {
  padding: 17px;
  font-size: 18px;
  margin-right: 16px;
  margin-top: 32px;
  border: 2px solid #be9549;
  color: white;
}
.distance-head .btn-open-gold:hover {
  color: #be9549;
}
.distance-head .video {
  padding-top: 30px;
}
/* ------------------------ */
.floating-cta {
  width: 44px;
  display: flex;
  flex-direction: column;
  background-color: #002a48;
  padding: 2px;
  justify-content: space-between;
  align-items: stretch;
  position: fixed;
  right: 0;
  top: 33%;
  z-index: 10;
  transition: width 0.5s ease;
}
.floating-cta:hover {
  width: 212px;
}
.floating-cta a {
  font-size: 18px;
  padding-left: 7px;
  height: 36px;
  margin: 2px;
  border: none;
}
.floating-cta a.apply {
  height: 60px;
  background-color: #9D762D;
}
.floating-cta a.apply .apply-text {
  display: inline-block;
  width: 50px;
  margin-left: -16px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  transform: rotate(-90deg);
  transition: transform 0.5s, width 0.25s;
}
.floating-cta:hover a.apply .apply-text {
  transform: rotate(0deg);
  width: 200px;
  margin-left: -8px;
  margin-top: 12px;
  transition: transform 0.25s, width 0.5s;
}
.floating-cta a .icon-info,
.floating-cta a .icon-write {
  font-size: 24px;
}
.floating-cta a .middle-align {
  vertical-align: middle;
}
.floating-cta a .fade-text {
  opacity: 0;
  transition: all 0.0s ease 0.1s;
}
.floating-cta:hover a .fade-text {
  opacity: 1;
}
/* ---------- */
.button-feature a.btn-grn {
  padding: 8px 16px;
  background-color: #C3D468;
  width: 220px;
  text-align: left;
  display: inline-flex;
  justify-content: space-between;
  border: none;
  color: #000;
  margin-right: 16px;
}
@media (max-width: 479px) {
  .button-feature a.btn-grn {
    font-size: 16px;
    width: 135px;
  }
}
.button-feature .message {
  padding: 10px 20px;
  color: white;
  background-color: rgba(16, 57, 124, 0.8);
  margin-left: 15px;
  height: 140px;
  display: none;
  position: absolute;
}
.button-feature .buttons {
  /*height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;*/
}
.button-feature .buttons a.btn-grn span.button-arrow {
  display: none;
}
.button-feature .buttons a.btn-grn:hover span.button-arrow {
  display: inherit;
}
.button-feature a.btn-grn:hover {
  background-color: #F3FFB1;
}
.message h4 {
  text-align: center;
  color: #ffffff;
}
.message p {
  font-size: 12px;
}
@media (max-width: 479px) {
  .button-feature .message {
    margin-left: 0;
  }
}
.head-cta {
  padding: 15px;
}
.head-cta a,
.head-cta button {
  margin: 5px;
}
h3 {
  color: #3a7baa;
}
.thread {
  --thread-width: 400px;
  --thread-height: 225px;
  --thread-gap: 8px;
  --thread-peek: 50px;
  /*--thread-min-columns: 1;*/
}
.thread .thread-tile iframe {
  width: 100%;
  height: 100%;
  border: none;
}
