/* Global */
:root {
    --bgGray: #EDEFF0;
    --bgGrayHover: #dee3e6;
    --brightOrange: #ED6D23;
    --brightOrangeHover: #d13b00;
    --brightYellow: #F6A91F;
    --brightYellowHover: #ffd000;
    --buttonBgGray: #A4B8BE;
    --buttonBgGrayHover: #809196;
    --darkLabelBlue: #003C4E;
    --footerBgBlue: #1E4353;
    --primaryBlue: #006382;
    --primaryBlueHover: #0299c7;
    --whiteNavHover: #12c1f7;
  }
a {
    border-bottom: 3px dotted var(--brightYellow);
    color: var(--brightOrange);
    transition: all .3s;
    text-decoration: none;
}
a:hover {
    color: var(--brightOrangeHover);
}
a h1:hover, a h2:hover, a h3:hover, a h4,:hover a h5:hover, a h6:hover {
    color: var(--primaryBlueHover);
}
.anchor-link {
    border: none;
}
body {
    font-family: proxima-nova, sans-serif;
}
.btn-std {
    background-color: var(--brightYellow);
    border: none;
    border-radius: 0;
    color: var(--darkLabelBlue);
    font-size: 1.1rem;
    font-weight: 700;
    padding: .5rem 1.5rem;
}
.btn-std:hover {
    background-color: var(--brightYellowHover);
    border: none;
    color: var(--darkLabelBlue);
}
h1, h2, h3, h4, h5, h6 {
    color: var(--primaryBlue);
    font-weight: 700;
    transition: all .3s;
}
.ratio-8x9 {
    --bs-aspect-ratio: calc(9 / 8 * 100%);
}
.section-margin {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.section-margin.enlarged-below {
    margin-bottom: 1.5rem;
}
.section-margin.enlarged-above {
    margin-top: 1.5rem;
}
.section-margin.reduced-below {
    margin-bottom: -2rem;
}
.section-margin.reduced-above {
    margin-top: -2rem;
}
@media screen and (min-width: 576px) {
    .section-margin {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
    .section-margin.enlarged-below {
        margin-bottom: 6rem;
    }
    .section-margin.enlarged-above {
        margin-top: 6rem;
    }
    .section-margin.less-bottom {
        margin-bottom: 3.5rem;
    }
    .section-margin.less-top {
        margin-top: 3.5rem;
    }
    .section-margin.reduced-below {
        margin-bottom: -2.5rem;
    }
    .section-margin.reduced-above {
        margin-top: -2.5rem;
    }
}
@media screen and (min-width: 768px) {
    .section-margin {
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
    .section-margin.enlarged-below {
        margin-bottom: 7.5rem;
    }
    .section-margin.enlarged-above {
        margin-top: 7.5rem;
    }
    .section-margin.extra {
        margin-bottom: 6rem;
        margin-top: 6rem;
    }
    .section-margin.less-bottom {
        margin-bottom: 4rem;
    }
    .section-margin.less-top {
        margin-top: 4rem;
    }
    .section-margin.reduced-below {
        margin-bottom: -3rem;
    }
    .section-margin.reduced-above {
        margin-top: -3rem;
    }
}
@media screen and (min-width: 992px) {
    .btn-big {
        font-size: 1.3rem;
    }
    .highlight-text {
        font-size: 1.1rem;
    }
    .section-margin {
        margin-bottom: 6.5rem;
        margin-top: 6.5rem;
    }
    .section-margin.enlarged-below {
        margin-bottom: 9.5rem;
    }
    .section-margin.enlarged-above {
        margin-top: 9.5rem;
    }
    .section-margin.extra {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }
    .section-margin-negative {
        margin-bottom: -3rem;
        margin-top: -3rem;
    }
    .section-margin.less-bottom {
        margin-bottom: 4.5rem;
    }
    .section-margin.less-top {
        margin-top: 4.5rem;
    }
    .section-margin.reduced-below {
        margin-bottom: -4rem;
    }
    .section-margin.reduced-above {
        margin-top: -4rem;
    }
}
@media screen and (min-width: 1200px) {
    .section-margin {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }
    .section-margin.enlarged-below {
        margin-bottom: 11.5rem;
    }
    .section-margin.enlarged-above {
        margin-top: 11.5rem;
    }
    .section-margin.extra {
        margin-bottom: 10rem;
        margin-top: 10rem;
    }
    .section-margin-negative {
        margin-bottom: -5rem;
        margin-top: -5rem;
    }
    .section-margin.less-bottom {
        margin-bottom: 5rem;
    }
    .section-margin.less-top {
        margin-top: 5rem;
    }
    .section-margin.reduced-below {
        margin-bottom: -6rem;
    }
    .section-margin.reduced-above {
        margin-top: -6rem;
    }
}
/* /Global */

/* Blog Detail */
.attribution-copy,
.attribution-copy * {
    color: #666;
    font-style: italic;
}
.post-hero .post-byline-img {
    border-radius: 100px;
    width: 50px;
}
.post-hero .post-byline-link {
    border-bottom: none;
    color: #000;
    text-decoration: none;
}
.post-hero .post-byline-link:hover {
    color: var(--brightOrange);
}
.post-hero h1 {
    margin: 0;
}
.post-hero img {
    width: 100%
}
.post-image-caption *,
.post-image-caption p {
    color: #666;
    font-size: .9rem!important;
    font-style: italic;
    margin-top: .4rem;
}
.post-image-caption a {
    border-bottom: none;
    color: var(--brightOrange);
}
.post-image-caption a:hover {
    color: var(--brightOrangeHover);
}
.post-image-inline.full {
    margin-bottom: 1.8rem!important;
    margin-top: 0.7rem!important;
    width: 100%;
}
.post-image-inline.half-left {
    float: left;
    margin-bottom: 1rem;
    margin-top: 0.4rem;
    margin-right: 1rem;
    width: 45%;
}
.post-image-inline.half-right {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-top: 0.4rem;
    width: 45%;
}
.post-video-inline {
    margin-bottom: 1.8rem!important;
    margin-top: 1.8rem!important;
}
.quote-inline {
    margin: 4.5rem 2rem;
    position: relative;
}
.quote-inline:after {
    bottom: -3.25rem;
    content: url(/assets/core/yellow-quotes.svg);
    left: 0;
    position: absolute;
    width: 3rem;
}
.quote-inline:before {
    content: url(/assets/core/yellow-quotes.svg);
    left: 0;
    position: absolute;
    top: -3.25rem;
    transform: rotate(180deg);
    width: 3rem;
}
.quote-inline .quote {
    font-style: italic;
    font-weight: 400;
}
.related-posts-section {
    background: var(--bgGray);
}
.related-posts-section h2 {
    font-size: calc(1.375rem + 1.5vw);
}
.yellow-divider {
    border-bottom: 3px dotted var(--brightYellow);
    width: 120px;
}
@media screen and (min-width: 576px) {
    .post-hero-img {
        position: relative;
    }
    .post-hero-img:after {
        content: url(/assets/core/yellow-angle.svg);
        height: 7rem;
        position: absolute;
        top: -1rem;
        right: -1rem;
        width: 7rem;
        z-index: -10;
    }
}
@media screen and (min-width: 992px) {
    .post-hero p {
        color: #666;
        font-size: 1.2rem;
    }
    .post-image-inline.half-left {
        margin-bottom: 1.5rem;
        margin-right: 1.5rem;
    }
    .post-image-inline.half-right {
        margin-bottom: 1.5rem;
        margin-left: 1.5rem;
    }
    .quote-inline {
        margin: 6rem 4rem;
    }
    .quote-inline:after {
        bottom: -3.5rem;
    }
    .quote-inline:before {
        top: -3.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .quote-inline {
        margin: 7rem 5rem;
    }
    .quote-inline:after {
        bottom: -4rem;
        width: 3.5rem;
    }
    .quote-inline:before {
        top: -4rem;
        width: 3.5rem;
    }
}
/* /Blog Detail */

/* Blog Feed */
.post-info {
    color: #666;
}
/* /Blog Feed */

/* By Box */
.by-box {
    background: var(--bgGray);
}
.by-box-copy {
    margin-bottom: -1rem;
}
.by-box-img {
    border-radius: 100px;
    max-width: 100px;
}
.by-box .img-link {
    border-bottom: none;
}
.by-box .img-link:hover {
    filter: brightness(1.1);
}
@media screen and (min-width: 992px) {
    .by-box-img {
        max-width: 200px;
    }
}
/* /By Box */

/* Cards */
.big-event-card-img {
    position: relative;
}
.big-event-card-img:before {
    display: none;
}
.big-event-card-date-day {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.big-event-card-date-month {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.big-event-card-img-copy {
    align-items: center;
    background-color: var(--primaryBlue);
    bottom: 0;
    color: #fff;
    display: flex;
    left: 0;
    padding: 1rem;
    position: absolute;
    width: 100%;
}
.big-event-card-img-copy h5 {
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.big-event-card-img-copy p {
    margin: 0;
    font-style: italic;
}
.big-event-card-link:hover {
    cursor: pointer;
}
.big-event-card-link * {
    transition: all .3s;
}
.big-event-card-link:hover * {
    cursor: pointer;
    filter: brightness(1.1);
}
.gray-card {
    background-color: var(--bgGray);
    position: relative;
    z-index: 0;
}
.event-preview-card {
    background-color: var(--primaryBlue);
    color: #fff;
}
.event-preview-card .event-card-img {
    width: 100%;
}
.event-preview-card h4 {
    color: #fff;
    margin-bottom: .25rem;
}
.event-preview-card p {
    font-size: .9rem;
    font-style: italic;
    margin-bottom: 0;
}
.image-preview-card-img {
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}
@media screen and (min-width: 576px) {
    .image-preview-card-img {
        height: 300px;
    }
}
@media screen and (min-width: 600px) {
    .event-preview-card-wrapper {
        position: relative;
    }
    .event-preview-card-wrapper:after {
        border-right: 3px dotted var(--brightYellow);
        border-top: 3px dotted var(--brightYellow);
        content: '';
        height: 5rem;
        position: absolute;
        right: -2rem;
        top: -2rem;
        width: 7rem;
    }
    .event-preview-card-wrapper:before {
        border-bottom: 3px dotted var(--brightYellow);
        border-left: 3px dotted var(--brightYellow);
        bottom: -2rem;
        content: '';
        height: 4rem;
        left: -2rem;
        position: absolute;
        width: 7rem;
    }
}
@media screen and (min-width: 768px) {
    .event-preview-card-wrapper {
        margin-top: -1rem;
    }
    .image-preview-card-img {
        background-size: cover;
        background-position: center;
        margin-bottom: -1rem;
        margin-top: -1rem;
        position: relative;
        height: calc(100% + 2rem);
        width: 100%;
    }
    .image-preview-card-img:after {
        content: url(/assets/core/yellow-grid.svg);
        left: -1rem;
        position: absolute;
        top: -1rem;
        width: 6rem;
    }
    .image-preview-card-img:before {
        bottom: -.8rem;
        content: url(/assets/core/blue-angle.svg);
        position: absolute;
        right: -.5rem;
        transform: rotate(90deg);
        width: 4rem;
        z-index: -1;
    }
}
@media screen and (min-width: 992px) {
    .big-event-card-date-day {
        font-size: 3rem;
    }
    .big-event-card-date-month {
        font-size: 1.5rem;
    }
    .big-event-card-img-copy {
        padding: 1.5rem;
    }
    .event-preview-card p {
        margin-bottom: .5rem;
    }
    .image-preview-card-img:after {
        content: url(/assets/core/yellow-grid.svg);
        left: -1.2rem;
        position: absolute;
        top: -1.2rem;
        width: 7rem;
    }
    .image-preview-card-img:before {
        bottom: -1.4rem;
        right: -1rem;
        width: 5rem;
    }
}
/* /Cards */

/* Contact */
.contact-bg {
    background-color: var(--bgGray);
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.contact-form button {
    background-color: var(--brightYellow);
    border: none;
    border-radius: 0;
    color: var(--darkLabelBlue);
    font-size: 1.1rem;
    font-weight: 700;
    padding: .5rem 1.5rem;
}
.contact-form button:hover {
    background-color: var(--brightYellowHover);
    border: none;
    color: var(--darkLabelBlue);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    border-color: #444;
    border-radius: 0;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
    .contact-bg {
        padding: 3rem;
    }
}
@media screen and (min-width: 992px) {
    .contact-bg {
        padding: 4rem;
    }
    .contact-page-copy {
        padding: 4rem;
    }
}
@media screen and (min-width: 1200px) {
    .contact-page-copy {
        padding: 7rem;
    }
}
/* /Contact */

/* Email Signup */
.email-signup-band {
    background-color: var(--primaryBlue);
    background-size: cover;
    background-position: center;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.email-signup-band h1,
.email-signup-band p {
    color: #fff;
}
.email-signup-form input {
    border: #444;
    border-radius: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25),
        inset 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.email-signup-form .btn-std {
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-size: 1.3rem;
    text-transform: uppercase;
    transition: all .3s;
    padding: 0.84rem 2rem;
}
.email-signup-form .mce-error-response,
.email-signup-form .mce-success-response {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 700;
}
@media screen and (min-width: 992px) {
    .email-signup-band {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem;
        position: relative;
    } 
    .email-signup-band:after {
        border-right: 3px dotted var(--brightYellow);
        border-top: 3px dotted var(--brightYellow);
        content: '';
        height: 7rem;
        position: absolute;
        left: 10rem;
        top: -5.5rem;
        transform: rotate(135deg);
        width: 7rem;
    }
    .email-signup-band:before {
        border-bottom: 3px dotted var(--brightYellow);
        border-right: 3px dotted var(--brightYellow);
        bottom: -2rem;
        content: '';
        height: 60%;
        position: absolute;
        right: 4rem;
        width: 35%;
    }
}
@media screen and (min-width: 1200px) {
    .email-signup-band {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .email-signup-band:after {
        height: 8rem;
        left: calc(40% - 25rem);
        top: -6rem;
        width: 8rem;
    }
    .email-signup-band:before {
        right: 8rem;
        width: 30%;
    }
}
/* /Email Signgup */

/* Events Feed */
.event-feed-card {
    background-color: var(--bgGray);
    padding: 1rem;
    position: relative;
    transition: all .3s;
}
.event-feed-card .badge {
    background-color: var(--brightOrange);
    border-radius: 0;
    font-weight: 400;
    left: 0;
    padding: .3rem .4rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.event-feed-card h3 {
    margin: 0;
}
.event-feed-card .byline {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: .5rem;
}
.event-feed-card p {
    color: #000;
    margin: 0;
}
.event-feed-card:hover {
    background-color: var(--bgGrayHover);
}
.month-label {
    border-top: 3px dotted var(--brightYellow);
    font-weight: 400;
    margin: .25rem 0 0 0;
    text-transform: uppercase;
}
.month-label h4 {
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .month-label {
        margin-bottom: -2rem;
    }
}
@media screen and (min-width: 992px) {
    .event-feed-card {
        padding: 1.5rem;
    }
    .event-feed-card .badge {
        padding: .4rem .6rem;
    }
    .event-feed-card.small h3 {
        font-size: 1.4rem
    }
    .event-feed-card.small .byline {
        font-size: .9rem;
    }
    .event-feed-card.small .excerpt {
        font-size: .9rem;
    }
}
@media screen and (min-width: 1200px) {
    .event-feed-card {
        padding: 2rem;
    }
    .event-feed-card.small {
        padding: 1.5rem;
    }
}
/* /Events Feed*/

/* FAQs */
.faq-group-heading {
    background-color: #fff;
    font-weight: 400;
    padding: 0 .25rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    width: fit-content;
}
.faq-group .border-above {
    position: relative;
}
.faq-group .border-above:after {
    border: 3px dotted var(--brightYellow);
    content: '';
    height: calc(100% + .6rem);
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -1.6rem;
    z-index: -10;
}
.faq-group-accordion .accordion-body {
    background: var(--bgGray);
}
.faq-group-accordion .accordion-item {
    border: none;
    border-radius: 0!important;
}
.faq-group-accordion .accordion-button {
    background: var(--primaryBlue);
    border: none;
    border-radius: 0!important;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all .3s;
}
.faq-group-accordion .accordion-button.collapsed:hover {
    background-color: var(--bgGrayHover);
    color: var(--primaryBlueHover);
}
.faq-group-accordion .accordion-button:after {
    background-image: none;
    content: '\f0d7';
    color: #fff;
    height: .8rem;
    font: var(--fa-font-solid);
    font-weight: 900; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 1rem;
}
.faq-group-accordion .accordion-button.collapsed {
    background: var(--bgGray);
    color: var(--primaryBlue);
}
.faq-group-accordion .accordion-button.collapsed:after {
    background-image: none;
    content: '\f0d7';
    color: var(--primaryBlue);
    font: var(--fa-font-solid);
    font-weight: 900; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
/* /FAQs */

/* FAQ Tiles */
.faq-tiles .border-above {
    position: relative;
}
.faq-tiles .border-above:after {
    border-left: 3px dotted var(--brightYellow);
    border-right: 3px dotted var(--brightYellow);
    border-top: 3px dotted var(--brightYellow);
    content: '';
    height: 5rem;
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -1.6rem;
    z-index: -10;
}
/* /FAQ Tiles */

/* Feature Card */
.feature-card {
    background-color: var(--bgGray);
    padding: 2rem;
}
.feature-card-img {
    background-position: center;
    background-size: cover;
    margin-top: 1rem;
    height: 260px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .feature-card {
        padding: 3rem;
        position: relative;
    }
    .feature-card:after {
        content: url(/assets/core/yellow-angle.svg);
        height: 6rem;
        position: absolute;
        right: -1rem;
        top: -1rem;
        width: 6rem;
        z-index: -10;
    }
    .feature-card:before {
        bottom: -1rem;
        content: url('/assets/core/orange-angle.svg');
        height: 5rem;
        left: -1rem;
        position: absolute;
        transform: rotate(180deg);
        width: 5rem;
        z-index: -10;
    }
    .feature-card-img {
        height: 100%;
        margin-bottom: 2rem;
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) {
    .feature-card {
        padding: 0;
    }
    .feature-card-copy {
        padding: 4rem;
    }
    .feature-card-img {
        height: calc(100% + 3rem);
        margin-bottom: -1.5rem;
        margin-top: -1.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .feature-card-copy {
        padding: 4rem 7rem;
    }
}
/* /Feature Card */

/* Filter Groups */
.collapsed .filter-btn:after {
    transform: translateY(-50%);
}
.filter-btn {
    padding: 1rem 2.25rem 1rem 1rem;
    position: relative;
    text-transform: uppercase;
}
.filter-btn:after {
    content: "\f0d7";
    font: var(--fa-font-solid);
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all .3s;
}
.filter-collapse {
    padding: .25rem 1rem 1rem 1rem;
}
.filter-group {
    background-color: var(--bgGray);
    width: fit-content;
}
.filter-group a {
    border-bottom: none;
    font-weight: 700;
}
.filter-group.floating {
    position: relative;
}
.filter-group.floating .filter-collapse {
    background-color: var(--bgGray);
    min-width: 100%;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: calc(100% - 1rem);
    z-index: 100;
}
.filter-group.floating .filter-collapse a {
    width: max-content;
}
.filter-group.wide {
    width: 100%;
}
.filter-label {
    font-weight: 400;
    text-transform: uppercase;
}
.filter-link {
    color: #444;
}
.filter-link:hover {
    color: var(--brightOrange);
}
.search-btn {
    background-color: var(--primaryBlue);
    color: #fff;
    transition: all .3s;
}
.search-btn:hover {
    background-color: var(--primaryBlueHover);
    color: #fff;
}
.search-form {
    margin: .5rem 1rem .5rem 0;
    max-width: 900px;
}
.search-form input {
    border-color: #ccc;
    border-radius: 0;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.yellow-divider-wide {
    border-top: 3px dotted var(--brightYellow);
    width: 100%;
}
@media screen and (min-width: 992px) {
    .filter-btn {
        font-size: 1.2rem;
        padding: 1.25rem 2.25rem 1.25rem 1rem;
    }
    .filter-group {
        padding: 0 0.5rem;
    }
    .search-form {
        margin: .75rem 1rem;
    }
}
/* /Filter Groups */

/* Footer */
.footer {
    background-color: var(--footerBgBlue);
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.footer-copyright,
.footer-copyright * {
    color: #fff;
    font-size: .9rem;
}
.footer-copyright a {
    color: #fff;
    border-bottom-color: #fff;
}
.footer .email-signup-form .btn-std {
    font-size: 1.1rem;
    padding: 0.35rem 2rem;
}
.footer .email-signup-form input {
    height: calc(2.5rem + 2px);
}
.footer .email-signup-form .form-floating label {
    padding: .5rem .75rem
}
.footer-logo {
    height: 100px;
}
.footer-social-group .label {
    color: #fff;
}
.footer-social-group .icons {
    font-size: 2.5rem;
}
.footer-social-group .icons * {
    margin-right: .5rem;
}
.footer-social-group .icons a {
    color: var(--brightYellow);
    border-bottom: none;
}
.footer-social-group .icons a:hover {
    color: var(--brightYellowHover);
    border-bottom: none;
    border-bottom-width: 2px;
}
@media screen and (min-width: 576px) {
    .footer-social-group .icons * {
        margin-left: .5rem;
        margin-right: unset;
    }
}
@media screen and (min-width: 600px) {
    .footer .container {
        position: relative
    }
    .footer .container:after {
        border-left: 3px dotted var(--brightYellow);
        content: '';
        left: -2rem;
        position: absolute;
        top: -12rem;
        height: 12rem;
    }
}
@media screen and (min-width: 992px) {
    .footer {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .footer .container:after {
        top: -14rem;
    }
    .footer-logo {
        height: 110px;
    }
}
@media screen and (min-width: 1200px) {
    .footer {
        padding-bottom: 7rem;
        padding-top: 7rem;
    }
    .footer .container:after {
        top: -15rem;
    }
    .footer-logo {
        height: 120px;
    }
}
@media screen and (min-width: 1500px) {
    .footer .container:after {
        left: -4rem;
    }
}
/* /Footer */

/* Form Cards */
.form-card {
    background-color: var(--bgGray);
    padding: 1rem;
}
.form-card button {
    background-color: var(--brightYellow);
    border: none;
    border-radius: 0;
    color: var(--darkLabelBlue);
    font-size: 1.1rem;
    font-weight: 700;
    padding: .5rem 1.5rem;
}
.form-card button:hover {
    background-color: var(--brightYellowHover);
    border: none;
    color: var(--darkLabelBlue);
}
.form-card input,
.form-card textarea,
.form-card select {
    border-color: #444;
    border-radius: 0;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 576px) {
    .form-side-text {
        padding: 2rem 2rem 2rem 3rem;
        position: relative;
    }
    .form-side-text:after {
        border-top: 3px dotted var(--brightYellow);
        border-left: 3px dotted var(--brightYellow);
        top: 0;
        content: '';
        height: 100%;
        left: 1rem;
        position: absolute;
        width: 40%;
        z-index: -100;
    }
}
@media screen and (min-width: 992px) {
    .form-card {
        padding: 1.5rem;
        position: relative;
    }
    .form-card:after {
        content: url(/assets/core/blue-angle.svg);
        height: 5rem;
        position: absolute;
        right: -1rem;
        top: -1rem;
        width: 5rem;
        z-index: -10;
    }
    .form-side-text {
        padding: 3rem;
    }
    .form-side-text p,
    .form-side-text ol,
    .form-side-text li {
        font-size: 1.1rem;
    }
    .form-side-text:after {
        border-bottom: 3px dotted var(--brightYellow);
        border-left: 3px dotted var(--brightYellow);
        border-top: none;
        bottom: 0;
        height: 70%;
        left: 0;
        position: absolute;
        top: unset;
        width: calc(100% + var(--bs-gutter-x));
    }
    
}
@media screen and (min-width: 1200px) {
    .form-card {
        padding: 3rem;
    }
    .form-card:after {
        right: -1.25rem;
        top: -1.25rem;
    }
    .form-side-text {
        padding: 5rem 5rem 4rem 5rem;
    }
}
/* /Form Cards */

/* Homepage Hero */
.hero-mobile-img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .homepage-hero {
        background-image: none!important;
        background-color: var(--bgGray);
    }
}
@media screen and (min-width: 768px) {
    .homepage-hero {
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .homepage-hero:after {
        border-left: 3px dotted var(--brightYellow);
        content: '';
        right: 2rem;
        position: absolute;
        bottom: -4rem;
        height: 10rem;
    }
    .homepage-hero .hero-card {
        background: #fff;
        position: relative;
    }
    .homepage-hero .hero-card:after {
        content: url(/assets/core/yellow-angle.svg);
        height: 7rem;
        position: absolute;
        right: -1rem;
        top: -1rem;
        width: 7rem;
    }
    .homepage-hero .hero-card:before {
        bottom: -1rem;
        content: url(/assets/core/orange-angle.svg);
        height: 4rem;
        left: -1rem;
        position: absolute;
        transform: rotate(180deg);
        width: 4rem;
    }
    .homepage-hero .hero-card p,
    .homepage-hero .hero-card a {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1200px) {
    .homepage-hero:after {
        bottom: -5rem;
        height: 12rem;
        right: 3rem;
    }
}
@media screen and (min-width: 1500px) {
    .homepage-hero:after {
        right: 5rem;
    }
}
/* .Homepage Hero */

/* Logo Grid */
.logo-grid .border-above {
    position: relative;
}
.logo-grid .border-above:after {
    border-left: 3px dotted var(--brightYellow);
    border-right: 3px dotted var(--brightYellow);
    border-top: 3px dotted var(--brightYellow);
    content: '';
    height: 6rem;
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -2.35rem;
    z-index: -10;
}
.logo-grid-logo {
    width: 100%;
}
@media screen and (max-width: 576px) {
    .logo-grid {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
/* /Logo Grid */

/* Main Nav */
.homepage-nav {
    background-color: #fff;
    padding-bottom: .5rem;
    padding-top: .5rem;
}
.homepage-nav a {
    border-bottom: none;
    font-weight: 700;
}
.homepage-nav .dropdown-menu {
    border: none;
    border-radius: 0;
}
.homepage-nav .dropdown-toggle::after {
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    vertical-align: 0.15em;
    transition: all .3s;
}
.homepage-nav .dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.homepage-nav .navbar-brand img {
    height: 60px;
}
.homepage-nav .navbar-nav .nav-item a {
    color: var(--primaryBlue);
    text-transform: uppercase;
}
.homepage-nav .navbar-nav .nav-item a:hover {
    color: var(--primaryBlueHover);
}
.homepage-nav .navbar-toggler-icon {
    color: var(--primaryBlue);
    font-size: 2.5rem;
}
.homepage-nav .nav-tabs {
    border: none;
}
.homepage-nav .nav-tabs .icon-link {
    background: var(--buttonBgGray);
    border: none;
    color: #fff;
    padding: 0.3rem .8rem;
}
.homepage-nav .nav-tabs .icon-link:hover {
    background: var(--buttonBgGrayHover);
    border: none;
}
.homepage-nav .nav-tabs .text-link {
    background: var(--brightOrange);
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1.2rem;
}
.homepage-nav .nav-tabs .text-link:hover {
    background: var(--brightOrangeHover);
    border: none;
}
@media screen and (max-width: 1200px) {
    .homepage-nav .navbar-collapse {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .homepage-nav .nav-tabs .nav-link {
        border-radius: .25rem;
        padding: 0.3rem 0.8rem;
    }
}
@media screen and (min-width: 1200px) {
    .homepage-nav {
        background-color: #fff;
        height: 130px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .homepage-nav .dropdown-menu {
        border-top: .5rem solid var(--brightOrange);
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
        left: unset;
        right: 0;
        top: calc(100% + 35px);
    }
    .homepage-nav .navbar-brand img {
        height: 80px;
    }
    .homepage-nav .navbar-nav .nav-link {
        font-size: 1.1rem;
        padding: .5rem 0;
    }
    .homepage-nav .nav-tabs {
        bottom: -19px;
        position: absolute;
        right: var(--bs-gutter-x,.75rem);
    }
}
@media screen and (min-width: 1400px) {
    .homepage-nav .dropdown-menu {
        top: calc(100% + 38px);
    }
    .homepage-nav .navbar-nav .nav-link {
        font-size: 1.2rem;
        padding: .5rem 0;
    }
    .homepage-nav .nav-tabs {
        bottom: -24px;
    }
    .homepage-nav .nav-tabs .icon-link {
        font-size: 1.2rem;
    }
    .homepage-nav .nav-tabs .text-link {
        font-size: 1.2rem;
    }
    .homepage-nav {
        height: 140px;
    }
}
/* /Main Nav */

/* Modals */
.modal-content {
    border: none;
    border-radius: 0;
    position: relative;
}
.modal-content .btn-close {
    color: var(--primaryBlue);
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.modal-content .btn-close:hover {
    color: var(--primaryBlueHover);
}
/* /Modals */

/* Multipost Groups */
.multipost-card {
    background-color: var(--bgGray);
    color: car(--primaryBlue);
    padding: 1rem;
    transition: all .3s;
}
.multipost-card:hover {
    background-color: var(--bgGrayHover);
    color: var(--primaryBlueHover);
}
.multipost-card h5 {
    margin: 0;
}
.multipost-card:hover h5 {
    color: var(--primaryBlueHover);
}
.multipost-card .byline {
    color: #666;
    font-style: italic;
    margin: 0;;
}
.multipostHeading {
    border-bottom: 3px dotted var(--brightYellow);
    font-weight: 400;
    margin-bottom: 1rem;
    padding-bottom: 0.125rem;
    text-transform: uppercase;
}
/* /Multipost Groups */

/* People Detail */
.contact-line {
    color: var(--brightOrange);
}
.contact-line a {
    border: none;
}
.headshot {
    border-radius: 500px;
    position: relative;
}
.headshot:after {
    border: 3px dotted var(--brightYellow);
    border-radius: 500px;
    content: '';
    height: 100%;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 100%
}
.headshot img {
    border-radius: 500px;
    width: 100%;
}
.title-line {
    color: #444;
}
@media screen and (max-width: 576px) {
    .headshot {
        max-width: 300px
    } 
}
/* /People Detail */

/* People Grids */
.people-grid-img {
    max-width: 120px;
    width: 120px;
    border-radius: 200px;
}
.person-link-group a {
    border: none;
}
.person-link-group a img {
    transition: all .3s;
}
.person-link-group a:hover img {
    filter: brightness(1.05);
    transform: scale(1.01);
}
.person-link-group h3 a {
    color: var(--primaryBlue);
}
.person-link-group h3 a:hover {
    color: var(--primaryBlueHover);
}
.person-link-group p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.people-grid .border-above {
    position: relative;
}
.people-grid .border-above:after {
    border-left: 3px dotted var(--brightYellow);
    border-right: 3px dotted var(--brightYellow);
    border-top: 3px dotted var(--brightYellow);
    content: '';
    height: 6rem;
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -2.35rem;
    z-index: -10;
}
@media screen and (max-width: 576px) {
    .people-grid {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
@media screen and (min-width: 576px) {
    .people-grid-img {
        max-width: unset;
        width: 140px;
    }
}
@media screen and (min-width: 768px) {
    .people-grid-img {
        width: 170px;
    }
}
@media screen and (min-width: 992px) {
    .people-grid-img {
        width: 160px;
    }
}
@media screen and (min-width: 1200px) {
    .people-grid-img {
        width: 200px;
    }
}
@media screen and (min-width: 1400px) {
    .people-grid-img {
        width: 220px;
    }
}
/* /People Grids */

/* Post Preview Cards */
.post-card a .post-card-img:hover {
    filter: brightness(1.1);
    transform: scale(1.01);
}
.post-card .post-card-img {
    width: 100%;
    transition: all .3s;
}
.post-card .post-card-byline {
    color: #666;
    font-style: italic;
}
/* /Post Preview Cards */

/* Priorities Navs */
.priorities-nav {
    background-color: #eee;
    margin: 0 1rem;
    width: calc(100% - 2rem);
}
.priorities-nav-btn {
    background: #eee;
    border-bottom: none;
    display: block;
    font-size: 1.2rem;
    margin: 1rem 1rem 0 1rem;
    padding: 1rem 2rem 1rem 1rem;
    position: relative;
    width: calc(100% - 2rem);
}
.priorities-nav-btn:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900; 
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}
.priorities-nav a {
    border-bottom: none;
    cursor: pointer;
}
.priorities-nav-mobile-wrapper {
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
}
.priorities-nav-btn.mobile {
    margin: 0;
}
.priorities-nav.mobile {
    margin: 0;
}
.priorities-nav.small {
    max-height: 10px;
    top: 100%;
    position: absolute;
    transition: max-height .5s;  
    overflow: hidden
}
.priorities-nav.small * {
    opacity: 0;
    transition: opacity .5s;
}
.priorities-nav.small:hover {
    max-height: 100px;
}
.priorities-nav.small:hover * {
    opacity: 1;
}
@media screen and (min-width: 1200px) {
    .priorities-nav {
        margin: 0;
        width: 100%;
    }
    .priorities-nav {
        margin: 0;
        width: 100%;
    }
}
/* /Priorities Navs */

/* Resource Cards */
.card-link h4 {
    font-size: 1.25rem;
}
.card-link:hover h3 {
    color: var(--primaryBlueHover);
}
.clear-btn {
    border-bottom: none;
    color: var(--primaryBlue);
    text-transform: uppercase;
}
.clear-btn:hover {
    color: var(--primaryBlueHover);
}
.featured-post-image {
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
    width: calc(100% + 3rem);
}
.resource-card {
    background-color: var(--bgGray);
    padding: 1.5rem;
    position: relative;
    transition: all .3s;
}
.resource-card:hover {
    background-color: var(--bgGrayHover);
}
.resource-card .badge {
    background-color: var(--brightOrange);
    border-radius: 0;
    font-weight: 400;
    left: 0;
    padding: .3rem .4rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.resource-card .byline {
    color: #555;
    font-size: .9rem;
    font-style: italic;
    margin-bottom: .4rem;
}
.resource-card .excerpt {
    margin: 0;
}
.resource-card h3 {
    margin: 0
}
.resource-card-icon {
    max-width: 80px;
}
.resource-card p {
    color: #000;
}
@media screen and (min-width: 992px) {
    .featured-post-image {
        margin: -2rem -2rem 2rem -2rem;
        width: calc(100% + 4rem);
    }
    .resource-card {
        padding: 2rem;
    }
    .resource-card .badge {
        padding: .4rem .6rem;
    }
}
@media screen and (min-width: 1200px) {
    .featured-post-image {
        margin: -2.25rem -2.25rem 2.25rem -2.25rem;
        width: calc(100% + 4.5rem);
    }
    .resource-card {
        padding: 2.25rem;
    }
}
/* /Resource Cards */

/* Resource Category Pages */
.border-below {
    position: relative;
}
.border-below:after {
    border-bottom: 3px dotted var(--brightYellow);
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -10;
}
.resource-category-page-title {
    background-color: var(--bgGray);
}
.resource-category-page-title h2 {
    margin: 0;
}
.page-icon {
    height: 4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* /Resource Category Pages */

/* Resource Grid */
.resource-grid .border-above {
    border-top: 3px dotted var(--brightYellow);
    padding-top: 1rem;
}
@media screen and (min-width: 992px) {
    .resource-grid .border-above {
        padding-top: 1.5rem;
    }
}
/* /Resource Grid */

/* Search */
.search-card {
    background-color: var(--bgGray);
    padding: 1rem;
}
.search-card p {
    color: #000;
}
.search-card:hover {
    background-color: var(--bgGrayHover);
}
.search-card:hover h3 {
    color: var(--primaryBlueHover);
}
.search-card:hover p {
    color: #000;
}
.search-form.search-page-form {
    margin: 0;
}
.search-form.search-page-form input {
    border-color: #888;
}
.search-results {
    margin-top: 2rem;
}
@media screen and (min-width: 992px) {
    .search-card {
        padding: 2rem;
    }
    .search-results {
        margin-top: 3rem;
    }
}
@media screen and (min-width: 1200px) {
    .search-card {
        padding: 2.5rem;
    }
    .search-results {
        margin-top: 4rem;
    }
}
/* /Search */

/* Secondary Nav */
.secondary-page-nav {
    background-color: var(--primaryBlue);
    padding-bottom: .8rem;
    padding-top: .8rem;
}
.secondary-page-nav a {
    border-bottom: none;
    font-weight: 700;
}
.secondary-page-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    background: none;
}
.secondary-page-nav .dropdown-menu .dropdown-item.active {
    background: none;
    pointer-events: none;
}
.secondary-page-nav .dropdown-toggle::after {
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    transition: all .3s;
    vertical-align: 0.15em;
}
.secondary-page-nav .dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.secondary-page-nav .navbar-brand img {
    height: 40px;
}
.secondary-page-nav .navbar-nav .nav-item a {
    color: #fff;
    text-transform: uppercase;
}
.secondary-page-nav .navbar-nav .nav-item a:hover {
    color: var(--whiteNavHover);
}
.secondary-page-nav .navbar-toggler {
    padding: 0 0.75rem;
}
.secondary-page-nav .navbar-toggler-icon {
    color: #fff;
    font-size: 2rem;
}
.secondary-page-nav .navbar-nav a.text-link {
    border: 2px solid #fff;
    padding: .4rem .8rem;
}
.secondary-page-nav .navbar-nav a.text-link:hover {
    background-color: #fff;
    color: var(--primaryBlue);
}
@media screen and (max-width: 1200px) {
    .secondary-page-nav .navbar-collapse {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .secondary-page-nav .nav-tabs .nav-link {
        border-radius: .25rem;
        padding: 0.3rem 0.8rem;
    }
    .secondary-page-nav .navbar-nav a.icon-link {
        border: 2px solid #fff;
        padding: .4rem .8rem;
    }
    .secondary-page-nav .navbar-nav a.icon-link:hover {
        background-color: #fff;
        color: var(--primaryBlue);
    }
}
@media screen and (min-width: 1200px) {
    .secondary-page-nav .dropdown-menu {
        background-color: var(--bgGray);
        border-top: .5rem solid var(--brightYellow);
        left: unset;
        right: 0;
        top: calc(100% + 9px);
    }
    .secondary-page-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        color: var(--primaryBlue);
    }
    .secondary-page-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
        color: #666;
    }
    .secondary-page-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
        background: var(--bgGrayHover);
        color: var(--primaryBlueHover);
    }
    .secondary-page-nav .navbar-nav .nav-link {
        font-size: .9rem;
        padding: .5rem 0;
    }
    .secondary-page-nav .navbar-nav a.text-link {
        border: 2px solid #fff;
        padding: .6rem 1.2rem;
    }
}
@media screen and (min-width: 1400px) {
    .secondary-page-nav .navbar-brand img {
        height: 50px;
    }
    .secondary-page-nav .dropdown-menu {
        top: calc(100% + 12px);
    }
    .secondary-page-nav .navbar-nav .nav-link {
        font-size: 1.05rem;
        padding: .5rem 0;
    }
}
/* /Secondary Nav */

/* Side Image */
.side-image-caption * {
    color: #666;
    font-size: .9rem;
    font-style: italic;
    margin-top: .4rem;
}
.side-image-caption a {
    border-bottom: none;
    color: var(--brightOrange);
}
.side-image-caption a:hover {
    color: var(--brightOrangeHover);
}
.side-image-caption.angles {
    padding-left: 4rem;
}
.side-image-caption.dots {
    padding-left: 5rem;
}
.side-image img {
    width: 100%;
}
.side-image.angles,
.side-image.dots {
    position: relative;
}
.side-image.angles:after {
    content: url(/assets/core/yellow-angle.svg);
    height: 7rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 7rem;
    z-index: -10;
}
.side-image.angles:before {
    bottom: -1rem;
    content: url(/assets/core/blue-angle.svg);
    height: 4rem;
    left: -1rem;
    position: absolute;
    transform: rotate(180deg);
    width: 4rem;
}
.side-image.dots:after {
    border-right: 3px dotted var(--brightYellow);
    border-top: 3px dotted var(--brightYellow);
    content: '';
    height: 5rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 9rem;
    z-index: -10;
}
.side-image.dots:before {
    bottom: -1rem;
    content: url(/assets/core/yellow-grid.svg);
    height: 5rem;
    left: -1rem;
    position: absolute;
    transform: rotate(180deg);
    width: 5rem;
}
@media screen and (min-width: 992px) {
    .side-image.angles,
    .side-image.dots {
        margin-top: 1rem;
    }
}
@media screen and (min-width: 1200px) {
    .side-image.angles,
    .side-image.dots {
        margin-top: 1.5rem;
    }
    .side-image.angles:after {
        height: 8rem;
        right: -1.5rem;
        top: -1.5rem;
        width: 8rem;
    }
    .side-image.dots:after {
        height: 7rem;
        right: -1.5rem;
        top: -1.5rem;
        width: 12rem;
    }
    .side-image.dots:before {
        bottom: -1.5rem;
        height: 6rem;
        left: -1.5rem;
        width: 6rem;
    }
    .side-image-caption.dots {
        padding-left: 6rem;
    }
}
/* / Side Image */

/* Stories */
.featured-story-card h1 a {
    color: var(--primaryBlue);
    border-bottom: none;
}
.featured-story-card h1 a:hover {
    color: var(--primaryBlueHover);
    border-bottom: none;
}
.inline-resource {
    float: right;
    width: 50%;
    margin: 0 0 1rem 1rem;
}
.inline-resource .byline,
.inline-resource .excerpt {
    font-size: .8rem;
}
.inline-resource .resource-card {
    z-index: 100;
}
@media screen and (min-width: 700px) {
    .inline-resource {
        margin-right: -4rem;
    }
}
@media screen and (min-width: 800px) {
    .inline-resource {
        margin-right: -6rem;
    }
    .inline-resource .byline,
    .inline-resource .excerpt {
        font-size: .9rem;
    }
}
@media screen and (min-width: 992px) {
    .inline-resource {
        width: 320px;
        margin: 0 -8rem 1.5rem 1.5rem;
    }
}
@media screen and (min-width: 1100px) {
    .inline-resource {
        margin-right: -10rem;
    }
}
@media screen and (min-width: 1200px) {
    .inline-resource {
        width: 330px;
    }
    .inline-resource {
        margin-right: -12rem;
    }
}
@media screen and (min-width: 1250px) {
    .inline-resource {
        margin-right: -13rem;
    }
}
@media screen and (min-width: 1300px) {
    .inline-resource {
        margin-right: -14.5rem;
    }
}
@media screen and (min-width: 1350px) {
    .inline-resource {
        margin-right: -16rem;
    }
}
@media screen and (min-width: 1400px) {
    .inline-resource {
        margin-right: -18rem;
    }
}
/* /Stories */

/* Teaser */
.icon-link-group a {
    border: none;
    color: var(--primaryBlue);
}
.icon-link-group a:hover {
    color: var(--primaryBlueHover);
}
.icon-link-img {
    border: none;
    max-width: 120px;
    transition: all .3s;
    width: 100%;
}
a .icon-link-img:hover {
    filter: brightness(1.1);
}
/* /Teaser */

/* Text or Image Hero */
.page-hero {
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
}
.page-hero.tall {
    height: 300px;
}
.page-hero .page-hero-title-box {
    background-color: var(--brightOrange);
    color: #fff;
    padding: .4rem .6rem;
    width: fit-content;
}
.page-hero .page-hero-title-box h1 {
    color: #fff;
    margin: 0;
}
.text-hero {
    padding: 1.5rem 2rem;
    position: relative;
    width: fit-content;
}
.text-hero h1 {
    width: fit-content;
}
.text-hero:after {
    border-right: 3px dotted var(--brightYellow);
    border-top: 3px dotted var(--brightYellow);
    content: '';
    height: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
}
.text-hero:before {
    bottom: 0;
    border-bottom: 3px dotted var(--brightYellow);
    border-left: 3px dotted var(--brightYellow);
    content: '';
    height: 2rem;
    left: 0;
    position: absolute;
    width: 4rem;
}
@media screen and (min-width: 992px) {
    .page-hero {
        height: 250px;
    }
    .page-hero.tall {
        height: 350px;
    }
    .page-hero .page-hero-title-box {
        padding: .5rem .8rem;
    }
}
@media screen and (min-width: 1200px) {
    .page-hero {
        height: 280px;
    }
    .page-hero.tall {
        height: 400px;
    }
    .page-hero .page-hero-title-box {
        padding: .65rem 1.1rem;
    }
}
@media screen and (min-width: 1400px) {
    .page-hero {
        height: 300px;
    }
    .page-hero.tall {
        height: 450px;
    }
    .page-hero .page-hero-title-box {
        padding: .9rem 1.4rem;
    }
}
@media screen and (min-width: 1600px) {
    .page-hero.tall {
        height: 500px;
    }
}
/* /Text or Image Hero */

/* Tile Grid */
.grid-heading {
    background-color: #fff;
    font-weight: 400;
    padding: 0 .25rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    width: fit-content;
}
.grid-tile {
    background-color: var(--bgGray);
    border: none;
    color: var(--primaryBlue);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem;
    text-align: center;
    transition: all .3s;
    width: 100%;
}
.grid-tile.text-left {
    text-align: left;
}
.grid-tile .grid-tile-desc {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}
.grid-tile .grid-tile-img {
    width: 100%;
}
.grid-tile .ratio {
    width: 100%;
}
a.grid-tile:hover {
    color: var(--primaryBlueHover);
}
@media screen and (min-width: 576px) {
    .grid-tile {
        font-size: 1.6rem;
        padding: 2rem;
    }
    .tile-grid .border-above {
        position: relative;
    }
    .tile-grid .border-above:after {
        border-left: 3px dotted var(--brightYellow);
        border-right: 3px dotted var(--brightYellow);
        border-top: 3px dotted var(--brightYellow);
        content: '';
        height: 5rem;
        left: -1rem;
        position: absolute;
        right: -1rem;
        top: -1.6rem;
        z-index: -10;
    }
}
@media screen and (min-width: 992px) {
    .grid-tile {
        font-size: 2.4rem;
    }
    .grid-tile.small {
        font-size: 1.4rem;
    }
    .grid-tile:not(.small).img {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1200px) {
    .grid-tile.small {
        font-size: 1.8rem;
    }
}
/* /Tile Grid */