/*-------------------------------------------------------------
- Filter Styles
-------------------------------------------------------------*/
.carousel_filter_wrapper{
    margin: 0px;
    padding: 0px;
}
.carousel_filter_wrapper .card-header{
    background-color: #202945;
    color: white;
    height: auto;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.carousel_filter_wrapper .card-header h3{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    border: none;
    background-color: transparent;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.carousel_filter_wrapper .card img{
    border-radius: 0px;
    overflow: hidden;
    height: 100px;
    object-fit: cover;
}
.carousel_filter_wrapper .card .card-body {
    text-align: center;
}
.carousel_filter_wrapper .card .card-body a{
    display: inline-block;
    color: #376585;
    text-decoration: underline;
    border: none;
    background-color: transparent;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.taxonomy_filter_placeholder{
    color: #ccc;
    font-style: italic;
}

/*-------------------------------------------------------------
- Slider Styles
-------------------------------------------------------------*/
.card_slide_wrapper .slick-prev:before, 
.card_slide_wrapper .slick-next:before{
    color: #333;
}

.card_slide_wrapper{
    width: calc(100% - 50px);
    left: 25px;
}

.card_slide_wrapperLabel {
    text-align: center;
    font-size: 15px;
    color: #376585;
    margin: 15px auto 25px auto !important;
}

/*-------------------------------------------------------------
- Card Styles
-------------------------------------------------------------*/
.card_slide_container {
    padding: 0 10px;
}
.carousel_blog, .carousel_document, .carousel_form, .carousel_infographic, .carousel_newsletter, .carousel_podcast, .carousel_video, .carousel_webpage, .carousel_website {
    width: 100% !important;
    border: 1px solid #666;
    border-radius: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    flex-grow: 1;
    margin: 0px auto;
    max-width: 275px;
}
.carCard_resourceType {
    position: relative;
    height: 25px;
    border-radius: 9px 9px 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    color: black;
}
.carCard_imageBox {
    position: relative;
    height: 115px;
    overflow: hidden;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #fff;
}
.carCard_imageBox .carCard_image {
    position: absolute;
    object-fit: cover;
    object-position: left;
    width: 100%;
}
.carCard_title {
    position: relative;
    height: 150px;
    text-align: center;
    font-size: 18px;
    color: #8c6d2c;
    line-height: 20px;
}
.carCard_title .minorTitle {
    position: relative;
    font-size: 10px;
    font-weight: 400;
    color: #666;
    margin: 15px 10px 5px 10px;
}
.carCard_title .majorTitle {
    position: relative;
    margin: 10px 10px 0px 10px;
    font-size: 18px;
}
.carCard_content {
    position: relative;
    background-color: #f1f1f1;
    height: 58px;
    font-size: 10px;
    line-height: 10px;
    border-top: 1px solid #666;
    border-radius: 0 0 9px 9px;
    text-align: center;
}
a.btn.carCard_button, a.btn.carCard_document, a.btn.carCard_infographic, a.btn.carCard_podcast, a.btn.carCard_form, a.btn.carCard_website, a.btn.carCard_video, a.btn.carCard_newsletter, a.btn.carCard_blog, a.btn.carCard_webpage {
    position: relative;
    top: 10%;
}
a.btn.carCard_noShow {
    display: none;
}
a.btn.carCard_button_document {
    background-color: #812222;
    color: white;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_document:hover {
    background-color: #f1f1f1;
    color: #812222;
    border: 2px solid #812222;
    font-weight: bold;
}
a.btn.carCard_button_podcast {
    background-color: #376585;
    color: white;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_podcast:hover {
    background-color: #f1f1f1;
    color: #376585;
    border: 2px solid #376585;
    font-weight: bold;
}
a.btn.carCard_button_form {
    background-color: #202945;
    color: white;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_form:hover {
    background-color: #f1f1f1;
    color: #202945;
    border: 2px solid #202945;
    font-weight: bold;
}
a.btn.carCard_button_infographic {
    background-color: black;
    color: white;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_infographic:hover {
    background-color: #f1f1f1;
    color: black;
    border: 2px solid black;
    font-weight: bold;
}
a.btn.carCard_button_website {
    background-color: #8c6d2c;
    color: white;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_website:hover {
    background-color: #f1f1f1;
    color: #8c6d2c;
    border: 2px solid #8c6d2c;
    font-weight: bold;
}
a.btn.carCard_button_video {
    background-color: #59838d;
    color: white;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_video:hover {
    background-color: #f1f1f1;
    color: #59838d;
    border: 2px solid #59838d;
    font-weight: bold;
}
a.btn.carCard_button_newsletter {
    background-color: #666;
    color: white;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_newsletter:hover {
    background-color: #f1f1f1;
    color: #666;
    border: 2px solid #666;
    font-weight: bold;
}
a.btn.carCard_button_blog {
    background-color: #d2dce2;
    color: #202945;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_blog:hover {
    background-color: white;
    color: #202945;
    border: 2px solid #d2dce2;
    font-weight: bold;
}
a.btn.carCard_button_webpage {
    background-color: #c8a252;
    color: #202945;
    border: 2px solid white;
    margin-top: 8px;
}
a.btn.carCard_button_webpage:hover {
    background-color: white;
    color: #202945;
    border: 2px solid #c8a252;
    font-weight: bold;
}
.carousel_document .carCard_resourceType {
    background-color: #812222;
}
.carousel_podcast .carCard_resourceType {
    background-color: #376585;
}
.carousel_form .carCard_resourceType {
    background-color: #202945;
}
.carousel_infographic .carCard_resourceType {
    background-color: black;
}
.carousel_website .carCard_resourceType {
    background-color: #8c6d2c;
}
.carousel_video .carCard_resourceType {
    background-color: #59838d;
}
.carousel_newsletter .carCard_resourceType {
    background-color: #666;
}
.carousel_blog .carCard_resourceType {
    background-color: #d2dce2;
}
.carousel_webpage .carCard_resourceType {
    background-color: #c8a252;
}
.carousel_document .carCard_resourceType, .carousel_podcast .carCard_resourceType, .carousel_form .carCard_resourceType, .carousel_infographic .carCard_resourceType, .carousel_website .carCard_resourceType, .carousel_video .carCard_resourceType, .carousel_newsletter .carCard_resourceType {
    color: white;
}
.carousel_blog .carCard_resourceType, .carousel_webpage .carCard_resourceType {
    color: #202945;
}