﻿
.cardArrow{
    margin-top:35px;
}

.card-arrow {
    position:absolute;
    bottom:0;
    z-index: 10;
}

.placeholder-card-item-container {
  background-color: #fff;
  position: relative;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.placeholderCardImage {
    -ms-background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    height: 100%; 
    overflow:hidden;
}

.placeholderCardImage img {
    -ms-opacity: 0.5;
    opacity: 0.5;
    -moz-filter: alpha(opacity=50);
    -o-filter: alpha(opacity=50);
    filter: alpha(opacity=50); /* For IE 8 & 9 (more valid) */
}

.overlay {
    height: 100%;
    width: 100%;
    -ms-opacity: .7;
    opacity: .7;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay.card {
    background: rgba(244,244,244,0.90);
}

.overlay.program-initiative {
    background: rgba(107,162,185,.8);
}

.featuredCardImg {
    width:100%;
    height:auto;
    -ms-background-size:cover;
    background-size:cover;
    overflow:hidden;
    padding:0;
    margin:0;
}

.pubSeriesTag{
    margin-bottom:5px;
    font-weight:400;
    font-size: 14px;
    color: #3F4041;
    line-height: 16px;
}

.dataText{
    font-weight: 600;
    font-size: 14px;
    color: #3F4041;
    line-height:15px;
}

.highlightCardDataText{
    color: #FFFFFF;
}

.featuredCardTitle{
    color:white;
    font-weight:600;
    font-size: 23px;
}

.pub-card-include-data-featured {
    border: 1px solid #FFFFFF;
    padding: 5px 15px;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.pub-card-include-data {
    border: 1px solid #3F4041;
    padding: 5px 15px;
    font-weight: 600;
    color: #3F4041;
    font-size: 14px;
}

.pubCardText, .pubCardText *{
    font-size: 18px;
    color: #F7F7F8;
    line-height:24px;
    margin-top:15px;
}

.pubCardSubtitle{
    font-size: 18px;
    color: #3f4041;
    line-height:24px;
    margin-top:15px;
}

.pubCardTitle {
    font-size: 23px;
    color: #6BA2B9;
    line-height: 29px;
    font-weight: 400;
}


.featuredTag{
    font-weight:600;
    background-color: #518FA9;
    font-size: 14px;
    letter-spacing: .5px;
    color: white;
    line-height: 16px;
    display:block;
    width:100px;
    padding: 8px 15px;
}

.featuredTag-2{
    font-weight:600;
    background-color: #518FA9;
    font-size: 14px;
    letter-spacing: .5px;
    color: white;
    line-height: 16px;
    position:absolute;
    width:100px;
    padding: 8px 15px;
    z-index: 1000;
}

.highlight-featured{
    font-weight:600;
    background-color: #003a5d;
    font-size: 14px;
    letter-spacing: .5px;
    color: white;
    line-height: 16px;
    position:absolute;
    width:100%;
    padding: 8px 15px;
    z-index: 1000;
}


.upcoming-card-container {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  
    background-color: #003A5D;
    height: 100%;
}

.upcoming-card-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0;
    opacity: 0;
}

.upcoming-card-container:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #002E4A;
}

.featured-card-container {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  
    background-color: #6BA2B9;
    height:100%;
}

.featured-card-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0;
    opacity: 0;
}

.featured-card-container:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  background-color: #3F7D97;
}

.featured-card-content-wrapper{
    padding:30px;
}

.basic-card-container {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  
    background-color: white;
    height:100%;
}

.basic-card-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0;
    opacity: 0;
}

a > .basic-card-container:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #F6F6F7;
}

.basic-card-content-wrapper{
    padding:30px;
}

.basic-card-container .card-image-container {
    height: 100%;
    margin-right: 20px;
    float: left;
}

 .basic-card-container .card-image-container .circle-image {
    height: 100px;
    width: 100px;
    overflow: hidden;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 100;
 }

.basic-card-container .content-container {
    float: left;
    width: 82%;
}

.basic-card-container .content-container-noimage {
    float: left;
    width: 90%;
}


.basic-card-container .card-image-container > .top-aligned,
.basic-card-container .content-container > .top-aligned {
    vertical-align: top;
}

 .basic-group-container{
    height:100%;
}

.basic-group-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0;
    opacity: 0;
}

a > .basic-group-container:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #F6F6F7;
}

.basic-group-content-wrapper{
    margin-bottom: 15px;
}

.basic-group-container .card-image-container {
    height: 100%;
    margin-right: 20px;
    float: left;
}

 .basic-group-container .card-image-container .circle-image {
    height: 100px;
    width: 100px;
    overflow: hidden;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 100;
 }

.basic-group-container .content-container {
    float: left;
    width: 82%;
}

.basic-group-container .content-container-noimage {
    width: 90%;
}


.basic-group-container .card-image-container .top-aligned,
.basic-group-container .content-container .top-aligned {
    vertical-align: top;
}


.pubCardAuthor{
    font-weight:400;
    font-size: 18px;
    color: #003A5D;
    line-height: 22px;
    margin-top:15px;
}


.dataTagContainer{
    display:inline-block;
    border: 1px solid #3F4041;
    white-space: nowrap;
    width:auto;
    padding: 5px 10px;
}

.highlightCardDataTagContainer{
    border: 1px solid white;
}

.card-see-more {
    font-size: 15px;
    color: #6BA2B9;
    line-height: 18px;
}

.basic-card-container .main-arrow {
    float: right;
    width: 5%;
    margin-top: 50px;
}

.featuredPubSeriesTag{
    color: white;
}

.pubCardTitle a {
    text-decoration: none;
    -ms-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
   -webkit-transition: color 0.5s linear;
   -moz-transition: color 0.5s linear;
    color: #6ba2b9;
}

.pubCardTitle:hover a
{
    color: #003A5D;
}




@media(max-width:992px) {
    .filler-item {
        display: none;
    }

    .basic-card-container .content-container {
        width: 72%;
    }

    .basic-card-container .content-container-noimage {
        width: 100%;
    }

    .basic-group-container .content-container-noimage {
        width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .basic-card-container .content-container {
        width: 78%;
    }

    .basic-card-container .content-container-noimage {
        width: 90%;
    }

    .basic-group-container .content-container-noimage {
        width: 90%;
    }

}

@media(max-width: 767px) and (min-width: 470px) {
    .basic-card-container .content-container {
        width: 60%;
    }
     .basic-card-container .content-container-noimage {
        width: 85%;
    }

     .basic-group-container .content-container-noimage {
        width: 85%;
    }
}

@media (max-width: 469px) {
    .basic-card-container .main-arrow {
        float: none;
        margin-top: 15px;
        width: auto;
        display: inline-block;
    }

    .basic-card-container .content-container {
        width: 100%;
    }

    .basic-group-container .content-container-noimage {
        width: 100%;
    }

    .basic-group-container .content-container-noimage {
        width: 100%;
    }


    .basic-card-container .card-image-container {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
}