﻿h2 {
    text-transform: uppercase;
    font-size: 1.8rem;
}
h1 {
    text-transform: uppercase;
    font-size: 1.8rem;
}

@media (min-width:1700px) {
    .hero_container {
        position: relative;
        background: url('/images/career/careers-background-2.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 30vh;
    }

    .hero_text {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .hero_text h1 {
            color: #fff;
        }

    .post_section {
        padding: 40px 0;
        max-width: 1500px;
        margin: 0 auto;
    }

        .post_section .b-right {
            border-right: 1px solid #dee2e6 !important;
        }

        .post_section .blog_navigation_link {
            color: #000;
            background-color: transparent;
            padding: 5px 15px;
            margin: 5px 0;
            border: solid 1px transparent;
            outline: none;
        }

            .post_section .blog_navigation_link:hover {
                text-decoration: none;
                border-bottom: solid 1px #b5b5b5;
                transition: 1s;
            }

            .post_section .blog_navigation_link.active {
                text-decoration: none;
                border-bottom: solid 1px #c62128;
                transition: 1s;
            }

        .post_section .post_row {
            padding: 40px 0;
        }

            .post_section .post_row .post_item img, .post_row .post_item h2 {
                display: inline;
                color: #000;
            }

            .post_section .post_row .post_item img {
                width: 300px;
                border-radius: 5px;
            }

            .post_section .post_row .post_item i {
                font-size: 15px;
                color: gray;
            }
}

@media (min-width:1400px) and (max-width: 1699px) {
    .hero_container {
        position: relative;
        background: url('/images/career/careers-background-2.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 40vh;
    }

    .hero_text {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .hero_text h1 {
            color: #fff;
        }

    .post_section {
        padding: 40px 0;
        max-width: 1200px;
        margin: 0 auto;
    }

    .b-right {
        border-right: 1px solid #dee2e6 !important;
    }

    .post_section .blog_navigation_link {
        color: #000;
        background-color: transparent;
        padding: 5px 15px;
        margin: 5px 0;
        border: solid 1px transparent;
        outline: none;
    }

        .post_section .blog_navigation_link:hover {
            text-decoration: none;
            border-bottom: solid 1px #b5b5b5;
            transition: 1s;
        }

        .post_section .blog_navigation_link.active {
            text-decoration: none;
            border-bottom: solid 1px #c62128;
            transition: 1s;
        }

    .post_row {
        padding: 40px 0;
    }

        .post_row .post_item img, .post_row .post_item h2 {
            display: inline;
            color: #000;
        }

        .post_row .post_item img {
            width: 300px;
            border-radius: 5px;
        }

        .post_row .post_item i {
            font-size: 15px;
            color: gray;
        }
}

@media (min-width:1024px) and (max-width: 1399px) {
    .hero_container {
        position: relative;
        background: url('/images/career/careers-background-2.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 30vh;
    }

    .hero_text {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .hero_text h1 {
            color: #fff;
        }

    .post_section {
        padding: 30px 0;
        max-width: 1000px;
        margin: 0 auto;
    }

    .b-right {
        border-right: 1px solid #dee2e6 !important;
    }

    .post_section .blog_navigation_link {
        color: #000;
        background-color: transparent;
        padding: 5px 15px;
        margin: 5px 0;
        border: solid 1px transparent;
        outline: none;
    }

        .post_section .blog_navigation_link:hover {
            text-decoration: none;
            border-bottom: solid 1px #b5b5b5;
            transition: 1s;
        }

        .post_section .blog_navigation_link.active {
            text-decoration: none;
            border-bottom: solid 1px #c62128;
            transition: 1s;
        }

    .post_row {
        padding: 40px 25px;
    }

        .post_row .post_item img, .post_row .post_item h2 {
            display: inline;
            color: #000;
            font-size: 27px;
        }

        .post_row .post_item img {
            width: 275px;
            border-radius: 5px;
        }

        .post_row .post_item i {
            font-size: 15px;
            color: gray;
        }
}

@media (min-width:768px) and (max-width: 1023px) {
    .hero_container {
        position: relative;
        background: url('/images/career/careers-background-2.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 30vh;
    }

    .hero_text {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .hero_text img {
            width: 300px
        }

        .hero_text h1 {
            color: #fff;
            font-size: 30px;
        }

    .post_section {
        padding: 30px 25px;
    }

        .post_section .blog_navigation_link {
            color: #000;
            background-color: transparent;
            padding: 5px;
            margin: 5px 0;
            border: solid 1px transparent;
            outline: none;
        }

            .post_section .blog_navigation_link:hover {
                text-decoration: none;
                border-bottom: solid 1px #b5b5b5;
                transition: 1s;
            }

            .post_section .blog_navigation_link.active {
                text-decoration: none;
                border-bottom: solid 1px #c62128;
                transition: 1s;
            }

    .post_row {
        padding: 40px 25px;
    }

        .post_row .post_item h2 {
            display: inline;
            color: #000;
            font-size: 21px;
        }

        .post_row .post_item img {
            width: 100%;
            border-radius: 5px;
        }

        .post_row .post_item i {
            font-size: 13px;
            color: gray;
        }
}

@media (max-width: 767px) {
    .hero_container {
        position: relative;
        background: url('/images/career/careers-background-2.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 40vh;
    }

    .hero_text {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .hero_text img {
            width: 280px
        }

        .hero_text h1 {
            color: #fff;
            font-size: 27px;
        }

    .post_section {
        padding: 30px 5%;
    }

        .post_section .blog_navigation_link {
            color: #000;
            background-color: transparent;
            padding: 5px;
            margin: 0 5px;
            border: solid 1px transparent;
            outline: none;
        }

            .post_section .blog_navigation_link:hover {
                text-decoration: none;
                border-bottom: solid 1px #b5b5b5;
                transition: 1s;
            }

            .post_section .blog_navigation_link.active {
                text-decoration: none;
                border-bottom: solid 1px #c62128;
                transition: 1s;
            }

    .post_row {
        padding: 40px 0;
    }

        .post_row .post_item h2 {
            color: #000;
            font-size: 21px;
            text-align: center;
            padding-top: 10px;
        }

        .post_row .post_item img {
            width: 250px;
            border-radius: 5px;
            text-align: center;
            margin: auto;
        }

        .post_row .post_item i {
            font-size: 13px;
            color: gray;
        }
}


.pagination .page-item {
    border: solid 1px #f2f2f2;
    color: #000;
    background-color: #fff;
}

    .pagination .page-item.active {
        background-color: #c62128;
        color: #fff;
    }

        .pagination .page-item.active .page-link {
            color: #fff;
            background-color: transparent;
            border-radius: unset;
            box-shadow: none;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .pagination .page-item.active .page-link:hover {
                background-color: transparent;
            }
