
@media(max-width: 359px) {
    .paragraph-xs {
        padding: 0 10px;
    }

    .img-xs {
        padding: 0;
    }
}

@media(max-width:767px) {

    body {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }

    .header {
        padding:0;
    }

    .logo {
        max-width: 200px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .paragraph-headline {
        font-weight: normal;
    }

    .latest-facebook {
        font-size: 14px;
        margin-bottom: 7px;
        float:none;
    }

    .media-xs {
        margin-bottom: 13px;
    }

    .footer-menu li:last-child {
        margin: 0;
    }

    .footer-menu li:nth-child(-n+3) {
        margin: 0 13px 0 0;
    }

    .footer-menu {
        font-size:15px;
        padding-left: 0;
    }

    ul.radio-buttons li {
        max-height: 40px;
        margin-bottom: 20px;
    }
    .radio-label {
        margin-right: 10px;
    }
    .about-nav li {
        margin-bottom: 10px;
        clear: both;
    }
    .press-nav li {
        clear: both;
        margin-right: 0;
    }
    .moreinfo {
        font-size:15px;
    }

    .related-documents-link {
        text-align: center;
    }
    .search-grid {
        margin: 0;
    }
    .archive-link {
        max-width: 246px;
    }

    .press-headline {
        text-align: center;
    }

    .home-grid .grid-element:nth-child(3n+1) {
        clear: none;
    }

    .related-documents li:nth-child(3n+1) {
        clear: none;
    }

    .co-worker-description {
        clear: both;
        float: none;
    }

    img {
        height: auto !important;
    }

    .category-list-text {
        clear: both;
        float: none;
        margin-top: 20px;
        overflow: visible;
    }

    .main-header {
        padding-top: 0;
    }

    .press-archive-title {
        padding: 6px 0px;
        width: 220px;
    }

    .vippy-content-embed .vippy-video {
        height: auto !important;
        width: 100% !important;
    }

    .vippy-content-embed .vippy-video object {
        height: auto !important;
        width: 100% !important;
    }

    video.vippy-video-object {
        height: auto;
        max-width: 100%;
        position: relative !important;
    }

    .press-archive {
        width: 218px;
    }

    .recent-facebook-posts .rfbp-image-wrap {
        width: 100%;
    }

    .recent-facebook-posts .rfbp-text {
        width: 100%;
    }

    .recent-facebook-posts .facebook-latest-text {
        margin-bottom: 20px;
    }

    .recent-facebook-posts h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .home-grid h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .home-grid h3 a {
        font-size: 12px;
        line-height: 18px;
    }

    .video-image-container {
        width: 100%;
        height: auto;
    }

    .video-press-title {
        height: auto;
        overflow: visible;
    }

    .home-grid.home-press-thumb-left {
        padding-left: 0;
    }

    .home-grid.home-press-thumb-right {
        padding-left: 0;
    }

    .home-grid-press {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
    }

}

@media(min-width: 768px) and (max-width: 991px) {

    h2 {
        font-size: 26px;
    }

    .nav li {
        font-size: 17px;
    }

    .about-nav li {
        font-size: 14px;
    }

    body {
        text-align: center;
    }

    .nav>li>a {
        padding: 10px 5px;
    }

    .nav>li>a {
        font-size: 24px;
    }

    .nav-submenu > li > a {
        font-size: 11px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    h2 {
        font-size: 26px;
    }

    .nav {
        font-size: 16px;
    }

    .about-page .about-nav li {
        margin-right: 35px;
    }

    .about-nav {
        font-size: 24px;
    }

    .nav-submenu > li > a {
        padding: 10px 7px;
    }
}
