/******************************************************************
Site Name: Finlandia
Author: WebTegrity
Version: 1.2
******************************************************************/


/* Hero Scene */
.home-welcome a.button-alt.white {
    background-color: #94C648;
    font-weight: 600;
    border-color: #94C648;
    box-shadow: 2px 3px 17px 3px rgba(0, 0, 0, 0.21);
    letter-spacing: 1px;
    transition: all .3s ease;
}

.home-welcome a.button-alt.white:hover {
  background-color: #fff;
  color: #94C648;
  transition: all .3s ease;
  border-color: #fff;
}

.home-welcome .button-wrap {
    position: relative !important;
    bottom: 0px !important;
}

.home-welcome img {
    opacity: 0.9;
}

.home-welcome:after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.home-welcome .text {
    z-index: 1;
}

@media (min-width: 57.5em) {
    .home-welcome .text {
        top: 50% !important;
    }
}

/* Adding the list style to program page uls */

.text-block li {
  list-style-type: disc;
}
.text-block ol li {
   list-style-type: unset;
}

ul.social-nav a.ecollege {
    width: auto !important;
}

@media screen and (max-width: 740px) {
  .posts-index article .post-thumbnail {
      max-width: 260px !important;
  }
}

.flex-item.testimony .testimony-image {
    width: 180px;
    height: 180px;
}

.two-column-cta:hover .column-cta-overlay {
    right:-50px;
    bottom:-50px;
    top:-50px;
    left:-50px;
}

.column-cta-overlay {
    transition: all .3s ease;
}
.two-column-cta {
    overflow:hidden;
}
.two-column-cta:hover a {
    border-color: #2FC2F1;
    background-color: #2FC2F1;
}
.two-column-cta a {
    transition: .3 ease;
}
.two-column-cta a:hover {
    background-color:transparent;
    border-color: #2FC2F1 !important;
}

.deadline_bar {position:relative;display: inline-block;width: 100%;max-width: 380px;background: #EEEEEE;color: #FFF;padding:0;margin: 0 20px 0 0;}
.deadline_bar .apply_by_date {position:absolute;top:0;left:0;width:100%;background:#DD9934;z-index:10;text-align:center;font-size: 18px;font-weight: 300;letter-spacing: .025em;line-height: 16px;text-align: center;padding:10px 0;}
.deadline_bar .imageWrap {display:flex;align-items:center;justify-content:center;width: 100%;max-width: 380px;height:230px;position:relative}
.deadline_bar .imageWrap::after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,85,152, .5);z-index:0;}
.deadline_bar .imageWrap h4 {position:relative;z-index:1;color: #F9F9F9;font-family: "futura-pt",sans-serif;font-size: 25px;font-weight: bold;letter-spacing: .025em;line-height: 24px;text-align: center;text-transform: uppercase;padding:0;margin:0;}
.deadline_bar .course_items {margin:0;padding:0;}
.deadline_bar .course_items .item {display: flex;align-items:center;padding:10px;border-bottom:1px solid #DADADA;color: #4C4C4C;font-family: "futura-pt",sans-serif;font-size: 18px;font-weight: 300;letter-spacing: .025em;line-height: 16px;}
.deadline_bar .course_items .item .item-icon {margin-right:12px;}
.deadline_bar .course_items .item .item-icon img {display:block;max-width: 28px;max-height:26px;}
.deadline_bar .course_items .item div {display: flex;}
.deadline_bar .course_items .item div .title {margin-right:5px;}
.deadline_bar .deadline_dates {background:#94C648;display: flex;align-items: center;justify-content: space-between;padding:12px 18px;}
.deadline_bar .deadline_dates .next_start_date {color: #FFFFFF;font-family: "futura-pt",sans-serif;font-size: 20px;font-weight: 300;letter-spacing: .025em;line-height: 20px;}
.deadline_bar .deadline_dates .next_start_date strong {display:block;}
.deadline_bar .deadline_dates a {-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;transition:.2s ease-in-out;display:flex;align-items:center;justify-content:center;color:#FFF;height: 40px;width: 151px;background-color: #0060A9;}
.deadline_bar .deadline_dates a:hover {background:#000;}