﻿@charset "utf-8";
/* CSS Document */
html, body {
    font-family: Raleway,Verdana,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    -webkit-text-size-adjust: 100%;
}

.main-container {
    padding: 0rem 0rem;
}

.content-wraper {
    max-width: 1200px !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

a {
    color: #265486;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 3rem;
}
/*--site header--*/
.site-main-header {
    background-color: rgb(5, 42, 70);
    height: 125px;
    border-bottom: solid 3px rgba(255,192,0,1);
}

.site-header-logo {
    position: absolute;
    top: 7px;
    left: 17px;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 35;
}

    .site-header-logo img {
        width: 100%;
        margin: 0;
    }


.site-header-search-wraper {
    display: none;
    width: 275px;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .site-header-search-wraper .search-input {
        width: 200px;
        display: inline-block;
        border: none;
        border-radius: 4px;
        font-size: 0.8rem;
    }

    .site-header-search-wraper .search-btn {
        width: 60px;
        display: inline-block;
        background-color: #000000;
        color: #fff;
        border: none;
        font-size: 0.8rem;
        font-weight: 500;
        padding: 7px 0;
        border-radius: 4px;
    }
/*--end site header--*/
/*--MAIN NAVIGATION--*/
nav.main-nav {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    position: absolute;
    background-color: rgba(5, 42, 70, 0.66);
    height: 53px;
    z-index: 33;
}

    nav.main-nav a {
        background-color: #ffffff;
        margin: 0px 1px;
        padding: 8px 15px 3px 15px;
        border-radius: 0px;
        font-size: 0.7rem;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        min-height: 51px;
    }

    nav.main-nav svg {
        width: 20px;
        margin: 3px auto 4px auto;
        height: 20px;
    }

    nav.main-nav a span {
        display: block;
    }

    nav.main-nav a:hover {
        background-color: #e2e2e2;
    }

    nav.main-nav a.active {
        background-color: rgb(5, 42, 70);
        color: #fff;
    }

.cls-1 {
    fill: #118040;
}

nav.main-nav a.active .cls-1 {
    fill: rgba(255,192,0,1);
}

.mobile-search-btn {
    display: none;
}

.mobile-nav-btn {
    display: none;
}
/*--END MAIN NAVIGATION--*/
/*--MAIN FOOTER NAVIGATION--*/
.footer-nav {
    margin: 5px auto;
    padding: 0;
}

    .footer-nav a {
        margin: 0;
        border-left: solid 1px #052a46;
        padding: 0 5px 0 5px;
        font-size: 0.8rem;
        text-transform: uppercase;
    }

        .footer-nav a:last-child {
            border-right: solid 1px #052a46;
        }
/*--END MAIN FOOTER NAVIGATION--*/
.main-top-header-txt {
    font-size: 1.75rem;
    padding: 40px 0 0 0;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    margin: 0;
    display: block;
}

h1 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 40px;
}

    h1:after {
        display: block;
        width: 100px;
        height: 3px;
        margin-top: 5px;
        content: '';
        background-color: rgba(255,192,0,1);
    }

h3 {
    margin-top: 50px;
    font-size: 1.65rem;
    margin-bottom: 30px;
}

h4 {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 7px 0 25px 0px;
    line-height: 2.2rem;
    /*text-transform: uppercase;*/
}

/*h4:after {
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 15px;
    content: '';
    background-color: #7AE2DE;
}*/
p {
    font-size: 1rem;
    line-height: 27px;
    padding-bottom: 15px;
    /*color: #131313;*/
}

.intro p, .mission p, .vision p {
    padding-bottom: 25px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgb(65, 74, 82);
}

.sfPageContainer .banner-wraper {
    z-index: 35 !important;
}

.banner-wraper img {
    max-width: 100%;
    height: auto;
    margin: 0px;
    width: 100%;
}

.banner-wraper {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    overflow-x: hidden;
    -ms-overflow-style: none;
    -moz-overflow-style: none;
    scrollbar-width: none;
    background-color: #052a46;
    max-height: 500px;
}

    .banner-wraper::-webkit-scrollbar {
        display: none;
    }

    .banner-wraper::-ms-scrollbar {
        display: none;
    }

    .banner-wraper::-moz-scrollbar {
        display: none;
    }

.page-banner-img {
    margin: 0px;
    width: 100%;
}

.main-content {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 50px;
}

header.hero {
    position: relative;
    display: table;
    width: 100%;
    height: calc(100vh - 8.2em);
    max-height: 760px;
    padding: 10px;
}

.flickity-page-dots {
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 25px;
    bottom: auto;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateY(-50%);
    text-align: center;
}

    .flickity-page-dots .dot {
        display: block;
        width: 12px;
        height: 12px;
        margin: 0 4px 20px;
        opacity: 1;
        border: 2px solid white;
        background: transparent;
    }

        .flickity-page-dots .dot.is-selected {
            background: white;
        }

.carousel-cell {
    display: table;
    width: 100%;
    height: calc(100vh - 8.2em);
    margin-right: 10px;
    background-position: center;
    background-size: cover;
}

header.hero .hero-bg {
    display: table-cell;
    vertical-align: middle;
}

.flickity-prev-next-button {
    display: none;
}

header.hero h1 {
    margin-bottom: 40px;
    color: #fff;
}

header.hero .hero-bg .hero-intro-text {
    margin-top: 60px;
    padding-top: 25px;
    text-align: center;
    border-top: solid 1px rgba(255,255,255,0.25);
}

    header.hero .hero-bg .hero-intro-text p {
        font-weight: 300;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 20px;
        line-height: 38px;
    }

.mobile-header-logo {
    display: none;
}

.footer-bg {
    background-color: rgb(5, 42, 70);
}

footer p {
    color: #fff;
}

.footer-bg a {
    color: #b1d6ff;
}

.copyright-txt {
    font-size: 0.8rem;
    margin-top: 15px;
}

.btn.primary {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #7AE2DE;
    border: solid 1px #fff;
    background-color: #4a4e56;
    padding: 20px;
    text-decoration: none;
    line-height: 1;
}

    .btn.primary:hover {
        background-color: #71D5D2;
    }

.has-padding {
    padding: 125px 0;
}

ul li {
    margin-bottom: 10px;
}

.error {
    color: #d7272f
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255,192,0,1);
    color: rgb(102, 102, 102);
    z-index: 4;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
    background-image: url(../images/top_arrow.png);
    background-position: 17px 90px;
    background-repeat: no-repeat;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 0;
}

    #back-top a {
        text-align: center;
        font-size: 8px;
        font-weight: bold;
        text-transform: uppercase;
        color: rgb(0, 0, 0);
        text-decoration: none;
        padding-top: 16px;
        line-height: 11px;
        display: block;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
        -ms-transition: All 0.3s ease;
        transition: All 0.3s ease;
    }

    #back-top:hover a {
        opacity: 0;
        padding-top: -30px;
    }

    #back-top.fadeIn-scroll-btn {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }

        #back-top.fadeIn-scroll-btn:hover {
            /*background-color: rgba(255, 255, 255, 0.6);*/
            color: rgb(255, 255, 255);
            background-position: 17px 15px;
            opacity: 1;
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
        }

.hero-logo {
    width: 80%;
    margin: 60px auto 5px auto;
    max-width: 1200px;
}
/*--FORMS--*/
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #313131;
    background-color: #efefef;
    background-clip: padding-box;
    border: 0px solid rgba(255,192,0,1);
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-bottom: solid 2px rgba(255,192,0,1);
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 0.75rem;
    font-weight: bold;
}

/*--END FORMS--*/
li.media {
    margin-bottom: 30px;
}

.accordion .card .btn-link {
    color: #272727;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

.calendar-date-pill {
    border-radius: 2px;
    float: left;
    padding: 5px;
    margin: 0;
    margin-bottom: 0 !important;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.175);
    color: #424242;
    min-width: 50px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 0.8rem;
    margin-right: 19px;
}



/*----Full Screen Message------*/
.wrapper-full-scr-msg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 8888888;
    background-color: rgba(38, 38, 38, 0.85);
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
}

    .wrapper-full-scr-msg .full-scr-msg {
        width: 80%;
        max-width: 1072px;
        margin: 200px auto;
        background-color: #fff;
        position: relative;
        box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.1);
        -ms-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.1);
        -o-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.1);
        perspective-origin: 0 0;
        -webkit-perspective-origin: 0 0;
        -ms-perspective-origin: 0 0;
        -moz-perspective-origin: 0 0;
        -o-perspective-origin: 0 0;
        opacity: 0;
    }

        .wrapper-full-scr-msg .full-scr-msg img {
            max-width: 100%;
        }

        .wrapper-full-scr-msg .full-scr-msg .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            color: rgb(255, 255, 255);
            background-color: rgb(51, 51, 51);
            border-radius: 50%;
            text-align: center;
            line-height: 31px;
            font-size: 17px;
            font-family: arial;
            transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
        }

            .wrapper-full-scr-msg .full-scr-msg .close-btn:hover {
                cursor: pointer;
                color: rgb(51, 51, 51);
                background-color: rgb(255, 255, 255);
            }

.vis-md {
    display: block;
}

.vis-sm {
    display: none;
}

.wrapper-full-scr-msg.show .full-scr-msg {
    animation-name: show-scr-content;
    animation-duration: 1.35s;
    animation-timing-function: cubic-bezier(0.29, 0.38, 0.27, 1.22);
    animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-name: show-scr-content;
    -webkit-animation-duration: 1.35s;
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.38, 0.27, 1.22);
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-name: show-scr-content;
    -ms-animation-duration: 1.35s;
    -ms-animation-timing-function: cubic-bezier(0.29, 0.38, 0.27, 1.22);
    -ms-animation-delay: 1s;
    -ms-animation-fill-mode: forwards;
    -moz-animation-name: show-scr-content;
    -moz-animation-duration: 1.35s;
    -moz-animation-timing-function: cubic-bezier(0.29, 0.38, 0.27, 1.22);
    -moz-animation-delay: 1s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: show-scr-content;
    -o-animation-duration: 1.35s;
    -o-animation-timing-function: cubic-bezier(0.29, 0.38, 0.27, 1.22);
    -o-animation-delay: 1s;
    -o-animation-fill-mode: forwards;
}

@keyframes show-scr-content {
    0% {
        transform: translateZ(-1000px) rotateX(70deg);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateZ(0px) rotateX(0deg);
    }
}

@-webkit-keyframes show-scr-content {
    0% {
        -webkit-transform: translateZ(-1000px) rotateX(70deg);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0px) rotateX(0deg);
    }
}

@-ms-keyframes show-scr-content {
    0% {
        -ms-transform: translateZ(-1000px) rotateX(70deg);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -ms-transform: translateZ(0px) rotateX(0deg);
    }
}

@-moz-keyframes show-scr-content {
    0% {
        -moz-transform: translateZ(-1000px) rotateX(70deg);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0px) rotateX(0deg);
    }
}

@-o-keyframes show-scr-content {
    0% {
        -o-transform: translateZ(-1000px) rotateX(70deg);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -o-transform: translateZ(0px) rotateX(0deg);
    }
}

.wrapper-full-scr-msg.show {
    display: block;
    animation-name: show-scr;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-name: show-scr;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-name: show-scr;
    -ms-animation-duration: 0.75s;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 0s;
    -ms-animation-fill-mode: forwards;
    -moz-animation-name: show-scr;
    -moz-animation-duration: 0.75s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: show-scr;
    -o-animation-duration: 0.75s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0s;
    -o-animation-fill-mode: forwards;
}

@keyframes show-scr {
    0% {
        background: rgba(38, 38, 38, 0);
        display: block;
    }

    100% {
        background: rgba(38, 38, 38, 0.85);
        display: block;
    }
}

@-webkit-keyframes show-scr {
    0% {
        background: rgba(38, 38, 38, 0);
        display: block;
    }

    100% {
        background: rgba(38, 38, 38, 0.85);
        display: block;
    }
}

@-ms-keyframes show-scr {
    0% {
        background: rgba(38, 38, 38, 0);
        display: block;
    }

    100% {
        background: rgba(38, 38, 38, 0.85);
        display: block;
    }
}

@-moz-keyframes show-scr {
    0% {
        background: rgba(38, 38, 38, 0);
        display: block;
    }

    100% {
        background: rgba(38, 38, 38, 0.85);
        display: block;
    }
}

@-o-keyframes show-scr {
    0% {
        background: rgba(38, 38, 38, 0);
        display: block;
    }

    100% {
        background: rgba(38, 38, 38, 0.85);
        display: block;
    }
}

/*----end Full Screen Message------*/





/*------Md Size-----------*/
@media (max-width: 1250px) {
    .main-top-header-txt {
        font-size: 1.25rem;
    }

    .site-header-search-wraper {
        width: 190px;
        right: 5px;
    }

        .site-header-search-wraper .search-input {
            width: 125px;
        }
}
/*------END Md Size-----------*/
/*-------MOBILE------------*/
@media (max-width: 768px) {
    html, body {
        font-size: 12px;
        padding-top: 10px;
    }

    /*--site header--*/
    .site-main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 4;
        overflow: hidden;
        transition: height 0.2s ease-in-out;
    }

        .site-main-header.showSearch {
            height: 100px;
        }

    .site-header-logo {
        width: 45px;
        height: 45px;
        margin: 0 auto;
        position: initial;
        display: none;
    }

    .mobile-header-logo {
        display: block;
        color: #FFC107;
        font-size: 21px;
        font-weight: bold;
        width: 160px;
        text-align: center;
        margin: 8px auto;
    }

    .site-header-search-wraper {
        display: none;
        background: #000;
        left: 0;
        top: 47px;
        padding-top: 8px;
        width: 100%;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(50px);
    }

    .site-main-header.showSearch .site-header-search-wraper {
        opacity: 1;
        transform: translateY(0px);
    }

    .site-header-search-wraper .search-input {
        width: calc(100% - 100px);
        display: inline-block;
        border: none;
        border-radius: 3px;
    }

    .site-header-search-wraper .search-btn {
        width: 70px;
        display: inline-block;
        background-color: #404040;
        color: #fff;
        border: none;
        font-size: 11px;
        padding: 5px 0;
        border-radius: 2px;
    }

    .mobile-search-btn {
        display: none;
        position: fixed;
        right: 10px;
        top: 11px;
        z-index: 22;
    }

    .main-top-header-txt {
        display: none;
    }
    /*--end site header--*/
    /*--MAIN NAVIGATION--*/
    nav.main-nav {
        width: 100%;
        padding: 20px;
        padding-top: 70px;
        display: flex;
        justify-content: start;
        position: fixed;
        top: 0;
        left: 0;
        transform-origin: 0 0;
        height: 100vh;
        background-color: rgb(5, 42, 70);
        flex-flow: column;
        overflow-y: auto;
        transition: transform 0.4s cubic-bezier(0.74, 0.02, 0.58, 1);
        transform: translateX(-100%);
        z-index: 5;
    }

        nav.main-nav.active {
            transform: translateX(0);
        }

        nav.main-nav a {
            background-color: rgba(255, 255, 255, 0.07);
            margin: 3px;
            padding: 8px 10px;
            font-size: 1rem;
            color: #ffffff;
            box-shadow: 0px 3px 0 0 rgba(0, 0, 0, 0.24);
        }

            nav.main-nav a:hover {
                background-color: rgba(226, 226, 226, 0.18);
                color: #fff;
            }

            nav.main-nav a.active {
                background-color: rgba(255, 255, 255, 0.2);
            }

    .mobile-nav-btn {
        display: block;
        position: fixed;
        left: 0px;
        top: -5px;
        width: 40px;
        height: 40px;
        z-index: 99999999;
        cursor: pointer;
        text-align: center;
    }

        .mobile-nav-btn span {
            position: absolute;
            top: 0;
            left: 15px;
            display: block;
            transform-origin: center;
            width: 20px;
            height: 3px;
            background-color: rgba(255,192,0,1);
            transition: .5s all cubic-bezier(.88,-.24,.22,1.35);
            /*transition-delay: .5s;*/
        }

            .mobile-nav-btn span:first-child {
                position: absolute;
                top: 17px;
            }

            .mobile-nav-btn span:nth-child(2) {
                position: absolute;
                top: 24px;
            }

            .mobile-nav-btn span:last-child {
                position: absolute;
                top: 31px;
            }

        .mobile-nav-btn.active span:first-child {
            position: absolute;
            top: 24px;
            transform: rotate(45deg);
        }

        .mobile-nav-btn.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-nav-btn.active span:last-child {
            position: absolute;
            top: 24px;
            transform: rotate(-45deg);
        }
    /*--END MAIN NAVIGATION--*/
    /*--MAIN FOOTER NAVIGATION--*/
    .footer-nav {
        margin: 5px auto;
        padding: 0 20px;
        text-align: center;
    }

        .footer-nav a {
            border-left: solid 1px #052a46;
            padding: 2px 3px;
            margin: 2px 1px;
            font-size: 0.9rem;
            border: none;
            background: rgba(0,0,0,0.05);
            display: inline-block;
        }

    /*--END MAIN FOOTER NAVIGATION--*/
    .main-container {
        padding: 0;
    }

    .main-content {
        padding: 40px 20px;
    }

    header.hero h1 {
        font-size: 25px;
        font-weight: 300;
        line-height: 30px;
    }

    header.hero .hero-bg .hero-intro-text p {
        font-weight: 300;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 30px;
    }

    .has-padding {
        padding: 75px 0;
    }

    .hero-logo {
        width: 99%;
        margin: 60px auto 5px auto;
        max-width: 1200px;
    }

    h4 {
        font-weight: 600;
        margin: 7px 0 20px 2px;
        text-transform: uppercase;
    }

    h5, .h5 {
        font-size: 0.8rem;
    }

    .page-banner-img {
        margin-top: 30px;
        top: 0;
        position: sticky;
        position: -webkit-sticky;
    }

    .flickity-page-dots {
        line-height: 1;
        position: absolute;
        top: 61px;
        right: 7px;
        bottom: auto;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        transform: translateY(-50%);
        text-align: center;
    }

    #back-top {
        right: 7px;
        bottom: 7px;
        width: 55px;
        height: 55px;
    }

        #back-top.fadeIn-scroll-btn:hover {
            background-position: 15px 14px;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
        }

        #back-top a {
            font-size: 8px;
            padding-top: 12px;
        }
}

/*--PENNTIME NEWS--*/
.penntime-news-list-card {
    margin-top: -1px;
    border-radius: 0;
}
.penntime-news-list-card:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.penntime-news-list-card:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.c-featured-penntime-news {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.c-featured-penntime-news__header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.c-featured-penntime-news__sub-header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-bottom: 15px;
}

.c-featured-penntime-news__content {
    padding-bottom: 15px;
}

.c-featured-penntime-news-expanded {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}

.c-featured-penntime-news-expanded__header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.c-featured-penntime-news-expanded__sub-header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-bottom: 15px;
}

.c-featured-penntime-news-expanded__content {
    padding-bottom: 15px;
}

.c-penntime-news-list {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}

.c-penntime-news-list__header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.c-penntime-news-list__sub-header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-bottom: 15px;
}

.c-penntime-news-list__content {
    padding-bottom: 15px;
}

/*--END PENNTIME NEWS--*/
