/*  12.0 ===== Medias/Responsive =====   */


/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media only screen and (max-width: 1639px) {
    .banner-section .container {
        top: 36%;
    }
}


/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */

@media only screen and (max-width: 1200px) {
    .banner-title {
        font-size: 48px;
    }
    .entry-header.heading .entry-title {
        font-size: 50px;
    }
    .entry-header.heading {
        margin-bottom: 40px;
    }
    .site-footer .footer-section-wrapper div[class*="footer-section-"] {
        margin: 0 15px;
    }
    .site-footer .footer-section-wrapper {
        margin: 0 -15px;
    }
    .what-we-do-item .entry-title,
    .work-with-us-item .entry-title {
        font-size: 50px;
    }
    .what-we-do-item {
        padding: 53px 50px 45px;
    }
    .peolpe-menu-item .entry-title {
        font-size: 25px;
    }
    .peolpe-menu-item {
        padding: 32px 20px 23px;
    }
    .people-info-item-wrapper {
        margin: 0 -15px;
    }
    .people-info-item {
        padding: 0 15px;
    }
    .work-with-us-item a {
        font-size: 24px;
        padding: 64px 50px 64px;
    }
    /*.news-post-wrapper .post .entry-title, 
.single-post-section .post .entry-title {
    font-size: 32px;
}*/
    .news-post-wrapper .post {
        padding: 0 15px;
    }
    .news-post-wrapper {
        margin: 0 -15px;
    }
    .work-with-us-form-section .wpcf7 p {
        font-size: 30px;
    }
    .peolpe-menu-item .entry-title {
        font-size: 23px;
    }
}


/* All Tablet Portrait size smaller than standard 1023 (devices and browsers) */

@media only screen and (max-width: 1023px) {
    .banner-title {
        font-size: 40px;
    }
    .banner-text>span {
        font-size: 18px;
    }
    .banner-text {
        padding-left: 25px;
    }
    .banner-text>span.rotate-banner-text {
        left: -50px;
        bottom: 36px;
        font-size: 28px;
    }
    .entry-header.heading .entry-title {
        font-size: 36px;
    }
    .box-button,
    input[type="submit"],
    .wpcf7 input[type="submit"] {
        padding: 11px 20px;
    }
    .entry-header.heading {
        margin-bottom: 30px;
    }
    /*.who-we-are-contet {
    padding-left: 30px;
}*/
    .who-we-are-section .entry-header.heading {
        margin-bottom: 27px;
    }
    .site-content section.who-we-are-section {
        padding: 45px 0 60px;
    }
    .site-content section.health-group-section {
        padding: 50px 0 65px;
    }
    .what-we-do-item .entry-title,
    .work-with-us-item .entry-title {
        font-size: 42px;
    }
    .what-we-do-text p {
        font-size: 22px;
        line-height: 1.14;
    }
    .what-we-do-item {
        padding: 53px 20px 45px;
    }
    .site-content section.our-work-section {
        padding: 41px 0 50px;
    }
    .peolpe-menu-item {
        min-width: 50%;
    }
    .work-with-us-item a {
        font-size: 20px;
        padding: 54px 25px 54px;
    }
    .site-content section.work-with-us-item-wrapper {
        padding: 10px 0 120px;
    }
    .work-with-us-form-section .wpcf7 p {
        font-size: 23px;
    }
    .site-content section.work-with-us-form-section {
        padding: 60px 0 70px;
    }
    .work-with-us-form-section .wpcf7-form {
        padding-top: 20px;
    }
    .work-with-us-form-section {
        margin-top: 0;
    }
    /*.news-post-wrapper .post .entry-title, 
.single-post-section .post .entry-title {
    font-size: 24px;
}*/
    .news-post-section .navigation.pagination {
        padding-top: 60px;
    }
    .single-post-section .post .featured-image {
        min-width: 350px;
        padding-right: 25px;
    }
    .single-post-section .post .post-content,
    .single-post-section .post-navigation .nav-links {
        min-width: 52%;
        min-width: calc(100% - 350px);
        min-width: -webkit-calc(100% - 350px);
    }
    .site-content section.career-post-section {
        padding: 0px 0 120px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer .footer-section-wrapper div[class*="footer-section-"] {
        width: 50%;
        margin: 0;
        padding: 0 15px;
    }
    .site-footer .footer-section-wrapper div[class*="footer-section-"]:nth-child(2n+1) {
        clear: both
    }
    .site-footer .contact-detail-wrapper .contact-detail-item {
        width: 33.3%;
        padding: 10px 10px;
    }
    .site-footer .contact-detail-wrapper {
        margin: 0 -10px;
    }
    .site-footer .inline-social-icon ul li {
        margin-bottom: 2px;
    }
}


/* All Mobile Portrait size smaller than 768 (devices and browsers) */

@media only screen and (max-width: 767px) {
    .career-post-accordion .expire-notice {
        padding: 0px 40px 0px 15px;
    }
    .banner-section .container {
        position: static;
        background: #242527;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        top: 0%;
    }
    .banner-text {
        width: 100%;
        float: none;
        padding: 20px 0 50px 60px;
    }
    .banner-text>span.rotate-banner-text,
    .banner-section .banner-image {
        display: none;
    }
    .banner-section .mbl-banner-image {
        display: block;
        position: relative;
        margin: 0;
        margin-bottom: -1px;
    }
    .mbl-banner-image span.rotate-banner-text {
        color: #CE0058;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-33deg);
        -webkit-transform: translate(-50%, -50%) rotate(-33deg);
        -webkit-transform: translate(-50%, -50%) rotate(-33deg);
        bottom: 22px;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        height: 31px;
        line-height: 1;
    }
    .about-us-section .row .col-6 {
        text-align: center;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 43px;
        padding-bottom: 50px;
    }
    .about-us-section .row .col-6:nth-child(2n+1) {
        padding-right: 15px;
        background: #CD0058;
        text-align: center;
    }
    .about-us-section .row .col-6:nth-child(2n+2) {
        padding-left: 15px;
        background: #D86018;
        text-align: center;
    }
    .about-us-section::before,
    .about-us-section::after {
        display: none;
    }
    .about-us-section {
        background: none
    }
    .site-content section.about-us-section {
        padding: 0;
    }
    .about-us-section .row .col-6:nth-child(2n+1) .entry-header.heading,
    .about-us-section .row .col-6:nth-child(2n+2) .entry-header.heading {
        text-align: center;
    }
    .site-content section {
        padding: 50px 0;
    }
    .entry-header.heading,
    .home-people-section .entry-header.heading {
        margin-bottom: 55px;
    }
    .site-footer .footer-section-wrapper div[class*="footer-section-"] {
        width: 100%;
    }
    .contact-detail-item {
        width: 100%;
        float: none;
        margin-bottom: 35px;
    }
    .entry-header.heading .entry-title {
        font-size: 50px;
        line-height: 0.93;
    }
    .banner-section::before {
        position: absolute;
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        background: #6B6F70;
        bottom: 87px;
        left: 0;
        z-index: 99;
    }
    .mbl-banner-image img {
        width: 100%;
    }
    .menu-top-menu-container li a {
        font-size: 46px;
    }
    .work-with-us-form-section .wpcf7 p br,
    .career-post-section h3 br {
        display: none;
    }
    .site-content section.home-contact-section {
        padding: 48px 0 30px;
    }
    .box-button {
        font-size: 22px
    }
    input[type="submit"],
    .wpcf7 input[type="submit"] {
        padding: 12px 43px;
        font-size: 22px
    }
    .home-contact-section .entry-header.heading {
        margin-bottom: 36px;
    }
    /*.who-we-are-contet {
    padding-left: 0;
    padding-bottom: 40px;
}*/
    /*.who-we-are-content-wrapper {
    display: block;
}*/
    .who-we-are-image figure {
        margin: 0;
    }
    .site-content section.who-we-are-section {
        padding: 53px 0 52px;
    }
    .site-content section.health-group-section {
        padding: 41px 0 42px;
    }
    .health-group-section .entry-header.heading {
        margin-bottom: 25px;
    }
    .who-we-are-section .entry-header.heading {
        margin-bottom: 28px;
    }
    /*.who-we-are-content-wrapper > div.who-we-are-image {
    text-align: center;
    min-width: auto;
}*/
    .what-we-do-item-wrapper {
        display: block;
    }
    .what-we-do-item .entry-title,
    .work-with-us-item .entry-title {
        font-size: 47px;
        letter-spacing: 1.17px;
    }
    .what-we-do-item {
        padding: 18px 15px 10px;
    }
    .what-we-do-text p {
        font-size: 18px;
        line-height: 1.2;
    }
    .site-content section.site-page-title-section {
        padding: 53px 0 15px;
    }
    .site-page-title-section .entry-header.heading {
        margin-bottom: 30px;
    }
    .site-content section.what-we-do-item-wrapper {
        padding: 0 0 53px;
    }
    .site-content section.our-work-section {
        padding: 36px 0 50px;
    }
    .video-section iframe {
        height: 185px;
    }
    .our-work-section .entry-header.heading {
        margin-bottom: 25px;
    }
    .site-content section.people-menu-item-content-wrapper {
        padding: 2px 0 30px;
    }
    .peolpe-menu-item {
        min-width: 100%;
    }
    .peolpe-menu-item .entry-title {
        font-size: 36px;
    }
    .peolpe-menu-item {
        padding: 23px 20px 17px;
    }
    .site-content section.people-menu-item-content-wrapper {
        padding: 2px 0 0px;
    }
    .site-content section.people-item-section {
        padding: 25px 0 20px;
    }
    .people-info-item-wrapper {
        padding-top: 17px;
    }
    .people-info-item-wrapper {
        margin: 0 -5px;
    }
    .people-info-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 35px;
    }
    .people-info-item .featured-image img {
        width: 100%;
    }
    .site-content section.join-team-section {
        padding: 39px 0 43px;
    }
    .join-team-section .entry-header.heading {
        margin-bottom: 45px;
    }
    .author-title,
    .author-department {
        line-height: 20px;
    }
    .site-content section.work-with-us-item-wrapper {
        padding: 0px 0 48px;
        display: block;
    }
    .work-with-us-item a {
        font-size: 18px;
        padding: 20px 25px 24px;
    }
    .work-with-us-item a p {
        line-height: 1.25;
    }
    .work-with-us-form-section .wpcf7>p {
        font-size: 18px;
        line-height: 1.17;
    }
    .wpcf7 input,
    .wpcf7 textarea {
        padding: 15px 17px;
        font-size: 15px;
    }
    .wpcf7 input {
        height: 48px;
    }
    .wpcf7-input-wrapper p {
        margin-bottom: 9px;
    }
    .work-with-us-form-section .wpcf7-submit-btn {
        margin: -1px 0 0;
    }
    .site-content section.work-with-us-form-section {
        padding: 30px 0 21px;
    }
    .work-with-us-form-section .wpcf7-form {
        padding-top: 0;
    }
    .work-with-us-form-section {
        margin-top: 0;
    }
    .news-post-wrapper .post {
        width: 50%;
    }
    .news-post-wrapper .post:nth-child(3n+1) {
        clear: none;
    }
    .news-post-wrapper .post:nth-child(2n+1) {
        clear: both;
    }
    .single-post-section .post .featured-image {
        min-width: 100%;
        float: none;
        margin-bottom: 25px;
        padding: 0
    }
    .single-post-section .post .post-content,
    .single-post-section .post-navigation .nav-links {
        min-width: 100%;
        padding-left: 0;
        float: none;
    }
    .single-post-section .post .entry-title {
        /*font-size: 42px;*/
        margin-bottom: 20px;
    }
    .navigation.post-navigation {
        padding: 5px 0 0px;
    }
    .site-content section.career-post-section {
        margin-top: -13px;
    }
    .career-post-wrapper {
        padding-top: 5px;
    }
    .career-post-accordion .card-header h5 button {
        font-size: 18px;
        padding: 27px 40px 27px 15px;
    }
    .career-post-accordion .card-header h5 button::before {
        right: 12px;
    }
    .career-post-accordion .card-header h5 button::after {
        right: 24px;
    }
    .site-content section.career-post-section {
        padding: 0px 0 60px;
    }
    .career-post-detail {
        padding: 3px 25px 5px 15px;
    }
    .apply-btn {
        padding-top: 10px;
    }
    .contact-information-section .wpcf7-submit-btn {
        margin: 20px 0 0;
    }
    .wpcf7-input-wrapper p {
        width: 100%;
        float: none;
    }
    .home-contact-section .wpcf7-input-wrapper p {
        margin-bottom: 19px;
    }
    .home-contact-section .wpcf7 input {
        height: 62px;
    }
    .home-contact-section .wpcf7 input,
    .home-contact-section .wpcf7 textarea {
        padding: 19px 22px;
        font-size: 22px;
    }
    .contact-information-section .wpcf7 {
        margin-bottom: 82px;
    }
    .contact-information-content ul li,
    .contact-information-content h5 {
        font-size: 18px;
    }
    .contact-information-content {
        padding: 20px 0 15px;
    }
    .contact-information-content ul li {
        line-height: 1.15;
    }
    .home-contact-section .wpcf7 input[type="submit"] {
        padding: 12px 43px;
        height: 48px;
    }
    .news-post-section .navigation.pagination {
        padding-top: 30px;
    }
    .people-menu-item-wrapper {
        display: block;
    }
    .hgroup-wrap .hgroup-right {
        max-height: 70vh;
    }
    .who-we-are-content-wrapper .who-we-are-image {
        margin-bottom: 30px;
    }
    .who-we-are-content-wrapper .who-we-are-image,
    .who-we-are-content-wrapper .who-we-are-content {
        width: 100%;
        padding: 0;
    }
.department-select-dropdown-list #department,
.department-select-dropdown-list #child_department {
    width: 230px;
}
.work-with-us-item .entry-title {
    padding: 30px 20px 33px;
}


}

@media only screen and (max-width: 576px) {
    .site-footer .contact-detail-wrapper .contact-detail-item {
        width: 100%;
        padding: 0px 0 10px;
        border-left: none;
        float: none;
    }
    .site-footer .contact-detail-wrapper {
        margin: 0;
    }
    .wpcf7-input-wrapper p {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 8px;
    }
    .wpcf7-input-wrapper {
        margin: 0;
    }
    .wpcf7-submit-btn {
        margin: 27px 0 0;
    }
    .home-contact-section .wpcf7-submit-btn {
        margin: 22px 0 0;
    }
    .news-post-wrapper .post {
        width: 100%;
        float: none;
    }
    /*.news-post-wrapper .post .entry-title, 
.single-post-section .post .entry-title {
    font-size: 42px;
}*/
    .readmore-btn {
        margin-top: 0;
    }
    .news-post-wrapper .post .entry-content {
        margin-bottom: 12px;
    }
    .pagination .nav-links a.prev,
    .pagination .nav-links a.first,
    .post-navigation .nav-previous a {
        padding: 13px 10px 0px 30px;
    }
    .post-navigation .nav-previous a {
        padding: 13px 30px 0px 10px;
    }
    .pagination .nav-links a.prev::before,
    .pagination .nav-links a.next::before,
    .pagination .nav-links a.first::before,
    .pagination .nav-links a.last::before,
    .post-navigation .nav-previous a::before,
    .post-navigation .nav-next a::before {
        right: 12px;
    }
    .post-navigation .nav-previous a::before,
    .post-navigation .nav-next a::before {
        left: 12px;
    }
    .post-navigation .nav-next a::before {
        left: 12px;
        right: auto;
    }
    .pagination .nav-links a.prev::before,
    .pagination .nav-links a.first::before,
    .post-navigation .nav-previous a::before {
        left: 12px;
        right: auto;
    }
    .post-navigation .nav-previous a::before {
        right: 12px;
        left: auto;
    }
    .pagination .nav-links a.next,
    .pagination .nav-links a.last,
    .post-navigation .nav-next a {
        width: auto;
        padding: 13px 30px 0px 10px;
    }
    .post-navigation .nav-next a {
        padding: 13px 10px 0px 30px;
    }
    .news-post-section .navigation.pagination {
        padding-top: 11px;
    }
    .news-post-wrapper .post .featured-image {
        margin-bottom: 19px;
    }
.department-select-dropdown-list #department, 
.department-select-dropdown-list #child_department {
    width: 100%;
}
.department-select-dropdown-list #department {
    margin-bottom: 10px;
}



}


/* All Mobile size smaller than standard 479 (devices and browsers) */

@media only screen and (max-width: 479px) {
    .banner-text {
        width: 100%;
        float: none;
        padding: 20px 0 36px 0px;
    }
    .banner-title {
        font-size: 36px;
        line-height: 1;
        margin-left: 40px;
    }
    .banner-text>span {
        font-size: 16px;
        margin-left: 40px;
    }
    .banner-section::before {
        bottom: 73px;
    }
    .menu-top-menu-container li a {
        font-size: 41px;
    }
    .site-branding {
        width: 225px;
    }
    .menu-top-menu-container ul li {
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 374px) {
    .entry-header.heading .entry-title {
        font-size: 40px;
    }
    .banner-title {
        font-size: 32px;
        margin-left: 20px;
    }
    .banner-text>span {
        font-size: 15px;
        margin-left: 20px;
    }
    .box-button {
        font-size: 18px;
    }
    input[type="submit"],
    .wpcf7 input[type="submit"] {
        padding: 12px 26px;
        font-size: 18px;
    }
    .health-group-content .box-button {
        margin-top: 10px;
    }
    .what-we-do-text p {
        font-size: 15px;
    }
    .what-we-do-item .entry-title,
    .work-with-us-item .entry-title {
        font-size: 35px;
    }
    .what-we-do-item {
        padding: 20px 10px 12px;
    }
    .peolpe-menu-item .entry-title {
        font-size: 28px;
    }
    .peolpe-menu-text p {
        font-size: 16px;
    }
    .work-with-us-item a {
        font-size: 16px;
        padding: 23px 15px 26px;
    }
.work-with-us-item .entry-title {
    padding: 20px 20px 23px;
}

    /*.news-post-wrapper .post .entry-title, 
.single-post-section .post .entry-title {
    font-size: 36px;
}*/
}