/* Owl Overrides */
.flow-carousel {
  position: relative;
  width: 100%;
  max-width: 80%;
  margin: 20px auto;
  padding: 10px 8%;
  /* border: 2px solid Aqua; */
  background-color: transparent;
  box-sizing: content-box;
}
/* .owl-carousel:hover {
  background-color: Aqua;
} */
.flow-carousel .owl-stage-outer {
  overflow-x: hidden;
  height: 300px;
}
/* .owl-carousel .owl-stage-outer:hover {
  background-color: AliceBlue;
}
.owl-carousel-flow .owl-stage-outer:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #ccc;
} */

.owl-stage {
  height: 400px;
}

.owl-item {
  float: left;
  position: relative;
  height: calc(50% - 10px);
  transition: opacity 1s ease;
}
.owl-item:not(.active) {
  opacity: 0;
}
/* .owl-item:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid Brown;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.owl-carousel:hover .owl-item:after {
  opacity: 1;
} */

.owl-item > div {
  /*display: flex;*/
  justify-content: center;
  align-items: start;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 40% * 2);
  width: 100%;
  height: 100%;
  opacity: 1;
}
.owl-item:nth-child(odd) > div {
  top: 0;
  /* background: LightGreen; */
}
.owl-item:nth-child(even) > div {
  /* top: calc(100% + 20px); */
  /* background-color: LightBlue; */
}
.owl-theme .owl-nav [class*=owl-] {
    /* position: absolute; */
    color: #3d3935;
    font-size: 25px;
    line-height: 20px;
    width: 25px;
    height: 25px;
    margin: 5px;
    padding: 7px 7px;
    background: transparent;
    border: 2px solid #3d3935;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.main-content {
  position: relative;
}
.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  z-index: 100;
  transition: background-color .1s;
}
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
  color: #3d3935;
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: 15px;
}
.main-content .owl-theme .custom-nav .owl-next {
  right: 15px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #97979763;
    text-decoration: none;
}

button.owl-prev, button.owl-next {
    opacity: 60%;
    width: 70px;
    height: 70px;
}

button.owl-next {
    position: absolute;
    right: 0;
    bottom: 60%;
}
button.owl-prev {
    position: absolute;
    left: 0;
    bottom: 60%;
}

@media(min-width:997px){
    .owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
    line-height: 20px;
    width: 30px;
    height: 30px;
}
}
/* end Owl overides *
/* faculty flow css */

.biospan {
    display: block;
    text-align: center;
    font-size: 12px;
}
.biolink {
    text-decoration:none;
    color:#3d3935;
}
.biolink:hover {
    color:#575757;
}

div.flow-text span.title {
    margin-top: 0px;
    margin-bottom:8px;
    line-height: 15px;
}

div.flow-text span {
    display: block;
    margin-top: 10px;
    color: #755200;
    font-style: italic;
    font-size: 12px;
}
    .flow-div {
        /*display:flex;*/
    }
    .facultyflow {
        background: url('https://www.geneva.edu/_files/images/fac-flow-bg.png') center top / cover no-repeat transparent;
        padding-top:80px;
    }
    .flow-container {
        position:relative;
        padding:60px;
        display:flex;
        flex-wrap:wrap;
        justify-content: space-around;
    }
    .flow-item {
        /* display:flex; */
        flex-basis: 47%;
    }
    .flow-card {
        display:flex;
        margin-bottom:60px;
    }
    .flow-text h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
    .flow-text {
        font-size:14px;
        line-height:20px;
    }
    .flow-card div:first-child {
        margin:auto;
    }
    .flow-item:nth-child(1) div.flow-card {
        /* margin-top:40px; */
    }
    .flow-img {
        width:120px;
        background-color:#b4975b;
        border:2px solid #ff0000;
    }
    .cropcircle {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 0px solid #b4975b;
    background: rgb(0, 0, 0) no-repeat center;
    -webkit-box-shadow: inset 3px 3px 44px 9px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: inset 3px 3px 44px 9px rgba(0, 0, 0, 0.37);
    box-shadow: inset 3px 3px 44px 9px rgba(0, 0, 0, 0.37);
    margin: auto;
}

@media(min-width:768px) {
    .owl-item:nth-child(even) > div {
  top: calc(100% + 20px);
  margin-top: -20px;
}
.flow-carousel .owl-stage-outer {
    height: auto;
}

.owl-item > div {
    display: flex;
}

.flow-div {
    display: flex;
}
.cropcircle {
    display: block;
    width: 120px;
    height: 120px;
}
.flow-img {
        margin-right:20px;
    }
.biospan {
    margin-right: 20px;
}
}
    /* end faculty flow css */