@charset "UTF-8";
/*
 Theme Name:   Bluenote Child
 Theme URI:    https://github.com/crisp-agency/bluenote
 Description:  Bluenote Child Theme
 Author:       
 Author URI:   https://crisp.agency
 Template:     bluenote
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, custom-menu, editor-style, sticky-post, theme-options, threaded-comments
 Text Domain:  bluenote-child
*/

/*@font-face {
    font-family: 'Muller-Bold';
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_2_0.eot");
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_2_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_2_0.woff2") format("woff2"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_2_0.woff") format("woff"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_2_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Muller-BoldItalic';
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_5_0.eot");
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_5_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_5_0.woff2") format("woff2"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_5_0.woff") format("woff"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_5_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Muller-Medium';
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_C_0.eot");
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_C_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_C_0.woff2") format("woff2"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_C_0.woff") format("woff"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_C_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Muller-MediumItalic';
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_D_0.eot");
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_D_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_D_0.woff2") format("woff2"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_D_0.woff") format("woff"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_D_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Muller-Regular';
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_E_0.eot");
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_E_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_E_0.woff2") format("woff2"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_E_0.woff") format("woff"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_E_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Muller-RegularItalic';
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_F_0.eot");
    src: url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_F_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_F_0.woff2") format("woff2"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_F_0.woff") format("woff"), url("/wp-content/themes/bluenote/fonts/webfonts/3AE24D_F_0.ttf") format("truetype");
}*/

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./imgs/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/*@font-face {
    font-family: "slick";
    src: url("./css/fonts/slick.eot");
    src: url("./css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./css/fonts/slick.woff") format("woff"), url("./css/fonts/slick.ttf") format("truetype"), url("./css/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}*/

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 50px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 30px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 30px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 30px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/** Base Styles */
.SR-Only {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/** Base Styles */
body {
    color: #39383a;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

body.page-template-page-front-2021 {
    background: #252525;
    color: #fff;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

body.page-template-page-front-2021 #BodyWrap {
    background: #fff;
    color: #39383a;
}

body.page-template-page-front-2021 #BodyWrap header {
    margin-bottom: 0;
}

/** Marquee Styles */
.marquee-title-additional {
    color: #39383a;
    font-family: 'Muller-Regular', sans-serif;
}

/** Comments Section */
.comment .comment-edit-link {
    color: #39383a;
    font-family: 'Muller-Regular', sans-serif;
}

.comment .comment-reply-link {
    color: #39383a;
    font-family: 'Muller-Regular', sans-serif;
}

/** Doctor Feature Styles */
.doctor-feature-specialty {
    color: #39383a;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

/* Note: I do not like having !important on all these styles, but it appears that at one point in time we were able to style things directly on one page
in the theme files so the colors are getting set on the index page. However, after upgrading the theme and plugins, this feature is no longer available
so the only way to overwrite these is by adding an important in this style sheet.
*/
.front-article-meta {
    font-size: 15px;
    color: #151515;
}

.post-card-meta {
    font-size: 15px;
    color: #151515 !important;
}

.nav-link {
    font-size: 20px;
}

/* Homepage 2021 */
/* -------------------------------------------------------------- */
/* 2021 Ideas Page */
.Featured-Post {
    position: relative;
    background-color: #444;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 0;
}

@media (min-width: 600px) {
    .Featured-Post {
        min-height: 300px;
        height: 35vh;
    }
}

@media (min-width: 800px) {
    .Featured-Post {
        min-height: 350px;
    }
}

@media (min-width: 1024px) {
    .Featured-Post {
        height: 40vh;
        min-height: 400px;
    }
}

@media (min-width: 1500px) and (max-height: 1180px) {
    .Featured-Post {
        height: 50vh;
        min-height: 530px;
    }
}

.Featured-Post .thumb {
    margin: 0 auto;
    line-height: 0;
    min-height: 1px;
    text-align: center;
    height: 150px;
}

@media (min-width: 600px) {
    .Featured-Post .thumb {
        height: 100%;
    }
}

.Featured-Post .thumb::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    z-index: 1;
}

@media (max-width: 599px) {
    .Featured-Post .thumb::after {
        display: none;
    }
}

.Featured-Post .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    margin: 0;
    max-width: none;
    width: 100%;
    height: 100%;
}

.Featured-Post .TextBlockWrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1176px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

@media (min-width: 600px) {
    .Featured-Post .TextBlockWrap {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

.Featured-Post .TextBlock {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    text-align: left;
}

@media (min-width: 600px) {
    .Featured-Post .TextBlock {
        position: absolute;
        width: 80%;
        top: 55%;
        left: 11%;
        -webkit-transform: translateY(-50%) translateX(0%);
        -ms-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
        z-index: 3;
    }
}

@media (min-width: 1500px) {
    .Featured-Post .TextBlock {
        width: 55%;
        left: 0;
    }
}

.Featured-Post .TextBlock h1, .Featured-Post .TextBlock h2, .Featured-Post .TextBlock h3, .Featured-Post .TextBlock h4, .Featured-Post .TextBlock h5, .Featured-Post .TextBlock h6, .Featured-Post .TextBlock p, .Featured-Post .TextBlock a {
    color: #fff;
}

.Featured-Post .TextBlock h1.FeaturedPostHeading {
    color: #fff;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .Featured-Post .TextBlock h1.FeaturedPostHeading {
        font-size: 2.8rem;
        margin-bottom: 1.1rem;
    }
}

.Featured-Post .TextBlock .front-article-excerpt {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding-bottom: 40px;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4;
}

.Featured-Post .TextBlock .front-article-excerpt::after {
    display: none;
}

@media (max-width: 1024px) {
    .Featured-Post .TextBlock .front-article-excerpt {
        display: none;
    }
}

.Featured-Post .TextBlock .front-article-categories {
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
    font-size: 1rem;
    margin-bottom: 0.6rem;
}

@media (max-width: 599px) {
    .Featured-Post .TextBlock .front-article-categories {
        font-size: .8rem;
        margin-bottom: 0.6rem;
    }
}

.Featured-Post .TextBlock .front-article-categories a:hover, .Featured-Post .TextBlock .front-article-categories a:focus {
    text-decoration: underline;
}

.front-main.twenty-twenty-one:nth-child(odd) {
    background: #ECF5FB;
}

@media (max-width: 599px) {
    .front-main.twenty-twenty-one .BannerSlider {
        background-color: #444;
    }
}

@media (max-width: 599px) {
    .front-main.twenty-twenty-one .BannerSlider .slick-prev, .front-main.twenty-twenty-one .BannerSlider .slick-next {
        top: 33%;
    }
}

.front-main.twenty-twenty-one .BannerSlider .slick-prev {
    left: 15px;
}

@media (min-width: 1024px) {
    .front-main.twenty-twenty-one .BannerSlider .slick-prev {
        left: 30px;
    }
}

.front-main.twenty-twenty-one .BannerSlider .slick-next {
    right: 15px;
}

@media (min-width: 1024px) {
    .front-main.twenty-twenty-one .BannerSlider .slick-next {
        right: 30px;
    }
}

.front-main.twenty-twenty-one .Filters {
    margin: 0 auto 40px;
    width: 90%;
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 750px) {
    .front-main.twenty-twenty-one .Filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-self: flex-start;
    }

    .front-main.twenty-twenty-one .Filters h2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

@media (min-width: 1280px) {
    .front-main.twenty-twenty-one .Filters {
        width: 100%;
    }
}

.front-main.twenty-twenty-one .Filters .facetwp-facet {
    margin: 0 0 15px;
    width: 100%;
}

@media (min-width: 750px) {
    .front-main.twenty-twenty-one .Filters .facetwp-facet {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 20px;
    }

    .front-main.twenty-twenty-one .Filters .facetwp-facet:last-of-type {
        margin-right: 0;
    }
}

.front-main.twenty-twenty-one .Filters .facetwp-facet span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.front-main.twenty-twenty-one .front-section {
    width: 90%;
    max-width: 1200px;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 1280px) {
    .front-main.twenty-twenty-one .front-section {
        width: 100%;
    }
}

.front-main.twenty-twenty-one .front-section h2 {
    margin-top: 0;
    padding-top: 42px;
}

.front-main.twenty-twenty-one .front-section h2.Center {
    text-align: center;
}

.front-main.twenty-twenty-one .front-section h2 a {
    color: #004877;
}

.front-main.twenty-twenty-one .front-section .facetwp-facet-results_count {
    margin: 30px 0 15px;
    font-size: 1rem;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper {
    padding-bottom: 20px;
}

@media screen and (min-width: 623px) {
    .front-main.twenty-twenty-one .front-section .front-section-wrapper {
        padding-bottom: 0;
    }
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 640px) {
    .front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 1% 30px;
    border-bottom: 4px solid #54c8e8;
}

@media (min-width: 640px) {
    .front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 47.5%;
        flex: 0 1 47.5%;
    }
}

@media (min-width: 900px) {
    .front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
        flex: 0 1 31%;
    }
}

@media (min-width: 1110px) {
    .front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 23%;
        flex: 0 1 23%;
    }
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article .front-article-link-text, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article .front-article-link-text {
    background-color: #54c8e8;
    color: #141414;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article .front-article-meta, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article .front-article-meta {
    color: #007FAE;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article:nth-of-type(4n-2), .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article:nth-of-type(4n-2) {
    border-bottom: 4px solid #cddb00;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article:nth-of-type(4n-2) .front-article-link-text, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article:nth-of-type(4n-2) .front-article-link-text {
    background-color: #cddb00;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article:nth-of-type(4n-1), .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article:nth-of-type(4n-1) {
    border-bottom: 4px solid #ed40a9;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article:nth-of-type(4n-1) .front-article-link-text, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article:nth-of-type(4n-1) .front-article-link-text {
    background-color: #ed40a9;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article:nth-of-type(4n), .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article:nth-of-type(4n) {
    border-bottom: 4px solid #90d5ac;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article:nth-of-type(4n) .front-article-link-text, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article:nth-of-type(4n) .front-article-link-text {
    background-color: #90d5ac;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .facetwp-template .front-article .front-article-categories, .front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template .front-article .front-article-categories {
    left: 20px;
    background: #fff;
    padding: 5px 0;
}

.front-main.twenty-twenty-one .front-section .front-section-wrapper .same-as-facetwp-template {
    margin-bottom: 42px;
}

.front-main.twenty-twenty-one .front-section .facetwp-facet-load_more {
    margin: 40px auto 0;
    text-align: center;
}

.front-main.twenty-twenty-one a.button:hover, .front-main.twenty-twenty-one button:hover {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

main.front-main.twenty-twenty-one .front-section {
    padding: 0 0 50px 0;
}

.footer-subscribe, .subscribe {
    margin-top: 0;
}

/* Copyright info on Featured Images */
figure.wp-caption {
    background: transparent;
    margin: 0;
    position: relative;
}

figure.wp-caption.alignright {
    margin: 10px 0 10px 10px;
}

figure.wp-caption figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* Front Page - Copyright info on Featured Image */
.front-article-image-wrapper {
    position: relative;
}

@media (min-width: 900px) {
    .front-article:hover .front-article-image-wrapper figure, .front-article:hover .front-article-image-wrapper figure figcaption {
        -webkit-transform: translateY(-147px);
        -ms-transform: translateY(-147px);
        transform: translateY(-147px);
        -webkit-transition: all 0.3s 0.08s;
        -o-transition: all 0.3s 0.08s;
        transition: all 0.3s 0.08s;
    }
}

/* Single Post - Copyright info on Featured Image */
.attachment-post-thumbnail-wrapper {
    margin-bottom: 40px;
    max-height: none;
    position: relative;
}

.attachment-post-thumbnail-wrap {
    max-height: none;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.attachment-post-thumbnail-wrap figure.wp-caption {
    position: relative;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.attachment-post-thumbnail-wrap figure.wp-caption img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Search Results - Copyright info on Featured Image */
/* Section Pages - Copyright info on Featured Image */
body.search-results figure.wp-caption, .post-grid .post-card figure.wp-caption {
    position: relative;
}

/** News Styles */
.news .front-section-cta-link-text {
    color: #151515 !important;
}

/**
* Stories Section 
*/
.stories .front-section-cta-link-text {
    color: #000 !important;
}

.stories a.post-card-link {
    color: #000 !important;
}

.post-card.stories:hover .post-card-button, .post-card.stories:focus .post-card-button, .post-card.news:hover .post-card-button, .post-card.news:focus .post-card-button {
    color: #000 !important;
    background-image: url("../images/black-arrow.png") !important;
}

@media (min-width: 600px) {
    .front-section-description {
        font-size: 21px;
    }
}

@media (min-width: 1000px) {
    .marquee-description {
        font-size: 19px;
    }
}

/*# sourceMappingURL=style.css.map */