/* module_cards.css */
.module_cards {
    margin: 60px 0;
}

.module_cards .header {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module_cards .header h2 {}

.module_cards .header h2 span {}

.module_cards .header .content {
    width: 100%;
    max-width: 1200px;
    text-align: left;
    /*padding: 0 20px;*/
    line-height: 22px;
    margin-bottom: 30px;
}

.module_cards .header .content p {
    margin: 1em 0;
}

.module_cards .cards {
    /*margin: 0 10px 20px 10px;*/
    margin: 0 10px 40px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.module_cards .cards.last {
    margin-bottom: 0;
}

.module_cards .cards .wrapper {
    width: 33.333%;
    max-width: 390px;
    margin: 0 10px;
    border: 1px solid #e4e4e4;
    /*box-shadow: 0 3px 0 #f7f7f7;*/
    flex: auto;
    display: flex;
    flex-direction: column;
    /*min-height: 585px;*/
    min-height: 430px;
    /*margin-bottom: 3px;*/
}

.module_cards .cards .wrapper .card {
    flex: auto;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.module_cards .cards .card .image {
    background-color: #e8e8e8;
}

.module_cards .cards .card .image div,
.module_cards .cards .card .image a {
    display: block;
    height: 225px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.module_cards .cards .card .image div.focal-point_left,
.module_cards .cards .card .image a.focal-point_left {
    background-position: left;
}

.module_cards .cards .card .image div.focal-point_right,
.module_cards .cards .card .image a.focal-point_right {
    background-position: right;
}

.module_cards .cards .card .image div span.imageText,
.module_cards .cards .card .image a span.imageText {
    display: none;
}

.module_cards .cards .card .text {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.module_cards .cards .card .text.no-flex {
    display: block;
}

.module_cards .cards .card .text h1 {
    margin: 0;
    padding: 20px 16px 8px 16px;
    font-size: 20px;
    line-height: 19px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-family: "Proxima Nova Semi Bold", Arial, sans-serif;
    min-height: 36px;
    flex: none;
}

.module_cards .cards .card .text h1 a {
    color: #004DD1;
    text-decoration: none;
}

.module_cards .cards .card .text h1 a:hover {
    text-decoration: underline;
}

.module_cards .cards .card .text .blurb {
    margin: 0;
    padding: 8px 16px 20px 16px;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    flex: auto;
}

.module_cards .cards .card .text .links {
    margin: 0;
    padding: 10px 16px 12px 16px;
    list-style: none;
}

.module_cards .cards .card .text .links li {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.module_cards .cards .card .text .links li.first {
    padding-top: 0;
}

.module_cards .cards .card .text .links li.last {
    padding-bottom: 0;
    border-bottom: 0;
}

.module_cards .cards .card .text .links li a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    display: block;
    letter-spacing: 1px;
    line-height: 22px;
    overflow: hidden; /* prevents icon from overlapping, narrow widths */
}

.module_cards .cards .card .text .links li a:hover {
    color: #007481;
}

.module_cards .cards .card .text .links li a i {
    float: right;
    display: inline-block;
    font-size: 18px;
    color: #004DD1;
    padding-left: 10px;
    top: 2px;
    position: relative;
}

.module_cards .cards .card .text .links li a i.far.fa-file-pdf {
    color: #ff3500;
    margin: 0;
}

.module_cards .cards .card .text .links li a i.fas.fa-external-link-alt {
    color: #000000;
    margin: 0;
}

.module_cards .cards .card .text .cta {
    display: block;
    padding: 12px 16px;
    background-color: #f6f8f8;
    border-top: 1px solid #e4e4e4;
    flex: none;
    margin: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
}

.module_cards .cards .card .text .cta a {
    letter-spacing: 1px;
    text-decoration: none;
    padding-left: 0;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-family: "Proxima Nova Extra Bold", Arial, sans-serif;
    display: inline-block;
}

.module_cards .cards .card .text .cta a i {
    font-size: 18px;
    color: #007481;
    padding-right: 10px;
    top: 2px;
    position: relative;
}

.module_cards .cards .card .text .cta a:hover i {
    color: #65999e;
}



@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {
    .module_cards .cards {
        flex-direction: column;
        margin-bottom: 0;
        margin: 0 20px 0 20px;
    }

    .module_cards .cards .wrapper {
        max-width: 100%;
        width: 100%;
        min-height: 220px;
        margin: 0 0 20px 0;
    }

    .module_cards .cards .wrapper.last {
        /*margin-bottom: 3px;*/
        margin-bottom: 0;
    }
    
    .module_cards .cards .wrapper .card {
        flex-direction: row;
    }
    
    .module_cards .cards .wrapper .card.last {
        margin-bottom: 0;
    }

    .module_cards .cards .wrapper .card .image {
        width: 33.333%;
    }
    
    .module_cards .cards .wrapper .card .image div,
    .module_cards .cards .wrapper .card .image a {
        height: 100%;
    }    
    
    .module_cards .cards .wrapper .card .text {
        width: 66.666%;
    }
}

@media only screen and (max-width: 767px) {
    .module_cards .cards .wrapper {
        /*min-height: 585px;*/
        min-height: 430px;
    }
    
    .module_cards .cards .wrapper .card {
        flex-direction: column;
    }
    
    .module_cards .cards .wrapper .card .image {
        width: 100%;
    }
    
    .module_cards .cards .wrapper .card .image div,
    .module_cards .cards .wrapper .card .image a {
        height: 225px;
    }
    
    .module_cards .cards .wrapper .card .text {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {}
