:root {
    --buchanan-orange: #ff5200;
    --search-orange: #d24300;
    --buchanan-blue: #13376F;
    --welcome: #ffa400;
    --slick-btn: #00afab;
    --icon-arrow-right-orange-new: url("../../assets/images/icons/arrow-right_orange-new.png");
    --icon-arrow-right-gold: url("../../assets/images/icons/arrow-right_gold.png");
    --icon-arrow-right-white: url("../../assets/images/icon-arrow-right-white.png");
}

#template-home .module-blog_posts_grid .desktop-posts { display: none; }

@media print, all and (min-width: 768px) {
    #template-home .module-blog_posts_grid .desktop-posts {
        display: block;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row {
    display: block;
    margin: 0;
    padding: 0;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row {
        display: flex;
        margin: 0;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-featured {
    float: none;
    width: 100%;
}

@media all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-featured {
        float: left;
        width: 33.33%;
    }
}

@media print, all and (min-width: 1440px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-featured {
        width: 50%;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile {
    height: 25em;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile {
        height: 47.1875em;
    }

    #template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info {
        left: 1.75em;
    }
}
@media print, all and (min-width: 1440px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info {
        left: 3.75em;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info .tag {
    font-size: 1.75em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info .headline {
    font-weight: 300;
    line-height: 1.25em;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info .headline {
        font-size: 1.75em;
    }
}
@media print, all and (min-width: 1440px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info .headline {
        font-size: 2.25em;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info .read-more {
    text-transform: uppercase;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info .read-more a {
    display: block;
    background: var(--icon-arrow-right-orange-new) 0 0 no-repeat;
    background-size: auto 90%;
    padding-left: 1.69em;
    font-weight: 600;
    font-size: 0.81em;
    line-height: 13px;
    text-decoration: none;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-featured .post-tile .post-info .read-more a {
        background-size: auto 80%;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights {
    background: var(--slick-btn);
    padding: 2em 2.3125em 0;
    width: 50%;
}

@media all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-insights {
        width: 33.33%;
    }
}

@media print, all and (min-width: 1440px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-insights {
        width: 25%;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .feed-header {
    color: darkgray;
    padding-bottom: 2em;
    font-size: 1.15em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap {
    position: relative;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap .post-feed {
    margin-right: -0.93em;
    padding-right: 0.93em;
    max-height: 37.7em;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap .post-feed::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0);
    width: 8px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap .post-feed::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    border-color: rgba(169, 169, 169, 0.5);
    border-radius: 10px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap .post-feed::-webkit-scrollbar-thumb {
    background-color: darkgray;
    border-radius: 10px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap .post-feed .post {
    margin-bottom: 1.06em;
    border-bottom: 1px solid darkgray;
    padding-bottom: 0.62em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap .post-feed .post .date {
    color: darkgray;
    padding-bottom: 0.3em;
    font-size: 1em;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap .post-feed .post .headline h1 a {
    display: inline-block;
    color: #424242;
    font-size: 1.12em;
    font-weight: normal;
    line-height: 2em;
    text-decoration: none;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed-wrap .gradient {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
    height: 6.25em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .view-all {
    padding-bottom: 2em;
    text-transform: uppercase;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .view-all a {
    display: block;
    background: var(--icon-arrow-right-orange-new) 0 0 no-repeat;
    background-size: auto 90%;
    padding-left: 1.69em;
    font-weight: 600;
    font-size: 0.81em;
    text-decoration: none;
    line-height: 13px;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-insights .view-all {
        padding-bottom: 0;
    }

    #template-home .module-blog_posts_grid .desktop-posts .row .col-insights .view-all a {
        background-size: auto 80%;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed::-webkit-scrollbar-track {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post-feed::-webkit-scrollbar-thumb {
    background-color: white !important;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights * {
    color: white !important;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .post {
    border-color: white !important;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .gradient {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, var(--slick-btn) 70%) !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, var(--slick-btn) 70%) !important;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-insights .view-all a {
    background: var(--icon-arrow-right-white) 0 0 no-repeat !important;
    background-size: auto 90% !important;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-insights .view-all a {
        background-size: auto 80% !important;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news { width: 50%; }

@media all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news { width: 33.33%; }
}

@media print, all and (min-width: 1440px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news { width: 25%; }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome {
    color: white;
    background: var(--buchanan-blue);
    padding: 2em 2.3125em 0;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .feed-header {
    color: darkgray;
    padding-bottom: 2em;
    font-size: 1.15em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .feed-header {
    padding-bottom: 1em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome a {
    color: var(--welcome);
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .feed-header {
    color: var(--welcome);
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .intro {
    display: flex;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .intro .headshot {
    border: 2px solid white;
    margin: 0 1em 1em 0;
    width: 120px;
    height: 0%;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .intro .name_info h1 {
    margin: 0 0 0.25em -0.25em;
    border-bottom: 2px solid var(--welcome);
    padding: 0 1em 0.25em 0.25em;
    font-size: 1.5em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .intro .name_info h2 {
    padding-bottom: 10px;
    font-size: 1.25em;
    font-weight: 400;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .intro .name_info h3 {
    padding-bottom: 5px;
    font-size: 1em;
    font-weight: 400;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .excerpt {
    margin-bottom: 1em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .excerpt p {
    font-size: 1.15em;
    line-height: 1.35em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .read-more {
    padding-bottom: 1em;
    text-transform: uppercase;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .read-more a {
    display: block;
    background: var(--icon-arrow-right-orange-new) 0 0 no-repeat;
    background-size: auto 90%;
    padding-left: 1.69em;
    font-weight: 600;
    font-size: 0.81em;
    text-decoration: none;
    line-height: 13px;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .read-more a {
        background-size: auto 80%;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .read-more a {
    background: var(--icon-arrow-right-gold) 0 0 no-repeat !important;
    background-size: auto 90% !important;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-welcome .person .read-more a {
        background-size: auto 80% !important;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed {
    padding: 2em 2.3125em 0;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .feed-header {
    color: darkgray;
    padding-bottom: 2em;
    font-size: 1.15em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap {
    position: relative;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed {
    padding-right: 0.93em;
    margin-right: -0.93em;
    max-height: 37.7em;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0);
    width: 8px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 1px solid;
    border-color: rgba(169, 169, 169, 0.5);
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed::-webkit-scrollbar-thumb {
    background-color: darkgray;
    border-radius: 10px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed .post {
    margin-bottom: 1.06em;
    border-bottom: 1px solid darkgray;
    padding-bottom: 0.62em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed .post .date {
    color: darkgray;
    padding-bottom: 0.3em;
    font-size: 1em;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed .post .headline h1 a {
    display: inline-block;
    color: #424242;
    font-size: 1.12em;
    font-weight: normal;
    text-decoration: none;
    line-height: 2em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .gradient {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
    height: 6.25em;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .view-all {
    padding-bottom: 2em;
    text-transform: uppercase;
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .view-all a {
    display: block;
    background: var(--icon-arrow-right-orange-new) 0 0 no-repeat;
    background-size: auto 90%;
    padding-left: 1.69em;
    font-weight: 600;
    font-size: 0.81em;
    text-decoration: none;
    line-height: 13px;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .view-all {
        padding-bottom: 0;
    }

    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .view-all a {
        background-size: auto 80%;
    }
}

#template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed.split {
    max-height: 16em;
}

@media print, all and (min-width: 1024px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed.split {
        max-height: 17em;
    }
}

@media print, all and (min-width: 1130px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed.split {
        max-height: 13.25em;
    }
}

@media print, all and (min-width: 1440px) {
    #template-home .module-blog_posts_grid .desktop-posts .row .col-welcome_news .item-news_feed .post-feed-wrap .post-feed.split {
        max-height: 16em;
    }
}

#template-home .module-blog_posts_grid .mobile-posts { display: block; }

@media print, all and (min-width: 768px) {
    #template-home .module-blog_posts_grid .mobile-posts { display: none; }
}

#template-home .module-blog_posts_grid .mobile-posts { padding-top: 0; }

#template-home .module-blog_posts_grid .mobile-posts .row .post .type {
    background: var(--buchanan-orange);
    margin: 0 0 15px;
    padding: 0.5em;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    width: 8em;
}

#template-home .module-blog_posts_grid .mobile-posts .row .post .type a {
    color: white;
}

#template-home .module-blog_posts_grid .mobile-posts .row .post .read-more a {
    color: var(--buchanan-orange);
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome {
    background: var(--buchanan-blue);
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post {
    border-bottom: none;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post * {
    color: white;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .type {
    background: white;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .type p {
    color: var(--buchanan-blue);
    font-weight: 600;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .person .intro .headshot {
    float: left;
    margin: 0 1em 20px 0;
    border: 3px solid white;
    width: 10em;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .person .intro h1 {
    margin: 10px 0 8px 4.7em;
    border-bottom: 2px solid var(--welcome);
    padding: 0 0 5px;
    font-size: 2.25em;
    text-transform: uppercase;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .person .info .title_location h2 {
    margin-bottom: 0.5em;
    font-size: 1.25em;
    font-weight: 400;
    font-style: italic;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .person .info .title_location h3 {
    margin-bottom: 0.25em;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .person .excerpt {
    clear: both;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .person .excerpt p {
    margin: 1.25em 0;
    line-height: 18px;
    letter-spacing: 1;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .person .read-more {
    text-transform: uppercase;
}

#template-home .module-blog_posts_grid .mobile-posts .row.welcome .post .person .read-more a {
    color: var(--welcome);
    background: var(--icon-arrow-right-gold) 0 50% no-repeat;
    background-size: 1em;
}

#template-home .module-blog_posts_grid .mobile-posts .row.featured { background: var(--slick-btn); }

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post { border-bottom: none; }

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post * { color: white; }

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post .type { background: white; }

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post .type p {
    color: var(--slick-btn);
    font-weight: 600;
}

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post h3 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
}

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post .headline {
    padding: 0.5em 0 1.5em;
}

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post h4 {
    font-weight: normal;
    line-height: calc(36px / 2);
    letter-spacing: 1px;
}

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post .read-more {
    text-transform: uppercase;
}

#template-home .module-blog_posts_grid .mobile-posts .row.featured .post .read-more a {
    color: white;
    background: var(--icon-arrow-right-white) 0 50% no-repeat;
    background-size: 1em;
}

#template-home .module-blog_posts_grid .mobile-posts .row .view-all a {
    color: var(--buchanan-orange);
}

#template-home .module-content_grid { padding-top: 0; }

#template-home .module-content_grid .header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: calc(3em * 4.5);
}

#template-home .module-content_grid .header h4 {
    padding-top: 5px;
    text-transform: uppercase;
}

#template-home .module-content_grid .grid { column-count: 2; }

@media print, all and (min-width: 768px) {
    #template-home .module-content_grid .grid .one-third:nth-child(3n) {
        margin-right: 0;
    }
}

#template-home .module-content_grid .grid .tile {
    padding-bottom: 50%;
    height: 200px;
    overflow: hidden;
}

@media all and (min-width: 768px) {
    #template-home .module-content_grid .grid .tile {
        background-position-y: 30%;
        padding-bottom: 20%;
    }
}

@media print, all and (min-width: 1130px) {
    #template-home .module-content_grid .grid .tile { padding-bottom: 15%; }
}

#template-home .module-content_grid .grid .tile[style*="grid-fda"] {
    /* Set background position for elements with the following style content */
    background-position-y: 80%;
}

@media all and (min-width: 768px) {
    #template-home .module-content_grid .grid .tile[style*="grid-fda"] {
        background-position-y: 95%;
    }
}

@media print, all and (min-width: 1130px) {
    #template-home .module-content_grid .grid .tile[style*="grid-fda"] {
        background-position-y: 80%;
    }
}

@media all and (min-width: 768px) {
  #template-home .module-content_grid .grid .tile .wrap-hover {
    top: 11em;
  }
}
@media print, all and (min-width: 1440px) {
  #template-home .module-content_grid .grid .tile .wrap-hover {
    top: auto;
  }
}

#template-home .module-content_grid .grid .tile h4 {
    border-left-color: var(--slick-btn);
    padding-right: 1.5em;
}

@media all and (min-width: 768px) {
    #template-home .module-content_grid .grid .tile h4 { font-size: 1.5em; }
}

@media print, all and (min-width: 1130px) {
    #template-home .module-content_grid .grid .tile h4 { bottom: 1em; }
}

#template-home .module-content_grid .grid .tile .hover-description * {
    position: absolute;
    color: white;
    padding: 1em 2em;
}

#template-home .module-content_grid .grid .tile:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 70%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 70%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 70%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    height: 100%;
}

@media print, all and (min-width: 1130px) {
    #template-home .module-content_grid .grid .tile:before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%);
    }
}

#template-home .module-content_grid .bottom-cta a {
    background: var(--buchanan-orange);
    padding: 3em 0.9375em;
    text-transform: uppercase;
    max-width: calc(50% - 10px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#template-home .module-content_grid .bottom-cta a:hover { background: var(--search-orange); }

#template-home .module-content_grid .bottom-cta a h4 { font-size: 1.3em; }
