body {
    font-family: mr-eaves-xl-modern,Arial,Helvetica,sans-serif;
    line-height: 1.3;
    color: #000a12;
}
.hero {
    background-color: #0085d5;
}
.hero__subhead {
    color: #fff;
    font-size: 1.25rem;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: #fff !important;
}
h2 {
    margin: 0 0 0.5rem;
    font-weight: 800;
    color: #0d3367;
    font-size: 2.35rem;
    line-height: 1.15;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.resource__header {
    background-color: #0085d5;
}
.resource-card-object {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    transition: all .5s;
}
.resource-card__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    background-color: hsla(0,0%,100%,.95);
    min-height: 17.5rem;
}
.resource-card__type-time {
    font-family: tk-mr-eaves-xl-modern-n8;
    background-color: #f15a29;
    padding: 0.8rem 1.5rem 0.6rem;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .2rem;
}
.resource-card__type-time_light-blue {
    font-family: tk-mr-eaves-xl-modern-n8;
    background-color: #8dc8e8;
    padding: 0.8rem 1.5rem 0.6rem;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .2rem;
}
.resource-card__type-time_blue {
    font-family: tk-mr-eaves-xl-modern-n8;
    background-color: #0086d6;
    padding: 0.8rem 1.5rem 0.6rem;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .2rem;
}
.resource-card__type-time_navy {
    font-family: tk-mr-eaves-xl-modern-n8;
    background-color: #093365;
    padding: 0.8rem 1.5rem 0.6rem;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .2rem;
}

.resource-card__type .pipe {
    font-size: 1.6rem;
    line-height: 0.7;
    position: absolute;
}
.resource-card__time {
    margin-left: 1rem;
}
.resource-card__part {
    margin-left: 1rem;
}
.resource-card__type {
    margin: 0;
}
.resource-card__type li {
    display: inline;
}
.resource-card__header {
    font-family: tk-mr-eaves-xl-modern-n8;
    color: #0d3367;
    font-size: 1.5rem;
    margin: 0.25rem 0;
    line-height: 1.15;
}
.resource-card__teaser {
    font-family: mr-eaves-xl-modern;
    font-weight: 400;
    line-height: 1.3;
    color: #000a12;
    font-size: 1.1rem;
}
.resource-card__teaser p{
    font-size: 1rem;
}
.resource-card__details {
    padding: 1rem 1.5rem;
}
.resource-card__tags ul {
    margin-top: 1.8rem;
    float: right;
    text-align: right;
}
.resource-card__tags ul li {
    font-family: tk-mr-eaves-xl-modern-n4;
    display: inline;
    color: #d59816;
    padding: 0 0.5rem 0 0;
    margin: 0 0.5rem 0 0;
    border-right: 1px solid #d59816;
    letter-spacing: .03em;
}
.resource-card__link {
    font-family: mr-eaves-xl-modern;
    text-decoration: none;
    transition: all .5s;
    color: #0376d0;
    font-weight: 700;
    line-height: 1.3;
}
.resource-card__link i{
    margin: 3px 0 0 5px;
    position: absolute;
}
button.explore-link{
    margin-top: 2rem;
}
.resource-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    transition: all 0.5s;
}
.resource-card:hover {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.resource-card__image {
    transition: all 0.5s;
}
.resource-card:hover .resource-card__image {
    transform: scale(1.03);
}
.resource-card__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    background-color: hsla(0, 0%, 100%, 0.95);
    min-height: 17.5rem;
}
.row--multi-line {
    flex-wrap: wrap;
}
.tk-mr-eaves-xl-modern {
    font-family: "mr-eaves-xl-modern", sans-serif;
}
.card>:last-child {
    margin-bottom: 1rem;
}
.card-img-overlay {
    background-color:#fff; 
    margin-bottom:20px;
}
.card-text {
    padding: 10px 0;
    font-family: mr-eaves-xl-modern;
    line-height: 1.3;
    color: #000a12;
    font-size: 1.1rem;
}
.card-body {
    padding: 0 !important;
    height: 281px;
}
.single-explore-page .resource__image .card-img-bottom,
.single-explore-page .resource__image .card-img,
.single-explore-page .resource__image .card-img-top {
    width: 100%;
    height: 40vh;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 48vh;
}
.resource-card__grades {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    text-align: center;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: -1px;
    line-height: 1.6;
}
.resource-card__grades--6-12:before {
    border-color: transparent #093365 transparent transparent !important;
}
.resource-card__grades--9-12:before {
    border-color: transparent #63656a transparent transparent !important;
}
.resource-card__grades--6-8:before {
    border-color: transparent #8dc8e8 transparent transparent !important;
}
.resource-card__grades--0-12:before {
    border-color: transparent #0085d5 transparent transparent !important;
}
.resource-card__grades:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-color: transparent #13b7ae transparent transparent;
    border-style: solid;
    border-width: 0 5.5rem 5.5rem 0;
}
.btn-primary {
    color: #fff !important;
    background-color: #0086d6 !important;
    border-color: #0086d6 !important;
    border-radius: 0 !important;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #0086d6 !important;
    background-color: #fff !important;
    border-color: #0086d6 !important;
}

.dig-lib-dropdown {
    display:inline-block;
}
.dig-lib-dropdown select,
.dig-lib-dropdown select:focus {
    border: 1px solid #0085d5 !important;
}

/** Tablet Styling **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
    .card-img, .card-img-bottom, .card-img-top {
        width: 100%;
        height: 50vh !important;
    }
}
@media only screen 
and (min-device-width : 481px)
and (max-device-width : 767px) 
and (-webkit-min-device-pixel-ratio: 2) {
    .card-img, .card-img-bottom, .card-img-top {
        width: 100%;
        height: 40vh !important;
    }
}

/** Mobile Styling **/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .card-img, .card-img-bottom, .card-img-top {
        width: 100%;
        height: 35vh;
    }
    .resource-card__tags {
        float: left;
        max-width: 100%;
    }
    .resource-card__content {
        width: 100%;
        top: 0;
    }
    .card>:last-child {
        margin-bottom: 1.5rem;
    }
    button.explore-link{
        margin-top: 0;
    }
    .resource-card__tags ul {
        margin-top: 1.8rem;
        margin-bottom: 2rem;
        float: left;
        text-align: left;
        margin-left: 0;
        width: 100%;
    }
}

@font-face {
    font-family: tk-mr-eaves-xl-modern-n8;
    src: url(https://use.typekit.net/af/4fe0eb/00000000000000003b9adbcf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff2"),
        url(https://use.typekit.net/af/4fe0eb/00000000000000003b9adbcf/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff"),
        url(https://use.typekit.net/af/4fe0eb/00000000000000003b9adbcf/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("opentype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: tk-mr-eaves-xl-modern-n4;
    src: url(https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
        url(https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
        url(https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: tk-mr-eaves-xl-modern-i9;
    src: url(https://use.typekit.net/af/b80370/00000000000000003b9adbd4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("woff2"),
        url(https://use.typekit.net/af/b80370/00000000000000003b9adbd4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("woff"),
        url(https://use.typekit.net/af/b80370/00000000000000003b9adbd4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("opentype");
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: tk-mr-eaves-xl-modern-i8;
    src: url(https://use.typekit.net/af/5c8638/00000000000000003b9adbd6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("woff2"),
        url(https://use.typekit.net/af/5c8638/00000000000000003b9adbd6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("woff"),
        url(https://use.typekit.net/af/5c8638/00000000000000003b9adbd6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("opentype");
    font-weight: 800;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: tk-mr-eaves-xl-modern-n7;
    src: url(https://use.typekit.net/af/eaf692/00000000000000003b9adbd8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
        url(https://use.typekit.net/af/eaf692/00000000000000003b9adbd8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
        url(https://use.typekit.net/af/eaf692/00000000000000003b9adbd8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: tk-mr-eaves-xl-modern-n9;
    src: url(https://use.typekit.net/af/ae7feb/00000000000000003b9adbd9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff2"),
        url(https://use.typekit.net/af/ae7feb/00000000000000003b9adbd9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff"),
        url(https://use.typekit.net/af/ae7feb/00000000000000003b9adbd9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("opentype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: tk-mr-eaves-xl-modern-i7;
    src: url(https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
        url(https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
        url(https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: tk-mr-eaves-xl-modern-i4;
    src: url(https://use.typekit.net/af/220525/00000000000000003b9adbdc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
        url(https://use.typekit.net/af/220525/00000000000000003b9adbdc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
        url(https://use.typekit.net/af/220525/00000000000000003b9adbdc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: mr-eaves-xl-modern;
    src: url(https://use.typekit.net/af/4fe0eb/00000000000000003b9adbcf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff2"),
        url(https://use.typekit.net/af/4fe0eb/00000000000000003b9adbcf/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff"),
        url(https://use.typekit.net/af/4fe0eb/00000000000000003b9adbcf/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("opentype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: mr-eaves-xl-modern;
    src: url(https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
        url(https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
        url(https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: mr-eaves-xl-modern;
    src: url(https://use.typekit.net/af/b80370/00000000000000003b9adbd4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("woff2"),
        url(https://use.typekit.net/af/b80370/00000000000000003b9adbd4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("woff"),
        url(https://use.typekit.net/af/b80370/00000000000000003b9adbd4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("opentype");
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: mr-eaves-xl-modern;
    src: url(https://use.typekit.net/af/5c8638/00000000000000003b9adbd6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("woff2"),
        url(https://use.typekit.net/af/5c8638/00000000000000003b9adbd6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("woff"),
        url(https://use.typekit.net/af/5c8638/00000000000000003b9adbd6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("opentype");
    font-weight: 800;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: mr-eaves-xl-modern;
    src: url(https://use.typekit.net/af/eaf692/00000000000000003b9adbd8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
        url(https://use.typekit.net/af/eaf692/00000000000000003b9adbd8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
        url(https://use.typekit.net/af/eaf692/00000000000000003b9adbd8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: mr-eaves-xl-modern;
    src: url(https://use.typekit.net/af/ae7feb/00000000000000003b9adbd9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff2"),
        url(https://use.typekit.net/af/ae7feb/00000000000000003b9adbd9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff"),
        url(https://use.typekit.net/af/ae7feb/00000000000000003b9adbd9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("opentype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: mr-eaves-xl-modern;
    src: url(https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
        url(https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
        url(https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}
@font-face {
    font-family: mr-eaves-xl-modern;
    src: url(https://use.typekit.net/af/220525/00000000000000003b9adbdc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
        url(https://use.typekit.net/af/220525/00000000000000003b9adbdc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
        url(https://use.typekit.net/af/220525/00000000000000003b9adbdc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}

.hero {
    background-color: #0085d5;
    padding: 4rem;
}
.hero__subhead {
    color: #fff;
    font-size: 1.25rem;
}
section {
    padding: 2rem 0;
}
.resource__header {
    background-color: #0085d5;
}
.resource__header .hero__title {
    font-family: tk-mr-eaves-xl-modern-n8;
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    margin: 0.4em 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: #fff !important;
}
h2 {
    margin: 0 0 0.5rem;
    font-weight: 800;
    color: #0d3367;
    font-size: 2.35rem;
    line-height: 1.15;
}
.resource__back-link .icon {
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-bottom: 2px;
}
.resource__view-all a:hover,
.resource__view-all a:focus {
    font-weight: bold;
}
.resource__view-all {
    font-family: mr-eaves-xl-modern,Arial,Helvetica,sans-serif;
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
}
.icon {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 1.5rem;
    fill: #0376d0;
    transition: all 0.3s;
}
.icon--inline {
    display: inline-block;
}
.resource__files {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: left;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    background: #e4e9ec;
    transition: all 0.5s;
    margin-left: 0;
}
.resource__files:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.resource__files li a {
    width: 100%;
}
.resource__files .button {
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
    transition: all 0.5s;
    background-color: #0085d5 !important;
    color: #fff !important;
    border: 2px solid #0085d5 !important;
}
.resource__files .button:hover,
.resource__files .button:focus {
    background-color: #fff !important;
    color: #0085d5 !important;
    border: 2px solid #0085d5 !important;
}
.resource__detail {
    padding-bottom: 1rem;
}
.resource__detail h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #8dc8e8;
}
.resource__detail {
    font-size: 1.1rem;
    font-family: mr-eaves-xl-modern,Arial,Helvetica,sans-serif;
}
.resource__objectives p:last-child,
.resource__overview p:last-child {
    margin-bottom: 0;
}
.resource__duration {
    color: #c7e1f1;
}
.resource__tags ul {
    display: flex;
    margin-left: 15px;
    margin-bottom: 0;
}
.resource__tags ul li {
    margin: 0 0.75rem 0 0;
    padding: 0 0.75rem 0 0;
    border-right: 1px solid #f0daab;
    text-transform: uppercase;
    color: #f0daab;
    font-size: 0.8125rem;
    line-height: 1;
    font-family: mr-eaves-xl-modern,Arial,Helvetica,sans-serif;
}
.resource__tags ul li:last-child {
    border: none;
}
.resource__content .resource__teaser,
.resource__content .resource__type-time,
.resource__content h2 {
    position: relative;
    z-index: 5;
}
.resource__type-time {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25rem;
    color: #0d3367;
}
.resource__type-time span:last-child {
    border-left: 1px solid #0d3367;
    padding: 0 0 0 0.5rem;
    margin: 0 0 0 0.5rem;
}
.resource__type {
    position: relative;
    color: #c7e1f1;
    padding-right: 0.5rem;
    margin-right: 0.75rem;
}
.resource__type:after {
    content: "";
    position: absolute;
    top: 0.125rem;
    bottom: 0.125rem;
    right: 0;
    width: 1px;
    background-color: #c7e1f1;
}
.resource__grades {
    margin-right: 0;
    padding-left: 0.6rem;
    border-left: 5px solid #8dc8e8;
}
.resource__grades--9-12 {
    border-color: #f15a29;
}
.resource__grades--6-12 {
    border-color: #093365;
}
.resource__meta {
    font-family: tk-mr-eaves-xl-modern-n8;
    display: flex;
    margin-left: 1rem;
    font-size: 0.9375rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}
h2.resource-section-header {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #13b7ae;
}
.single-explore-header-row {
    margin-left: 0;
    margin-right: 0;
}
.page-id-11948 #searchwp-form-3 {
    position: absolute;
    margin-left: -14.3rem;
    margin-top: 2rem;
    width: 40.2rem;
    border: 1px solid #0085d5 !important;
}
.page-id-11948 .searchwp-live-search-results {
    min-height: 105px;
}
#searchwp-form-3 .search-submit {
    background: none;
    color: #0085d5;
}
#searchwp-form-3 input[type=submit] {
    border: 1px solid;
}
form.searchwp-form .searchwp-form-input-container {
    margin-left: 55rem !important;
    margin-top: 3.5rem !important;
}
     
form.searchwp-form .searchwp-form-input-container .swp-input {
    margin-right: 5px !important;
    width: 20vw !important;
    border: 1px solid #0085d5 !important;
}